diff --git a/po/af.po b/po/af.po index 574e078e61..c9a44fdea5 100644 --- a/po/af.po +++ b/po/af.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2022-12-06 00:47+0000\n" "Last-Translator: MP-van-Niekerk \n" "Language-Team: Afrikaans (includes info such as export timestamp, PHP version, " "and server version)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 msgid "Additional custom header comment (\\n splits lines):" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 #, fuzzy #| msgid "Export" msgid "Export metadata" msgstr "Export" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 #, fuzzy #| msgid "Statements" msgid "Add statements:" msgstr "Stellings" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, fuzzy, php-format #| msgid "Statements" msgid "Add %s statement" msgstr "Stellings" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, fuzzy, php-format msgid "%s value" msgstr "Voeg 'n nuwe gebruiker by" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 #, fuzzy msgid "Data creation options" msgstr "Databasis statistieke" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " "(1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 #, fuzzy #| msgid "Export" msgid "Metadata" msgstr "Export" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, fuzzy, php-format #| msgid "Dumping data for table" msgid "Metadata for table %s" msgstr "Stort data vir tabel" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, fuzzy, php-format msgid "Metadata for database %s" msgstr "Geen databasisse" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, fuzzy, php-format #| msgid "Table structure for table" msgid "Error reading structure for table %s:" msgstr "Tabel struktuur vir tabel" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 #, fuzzy #| msgid "Inside table(s):" msgid "Indexes for dumped tables" msgstr "Binne tabel(le):" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 #, fuzzy #| msgid "Inside table(s):" msgid "Indexes for table" msgstr "Binne tabel(le):" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 msgid "AUTO_INCREMENT for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 msgid "AUTO_INCREMENT for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 msgid "MEDIA TYPES FOR TABLE" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 msgid "RELATIONSHIPS FOR TABLE" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, fuzzy, php-format msgid "Structure for view %s exported as a table" msgstr "Slegs struktuur" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, fuzzy, php-format #| msgid "Dumping data for table" msgid "Error reading data for table %s:" msgstr "Stort data vir tabel" -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 msgid "Creation:" msgstr "Skepping:" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 msgid "Last update:" msgstr "Vorige opdatering:" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 msgid "Last check:" msgstr "Vorige inspeksie:" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 #, fuzzy #| msgid "Table" msgid "Table:" msgstr "Tabel" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "" @@ -12200,93 +12195,93 @@ msgstr "" msgid "Details…" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 #, fuzzy #| msgid "Documentation" msgid "Could not save recent table!" msgstr "Dokumentasie" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 #, fuzzy #| msgid "Documentation" msgid "Could not save favorite table!" msgstr "Dokumentasie" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 #, fuzzy msgid "Recent tables" msgstr "Geen tabelle" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 #, fuzzy #| msgid "Reset" msgid "Recent" msgstr "Herstel" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 #, fuzzy msgid "Favorites" msgstr "Skep 'n nuwe bladsy" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." msgstr "" -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 msgid "Replication started successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 msgid "Error starting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 msgid "Replication stopped successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 msgid "Error stopping replication." msgstr "" -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 msgid "Replication resetting successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 msgid "Error resetting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "" -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 #, fuzzy #| msgid "Error" msgid "Error." msgstr "Fout" -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, fuzzy, php-format msgid "Unable to connect to primary %s." msgstr "Limits the number of new connections the user may open per hour." -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 msgid "" "Unable to read primary log position. Possible privilege problem on primary." msgstr "" -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 msgid "Unable to change primary!" msgstr "" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, php-format msgid "Primary server changed successfully to %s." msgstr "" @@ -12333,8 +12328,8 @@ msgid "Error while loading the search." msgstr "" #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 #, fuzzy #| msgid "Documentation" msgid "Native MySQL authentication" @@ -12369,17 +12364,17 @@ msgstr "Dokumentasie" msgid "Account locking is not supported." msgstr "" -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 #, fuzzy msgid "No privileges." msgstr "Geen Regte" -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "" -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -12387,7 +12382,7 @@ msgstr "" msgid "Allows deleting data." msgstr "" -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -12395,7 +12390,7 @@ msgstr "" msgid "Allows creating new tables." msgstr "" -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -12403,8 +12398,8 @@ msgstr "" msgid "Allows dropping tables." msgstr "" -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -12412,8 +12407,8 @@ msgstr "" msgid "Allows creating and dropping indexes." msgstr "" -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -12421,9 +12416,9 @@ msgstr "" msgid "Allows altering the structure of existing tables." msgstr "" -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -12433,9 +12428,9 @@ msgstr "" msgid "Allows creating new views." msgstr "" -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -12443,8 +12438,8 @@ msgstr "" msgid "Allows performing SHOW CREATE VIEW queries." msgstr "" -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -12452,76 +12447,76 @@ msgstr "" msgid "Allows creating and dropping triggers." msgstr "" -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "" -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "" -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "" -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "" -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "" -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." msgstr "" -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "" -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 msgid "Allows viewing processes of all users." msgstr "" -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "" -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "" -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "" -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -12530,39 +12525,39 @@ msgid "" "killing threads of other users." msgstr "" -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "" -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "" -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 msgid "Needed for the replication replicas." msgstr "" -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 msgid "Allows the user to ask where the replicas / primaries are." msgstr "" -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 msgid "Allows to set up events for the event scheduler." msgstr "" #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 #, fuzzy @@ -12570,47 +12565,47 @@ msgstr "" msgid "Allows deleting historical rows." msgstr "Voeg By/Verwyder Kriteria Ry" -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "" -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "Jy het die regte herroep vir %s." -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "" -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -12620,24 +12615,24 @@ msgstr "" msgid "Edit privileges" msgstr "Verander Regte" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "Herroep" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 @@ -12645,30 +12640,30 @@ msgstr "" msgid "Routine" msgstr "Voeg 'n nuwe veld by" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 #, fuzzy msgid "Routine-specific privileges" msgstr "Geen Regte" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "Jy het die regte opgedateer vir %s." -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 #, fuzzy @@ -12676,40 +12671,40 @@ msgstr "Jy het die regte opgedateer vir %s." msgid "No user found." msgstr "Geen gebruiker(s) gevind nie." -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, fuzzy, php-format #| msgid "Privileges" msgid "Privileges for %s" msgstr "Regte" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "Gebruiker" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " "allows a connection from any (%) host." msgstr "" -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, php-format msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " @@ -12718,7 +12713,7 @@ msgid "" "%sreload the privileges%s before you continue." msgstr "" -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " "tables. The content of these tables may differ from the privileges the " @@ -12727,7 +12722,7 @@ msgid "" "privilege." msgstr "" -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "Jy het 'n nuwe gebruiker bygevoeg." @@ -12921,7 +12916,7 @@ msgstr "" msgid "This MySQL server does not support the %s storage engine." msgstr "" -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "Die naam van die primere sleutel moet PRIMARY wees!" @@ -12930,56 +12925,56 @@ msgstr "Die naam van die primere sleutel moet PRIMARY wees!" msgid "Problems with indexes of table `%s`" msgstr "" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 #, fuzzy #| msgid "Show tables" msgid "Unknown table status:" msgstr "Wys tabelle" -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, fuzzy, php-format msgid "Source database `%s` was not found!" msgstr "Soek in databasis" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, fuzzy, php-format msgid "Target database `%s` was not found!" msgstr "Soek in databasis" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 #, fuzzy msgid "Invalid database:" msgstr "Geen databasisse" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 #, fuzzy #| msgid "Inside table(s):" msgid "Invalid table name:" msgstr "Binne tabel(le):" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, fuzzy, php-format msgid "Failed to rename table %1$s to %2$s!" msgstr "Bediener weergawe" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, fuzzy, php-format #| msgid "Table %s has been renamed to %s." msgid "Table %1$s has been renamed to %2$s." msgstr "Tabel %s is vernoem na %s" -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 msgid "Could not save table UI preferences!" msgstr "" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" "['MaxTableUiprefs'] %s)" msgstr "" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -12987,15 +12982,15 @@ msgid "" "changed." msgstr "" -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "Kannie die indeks hernoem na PRIMARY!" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "Geen indeks dele gedefinieer!" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "" @@ -13417,11 +13412,11 @@ msgstr "Die profiel is opgedateer." msgid "Password is too long!" msgstr "Wagwoord:" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 msgid "Could not save configuration" msgstr "" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 #, fuzzy #| msgid "" #| "The phpMyAdmin configuration storage has been deactivated. To find out " diff --git a/po/am.po b/po/am.po index 2e90e71287..1b92a5ed34 100644 --- a/po/am.po +++ b/po/am.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2022-02-15 16:21+0000\n" "Last-Translator: Maurício Meneghini Fauth \n" "Language-Team: Amharic (includes info such as export timestamp, PHP version, " "and server version)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 msgid "Additional custom header comment (\\n splits lines):" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 msgid "Export metadata" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 msgid "Add statements:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, php-format msgid "Add %s statement" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, php-format msgid "%s value" msgstr "" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 msgid "Data creation options" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " "(1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 msgid "Metadata" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, php-format msgid "Metadata for table %s" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, php-format msgid "Metadata for database %s" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, php-format msgid "Error reading structure for table %s:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 msgid "Indexes for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 msgid "Indexes for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 msgid "AUTO_INCREMENT for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 msgid "AUTO_INCREMENT for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 msgid "MEDIA TYPES FOR TABLE" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 msgid "RELATIONSHIPS FOR TABLE" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, php-format msgid "Structure for view %s exported as a table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, php-format msgid "Error reading data for table %s:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 msgid "Creation:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 msgid "Last update:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 msgid "Last check:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 msgid "Table:" msgstr "" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "" @@ -11355,83 +11350,83 @@ msgstr "" msgid "Details…" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 msgid "Could not save recent table!" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 msgid "Could not save favorite table!" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 msgid "Recent tables" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 msgid "Recent" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 msgid "Favorites" msgstr "" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." msgstr "" -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 msgid "Replication started successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 msgid "Error starting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 msgid "Replication stopped successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 msgid "Error stopping replication." msgstr "" -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 msgid "Replication resetting successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 msgid "Error resetting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "" -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 msgid "Error." msgstr "" -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, php-format msgid "Unable to connect to primary %s." msgstr "" -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 msgid "" "Unable to read primary log position. Possible privilege problem on primary." msgstr "" -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 msgid "Unable to change primary!" msgstr "" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, php-format msgid "Primary server changed successfully to %s." msgstr "" @@ -11478,8 +11473,8 @@ msgid "Error while loading the search." msgstr "" #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 msgid "Native MySQL authentication" msgstr "" @@ -11504,16 +11499,16 @@ msgstr "" msgid "Account locking is not supported." msgstr "" -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "" -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "" -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -11521,7 +11516,7 @@ msgstr "" msgid "Allows deleting data." msgstr "" -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -11529,7 +11524,7 @@ msgstr "" msgid "Allows creating new tables." msgstr "" -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -11537,8 +11532,8 @@ msgstr "" msgid "Allows dropping tables." msgstr "" -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -11546,8 +11541,8 @@ msgstr "" msgid "Allows creating and dropping indexes." msgstr "" -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -11555,9 +11550,9 @@ msgstr "" msgid "Allows altering the structure of existing tables." msgstr "" -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -11567,9 +11562,9 @@ msgstr "" msgid "Allows creating new views." msgstr "" -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -11577,8 +11572,8 @@ msgstr "" msgid "Allows performing SHOW CREATE VIEW queries." msgstr "" -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -11586,76 +11581,76 @@ msgstr "" msgid "Allows creating and dropping triggers." msgstr "" -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "" -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "" -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "" -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "" -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "" -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." msgstr "" -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "" -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 msgid "Allows viewing processes of all users." msgstr "" -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "" -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "" -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "" -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -11664,85 +11659,85 @@ msgid "" "killing threads of other users." msgstr "" -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "" -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "" -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 msgid "Needed for the replication replicas." msgstr "" -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 msgid "Allows the user to ask where the replicas / primaries are." msgstr "" -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 msgid "Allows to set up events for the event scheduler." msgstr "" #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 msgid "Allows deleting historical rows." msgstr "" -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "" -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "" -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "" -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -11750,91 +11745,91 @@ msgstr "" msgid "Edit privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 msgid "Routine" msgstr "" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 msgid "Routine-specific privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "" -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 msgid "No user found." msgstr "" -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, php-format msgid "Privileges for %s" msgstr "" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " "allows a connection from any (%) host." msgstr "" -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, php-format msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " @@ -11843,7 +11838,7 @@ msgid "" "%sreload the privileges%s before you continue." msgstr "" -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " "tables. The content of these tables may differ from the privileges the " @@ -11852,7 +11847,7 @@ msgid "" "privilege." msgstr "" -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "" @@ -12036,7 +12031,7 @@ msgstr "" msgid "This MySQL server does not support the %s storage engine." msgstr "" -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "" @@ -12045,50 +12040,50 @@ msgstr "" msgid "Problems with indexes of table `%s`" msgstr "" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 msgid "Unknown table status:" msgstr "" -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, php-format msgid "Source database `%s` was not found!" msgstr "" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, php-format msgid "Target database `%s` was not found!" msgstr "" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 msgid "Invalid database:" msgstr "" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 msgid "Invalid table name:" msgstr "" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, php-format msgid "Failed to rename table %1$s to %2$s!" msgstr "" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, php-format msgid "Table %1$s has been renamed to %2$s." msgstr "" -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 msgid "Could not save table UI preferences!" msgstr "" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" "['MaxTableUiprefs'] %s)" msgstr "" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -12096,15 +12091,15 @@ msgid "" "changed." msgstr "" -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "" @@ -12516,11 +12511,11 @@ msgstr "" msgid "Password is too long!" msgstr "" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 msgid "Could not save configuration" msgstr "" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 msgid "The phpMyAdmin configuration storage database could not be accessed." msgstr "" diff --git a/po/ar.po b/po/ar.po index 4e655e5ede..02d0ec80ed 100644 --- a/po/ar.po +++ b/po/ar.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2022-12-02 14:48+0000\n" "Last-Translator: devOMAR \n" "Language-Team: Arabic (includes info such as export timestamp, PHP version, " "and server version)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 msgid "Additional custom header comment (\\n splits lines):" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 #, fuzzy #| msgid "Export method" msgid "Export metadata" msgstr "نوع التصدير" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 msgid "Add statements:" msgstr "إضافة عبارات:" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, php-format msgid "Add %s statement" msgstr "إضافة عبارة %s" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, fuzzy, php-format #| msgid "Session value" msgid "%s value" msgstr "قيمة الجلسة" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 #, fuzzy #| msgid "Transformation options" msgid "Data creation options" msgstr "خيارات التحويل" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " "(1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 #, fuzzy #| msgid "Missing data for %s" msgid "Metadata" msgstr "بيانات مفقودة لـ %s" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, fuzzy, php-format #| msgid "Missing data for %s" msgid "Metadata for table %s" msgstr "بيانات مفقودة لـ %s" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, fuzzy, php-format #| msgid "Missing data for %s" msgid "Metadata for database %s" msgstr "بيانات مفقودة لـ %s" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, fuzzy, php-format #| msgid "Table structure for table" msgid "Error reading structure for table %s:" msgstr "بنية الجدول" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "قيود الجداول المُلقاة." -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "قيود الجداول" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 #, fuzzy #| msgid "Constraints for dumped tables" msgid "Indexes for dumped tables" msgstr "قيود الجداول المحفوظة" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 #, fuzzy #| msgid "Inside tables:" msgid "Indexes for table" msgstr "داخل الجداول:" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 #, fuzzy #| msgid "Do not use AUTO_INCREMENT for zero values" msgid "AUTO_INCREMENT for dumped tables" msgstr "لاتستعمل AUTO_INCREMENT للقيم الصفرية" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 #, fuzzy #| msgid "Add AUTO_INCREMENT value" msgid "AUTO_INCREMENT for table" msgstr "أضف قيمة AUTO_INCREMENT" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 msgid "MEDIA TYPES FOR TABLE" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 msgid "RELATIONSHIPS FOR TABLE" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, php-format msgid "Structure for view %s exported as a table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, fuzzy, php-format #| msgid "Allows reading data." msgid "Error reading data for table %s:" msgstr "يسمح بقراءة البيانات." -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 msgid "Creation:" msgstr "الإنشاء:" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 msgid "Last update:" msgstr "آخر تحديث:" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 msgid "Last check:" msgstr "آخر فحص:" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 #, fuzzy #| msgid "Table" msgid "Table:" msgstr "الجدول" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "" @@ -12118,92 +12113,92 @@ msgstr "يرجى التحقق من امتيازات الدليل الذي يحت msgid "Details…" msgstr "التفاصيل…" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 msgid "Could not save recent table!" msgstr "تعذر حفظ الجدول الأخير!" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 msgid "Could not save favorite table!" msgstr "تعذر حفظ الجدول المفضل!" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 msgid "Recent tables" msgstr "الجداول الأخيرة" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 msgid "Recent" msgstr "حديث" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 msgid "Favorites" msgstr "المفضلة" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." msgstr "" -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 #, fuzzy #| msgid "Chart generated successfully." msgid "Replication started successfully." msgstr "تم إعادة قراءة الصلاحيات بنجاح." -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 msgid "Error starting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 #, fuzzy #| msgid "Chart generated successfully." msgid "Replication stopped successfully." msgstr "تم إعادة قراءة الصلاحيات بنجاح." -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 msgid "Error stopping replication." msgstr "" -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 #, fuzzy #| msgid "Chart generated successfully." msgid "Replication resetting successfully." msgstr "تم إعادة قراءة الصلاحيات بنجاح." -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 msgid "Error resetting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "" -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 #, fuzzy #| msgid "Error" msgid "Error." msgstr "خطأ" -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, fuzzy, php-format #| msgid "Failed to connect to SQL validator!" msgid "Unable to connect to primary %s." msgstr "فشل الإتصال بمدقق SQL!" -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 msgid "" "Unable to read primary log position. Possible privilege problem on primary." msgstr "" -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 msgid "Unable to change primary!" msgstr "" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, fuzzy, php-format #| msgid "The privileges were reloaded successfully." msgid "Primary server changed successfully to %s." @@ -12251,8 +12246,8 @@ msgid "Error while loading the search." msgstr "حدث خطأ أثناء تحميل البحث." #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 #, fuzzy #| msgid "Authentication" msgid "Native MySQL authentication" @@ -12287,16 +12282,16 @@ msgstr "المصادقة" msgid "Account locking is not supported." msgstr "" -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "لا صلاحيات." -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "يتضمن كل الصلاحيات عدا GRANT." -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -12304,7 +12299,7 @@ msgstr "يتضمن كل الصلاحيات عدا GRANT." msgid "Allows deleting data." msgstr "يسمح بحذف البيانات." -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -12312,7 +12307,7 @@ msgstr "يسمح بحذف البيانات." msgid "Allows creating new tables." msgstr "يسمح بإنشاء جداول جديدة." -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -12320,8 +12315,8 @@ msgstr "يسمح بإنشاء جداول جديدة." msgid "Allows dropping tables." msgstr "يسمح بإسقاط الجداول." -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -12329,8 +12324,8 @@ msgstr "يسمح بإسقاط الجداول." msgid "Allows creating and dropping indexes." msgstr "يسمح بإنشاء وإسقاط الفهارس." -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -12338,9 +12333,9 @@ msgstr "يسمح بإنشاء وإسقاط الفهارس." msgid "Allows altering the structure of existing tables." msgstr "يسمح بتعديل بناء الجداول الموجودة مسبقا." -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -12350,9 +12345,9 @@ msgstr "يسمح بتعديل بناء الجداول الموجودة مسبق msgid "Allows creating new views." msgstr "" -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -12360,8 +12355,8 @@ msgstr "" msgid "Allows performing SHOW CREATE VIEW queries." msgstr "" -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -12369,76 +12364,76 @@ msgstr "" msgid "Allows creating and dropping triggers." msgstr "يسمح بإنشاء وإسقاط الأزندة." -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "يسمح بقراءة البيانات." -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "يسمح بإضافة واستبدال البيانات." -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "يسمح بتعديل البيانات." -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "يسمح بإنشاء قواعد بيانات وجداول جديدة." -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "يسمح بإسقاط قواعد البيانات والجداول." -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." msgstr "يسمح بإعادة تحميل إعدادات الخادم وتفريغ كاش الخادم." -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "يسمح بإيقاف عمل الخادم." -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 msgid "Allows viewing processes of all users." msgstr "" -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "يسمح باستيراد وتصدير البيانات من وإلى الملفّات." -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "ليس له أي تأثير في نسخة MySQL الحالية." -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "يسمح بالوصول لقائمة أسماء جميع قواعد البيانات." -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -12449,19 +12444,19 @@ msgstr "" "يسمح بالاتصال، حتى لو وصل حد عدد الاتصالات للأقصى.، مطلوب للمهام الإدارية " "كضبط الإعدادات العامة other users." -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "يسمح بإنشاء جداول مؤقتة." -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "يسمح بقفل الجداول للعملية الحالية." -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 #, fuzzy @@ -12469,7 +12464,7 @@ msgstr "يسمح بقفل الجداول للعملية الحالية." msgid "Needed for the replication replicas." msgstr "مطلوب لتوابع لاستنساخ." -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 #, fuzzy @@ -12477,7 +12472,7 @@ msgstr "مطلوب لتوابع لاستنساخ." msgid "Allows the user to ask where the replicas / primaries are." msgstr "يعطي الحق للمستخدم بالسؤال عن مكان وجود slaves/masters." -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 #, fuzzy @@ -12486,8 +12481,8 @@ msgid "Allows to set up events for the event scheduler." msgstr "يسمح بقفل الجداول للعملية الحالية." #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 #, fuzzy @@ -12495,47 +12490,47 @@ msgstr "يسمح بقفل الجداول للعملية الحالية." msgid "Allows deleting historical rows." msgstr "يسمح بحذف البيانات." -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "يمسح بتعديل وإسقاط الروتينيات المخزنة." -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "يسمح بإنشاء، وإسقاط وإعادة تسمية حسابات المستخدمين." -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "تم تغيير كلمة المرور لـ %s بنجاح." -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "لقد أبطلت الامتيازات لـ %s." -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "" -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -12545,24 +12540,24 @@ msgstr "" msgid "Edit privileges" msgstr "تحرير الامتيازات" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "إبطال" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "صلاحيات خاصة بقاعدة البيانات" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "صلاحيات خاصة بالجدول" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 @@ -12571,31 +12566,31 @@ msgstr "صلاحيات خاصة بالجدول" msgid "Routine" msgstr "إضافة حقل جديد" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 #, fuzzy #| msgid "Column-specific privileges" msgid "Routine-specific privileges" msgstr "صلاحيات خاصة بالحقل" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "إعادة تحميل الأمتيازات" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "تم حذف المستخدمين المحددين بنجاح." -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "لقد جددت وحدثت الإمتيازات لـ %s." -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 #, fuzzy @@ -12603,40 +12598,40 @@ msgstr "لقد جددت وحدثت الإمتيازات لـ %s." msgid "No user found." msgstr "المستخدم(ون) لم يتم إيجادهم." -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "قيد حذف %s" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "تم إعادة قراءة الصلاحيات بنجاح." -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "اسم المستخدم %s موجود مسبقاً!" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, fuzzy, php-format #| msgid "Privileges" msgid "Privileges for %s" msgstr "الإمتيازات" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "المستخدم" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " "allows a connection from any (%) host." msgstr "" -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, fuzzy, php-format #| msgid "" #| "Note: phpMyAdmin gets the users' privileges directly from MySQL's " @@ -12654,7 +12649,7 @@ msgstr "" "ما تم التعديل عليها يدويا. في هذه الحالة، عليك %s بإعادة قراءة الصلاحيات %s " "قبل أن تكمل." -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 #, fuzzy #| msgid "" #| "Note: phpMyAdmin gets the users' privileges directly from MySQL's " @@ -12673,7 +12668,7 @@ msgstr "" "ما تم التعديل عليها يدويا. في هذه الحالة، عليك %s بإعادة قراءة الصلاحيات %s " "قبل أن تكمل." -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "لقد أضفت مستخدم جديد." @@ -12865,7 +12860,7 @@ msgstr "%s معطل في خادم MySQL هذا." msgid "This MySQL server does not support the %s storage engine." msgstr "خادم MySQL هذا لايدعم محرك التخزين %s ." -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "اسم المفتاح الأساسي يجب أن يكون أساسيا \"PRIMARY\"!" @@ -12874,52 +12869,52 @@ msgstr "اسم المفتاح الأساسي يجب أن يكون أساسيا \ msgid "Problems with indexes of table `%s`" msgstr "" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 msgid "Unknown table status:" msgstr "حالة الجدول غير معروفة:" -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, php-format msgid "Source database `%s` was not found!" msgstr "لم يعثر على قاعدة البيانات المصدر `%s`!" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, php-format msgid "Target database `%s` was not found!" msgstr "لم يعثر على قاعدة البيانات الهدف `%s`!" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 msgid "Invalid database:" msgstr "قاعدة بيانات غير صالحة:" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 msgid "Invalid table name:" msgstr "اسم الجدول غير صالح :" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, php-format msgid "Failed to rename table %1$s to %2$s!" msgstr "فشل في إعادة تسمية الجدول %1$s إلى %2$s!" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, php-format msgid "Table %1$s has been renamed to %2$s." msgstr "تمّت تسمية الجدول %1$s إلى %2$s." -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 #, fuzzy #| msgid "Could not save table UI preferences" msgid "Could not save table UI preferences!" msgstr "لا يمكن حفظ تفضيلات جدول UI" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" "['MaxTableUiprefs'] %s)" msgstr "" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -12927,15 +12922,15 @@ msgid "" "changed." msgstr "" -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "لايمكن تغيير اسم الفهرس إلى الأساسي!" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "أجزاء الفهرسة غير معرفة!" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "" @@ -13361,11 +13356,11 @@ msgstr "لقد تم تجديد الملف الشخصي." msgid "Password is too long!" msgstr "كلمة المرور:" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 msgid "Could not save configuration" msgstr "" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 #, fuzzy #| msgid "" #| "The phpMyAdmin configuration storage has been deactivated. %sFind out " diff --git a/po/ar_LY.po b/po/ar_LY.po index e2b58e9b49..c72e1c295b 100644 --- a/po/ar_LY.po +++ b/po/ar_LY.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2022-02-15 16:21+0000\n" "Last-Translator: Maurício Meneghini Fauth \n" "Language-Team: Arabic (Libya) (includes info such as export timestamp, PHP version, " "and server version)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 msgid "Additional custom header comment (\\n splits lines):" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 msgid "Export metadata" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 msgid "Add statements:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, php-format msgid "Add %s statement" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, php-format msgid "%s value" msgstr "" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 msgid "Data creation options" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " "(1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 msgid "Metadata" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, php-format msgid "Metadata for table %s" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, php-format msgid "Metadata for database %s" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, php-format msgid "Error reading structure for table %s:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 msgid "Indexes for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 msgid "Indexes for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 msgid "AUTO_INCREMENT for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 msgid "AUTO_INCREMENT for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 msgid "MEDIA TYPES FOR TABLE" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 msgid "RELATIONSHIPS FOR TABLE" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, php-format msgid "Structure for view %s exported as a table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, php-format msgid "Error reading data for table %s:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 msgid "Creation:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 msgid "Last update:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 msgid "Last check:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 msgid "Table:" msgstr "" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "" @@ -11395,83 +11390,83 @@ msgstr "" msgid "Details…" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 msgid "Could not save recent table!" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 msgid "Could not save favorite table!" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 msgid "Recent tables" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 msgid "Recent" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 msgid "Favorites" msgstr "" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." msgstr "" -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 msgid "Replication started successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 msgid "Error starting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 msgid "Replication stopped successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 msgid "Error stopping replication." msgstr "" -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 msgid "Replication resetting successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 msgid "Error resetting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "" -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 msgid "Error." msgstr "" -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, php-format msgid "Unable to connect to primary %s." msgstr "" -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 msgid "" "Unable to read primary log position. Possible privilege problem on primary." msgstr "" -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 msgid "Unable to change primary!" msgstr "" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, php-format msgid "Primary server changed successfully to %s." msgstr "" @@ -11518,8 +11513,8 @@ msgid "Error while loading the search." msgstr "" #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 msgid "Native MySQL authentication" msgstr "" @@ -11544,16 +11539,16 @@ msgstr "" msgid "Account locking is not supported." msgstr "" -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "" -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "" -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -11561,7 +11556,7 @@ msgstr "" msgid "Allows deleting data." msgstr "" -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -11569,7 +11564,7 @@ msgstr "" msgid "Allows creating new tables." msgstr "" -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -11577,8 +11572,8 @@ msgstr "" msgid "Allows dropping tables." msgstr "" -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -11586,8 +11581,8 @@ msgstr "" msgid "Allows creating and dropping indexes." msgstr "" -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -11595,9 +11590,9 @@ msgstr "" msgid "Allows altering the structure of existing tables." msgstr "" -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -11607,9 +11602,9 @@ msgstr "" msgid "Allows creating new views." msgstr "" -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -11617,8 +11612,8 @@ msgstr "" msgid "Allows performing SHOW CREATE VIEW queries." msgstr "" -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -11626,76 +11621,76 @@ msgstr "" msgid "Allows creating and dropping triggers." msgstr "" -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "" -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "" -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "" -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "" -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "" -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." msgstr "" -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "" -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 msgid "Allows viewing processes of all users." msgstr "" -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "" -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "" -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "" -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -11704,85 +11699,85 @@ msgid "" "killing threads of other users." msgstr "" -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "" -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "" -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 msgid "Needed for the replication replicas." msgstr "" -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 msgid "Allows the user to ask where the replicas / primaries are." msgstr "" -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 msgid "Allows to set up events for the event scheduler." msgstr "" #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 msgid "Allows deleting historical rows." msgstr "" -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "" -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "" -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "" -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -11790,91 +11785,91 @@ msgstr "" msgid "Edit privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 msgid "Routine" msgstr "" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 msgid "Routine-specific privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "" -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 msgid "No user found." msgstr "" -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, php-format msgid "Privileges for %s" msgstr "" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " "allows a connection from any (%) host." msgstr "" -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, php-format msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " @@ -11883,7 +11878,7 @@ msgid "" "%sreload the privileges%s before you continue." msgstr "" -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " "tables. The content of these tables may differ from the privileges the " @@ -11892,7 +11887,7 @@ msgid "" "privilege." msgstr "" -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "" @@ -12076,7 +12071,7 @@ msgstr "" msgid "This MySQL server does not support the %s storage engine." msgstr "" -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "" @@ -12085,50 +12080,50 @@ msgstr "" msgid "Problems with indexes of table `%s`" msgstr "" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 msgid "Unknown table status:" msgstr "" -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, php-format msgid "Source database `%s` was not found!" msgstr "" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, php-format msgid "Target database `%s` was not found!" msgstr "" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 msgid "Invalid database:" msgstr "" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 msgid "Invalid table name:" msgstr "" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, php-format msgid "Failed to rename table %1$s to %2$s!" msgstr "" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, php-format msgid "Table %1$s has been renamed to %2$s." msgstr "" -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 msgid "Could not save table UI preferences!" msgstr "" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" "['MaxTableUiprefs'] %s)" msgstr "" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -12136,15 +12131,15 @@ msgid "" "changed." msgstr "" -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "" @@ -12556,11 +12551,11 @@ msgstr "" msgid "Password is too long!" msgstr "" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 msgid "Could not save configuration" msgstr "" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 msgid "The phpMyAdmin configuration storage database could not be accessed." msgstr "" diff --git a/po/az.po b/po/az.po index 681268efe6..4bce7c6446 100644 --- a/po/az.po +++ b/po/az.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2022-02-15 16:21+0000\n" "Last-Translator: Maurício Meneghini Fauth \n" "Language-Team: Azerbaijani (includes info such as export timestamp, PHP version, " "and server version)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 msgid "Additional custom header comment (\\n splits lines):" msgstr "Əlavə özəl başlıq şərhi (\\n sətirləri bölür):" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 #, fuzzy #| msgid "Export method" msgid "Export metadata" msgstr "Eksport metodu" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 msgid "Add statements:" msgstr "İfadələri əlavə et:" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, php-format msgid "Add %s statement" msgstr "%s ifadəsi əlavə et" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, fuzzy, php-format msgid "%s value" msgstr "Session dəyəri" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 msgid "Data creation options" msgstr "Verilən yaratma seçimləri" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "Verilənləri əlavə edərkən istifadə olunacaq sintaksis:" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " "(1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 #, fuzzy #| msgid "Export method" msgid "Metadata" msgstr "Eksport metodu" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, fuzzy, php-format #| msgid "Delete data or table" msgid "Metadata for table %s" msgstr "Cədvəl və ya veriləni sil" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, fuzzy, php-format #| msgid "Create table on database %s" msgid "Metadata for database %s" msgstr "%s bazasında yeni cedvel qur" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, fuzzy, php-format #| msgid "Table structure for table" msgid "Error reading structure for table %s:" msgstr "Cədvəl üçün cədvəl strukturu" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 #, fuzzy #| msgid "Inside table(s):" msgid "Indexes for dumped tables" msgstr "Inside table(s):" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 msgid "Indexes for table" msgstr "Cədvəl üçün indekslər" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 #, fuzzy #| msgid "Add AUTO_INCREMENT value" msgid "AUTO_INCREMENT for dumped tables" msgstr "AUTO_INCREMENT deyeri elave et" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 msgid "AUTO_INCREMENT for table" msgstr "Cədvəl üçün AUTO_INCREMENT" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 #, fuzzy #| msgid "RELATIONS FOR TABLE" msgid "MEDIA TYPES FOR TABLE" msgstr "Cədvəl Əlaqələri" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 #, fuzzy #| msgid "RELATIONS FOR TABLE" msgid "RELATIONSHIPS FOR TABLE" msgstr "Cədvəl Əlaqələri" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, php-format msgid "Structure for view %s exported as a table" msgstr "Görünüş strukturu %s cədvəl olaraq eksport edildi" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, fuzzy, php-format #| msgid "Error reading data:" msgid "Error reading data for table %s:" msgstr "Verilənlərin oxunması xətası:" -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 msgid "Creation:" msgstr "Yaradılma:" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 msgid "Last update:" msgstr "Ən son yenilənmə:" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 msgid "Last check:" msgstr "Ən son yoxlama:" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 msgid "Table:" msgstr "Cədvəl:" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "" @@ -12147,75 +12142,75 @@ msgstr "Zəhmət olmasa Bazanın olduğu qovluğun səlahiyyətlərini gözdən msgid "Details…" msgstr "Detallar…" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 msgid "Could not save recent table!" msgstr "Sonuncu cədvəl yaddaşa verilə bilmədi!" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 msgid "Could not save favorite table!" msgstr "Favorit cədvəli yaddaşa verilə bilmədi!" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 msgid "Recent tables" msgstr "Son cədvəllər" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 msgid "Recent" msgstr "Son" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 msgid "Favorites" msgstr "Favoritlər" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." msgstr "" -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 msgid "Replication started successfully." msgstr "Replikasiya uğurla başladıldı." -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 msgid "Error starting replication." msgstr "Replikasiya başlatma xətası." -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 msgid "Replication stopped successfully." msgstr "Replikasiya uğurla dayandırıldı." -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 msgid "Error stopping replication." msgstr "Replikasiyanı dayandırma xətası." -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 msgid "Replication resetting successfully." msgstr "Replikasiya uğurla sıfırlandı." -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 msgid "Error resetting replication." msgstr "Replikasiyanı sıfırlama xətası." -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "Uğurlu." -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 msgid "Error." msgstr "Xəta." -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "Naməlum xəta" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, fuzzy, php-format #| msgid "Unable to connect to master %s." msgid "Unable to connect to primary %s." msgstr "Əsas %s serverə bağlanmaq mümkün deyil." -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 #, fuzzy #| msgid "" #| "Unable to read master log position. Possible privilege problem on master." @@ -12225,13 +12220,13 @@ msgstr "" "Əsas server log mövqeyi oxuna bilmir. Əsas serverdə imtiyaz tənzimləmə " "problemləri ola bilər." -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 #, fuzzy #| msgid "Unable to change master!" msgid "Unable to change primary!" msgstr "Əsas(master) dəyişdirilə bilmir!" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, fuzzy, php-format #| msgid "Master server changed successfully to %s." msgid "Primary server changed successfully to %s." @@ -12280,8 +12275,8 @@ msgid "Error while loading the search." msgstr "Axtarış yüklənərkən xəta baş verdi." #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 #, fuzzy #| msgid "Authentication" msgid "Native MySQL authentication" @@ -12316,16 +12311,16 @@ msgstr "İdentifikasiya" msgid "Account locking is not supported." msgstr "" -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "Selahiyyet te'yin edilmedi." -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "GRANT-dan başqa bütün səlahiyyətlər daxildir." -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -12333,7 +12328,7 @@ msgstr "GRANT-dan başqa bütün səlahiyyətlər daxildir." msgid "Allows deleting data." msgstr "Məlumat silməyə icazə verir." -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -12341,7 +12336,7 @@ msgstr "Məlumat silməyə icazə verir." msgid "Allows creating new tables." msgstr "Yeni cədvəllər qurmağa icazə verir." -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -12349,8 +12344,8 @@ msgstr "Yeni cədvəllər qurmağa icazə verir." msgid "Allows dropping tables." msgstr "Cədvəlləri ləğv etməyə icazə verir." -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -12358,8 +12353,8 @@ msgstr "Cədvəlləri ləğv etməyə icazə verir." msgid "Allows creating and dropping indexes." msgstr "" -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -12367,9 +12362,9 @@ msgstr "" msgid "Allows altering the structure of existing tables." msgstr "Mövcud olan cedvellerin strukturunu deyişdirmeye icaze verir." -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -12379,9 +12374,9 @@ msgstr "Mövcud olan cedvellerin strukturunu deyişdirmeye icaze verir." msgid "Allows creating new views." msgstr "Yeni görünüşlər qurmağa icazə verir." -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -12389,8 +12384,8 @@ msgstr "Yeni görünüşlər qurmağa icazə verir." msgid "Allows performing SHOW CREATE VIEW queries." msgstr "" -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -12399,76 +12394,76 @@ msgstr "" msgid "Allows creating and dropping triggers." msgstr "Allows creating and dropping indexes." -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "" -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "" -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "" -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "Yeni bazalar ve cədvəllər qurmağa icazə verir." -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "Bazaları və cədvəlləri ləğv etməyə icazə verir." -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." msgstr "" -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "" -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 msgid "Allows viewing processes of all users." msgstr "" -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "" -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "" -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "" -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -12480,25 +12475,25 @@ msgstr "" "Required for most administrative operations like setting global variables or " "killing threads of other users." -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "Keçici cədvəllər qurmağa icazə verir." -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "" -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 msgid "Needed for the replication replicas." msgstr "" -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 #, fuzzy @@ -12506,15 +12501,15 @@ msgstr "" msgid "Allows the user to ask where the replicas / primaries are." msgstr "Gives the right to the user to ask where the slaves / masters are." -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 msgid "Allows to set up events for the event scheduler." msgstr "" #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 #, fuzzy @@ -12522,48 +12517,48 @@ msgstr "" msgid "Allows deleting historical rows." msgstr "Məlumat silməyə icazə verir." -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "Saxlanan rutinlər yaratmağa icazə verir." -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "" "Saxlanan rutinlərinlərin dəyişdirilməsinə və ləğv edilməsinə icazə verir." -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "" -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "Saxlanan rutinlərin icra edilməsinə icazə verir." -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "%s üçün parol müvəffəqiyyətlə dəyişdirilmişdir." -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "%s üçün səlahiyyətləri geri aldınız." -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "İstifadəçiləri göstərmək üçün yetərsiz səlahiyyət." -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -12573,24 +12568,24 @@ msgstr "İstifadəçiləri göstərmək üçün yetərsiz səlahiyyət." msgid "Edit privileges" msgstr "Səlahiyyətləri redaktə et:" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "Geri al" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "Verilənlər Bazasına Məxsus Səlahiyyətlər" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "Cədvələ xas səlahiyyətlər" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 @@ -12599,69 +12594,69 @@ msgstr "Cədvələ xas səlahiyyətlər" msgid "Routine" msgstr "Rutinlər" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 #, fuzzy #| msgid "Column-specific privileges" msgid "Routine-specific privileges" msgstr "Sütuna xas Səlahiyyətlər" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "" -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 msgid "No user found." msgstr "İstifadəçi tapılmadı." -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "%s silinir" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "%s istifadeçisi mövcuddur!" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, php-format msgid "Privileges for %s" msgstr "%s üçün səlahiyyətlər" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "İstifadəçi" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " "allows a connection from any (%) host." msgstr "" -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, fuzzy, php-format #| msgid "" #| "Note: phpMyAdmin gets the users' privileges directly from MySQL's " @@ -12679,7 +12674,7 @@ msgstr "" "içərisindəkilər webserver-in istifadə etdiklərindən fərqli ola bilər. Bu " "halda, davam etmədən əvvəl, səlahiyyətləri %syenidən yükləməlisiniz%s." -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 #, fuzzy #| msgid "" #| "Note: phpMyAdmin gets the users' privileges directly from MySQL's " @@ -12698,7 +12693,7 @@ msgstr "" "içərisindəkilər webserver-in istifadə etdiklərindən fərqli ola bilər. Bu " "halda, davam etmədən əvvəl, səlahiyyətləri %syenidən yükləməlisiniz%s." -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "Yeni istifadəçi əlavə etdiniz." @@ -12893,7 +12888,7 @@ msgstr "%s motoru bu serverde söndürülmüşdür." msgid "This MySQL server does not support the %s storage engine." msgstr "Bu MySQL server %s depolama motorunu desteklememektedir." -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "Birinci dərəcəli açarın adı \"PRIMARY\" olmalıdır!" @@ -12902,51 +12897,51 @@ msgstr "Birinci dərəcəli açarın adı \"PRIMARY\" olmalıdır!" msgid "Problems with indexes of table `%s`" msgstr "`%s` cədvəlinin indeksləri ilə əlaqəli problemlər" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 msgid "Unknown table status:" msgstr "Bilinməyən cədvəl statusu:" -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, php-format msgid "Source database `%s` was not found!" msgstr "Qaynaq Verilənlər Bazası `%s` tapılmadı!" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, php-format msgid "Target database `%s` was not found!" msgstr "Hədəf Verilənlər Bazası `%s` tapılmadı!" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 msgid "Invalid database:" msgstr "Etibarsız Verilənlər Bazası:" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 msgid "Invalid table name:" msgstr "Etibarsız cədvəl adı:" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, php-format msgid "Failed to rename table %1$s to %2$s!" msgstr "" "%1$s Cədvəl adını %2$s cədvəl adına dəyişdirmə yerinə yetirilə bilmədi!" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, php-format msgid "Table %1$s has been renamed to %2$s." msgstr "%1$s cədvəli %2$s olaraq yenidən adlandırılmışdır." -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 msgid "Could not save table UI preferences!" msgstr "" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" "['MaxTableUiprefs'] %s)" msgstr "" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -12954,16 +12949,16 @@ msgid "" "changed." msgstr "" -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "" "İndeksi Birinci dərəcəli (PRIMARY) olaraq yenidən adlandıra bilməzsiniz!" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "İndeks qisimleri te'yin edilmedi!" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "" @@ -13407,11 +13402,11 @@ msgstr "Profil yenilendi." msgid "Password is too long!" msgstr "Parol:" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 msgid "Could not save configuration" msgstr "" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 #, fuzzy #| msgid "" #| "The phpMyAdmin configuration storage has been deactivated. %sFind out " diff --git a/po/be.po b/po/be.po index 64c44159ca..4390df0fbe 100644 --- a/po/be.po +++ b/po/be.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2022-02-15 16:21+0000\n" "Last-Translator: Maurício Meneghini Fauth \n" "Language-Team: Belarusian (includes info such as export timestamp, PHP version, " "and server version)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 msgid "Additional custom header comment (\\n splits lines):" msgstr "Дадатковы асабісты каментар загалоўка (\\n падзяляе радкі):" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 msgid "Export metadata" msgstr "Экспарт метаданых" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 msgid "Add statements:" msgstr "Дадаць сцвярджэнні:" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, php-format msgid "Add %s statement" msgstr "Дадаць сцвярджэнне %s" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, php-format msgid "%s value" msgstr "%s значэнне" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 msgid "Data creation options" msgstr "Параметры стварэння даных" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " "(1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 msgid "Metadata" msgstr "Метаданыя" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, php-format msgid "Metadata for table %s" msgstr "Метаданыя для табліцы %s" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, php-format msgid "Metadata for database %s" msgstr "Метаданыя для базы даных %s" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, php-format msgid "Error reading structure for table %s:" msgstr "Памылка чытання структуры табліцы %s:" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "Абмежаваньні для экспартаваных табліц" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "Абмежаваньні для табліцы" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 msgid "Indexes for dumped tables" msgstr "Індэксы для захаваных табліц" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 msgid "Indexes for table" msgstr "Індэксы табліцы" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 msgid "AUTO_INCREMENT for dumped tables" msgstr "AUTO_INCREMENT для захаваных табліц" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 msgid "AUTO_INCREMENT for table" msgstr "AUTO_INCREMENT для табліцы" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 #, fuzzy #| msgid "MIME TYPES FOR TABLE" msgid "MEDIA TYPES FOR TABLE" msgstr "MIME-тыпы табліцы" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 msgid "RELATIONSHIPS FOR TABLE" msgstr "СУВЯЗІ ТАБЛІЦЫ" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, php-format msgid "Structure for view %s exported as a table" msgstr "Структура прадстаўлення «%s» экспартаваная як табліца" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, php-format msgid "Error reading data for table %s:" msgstr "Памылка чытання даных табліц %s:" -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 msgid "Creation:" msgstr "Створаная:" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 msgid "Last update:" msgstr "Апошняе абнаўленьне:" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 msgid "Last check:" msgstr "Апошняя праверка:" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "Экспартаваць змест" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 msgid "Table:" msgstr "Табліца:" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "" @@ -11780,84 +11775,84 @@ msgstr "Калі ласка, праверце прывілеі каталога, msgid "Details…" msgstr "Дэталі…" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 msgid "Could not save recent table!" msgstr "Не атрымалася захаваць астатнюю табліцу!" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 msgid "Could not save favorite table!" msgstr "Не атрымалася захаваць улюблёную табліцу!" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 msgid "Recent tables" msgstr "Нядаўнія табліцы" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 msgid "Recent" msgstr "Нядаўнія" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 msgid "Favorites" msgstr "Улюблёныя" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." msgstr "" -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 msgid "Replication started successfully." msgstr "Рэплікацыя паспяхова запусцілася." -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 msgid "Error starting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 msgid "Replication stopped successfully." msgstr "Рэплікацыя паспяхова спынілася." -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 msgid "Error stopping replication." msgstr "" -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 msgid "Replication resetting successfully." msgstr "Рэплікацыя паспяхова скінулася." -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 msgid "Error resetting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "" -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 msgid "Error." msgstr "Памылка." -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, fuzzy, php-format #| msgid "Enable SSL for connection to MySQL server." msgid "Unable to connect to primary %s." msgstr "Уключыць SSL для злучэння з MySQL-серверам." -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 msgid "" "Unable to read primary log position. Possible privilege problem on primary." msgstr "" -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 msgid "Unable to change primary!" msgstr "" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, fuzzy, php-format #| msgid "Master server changed successfully to %s." msgid "Primary server changed successfully to %s." @@ -11906,8 +11901,8 @@ msgid "Error while loading the search." msgstr "Памылка падчас загрузкі пошука." #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 msgid "Native MySQL authentication" msgstr "Уласная аўтэнтыфікацыя MySQL" @@ -11937,16 +11932,16 @@ msgstr "Уласная аўтэнтыфікацыя MySQL" msgid "Account locking is not supported." msgstr "" -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "Без прывілеяў." -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "Уключае ўсе прывілеі, апроч GRANT." -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -11954,7 +11949,7 @@ msgstr "Уключае ўсе прывілеі, апроч GRANT." msgid "Allows deleting data." msgstr "Дазваляе выдаляць дадзеныя." -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -11962,7 +11957,7 @@ msgstr "Дазваляе выдаляць дадзеныя." msgid "Allows creating new tables." msgstr "Дазваляе ствараць новыя табліцы." -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -11970,8 +11965,8 @@ msgstr "Дазваляе ствараць новыя табліцы." msgid "Allows dropping tables." msgstr "Дазваляе выдаляць табліцы." -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -11979,8 +11974,8 @@ msgstr "Дазваляе выдаляць табліцы." msgid "Allows creating and dropping indexes." msgstr "Дазваляе ствараць і выдаляць індэксы." -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -11988,9 +11983,9 @@ msgstr "Дазваляе ствараць і выдаляць індэксы." msgid "Allows altering the structure of existing tables." msgstr "Дазваляе зьмяняць структуру існых табліц." -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -12000,9 +11995,9 @@ msgstr "Дазваляе зьмяняць структуру існых табл msgid "Allows creating new views." msgstr "Дазваляе ствараць новыя прагляды." -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -12010,8 +12005,8 @@ msgstr "Дазваляе ствараць новыя прагляды." msgid "Allows performing SHOW CREATE VIEW queries." msgstr "Дазваляе выкананьне запытаў SHOW CREATE VIEW." -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -12019,77 +12014,77 @@ msgstr "Дазваляе выкананьне запытаў SHOW CREATE VIEW." msgid "Allows creating and dropping triggers." msgstr "Дазваляе стварэнне і выдаленне трыгераў." -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "Дазваляе чытаць дадзеныя." -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "Дазваляе ўстаўляць і замяняць дадзеныя." -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "Дазваляе зьмяняць дадзеныя." -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "Дазваляе ствараць новыя базы дадзеных і табліцы." -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "Дазваляе выдаляць базы дадзеных і табліцы." -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." msgstr "Дазваляе перазагружаць налады сэрвэра і ачышчаць кэш сэрвэра." -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "Дазваляе спыняць сэрвэр." -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 msgid "Allows viewing processes of all users." msgstr "Дазваляе праглядаць працэсы ўсіх карыстальнікаў." -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "" "Дазваляе імпартаваць дадзеныя з файлаў і экспартаваць дадзеныя ў файлы." -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "Не працуе ў гэтай вэрсіі MySQL." -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "Дае доступ да поўнага сьпісу базаў дадзеных." -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -12101,19 +12096,19 @@ msgstr "" "Патрабуецца для большасьці адміністратыўных апэрацыяў, такіх як вызначэньне " "глябальных зьменных або спыненьне патокаў іншых карыстальнікаў." -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "Дазваляе ствараць часовыя табліцы." -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "Дазваляе блякаваць табліцы для бягучага патоку." -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 #, fuzzy @@ -12121,7 +12116,7 @@ msgstr "Дазваляе блякаваць табліцы для бягучаг msgid "Needed for the replication replicas." msgstr "Неабходна для рэплікацыі slaves." -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 #, fuzzy @@ -12129,15 +12124,15 @@ msgstr "Неабходна для рэплікацыі slaves." msgid "Allows the user to ask where the replicas / primaries are." msgstr "Дазваляе карыстальніку пытацца, дзе знаходзяцца slaves / masters." -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 msgid "Allows to set up events for the event scheduler." msgstr "Дазваляе наладжваць падзеі ў планавальніку." #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 #, fuzzy @@ -12145,48 +12140,48 @@ msgstr "Дазваляе наладжваць падзеі ў планаваль msgid "Allows deleting historical rows." msgstr "Дазваляе выдаляць дадзеныя." -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "Дазваляе ствараць праграмы, якія захоўваюцца." -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "Дазваляе зьмяняць і выдаляць праграмы, якія захоўваюцца." -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "" "Дазваляе ствараць, выдаляць і пераймяноўваць уліковыя запісы карыстальнікаў." -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "Дазваляе выкананьне праграмаў, якія захоўваюцца." -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "Пароль для %s пасьпяхова зьменены." -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "Вы анулявалі прывілеі для %s." -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "" -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -12194,91 +12189,91 @@ msgstr "" msgid "Edit privileges" msgstr "Рэдагаваць прывілеі" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "Ануляваць" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "Спэцыфічныя прывілеі базы дадзеных" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "Прывілеі, спэцыфічныя для табліцы" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 msgid "Routine" msgstr "Працэдура" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 msgid "Routine-specific privileges" msgstr "Прывілеі працэдур" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "На выбраныя карыстальнікі для выдаленьня!" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "Перазагрузіць прывілеі" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "Выбраныя карыстальнікі былі пасьпяхова выдаленыя." -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "Вы зьмянілі прывілеі для %s." -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 msgid "No user found." msgstr "Карыстальнік не знойдзены." -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "Выдаленьне %s" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "Прывілеі былі пасьпяхова перазагружаныя." -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "Карыстальнік %s ужо існуе!" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, php-format msgid "Privileges for %s" msgstr "Прывілеі для %s" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "Карыстальнік" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " "allows a connection from any (%) host." msgstr "" -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, php-format msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " @@ -12291,7 +12286,7 @@ msgstr "" "выкарыстоўвае сервер, калі яны былі змененыя ўручную. У гэтым выпадку вам " "трэба %sперазагрузіць прывілеі%s да таго, як вы працягнеце." -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " "tables. The content of these tables may differ from the privileges the " @@ -12304,7 +12299,7 @@ msgstr "" "выкарыстоўвае сервер, калі яны былі змененыя ўручную. У гэтым выпадку вам " "трэба %sперазагрузіць прывілеі%s, але цяпер у вас няма прывілеі RELOAD." -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "Быў дададзены новы карыстальнік." @@ -12497,7 +12492,7 @@ msgstr "%s была адключаная для рэтага MySQL-сэрвэр msgid "This MySQL server does not support the %s storage engine." msgstr "Гэты сэрвэр MySQL не падтрымлівае машыну захаваньня дадзеных %s." -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "Імя першаснага ключа мусіць быць PRIMARY!" @@ -12506,50 +12501,50 @@ msgstr "Імя першаснага ключа мусіць быць PRIMARY!" msgid "Problems with indexes of table `%s`" msgstr "Праблемы з індэксамі для табліцы `%s`" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 msgid "Unknown table status:" msgstr "Невядомы стан табліцы:" -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, php-format msgid "Source database `%s` was not found!" msgstr "База-крыніца «%s» не знойдзена!" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, php-format msgid "Target database `%s` was not found!" msgstr "Мэтавая база «%s» не знойдзеная!" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 msgid "Invalid database:" msgstr "Няправільная база даных:" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 msgid "Invalid table name:" msgstr "Некарэктная назва табліцы:" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, php-format msgid "Failed to rename table %1$s to %2$s!" msgstr "Не атрымалася перайменаваць табліцу %1$s у %2$s!" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, php-format msgid "Table %1$s has been renamed to %2$s." msgstr "Табліца %1$s была перайменаваная ў %2$s." -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 msgid "Could not save table UI preferences!" msgstr "Не атрымалася захаваць налады UI!" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" "['MaxTableUiprefs'] %s)" msgstr "" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -12557,15 +12552,15 @@ msgid "" "changed." msgstr "" -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "Немагчыма перайменаваць індэкс у PRIMARY!" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "Часткі індэксу ня вызначаныя!" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "Памылка стварэньня зьнешняга ключа на %1$s (праверце тыпы калёнак)" @@ -12977,11 +12972,11 @@ msgstr "Профіль быў адноўлены." msgid "Password is too long!" msgstr "Пароль занадта доўгі!" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 msgid "Could not save configuration" msgstr "Не атрымалася захаваць канфігурацыю" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 #, fuzzy #| msgid "" #| "The phpMyAdmin configuration storage has been deactivated. %sFind out " diff --git a/po/be@latin.po b/po/be@latin.po index 4a8993667c..ce0459e6d6 100644 --- a/po/be@latin.po +++ b/po/be@latin.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2022-02-15 16:21+0000\n" "Last-Translator: Maurício Meneghini Fauth \n" "Language-Team: Belarusian (latin) (includes info such as export timestamp, PHP version, " "and server version)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 #, fuzzy #| msgid "Add custom comment into header (\\n splits lines)" msgid "Additional custom header comment (\\n splits lines):" msgstr "Dadać pryvatny kamentar u zahałovak (\\n padzialaje radki)" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 #, fuzzy #| msgid "Export type" msgid "Export metadata" msgstr "Typ ekspartu" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 #, fuzzy #| msgid "Statements" msgid "Add statements:" msgstr "Vyrazy" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, fuzzy, php-format #| msgid "Statements" msgid "Add %s statement" msgstr "Vyrazy" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, fuzzy, php-format #| msgid "Session value" msgid "%s value" msgstr "Značeńnie sesii" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 #, fuzzy #| msgid "Transformation options" msgid "Data creation options" msgstr "Opcyi pieraŭtvareńnia" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " "(1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 #, fuzzy #| msgid "Export type" msgid "Metadata" msgstr "Typ ekspartu" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, fuzzy, php-format #| msgid "Dumping data for table" msgid "Metadata for table %s" msgstr "Damp dadzienych tablicy" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, fuzzy, php-format #| msgid "Create table on database %s" msgid "Metadata for database %s" msgstr "Stvaryć novuju tablicu ŭ BD %s" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, fuzzy, php-format #| msgid "Table structure for table" msgid "Error reading structure for table %s:" msgstr "Struktura tablicy" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "Abmiežavańni dla ekspartavanych tablic" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "Abmiežavańni dla tablicy" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 #, fuzzy #| msgid "Constraints for dumped tables" msgid "Indexes for dumped tables" msgstr "Abmiežavańni dla ekspartavanych tablic" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 #, fuzzy #| msgid "Inside table(s):" msgid "Indexes for table" msgstr "U tablicy(ach):" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 #, fuzzy #| msgid "Add AUTO_INCREMENT value" msgid "AUTO_INCREMENT for dumped tables" msgstr "Dadać značeńnie AUTO_INCREMENT" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 #, fuzzy #| msgid "Add AUTO_INCREMENT value" msgid "AUTO_INCREMENT for table" msgstr "Dadać značeńnie AUTO_INCREMENT" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 #, fuzzy #| msgid "MIME TYPES FOR TABLE" msgid "MEDIA TYPES FOR TABLE" msgstr "MIME-typy tablicy" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 #, fuzzy #| msgid "RELATIONS FOR TABLE" msgid "RELATIONSHIPS FOR TABLE" msgstr "Suviazi ŭ tablicy" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, fuzzy, php-format #| msgid "Structure for view" msgid "Structure for view %s exported as a table" msgstr "Struktura dla prahladu" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, fuzzy, php-format #| msgid "Allows reading data." msgid "Error reading data for table %s:" msgstr "Dazvalaje čytać dadzienyja." -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 #, fuzzy #| msgid "Creation" msgid "Creation:" msgstr "Stvoranaja" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 #, fuzzy #| msgid "Last update" msgid "Last update:" msgstr "Apošniaje abnaŭleńnie" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 #, fuzzy #| msgid "Last check" msgid "Last check:" msgstr "Apošniaja pravierka" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 #, fuzzy #| msgid "Table" msgid "Table:" msgstr "Tablica" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "" @@ -13121,102 +13116,102 @@ msgstr "" msgid "Details…" msgstr "Padrabiaźniej…" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 #, fuzzy #| msgid "Could not load default configuration from: \"%1$s\"" msgid "Could not save recent table!" msgstr "Niemahčyma zahruzić kanfihuracyju pa zmoŭčańni z: \"%1$s\"" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 #, fuzzy #| msgid "Could not load default configuration from: \"%1$s\"" msgid "Could not save favorite table!" msgstr "Niemahčyma zahruzić kanfihuracyju pa zmoŭčańni z: \"%1$s\"" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 #, fuzzy #| msgid "Select Tables" msgid "Recent tables" msgstr "Vybierycie tablicu(y)" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 #, fuzzy #| msgid "Reset" msgid "Recent" msgstr "Skinuć" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 #, fuzzy #| msgid "Variables" msgid "Favorites" msgstr "Źmiennyja" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." msgstr "" -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 #, fuzzy #| msgid "Chart generated successfully." msgid "Replication started successfully." msgstr "Pryvilei byli paśpiachova pierazahružanyja." -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 msgid "Error starting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 #, fuzzy #| msgid "Chart generated successfully." msgid "Replication stopped successfully." msgstr "Pryvilei byli paśpiachova pierazahružanyja." -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 msgid "Error stopping replication." msgstr "" -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 #, fuzzy #| msgid "Chart generated successfully." msgid "Replication resetting successfully." msgstr "Pryvilei byli paśpiachova pierazahružanyja." -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 msgid "Error resetting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "" -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 #, fuzzy #| msgid "Error" msgid "Error." msgstr "Pamyłka" -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, fuzzy, php-format #| msgid "The number of fsync() writes done to the log file." msgid "Unable to connect to primary %s." msgstr "Kolkaść synchranizavynych zapisaŭ, zroblenych u łog-fajł." -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 msgid "" "Unable to read primary log position. Possible privilege problem on primary." msgstr "" -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 msgid "Unable to change primary!" msgstr "" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, fuzzy, php-format #| msgid "The privileges were reloaded successfully." msgid "Primary server changed successfully to %s." @@ -13268,8 +13263,8 @@ msgid "Error while loading the search." msgstr "Padčas zahruzki fajła adbyłasia nieviadomaja pamyłka." #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 #, fuzzy #| msgid "Authenticating…" msgid "Native MySQL authentication" @@ -13304,16 +13299,16 @@ msgstr "Aŭtentyfikacyja…" msgid "Account locking is not supported." msgstr "" -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "Biez pryvilejaŭ." -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "Uklučaje ŭsie pryvilei, aproč GRANT." -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -13321,7 +13316,7 @@ msgstr "Uklučaje ŭsie pryvilei, aproč GRANT." msgid "Allows deleting data." msgstr "Dazvalaje vydalać dadzienyja." -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -13329,7 +13324,7 @@ msgstr "Dazvalaje vydalać dadzienyja." msgid "Allows creating new tables." msgstr "Dazvalaje stvarać novyja tablicy." -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -13337,8 +13332,8 @@ msgstr "Dazvalaje stvarać novyja tablicy." msgid "Allows dropping tables." msgstr "Dazvalaje vydalać tablicy." -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -13346,8 +13341,8 @@ msgstr "Dazvalaje vydalać tablicy." msgid "Allows creating and dropping indexes." msgstr "Dazvalaje stvarać i vydalać indeksy." -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -13355,9 +13350,9 @@ msgstr "Dazvalaje stvarać i vydalać indeksy." msgid "Allows altering the structure of existing tables." msgstr "Dazvalaje źmianiać strukturu isnych tablic." -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -13367,9 +13362,9 @@ msgstr "Dazvalaje źmianiać strukturu isnych tablic." msgid "Allows creating new views." msgstr "Dazvalaje stvarać novyja prahlady." -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -13377,8 +13372,8 @@ msgstr "Dazvalaje stvarać novyja prahlady." msgid "Allows performing SHOW CREATE VIEW queries." msgstr "Dazvalaje vykanańnie zapytaŭ SHOW CREATE VIEW." -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -13388,52 +13383,52 @@ msgstr "Dazvalaje vykanańnie zapytaŭ SHOW CREATE VIEW." msgid "Allows creating and dropping triggers." msgstr "Dazvalaje stvareńnie i vydaleńnie tryhieraŭ" -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "Dazvalaje čytać dadzienyja." -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "Dazvalaje ŭstaŭlać i zamianiać dadzienyja." -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "Dazvalaje źmianiać dadzienyja." -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "Dazvalaje stvarać novyja bazy dadzienych i tablicy." -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "Dazvalaje vydalać bazy dadzienych i tablicy." -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." msgstr "Dazvalaje pierazahružać nałady servera i ačyščać keš servera." -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "Dazvalaje spyniać server." -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 #, fuzzy @@ -13441,26 +13436,26 @@ msgstr "Dazvalaje spyniać server." msgid "Allows viewing processes of all users." msgstr "Dazvalaje prahladać pracesy ŭsich karystalnikaŭ" -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "" "Dazvalaje impartavać dadzienyja z fajłaŭ i ekspartavać dadzienyja ŭ fajły." -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "Nie pracuje ŭ hetaj versii MySQL." -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "Daje dostup da poŭnaha śpisu bazaŭ dadzienych." -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -13472,19 +13467,19 @@ msgstr "" "Patrabujecca dla bolšaści administratyŭnych aperacyjaŭ, takich jak " "vyznačeńnie hlabalnych źmiennych abo spynieńnie patokaŭ inšych karystalnikaŭ." -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "Dazvalaje stvarać časovyja tablicy." -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "Dazvalaje blakavać tablicy dla biahučaha patoku." -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 #, fuzzy @@ -13492,7 +13487,7 @@ msgstr "Dazvalaje blakavać tablicy dla biahučaha patoku." msgid "Needed for the replication replicas." msgstr "Nieabchodna dla replikacyi slaves." -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 #, fuzzy @@ -13500,7 +13495,7 @@ msgstr "Nieabchodna dla replikacyi slaves." msgid "Allows the user to ask where the replicas / primaries are." msgstr "Dazvalaje karystalniku pytacca, dzie znachodziacca slaves / masters." -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 #, fuzzy @@ -13509,8 +13504,8 @@ msgid "Allows to set up events for the event scheduler." msgstr "Dazvalaje stvarać padziei ŭ planiroŭniku padziejaŭ" #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 #, fuzzy @@ -13518,48 +13513,48 @@ msgstr "Dazvalaje stvarać padziei ŭ planiroŭniku padziejaŭ" msgid "Allows deleting historical rows." msgstr "Dazvalaje vydalać dadzienyja." -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "Dazvalaje stvarać pragramy, jakija zachoŭvajucca." -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "Dazvalaje źmianiać i vydalać pragramy, jakija zachoŭvajucca." -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "" "Dazvalaje stvarać, vydalać i pierajmianoŭvać ulikovyja zapisy karystalnikaŭ." -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "Dazvalaje vykanańnie pragramaŭ, jakija zachoŭvajucca." -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "Parol dla %s paśpiachova źmienieny." -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "Vy anulavali pryvilei dla %s." -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "" -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -13569,24 +13564,24 @@ msgstr "" msgid "Edit privileges" msgstr "Redagavać pryvilei" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "Anulavać" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "Specyfičnyja pryvilei bazy dadzienych" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "Pryvilei, specyfičnyja dla tablicy" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 @@ -13595,31 +13590,31 @@ msgstr "Pryvilei, specyfičnyja dla tablicy" msgid "Routine" msgstr "Pracedury" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 #, fuzzy #| msgid "Column-specific privileges" msgid "Routine-specific privileges" msgstr "Specyfičnyja pryvilei kalonak" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "Na vybranyja karystalniki dla vydaleńnia!" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "Pierazahruzić pryvilei" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "Vybranyja karystalniki byli paśpiachova vydalenyja." -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "Vy źmianili pryvilei dla %s." -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 #, fuzzy @@ -13627,40 +13622,40 @@ msgstr "Vy źmianili pryvilei dla %s." msgid "No user found." msgstr "Nie znojdzieny karystalnik." -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "Vydaleńnie %s" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "Pryvilei byli paśpiachova pierazahružanyja." -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "Karystalnik %s užo isnuje!" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, fuzzy, php-format #| msgid "Privileges" msgid "Privileges for %s" msgstr "Pryvilei" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "Karystalnik" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " "allows a connection from any (%) host." msgstr "" -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, fuzzy, php-format #| msgid "" #| "Note: phpMyAdmin gets the users' privileges directly from MySQL's " @@ -13678,7 +13673,7 @@ msgstr "" "jakija vykarystoŭvaje server, kali jany byli źmienienyja ŭručnuju. U hetym " "vypadku vam treba %spierazahruzić pryvilei%s da taho, jak vy praciahniecie." -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 #, fuzzy #| msgid "" #| "Note: phpMyAdmin gets the users' privileges directly from MySQL's " @@ -13697,7 +13692,7 @@ msgstr "" "jakija vykarystoŭvaje server, kali jany byli źmienienyja ŭručnuju. U hetym " "vypadku vam treba %spierazahruzić pryvilei%s da taho, jak vy praciahniecie." -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "Byŭ dadadzieny novy karystalnik." @@ -13891,7 +13886,7 @@ msgstr "%s była adklučanaja dla retaha MySQL-servera." msgid "This MySQL server does not support the %s storage engine." msgstr "Hety server MySQL nie padtrymlivaje mašynu zachavańnia dadzienych %s." -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "Imia pieršasnaha kluča musić być PRIMARY!" @@ -13900,61 +13895,61 @@ msgstr "Imia pieršasnaha kluča musić być PRIMARY!" msgid "Problems with indexes of table `%s`" msgstr "Prablemy z indeksami dla tablicy `%s`" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 #, fuzzy #| msgid "Show slave status" msgid "Unknown table status:" msgstr "Pakazać stan zaležnych serveraŭ" -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, php-format msgid "Source database `%s` was not found!" msgstr "" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, fuzzy, php-format #| msgid "Theme %s not found!" msgid "Target database `%s` was not found!" msgstr "Tema %s nia znojdzienaja!" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 #, fuzzy #| msgid "Invalid database" msgid "Invalid database:" msgstr "Niapravilnaja baza dadzienych" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 #, fuzzy #| msgid "Invalid table name" msgid "Invalid table name:" msgstr "Niekarektnaje imia tablicy" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, fuzzy, php-format #| msgid "Error renaming table %1$s to %2$s" msgid "Failed to rename table %1$s to %2$s!" msgstr "Pamyłka pierajmienavańnia tablicy %1$s u %2$s" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, fuzzy, php-format #| msgid "Table %s has been renamed to %s." msgid "Table %1$s has been renamed to %2$s." msgstr "Tablica %s była pierajmienavanaja ŭ %s" -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 #, fuzzy #| msgid "Could not load default configuration from: \"%1$s\"" msgid "Could not save table UI preferences!" msgstr "Niemahčyma zahruzić kanfihuracyju pa zmoŭčańni z: \"%1$s\"" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" "['MaxTableUiprefs'] %s)" msgstr "" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -13962,15 +13957,15 @@ msgid "" "changed." msgstr "" -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "Niemahčyma pierajmienavać indeks u PRIMARY!" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "Častki indeksu nia vyznačanyja!" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "Pamyłka stvareńnia źniešniaha kluča na %1$s (praviercie typy kalonak)" @@ -14399,13 +14394,13 @@ msgstr "Profil byŭ adnoŭleny." msgid "Password is too long!" msgstr "Chešavańnie parolu" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 #, fuzzy #| msgid "Could not load default configuration from: \"%1$s\"" msgid "Could not save configuration" msgstr "Niemahčyma zahruzić kanfihuracyju pa zmoŭčańni z: \"%1$s\"" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 #, fuzzy #| msgid "" #| " additional features for working with linked tables have been ctivated. " diff --git a/po/ber.po b/po/ber.po index eaf1d0bd89..32fcfd753f 100644 --- a/po/ber.po +++ b/po/ber.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2020-08-16 22:12+0000\n" "Last-Translator: Maurício Meneghini Fauth \n" "Language-Team: Berber (includes info such as export timestamp, PHP version, " "and server version)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 msgid "Additional custom header comment (\\n splits lines):" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 msgid "Export metadata" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 msgid "Add statements:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, php-format msgid "Add %s statement" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, php-format msgid "%s value" msgstr "" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 msgid "Data creation options" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " "(1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 msgid "Metadata" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, php-format msgid "Metadata for table %s" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, php-format msgid "Metadata for database %s" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, php-format msgid "Error reading structure for table %s:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 msgid "Indexes for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 msgid "Indexes for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 msgid "AUTO_INCREMENT for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 msgid "AUTO_INCREMENT for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 msgid "MEDIA TYPES FOR TABLE" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 msgid "RELATIONSHIPS FOR TABLE" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, php-format msgid "Structure for view %s exported as a table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, php-format msgid "Error reading data for table %s:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 msgid "Creation:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 msgid "Last update:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 msgid "Last check:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 msgid "Table:" msgstr "" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "" @@ -11344,83 +11339,83 @@ msgstr "" msgid "Details…" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 msgid "Could not save recent table!" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 msgid "Could not save favorite table!" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 msgid "Recent tables" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 msgid "Recent" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 msgid "Favorites" msgstr "" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." msgstr "" -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 msgid "Replication started successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 msgid "Error starting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 msgid "Replication stopped successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 msgid "Error stopping replication." msgstr "" -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 msgid "Replication resetting successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 msgid "Error resetting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "" -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 msgid "Error." msgstr "" -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, php-format msgid "Unable to connect to primary %s." msgstr "" -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 msgid "" "Unable to read primary log position. Possible privilege problem on primary." msgstr "" -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 msgid "Unable to change primary!" msgstr "" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, php-format msgid "Primary server changed successfully to %s." msgstr "" @@ -11467,8 +11462,8 @@ msgid "Error while loading the search." msgstr "" #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 msgid "Native MySQL authentication" msgstr "" @@ -11493,16 +11488,16 @@ msgstr "" msgid "Account locking is not supported." msgstr "" -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "" -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "" -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -11510,7 +11505,7 @@ msgstr "" msgid "Allows deleting data." msgstr "" -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -11518,7 +11513,7 @@ msgstr "" msgid "Allows creating new tables." msgstr "" -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -11526,8 +11521,8 @@ msgstr "" msgid "Allows dropping tables." msgstr "" -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -11535,8 +11530,8 @@ msgstr "" msgid "Allows creating and dropping indexes." msgstr "" -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -11544,9 +11539,9 @@ msgstr "" msgid "Allows altering the structure of existing tables." msgstr "" -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -11556,9 +11551,9 @@ msgstr "" msgid "Allows creating new views." msgstr "" -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -11566,8 +11561,8 @@ msgstr "" msgid "Allows performing SHOW CREATE VIEW queries." msgstr "" -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -11575,76 +11570,76 @@ msgstr "" msgid "Allows creating and dropping triggers." msgstr "" -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "" -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "" -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "" -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "" -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "" -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." msgstr "" -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "" -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 msgid "Allows viewing processes of all users." msgstr "" -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "" -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "" -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "" -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -11653,85 +11648,85 @@ msgid "" "killing threads of other users." msgstr "" -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "" -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "" -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 msgid "Needed for the replication replicas." msgstr "" -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 msgid "Allows the user to ask where the replicas / primaries are." msgstr "" -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 msgid "Allows to set up events for the event scheduler." msgstr "" #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 msgid "Allows deleting historical rows." msgstr "" -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "" -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "" -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "" -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -11739,91 +11734,91 @@ msgstr "" msgid "Edit privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 msgid "Routine" msgstr "" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 msgid "Routine-specific privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "" -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 msgid "No user found." msgstr "" -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, php-format msgid "Privileges for %s" msgstr "" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " "allows a connection from any (%) host." msgstr "" -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, php-format msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " @@ -11832,7 +11827,7 @@ msgid "" "%sreload the privileges%s before you continue." msgstr "" -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " "tables. The content of these tables may differ from the privileges the " @@ -11841,7 +11836,7 @@ msgid "" "privilege." msgstr "" -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "" @@ -12025,7 +12020,7 @@ msgstr "" msgid "This MySQL server does not support the %s storage engine." msgstr "" -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "" @@ -12034,50 +12029,50 @@ msgstr "" msgid "Problems with indexes of table `%s`" msgstr "" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 msgid "Unknown table status:" msgstr "" -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, php-format msgid "Source database `%s` was not found!" msgstr "" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, php-format msgid "Target database `%s` was not found!" msgstr "" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 msgid "Invalid database:" msgstr "" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 msgid "Invalid table name:" msgstr "" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, php-format msgid "Failed to rename table %1$s to %2$s!" msgstr "" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, php-format msgid "Table %1$s has been renamed to %2$s." msgstr "" -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 msgid "Could not save table UI preferences!" msgstr "" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" "['MaxTableUiprefs'] %s)" msgstr "" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -12085,15 +12080,15 @@ msgid "" "changed." msgstr "" -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "" @@ -12505,11 +12500,11 @@ msgstr "" msgid "Password is too long!" msgstr "" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 msgid "Could not save configuration" msgstr "" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 msgid "The phpMyAdmin configuration storage database could not be accessed." msgstr "" diff --git a/po/bg.po b/po/bg.po index 0e845e6cd3..e782fea145 100644 --- a/po/bg.po +++ b/po/bg.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2022-08-19 10:18+0000\n" "Last-Translator: Пламен \n" "Language-Team: Bulgarian (includes info such as export timestamp, PHP version, " "and server version)" @@ -11470,88 +11465,88 @@ msgstr "" # Оправя се само с редакция на файла и добавяне на избягващ знак '\' преди # '\n'. -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 msgid "Additional custom header comment (\\n splits lines):" msgstr "Добавяне на коментар в заглавката (\\n нов ред):" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 #, fuzzy #| msgid "Export method" msgid "Export metadata" msgstr "Метод за експортиране" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 msgid "Add statements:" msgstr "Добавяне на заявления:" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, php-format msgid "Add %s statement" msgstr "Добавяне на израз %s" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, php-format msgid "%s value" msgstr "%s стойност" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 msgid "Data creation options" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "Вместо INSERT изрази, да се използват:" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " @@ -11561,7 +11556,7 @@ msgstr "" "      Пример: INSERT INTO tbl_name (col_A,col_B,col_C) " "VALUES (1,2,3)" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " @@ -11571,7 +11566,7 @@ msgstr "" "    Пример: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" @@ -11580,7 +11575,7 @@ msgstr "" "INSERT INTO tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), " "(7,8,9)" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" @@ -11588,7 +11583,7 @@ msgstr "" "нито един от горните варианти
      Пример: INSERT " "INTO tbl_name VALUES (1,2,3)" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" @@ -11596,7 +11591,7 @@ msgstr "" "Съхраняване на двоичните полета в шестнадесетичен вид (например, \"abc\" " "става 0x616263)" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" @@ -11605,135 +11600,135 @@ msgstr "" "TIMESTAMP да бъдат експортирани и четени от сървъри в различни часови " "пояси)" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 #, fuzzy #| msgid "Metadata Headers" msgid "Metadata" msgstr "Заглавки на метаданните" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, php-format msgid "Metadata for table %s" msgstr "Метаданни за таблица %s" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, php-format msgid "Metadata for database %s" msgstr "Метаданни за база данни %s" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, php-format msgid "Error reading structure for table %s:" msgstr "Грешка при четене на структура за таблица %s:" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "Ограничения за дъмпнати таблици" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "Ограничения за таблица" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 #, fuzzy #| msgid "Constraints for dumped tables" msgid "Indexes for dumped tables" msgstr "Ограничения за дъмпнати таблици" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 msgid "Indexes for table" msgstr "Индекси за таблица" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 #, fuzzy #| msgid "Do not use AUTO_INCREMENT for zero values" msgid "AUTO_INCREMENT for dumped tables" msgstr "Да не се използва AUTO_INCREMENT за нулеви стойности" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 #, fuzzy #| msgid "Add AUTO_INCREMENT value" msgid "AUTO_INCREMENT for table" msgstr "Добавяне AUTO_INCREMENT стойност" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 #, fuzzy #| msgid "MIME TYPES FOR TABLE" msgid "MEDIA TYPES FOR TABLE" msgstr "MIME ТИПОВЕ ЗА ТАБЛИЦА" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 #, fuzzy #| msgid "RELATIONS FOR TABLE" msgid "RELATIONSHIPS FOR TABLE" msgstr "РЕЛАЦИИ ЗА ТАБЛИЦА" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, php-format msgid "Structure for view %s exported as a table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, php-format msgid "Error reading data for table %s:" msgstr "Грешка при четене на данните за таблица %s:" -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 msgid "Creation:" msgstr "Създаване:" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 msgid "Last update:" msgstr "Последно обновяване:" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 msgid "Last check:" msgstr "Последна проверка:" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 msgid "Table:" msgstr "Таблица:" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "" @@ -12317,100 +12312,100 @@ msgstr "Проверете правата на папката, съдържащ msgid "Details…" msgstr "Подробности…" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 msgid "Could not save recent table!" msgstr "Наскоро отваряната таблице не можа да бъде записана!" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 msgid "Could not save favorite table!" msgstr "Неможе да бъде записана любима таблица!" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 msgid "Recent tables" msgstr "Отваряни таблици" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 msgid "Recent" msgstr "Скорошни" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 msgid "Favorites" msgstr "Любими" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." msgstr "" -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 #, fuzzy #| msgid "Replication status" msgid "Replication started successfully." msgstr "Състояние на репликацията" -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 #, fuzzy #| msgid "Master replication" msgid "Error starting replication." msgstr "Главен сървър" -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 #, fuzzy #| msgid "Chart generated successfully." msgid "Replication stopped successfully." msgstr "Диаграмата е създадена." -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 #, fuzzy #| msgid "Master replication" msgid "Error stopping replication." msgstr "Главен сървър" -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 #, fuzzy #| msgid "Replication status" msgid "Replication resetting successfully." msgstr "Състояние на репликацията" -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 #, fuzzy #| msgid "Master replication" msgid "Error resetting replication." msgstr "Главен сървър" -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "" -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 #, fuzzy #| msgid "Error" msgid "Error." msgstr "Грешка" -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "Неизвестна грешка" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, fuzzy, php-format #| msgid "Unable to connect to master %s." msgid "Unable to connect to primary %s." msgstr "Не възможност за осъществяване на връзка с главния %s." -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 msgid "" "Unable to read primary log position. Possible privilege problem on primary." msgstr "" -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 #, fuzzy #| msgid "Unable to change master!" msgid "Unable to change primary!" msgstr "Главният не може да бъде сменен!" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, fuzzy, php-format #| msgid "Master server changed successfully to %s" msgid "Primary server changed successfully to %s." @@ -12459,8 +12454,8 @@ msgid "Error while loading the search." msgstr "Грешка при зареждане на търсенето." #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 #, fuzzy #| msgid "Cookie authentication" msgid "Native MySQL authentication" @@ -12495,16 +12490,16 @@ msgstr "Удостоверяване чрез бисквитка" msgid "Account locking is not supported." msgstr "" -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "Няма права." -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "Дава всички права освен GRANT." -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -12512,7 +12507,7 @@ msgstr "Дава всички права освен GRANT." msgid "Allows deleting data." msgstr "Позволява изтриване на данни." -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -12520,7 +12515,7 @@ msgstr "Позволява изтриване на данни." msgid "Allows creating new tables." msgstr "Позволява създаване на нови таблици." -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -12528,8 +12523,8 @@ msgstr "Позволява създаване на нови таблици." msgid "Allows dropping tables." msgstr "Позволява изтриване на таблици." -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -12537,8 +12532,8 @@ msgstr "Позволява изтриване на таблици." msgid "Allows creating and dropping indexes." msgstr "Позволява създаване и изтриване на индекси." -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -12546,9 +12541,9 @@ msgstr "Позволява създаване и изтриване на инд msgid "Allows altering the structure of existing tables." msgstr "Позволява промяна на структурата на съществуващи таблици." -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -12558,9 +12553,9 @@ msgstr "Позволява промяна на структурата на съ msgid "Allows creating new views." msgstr "Позволява създаване на изгледи." -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -12568,8 +12563,8 @@ msgstr "Позволява създаване на изгледи." msgid "Allows performing SHOW CREATE VIEW queries." msgstr "Позволява изпълнение на SHOW CREATE VIEW заявки." -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -12579,77 +12574,77 @@ msgstr "Позволява изпълнение на SHOW CREATE VIEW заявк msgid "Allows creating and dropping triggers." msgstr "Позволява създаване и изтриване на тригери" -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "Позволява четене на данни." -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "Позволява вмъкване и заменяне на данни." -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "Позволява промяна на данни." -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "Позволява създаване на нови БД и таблици." -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "Позволява изтриване на БД и таблици." -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." msgstr "" "Позволява презареждане на настройките и изчистване на буфера на сървъра." -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "Позволява спиране на сървъра." -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 msgid "Allows viewing processes of all users." msgstr "" -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "Позволява импортиране на данни от и експортиране на данни във файлове." -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "Няма ефект в тази версия на MySQL." -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "Дава достъп до пълния списък на базите данни." -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -12661,19 +12656,19 @@ msgstr "" "се за повечето административни операции, като установяване на глобални " "променливи или спиране на нишка на други потребители." -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "Позволява създаването на временни таблици." -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "Позволява заключване на таблици за текущата нишка." -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 #, fuzzy @@ -12681,7 +12676,7 @@ msgstr "Позволява заключване на таблици за тек msgid "Needed for the replication replicas." msgstr "Нужно за replication slaves." -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 #, fuzzy @@ -12689,7 +12684,7 @@ msgstr "Нужно за replication slaves." msgid "Allows the user to ask where the replicas / primaries are." msgstr "Дава правото на потребител да знае къде са slaves / masters." -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 #, fuzzy @@ -12698,8 +12693,8 @@ msgid "Allows to set up events for the event scheduler." msgstr "Позволява създаване на събития за Диспечер на събитията" #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 #, fuzzy @@ -12707,47 +12702,47 @@ msgstr "Позволява създаване на събития за Дисп msgid "Allows deleting historical rows." msgstr "Позволява изтриване на данни." -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "Позволява създаване на съхранени процедури." -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "Позволява промяна и изтриване на съхранени процедури." -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "Позволява създаване, изтриване и преименуване на потребителски сметки." -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "Позволява изпълнение на съхранени процедури." -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "Паролата на %s беше променена успешно." -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "Вие отменихте правата на %s." -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "" -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -12757,24 +12752,24 @@ msgstr "" msgid "Edit privileges" msgstr "Редакция" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "Отменяне" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "Специфични за БД права" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "Специфични за таблицата права" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 @@ -12783,69 +12778,69 @@ msgstr "Специфични за таблицата права" msgid "Routine" msgstr "Процедури" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 #, fuzzy #| msgid "Column-specific privileges" msgid "Routine-specific privileges" msgstr "Специфични за колоната права" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "Не за избрани потребители за изтриване!" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "Презареждане на правата" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "Избраните потребители бяха изтрити успешно." -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "Вие променихте правата на %s." -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 msgid "No user found." msgstr "Няма потребител." -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "Изтриване на %s" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "Правата бяха презаредени успешно." -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "Потребител %s вече съществува!" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, php-format msgid "Privileges for %s" msgstr "Права на %s" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "Потребител" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " "allows a connection from any (%) host." msgstr "" -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, fuzzy, php-format #| msgid "" #| "Note: phpMyAdmin gets the users' privileges directly from MySQL's " @@ -12863,7 +12858,7 @@ msgstr "" "правата които използва сървъра ако към него са направени промени на ръка. В " "този случай, трябва да %sпрезаредите правата%s преди да продължите." -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 #, fuzzy #| msgid "" #| "Note: phpMyAdmin gets the users' privileges directly from MySQL's " @@ -12882,7 +12877,7 @@ msgstr "" "правата които използва сървъра ако към него са направени промени на ръка. В " "този случай, трябва да %sпрезаредите правата%s преди да продължите." -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "Вие добавихте нов потребител." @@ -13081,7 +13076,7 @@ msgstr "%s е забранено за този MySQL сървър." msgid "This MySQL server does not support the %s storage engine." msgstr "Този MySQL сървър не поддържа хранилището на данни %s." -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "Името на първичния ключ трябва да е \"PRIMARY\"!" @@ -13090,43 +13085,43 @@ msgstr "Името на първичния ключ трябва да е \"PRIMA msgid "Problems with indexes of table `%s`" msgstr "Проблем с индексите на таблица `%s`" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 msgid "Unknown table status:" msgstr "Неизвестно състояние на таблица:" -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, php-format msgid "Source database `%s` was not found!" msgstr "БД-източник `%s` не е намерена!" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, php-format msgid "Target database `%s` was not found!" msgstr "Целевата БД `%s` не е намерена!" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 msgid "Invalid database:" msgstr "Невалидна БД:" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 msgid "Invalid table name:" msgstr "Невалидно име на таблица:" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, php-format msgid "Failed to rename table %1$s to %2$s!" msgstr "Грешка при преименуване на таблица %1$s в %2$s!" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, php-format msgid "Table %1$s has been renamed to %2$s." msgstr "Таблица %1$s беше преименувана на %2$s." -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 msgid "Could not save table UI preferences!" msgstr "Таблицата с визуалните настройки не може да бъде запазена!" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" @@ -13135,7 +13130,7 @@ msgstr "" "Неуспех при почистването на предпочитанията за потребителския интерфейс на " "таблицата (вижте $cfg['Servers'][$i]['MaxTableUiprefs'] %s)" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -13146,15 +13141,15 @@ msgstr "" "Извършените промени няма да бъдат устойчиви, след като опресните тази " "страница. Моля, проверете дали структурата на таблицата е променена." -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "Индексът не може да бъде преименуван на PRIMARY!" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "Не са дефинирани части на индекс!" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "" @@ -13582,11 +13577,11 @@ msgstr "Профилът беше обновен." msgid "Password is too long!" msgstr "Паролата е твърде дълга!" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 msgid "Could not save configuration" msgstr "Конфигурацията не може да бъде запазена" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 #, fuzzy #| msgid "" #| "%sCreate%s the phpMyAdmin configuration storage in the current database." diff --git a/po/bn.po b/po/bn.po index 3ec754dc83..ab236f9cbd 100644 --- a/po/bn.po +++ b/po/bn.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2022-02-15 16:21+0000\n" "Last-Translator: Maurício Meneghini Fauth \n" "Language-Team: Bengali (includes info such as export timestamp, PHP version, " "and server version)" @@ -11944,91 +11939,91 @@ msgstr "" "মন্তব্য দেখাও (রফতানী সময়কাল, PHP সংস্করন, এবং সার্ভার সংস্করন এর মত তথ্য সংযুক্ত " "করে)" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 msgid "Additional custom header comment (\\n splits lines):" msgstr "শিরোনামের অতিরিক্ত মন্তব্য (\\n লাইন ভাঙ্গবে):" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" msgstr "" "ডাটাবেইজের তৈরীর সময়কাল, সর্বশেষ আপডেট এবং সর্বশেষ পরী্ক্ষার সময়কাল সংযুক্ত কর" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 #, fuzzy #| msgid "Export method" msgid "Export metadata" msgstr "রফতানী পদ্ধতী" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 msgid "Add statements:" msgstr "স্টেটমেন্টসমূহ যোগকর:" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, php-format msgid "Add %s statement" msgstr "%s স্টেটমেন্ট যোগ কর" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, fuzzy, php-format #| msgid "Session value" msgid "%s value" msgstr "সেশনের মান" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 #, fuzzy msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" msgstr "টেবল এবং স্তম্ভের নাম backquote দ্বারা বন্ধ কর" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 msgid "Data creation options" msgstr "তথ্য তৈরীর অপশন" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "ইনার্সটের পুর্বে টেবল খালি কর" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "INSERT এর পরিবর্তে ব্যবহার কর:" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "INSERT DELAYED স্টেটমেন্ট" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "INSERT IGNORE স্টেটমেন্ট" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "তথ্য স্তুপকরনের জন্য ব্যবহৃত ফাংশন:" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "তথ্য প্রবেশ করানোর সময় ব্যবহার করার বাক্য :" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 #, fuzzy #| msgid "" #| "include column names in every INSERT statement
  " @@ -12043,7 +12038,7 @@ msgstr "" "  উদাহরণ: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " "(1,2,3)" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 #, fuzzy #| msgid "" #| "insert multiple rows in every INSERT statement
  " @@ -12057,7 +12052,7 @@ msgstr "" "প্রতিটি INSERT একাধিক রো প্রবেশ করাবে
     " "উদাহরণ: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6),(7,8,9)" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" @@ -12065,7 +12060,7 @@ msgstr "" "উপরের উভয়টি
      উদাহরণ: INSERT INTO tbl_name " "(col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" @@ -12073,14 +12068,14 @@ msgstr "" "উপরের কোনটি নয়
      উদাহরণ: INSERT INTO tbl_name " "VALUES (1,2,3)" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" msgstr "" "বাইনারী স্তম্ভ hexadecimal করে স্তুপ কর (উদাহরণ, \"abc\" দেখাবে 0x616263)" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" @@ -12088,133 +12083,133 @@ msgstr "" "সময় (TIMESTAMP) স্তম্ভ UTC হিসাবে স্তুপ কর (বিভিন্ন সময় এলাকার সার্ভারে সময় " "(TIMESTAMP) স্তম্ভ ব্যবহার করতে সমর্থ করবে )" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 #, fuzzy #| msgid "Missing data for %s" msgid "Metadata" msgstr "%s এর তথ্য নাই" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, fuzzy, php-format #| msgid "Missing data for %s" msgid "Metadata for table %s" msgstr "%s এর তথ্য নাই" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, fuzzy, php-format #| msgid "Missing data for %s" msgid "Metadata for database %s" msgstr "%s এর তথ্য নাই" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, fuzzy, php-format #| msgid "Table structure for table" msgid "Error reading structure for table %s:" msgstr "টেবলের জন্য টেবলের গঠন" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "স্তুপকৃত টেবলের সীমবদ্ধতা" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "টেবলের সীমবদ্ধতা" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 msgid "Indexes for dumped tables" msgstr "স্তুপকৃত টেবলের ইনডেক্স" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 msgid "Indexes for table" msgstr "টেবিলের ইনডেক্সসমুহ" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 msgid "AUTO_INCREMENT for dumped tables" msgstr "স্তুপকৃত টেবলের জন্য স্বয়ক্রীয় বর্দ্ধিত মান (AUTO_INCREMENT)" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 msgid "AUTO_INCREMENT for table" msgstr "টেবলের জন্য স্বয়ক্রীয় বর্দ্ধিত মান (AUTO_INCREMENT)" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 #, fuzzy #| msgid "MIME TYPES FOR TABLE" msgid "MEDIA TYPES FOR TABLE" msgstr "টেবিলের মাইমের ধরন" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 #, fuzzy #| msgid "RELATIONS FOR TABLE" msgid "RELATIONSHIPS FOR TABLE" msgstr "টেবিলের সর্ম্পক" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, php-format msgid "Structure for view %s exported as a table" msgstr "ভিউ এর গঠন %s টেবলে রফতানী করা হয়েছে" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, fuzzy, php-format #| msgid "Error reading data:" msgid "Error reading data for table %s:" msgstr "তথ্য পড়ার ভুল:" -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 msgid "Creation:" msgstr "প্রস্তুত:" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 msgid "Last update:" msgstr "সর্বশেষ আপডেট:" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 msgid "Last check:" msgstr "সর্বশেষ যাচাই:" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "ডাটাবেইজ সিস্টেম বা পুরাতন MySQL সার্ভার আউটপুটের উপযুক্ততা বাড়ানোর জন্য:" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "ওবজেক্ট তৈরীর অপশন (সবগুলো সুপারিশকৃত)" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "তথ্য রফতানী কর" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 msgid "Table:" msgstr "টেবিল:" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "" @@ -12816,83 +12811,83 @@ msgstr "ডাটাবেইজ ডিরেক্টরির অধিকা msgid "Details…" msgstr "বিশদ…" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 #, fuzzy #| msgid "Could not save recent table" msgid "Could not save recent table!" msgstr "সাম্প্রতিক টেবিল সংরক্ষন করা হয় নাই" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 #, fuzzy #| msgid "Could not save recent table" msgid "Could not save favorite table!" msgstr "সাম্প্রতিক টেবিল সংরক্ষন করা হয় নাই" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 msgid "Recent tables" msgstr "সাম্প্রতিক টেবিলসমূহ" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 #, fuzzy #| msgid "Reset" msgid "Recent" msgstr "পূর্বাবস্থায়" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 #, fuzzy #| msgid "Variables" msgid "Favorites" msgstr "চলকসমূহ" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." msgstr "" -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 msgid "Replication started successfully." msgstr "প্রতিলিপির প্রস্তুত কাজ সফলভাবে শুরু হয়েছে।" -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 msgid "Error starting replication." msgstr "প্রতিলিপি তৈরীরকাজে সমস্যা হয়েছে।" -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 msgid "Replication stopped successfully." msgstr "প্রতিলিপি সফলভাবে বন্ধ হয়েছে।" -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 msgid "Error stopping replication." msgstr "প্রতিলিপি বন্ধে সমস্যা হয়েছে।" -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 msgid "Replication resetting successfully." msgstr "প্রতিলিপি সফলভাবে পুনস্থাপন করা হয়েছে।" -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 msgid "Error resetting replication." msgstr "প্রতিলিপি পুনস্থাপনে সমস্যা হয়েছে।" -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "সফল।" -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 msgid "Error." msgstr "ভুল।" -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "অজ্ঞাত ভুল" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, fuzzy, php-format #| msgid "Unable to connect to master %s." msgid "Unable to connect to primary %s." msgstr "প্রধান %s সহিত সংযোগ করা যায়নি." -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 #, fuzzy #| msgid "" #| "Unable to read master log position. Possible privilege problem on master." @@ -12900,13 +12895,13 @@ msgid "" "Unable to read primary log position. Possible privilege problem on primary." msgstr "প্রধান লগ পড়া যায়নি। প্রধান লগে অধিকার সমস্যা." -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 #, fuzzy #| msgid "Unable to change master" msgid "Unable to change primary!" msgstr "প্রধানটি পরিবর্তন করা যায়নি" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, fuzzy, php-format #| msgid "Master server changed successfully to %s" msgid "Primary server changed successfully to %s." @@ -12961,8 +12956,8 @@ msgid "Error while loading the search." msgstr "আপলোডকৃত ফাইলটি সরানোর সময় সমস্যা হয়েছে।" #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 #, fuzzy #| msgid "Cookie authentication" msgid "Native MySQL authentication" @@ -12997,16 +12992,16 @@ msgstr "কুকি প্রমাণীকরণ" msgid "Account locking is not supported." msgstr "" -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "কোন অধিকার নাই।" -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "GRANT ব্যাতিত সবগুলো অধিকার।" -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -13014,7 +13009,7 @@ msgstr "GRANT ব্যাতিত সবগুলো অধিকার।" msgid "Allows deleting data." msgstr "তথ্য মুছার অনুমোদন।" -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -13022,7 +13017,7 @@ msgstr "তথ্য মুছার অনুমোদন।" msgid "Allows creating new tables." msgstr "নতুন টেবল তৈরীর অনুমোদন।" -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -13030,8 +13025,8 @@ msgstr "নতুন টেবল তৈরীর অনুমোদন।" msgid "Allows dropping tables." msgstr "টেবিল মুছার অনুমোদন।" -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -13039,8 +13034,8 @@ msgstr "টেবিল মুছার অনুমোদন।" msgid "Allows creating and dropping indexes." msgstr "ইনডেক্স তৈরী এবং মুছার অনুমোদন।" -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -13048,9 +13043,9 @@ msgstr "ইনডেক্স তৈরী এবং মুছার অনু msgid "Allows altering the structure of existing tables." msgstr "তৈরীকৃত টেবিলের গঠন পরিবর্তনের অনুমোদন।" -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -13060,9 +13055,9 @@ msgstr "তৈরীকৃত টেবিলের গঠন পরিবর্ msgid "Allows creating new views." msgstr "নতুন ভিউ তৈরীর অনুমোদন।" -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -13070,8 +13065,8 @@ msgstr "নতুন ভিউ তৈরীর অনুমোদন।" msgid "Allows performing SHOW CREATE VIEW queries." msgstr "SHOW CREATE VIEW কোয়ারীজ তৈরীর অনুমোদন।" -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -13081,52 +13076,52 @@ msgstr "SHOW CREATE VIEW কোয়ারীজ তৈরীর অনুমো msgid "Allows creating and dropping triggers." msgstr "ট্রিগার তৈরী এবং মুছার অনুমোদন" -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "তথ্য পড়ার অনুমোদন।" -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "তথ্য যোগকরা এবং প্রতিস্থাপনের অনুমোদন।" -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "তথ্য পরিবর্তনের অনুমোদন।" -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "নতুন ডাটাবেজ এবং টেবল তৈরীর অনুমোদন।" -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "ডাটাবেজ এবং টেবল মুছার অনুমোদন।" -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." msgstr "সার্ভার সেটিংস এবং সার্ভারের সঞ্চয়কৃত তথ্যাবলী পরিবর্তনের অনুমোদন।" -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "সার্ভার বন্ধ করার অনুমোদন।" -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 #, fuzzy @@ -13134,25 +13129,25 @@ msgstr "সার্ভার বন্ধ করার অনুমোদন। msgid "Allows viewing processes of all users." msgstr "সব ব্যবহারকারীর প্রসেস দেখার অনুমোদন" -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "ফাইলে তথ্য আমদানি এবং রফতানীর অনুমোদন।" -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "মাইএসকিউএলের এই ভার্সনে কোন প্রভাব নাই।" -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "ডাটা বেইজের তালিকা সম্পুর্ন করার অনুমোদন দেওয়া।" -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -13163,19 +13158,19 @@ msgstr "" "সর্বোচ্চ সংখ্যক সংযোগ ব্যবহারের পরেও সংযোগের অনুমোদন; প্রশাসনিক কাজের যেমন সর্বময় " "চলক নির্ধারন বা অন্য ব্যবহারকারীরর থ্রেড হত্যার জন্য প্রয়োজন।" -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "অস্থায়ী টেবিল তৈরীর অনুমোদন।" -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "বর্তমান থ্রেড এর জন্য টেবল লক করার অনুমোদন।" -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 #, fuzzy @@ -13183,7 +13178,7 @@ msgstr "বর্তমান থ্রেড এর জন্য টেবল msgid "Needed for the replication replicas." msgstr "সহায়তাকরী প্রতিলিপির জন্য প্রয়োজন।" -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 #, fuzzy @@ -13191,7 +13186,7 @@ msgstr "সহায়তাকরী প্রতিলিপির জন্য msgid "Allows the user to ask where the replicas / primaries are." msgstr "সহায়তাকারী এবং প্রধানদের সম্পর্কে জিজ্ঞাসার অনুমোদন।" -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 #, fuzzy @@ -13200,8 +13195,8 @@ msgid "Allows to set up events for the event scheduler." msgstr "ইভেন্ট সিডিউলারের জন্য ইভেন্ট নিধার্রন করার অনুমোদন" #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 #, fuzzy @@ -13209,47 +13204,47 @@ msgstr "ইভেন্ট সিডিউলারের জন্য ইভে msgid "Allows deleting historical rows." msgstr "তথ্য মুছার অনুমোদন।" -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "মজুদ করার জন্য রুটিন তৈরীর অনুমোদন।" -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "মজুদকৃত রুটিনসমূহ পরিবর্তন এবং মুছার অনুমোদন।" -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "ব্যবহারকারীর একাউন্ট তৈরী, মুছা এবং নাম পরিবর্তনের অনুমোদন।" -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "মজুদকৃত রুটিন ব্যবহারের অনুমোদন।" -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "%s এর পাসওর্য়াডটি সফলভাবে পরিবর্তন করা হয়েছে।" -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "%s অধিকার সমূহ বাতিল করা হয়েছে।" -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "" -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -13259,24 +13254,24 @@ msgstr "" msgid "Edit privileges" msgstr "সুবিধাসমূহ সম্পাদনা:" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "বাতিল" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "ডাটাবেইজ নির্ধারিত অধিকারসমূহ" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "টেবিলের নির্দিষ্ট অধিকার" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 @@ -13285,69 +13280,69 @@ msgstr "টেবিলের নির্দিষ্ট অধিকার" msgid "Routine" msgstr "রুটিনসমূহ" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 #, fuzzy #| msgid "Column-specific privileges" msgid "Routine-specific privileges" msgstr "স্বম্ভ সম্পকির্ত অধিকার" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "মুছার জন্য কোন ব্যবহারকারী নির্বাচন করা হয়নি!" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "অধিকারসমূহ পুনরায় পূর্ণ করা হয়েছে" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "নির্বাচিত ব্যবহরকারীগনকে সফলভাবে মুছা হয়েছে।" -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "%s এর অধীকার সমূহ আধুনিকায়ন করা হয়েছে।" -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 msgid "No user found." msgstr "ব্যবহারকারী নাই।" -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "%s মুছছি" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "অধিকারসমূহ সফলভাবে পুনরায় পূর্ণকরা হয়েছে।" -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "ব্যবহারকারী %s পূর্ব থেকেই আছে!" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, php-format msgid "Privileges for %s" msgstr "%s এর অধিকারসমূহ" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "ব্যবহারকারী" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " "allows a connection from any (%) host." msgstr "" -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, fuzzy, php-format #| msgid "" #| "Note: phpMyAdmin gets the users' privileges directly from MySQL's " @@ -13365,7 +13360,7 @@ msgstr "" "হতে পারে যদি তা পরিবর্তীত হয়ে থাকে। এরুপ ক্ষেত্রে %sreload the privileges%s করতে " "হবে।" -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 #, fuzzy #| msgid "" #| "Note: phpMyAdmin gets the users' privileges directly from MySQL's " @@ -13384,7 +13379,7 @@ msgstr "" "হতে পারে যদি তা পরিবর্তীত হয়ে থাকে। এরুপ ক্ষেত্রে %sreload the privileges%s করতে " "হবে।" -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "একজন নতুন ব্যবহারকারী যোগ করেছেন।" @@ -13589,7 +13584,7 @@ msgstr "%s এই সার্ভারে অকার্যকর।" msgid "This MySQL server does not support the %s storage engine." msgstr "এই MySQL সার্ভারটি %s মজুদ ব্যবস্থা সমর্থন করে না।" -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "প্রাথমিক কী'র নাম অবশ্যই \"PRIMARY\" হতে হবে!" @@ -13598,45 +13593,45 @@ msgstr "প্রাথমিক কী'র নাম অবশ্যই \"PRIMA msgid "Problems with indexes of table `%s`" msgstr "টেবল `%s` এর ইনডেক্সে সমস্যা আছে" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 msgid "Unknown table status:" msgstr "টেবিলের অবস্থা অজ্ঞাত:" -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, php-format msgid "Source database `%s` was not found!" msgstr "মূল ডাটাবেইজ `%s` পাওয়া যায়নি!" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, php-format msgid "Target database `%s` was not found!" msgstr "কাংখিত %s ডাটাবেইজ পাওয়া যায়নি!" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 msgid "Invalid database:" msgstr "অকার্যকর ডাটাবেজ:" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 msgid "Invalid table name:" msgstr "অকার্যকর টেবিলের নাম:" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, php-format msgid "Failed to rename table %1$s to %2$s!" msgstr "টেবিল %1$s টি %2$s নাম করনে ব্যাথ্য হয়েছে!" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, php-format msgid "Table %1$s has been renamed to %2$s." msgstr "টেবিল %1$s থেকে %2$s এ নামকরন করা হয়েছে।" -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 #, fuzzy #| msgid "Could not save table UI preferences" msgid "Could not save table UI preferences!" msgstr "টেবলের UI পছন্দ সংরক্ষন করা যায়নি" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" @@ -13645,7 +13640,7 @@ msgstr "" "টেবলের UI পছন্দ পরিস্কার করতে ব্যার্থ হয়েছি ($cfg['Servers'][$i] " "['MaxTableUiprefs'] %s দেখুন)" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -13655,15 +13650,15 @@ msgstr "" "UI পছন্দের তথ্য \"%s\" সংরক্ষন করা যায়নি। পরিবর্তন গুলো এই পাতাটি রিফ্রেশ করলে " "থাকবে না। টেবলের গঠন পরিবর্তীত হয়েছে কিনা পরীক্ষা করে দেখুন।" -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "ইনডেক্সটি PRIMARY হিসাবে নাম করন করা যাবে না!" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "ইনডেক্সের অংশ দেওয়া হয়নি!" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "%1$s এ ফরেন কী তৈরী করতে সমস্যা হচ্ছে (তথ্যের ধরন পরীক্ষা করুন)" @@ -14124,11 +14119,11 @@ msgstr "প্রোফাইল আপডেট করা হয়েছে।" msgid "Password is too long!" msgstr "Password Hashing" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 msgid "Could not save configuration" msgstr "কনফিগারেশন সংরক্ষন করা যায়নি।" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 #, fuzzy #| msgid "Missing phpMyAdmin configuration storage tables" msgid "The phpMyAdmin configuration storage database could not be accessed." diff --git a/po/br.po b/po/br.po index 9398004ad8..f97589a1b9 100644 --- a/po/br.po +++ b/po/br.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2022-02-15 16:21+0000\n" "Last-Translator: Maurício Meneghini Fauth \n" "Language-Team: Breton (includes info such as export timestamp, PHP version, " "and server version)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 msgid "Additional custom header comment (\\n splits lines):" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 #, fuzzy #| msgid "Export method" msgid "Export metadata" msgstr "Doare ezporzhiañ" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 msgid "Add statements:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, php-format msgid "Add %s statement" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, fuzzy, php-format #| msgid "Use this value" msgid "%s value" msgstr "Ober gant an talvoud-mañ" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 #, fuzzy #| msgid "Databases display options" msgid "Data creation options" msgstr "Dibarzhioù diskwel an diazoù roadennoù" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " "(1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 #, fuzzy #| msgid "Missing data for %s" msgid "Metadata" msgstr "Roadennoù a vank evit %s" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, fuzzy, php-format #| msgid "Missing data for %s" msgid "Metadata for table %s" msgstr "Roadennoù a vank evit %s" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, fuzzy, php-format #| msgid "Missing data for %s" msgid "Metadata for database %s" msgstr "Roadennoù a vank evit %s" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, php-format msgid "Error reading structure for table %s:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 #, fuzzy #| msgid "Inside tables:" msgid "Indexes for dumped tables" msgstr "E diabarzh an taolennoù :" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 #, fuzzy #| msgid "Inside tables:" msgid "Indexes for table" msgstr "E diabarzh an taolennoù :" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 #, fuzzy #| msgid "Do not use AUTO_INCREMENT for zero values" msgid "AUTO_INCREMENT for dumped tables" msgstr "Arabat ober gant AUTO_INCREMENT evit an talvoudoù par da mann" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 #, fuzzy #| msgid "Add AUTO_INCREMENT value" msgid "AUTO_INCREMENT for table" msgstr "Ouzhpennañ talvoud an AUTO_INCREMENT" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 msgid "MEDIA TYPES FOR TABLE" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 msgid "RELATIONSHIPS FOR TABLE" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, php-format msgid "Structure for view %s exported as a table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, fuzzy, php-format #| msgid "Missing data for %s" msgid "Error reading data for table %s:" msgstr "Roadennoù a vank evit %s" -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 msgid "Creation:" msgstr "Krouiñ :" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 msgid "Last update:" msgstr "Hizivadenn ziwezhañ :" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 msgid "Last check:" msgstr "Gwiriet da ziwezhañ :" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 #, fuzzy #| msgid "Table" msgid "Table:" msgstr "Taolenn" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "" @@ -12566,94 +12561,94 @@ msgstr "" msgid "Details…" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 #, fuzzy #| msgid "Could not save recent table" msgid "Could not save recent table!" msgstr "N'eus ket bet gallet enrollañ an daolenn envez" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 #, fuzzy #| msgid "Could not save recent table" msgid "Could not save favorite table!" msgstr "N'eus ket bet gallet enrollañ an daolenn envez" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 msgid "Recent tables" msgstr "Taolennoù nevez" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 #, fuzzy #| msgid "Reset" msgid "Recent" msgstr "Adderaouekaat" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 #, fuzzy #| msgid "Tracked tables" msgid "Favorites" msgstr "Taolennoù heuliet-pizh" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." msgstr "" -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 msgid "Replication started successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 msgid "Error starting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 msgid "Replication stopped successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 msgid "Error stopping replication." msgstr "" -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 msgid "Replication resetting successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 msgid "Error resetting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "" -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 #, fuzzy #| msgid "Error" msgid "Error." msgstr "Fazi" -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, fuzzy, php-format #| msgid "Failed to connect to SQL validator!" msgid "Unable to connect to primary %s." msgstr "DIbosupl kevreañ d'ar c'hadarnataer SQL !" -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 msgid "" "Unable to read primary log position. Possible privilege problem on primary." msgstr "" -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 msgid "Unable to change primary!" msgstr "" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, php-format msgid "Primary server changed successfully to %s." msgstr "" @@ -12702,8 +12697,8 @@ msgid "Error while loading the search." msgstr "Fazi dianav en ur bellgargañ ar restr." #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 #, fuzzy #| msgid "Authentication" msgid "Native MySQL authentication" @@ -12738,16 +12733,16 @@ msgstr "Dilesadur" msgid "Account locking is not supported." msgstr "" -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "" -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "" -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -12755,7 +12750,7 @@ msgstr "" msgid "Allows deleting data." msgstr "" -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -12763,7 +12758,7 @@ msgstr "" msgid "Allows creating new tables." msgstr "" -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -12771,8 +12766,8 @@ msgstr "" msgid "Allows dropping tables." msgstr "" -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -12780,8 +12775,8 @@ msgstr "" msgid "Allows creating and dropping indexes." msgstr "" -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -12789,9 +12784,9 @@ msgstr "" msgid "Allows altering the structure of existing tables." msgstr "" -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -12801,9 +12796,9 @@ msgstr "" msgid "Allows creating new views." msgstr "" -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -12811,8 +12806,8 @@ msgstr "" msgid "Allows performing SHOW CREATE VIEW queries." msgstr "" -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -12820,76 +12815,76 @@ msgstr "" msgid "Allows creating and dropping triggers." msgstr "" -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "" -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "" -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "" -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "" -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "" -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." msgstr "" -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "" -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 msgid "Allows viewing processes of all users." msgstr "" -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "" -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "" -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "" -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -12898,39 +12893,39 @@ msgid "" "killing threads of other users." msgstr "" -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "" -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "" -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 msgid "Needed for the replication replicas." msgstr "" -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 msgid "Allows the user to ask where the replicas / primaries are." msgstr "" -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 msgid "Allows to set up events for the event scheduler." msgstr "" #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 #, fuzzy @@ -12938,47 +12933,47 @@ msgstr "" msgid "Allows deleting historical rows." msgstr "Ouzhpennañ/Diverkañ linennoù dezverkoù" -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "" -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "" -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "" -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -12988,24 +12983,24 @@ msgstr "" msgid "Edit privileges" msgstr "Oc'h adkargañ an dreistgwirioù" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 @@ -13014,70 +13009,70 @@ msgstr "" msgid "Routine" msgstr "Kemmañ un argerzh" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 #, fuzzy #| msgid "Check Privileges" msgid "Routine-specific privileges" msgstr "Gwiriañ ar gwirioù" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "" -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 msgid "No user found." msgstr "" -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, fuzzy, php-format #| msgid "Check Privileges" msgid "Privileges for %s" msgstr "Gwiriañ ar gwirioù" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " "allows a connection from any (%) host." msgstr "" -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, php-format msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " @@ -13086,7 +13081,7 @@ msgid "" "%sreload the privileges%s before you continue." msgstr "" -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " "tables. The content of these tables may differ from the privileges the " @@ -13095,7 +13090,7 @@ msgid "" "privilege." msgstr "" -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "" @@ -13287,7 +13282,7 @@ msgstr "Diweredekaet eo bet %s war ar servijer MySQL-mañ." msgid "This MySQL server does not support the %s storage engine." msgstr "N'eo ket skoret al lusker stokañ %s gant ar servijer MySQL-mañ." -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "" @@ -13296,61 +13291,61 @@ msgstr "" msgid "Problems with indexes of table `%s`" msgstr "" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 #, fuzzy #| msgid "Show all" msgid "Unknown table status:" msgstr "Diskouez pep tra" -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, php-format msgid "Source database `%s` was not found!" msgstr "" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, fuzzy, php-format #| msgid "Theme %s not found!" msgid "Target database `%s` was not found!" msgstr "N'eo ket bet kavet an tem %s !" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 #, fuzzy #| msgid "Invalid database" msgid "Invalid database:" msgstr "Diaz roadennoù direizh" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 #, fuzzy #| msgid "Invalid table name" msgid "Invalid table name:" msgstr "Anv taolenn direizh" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, fuzzy, php-format #| msgid "Error renaming table %1$s to %2$s" msgid "Failed to rename table %1$s to %2$s!" msgstr "Fazi en ur adenvel %1$s e %2$s" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, fuzzy, php-format #| msgid "Table %s has been renamed to %s." msgid "Table %1$s has been renamed to %2$s." msgstr "Anv an daolenn %s zo %s bremañ" -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 #, fuzzy #| msgid "Could not save table UI preferences" msgid "Could not save table UI preferences!" msgstr "N'eus ket bet gallet enrollañ dibaboù etrefas an taolennoù" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" "['MaxTableUiprefs'] %s)" msgstr "" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -13358,15 +13353,15 @@ msgid "" "changed." msgstr "" -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "" @@ -13791,11 +13786,11 @@ msgstr "" msgid "Password is too long!" msgstr "Ger-tremen :" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 msgid "Could not save configuration" msgstr "" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 #, fuzzy #| msgid "" #| "The phpMyAdmin configuration storage has been deactivated. To find out " diff --git a/po/brx.po b/po/brx.po index cb40b590fe..26af7a93de 100644 --- a/po/brx.po +++ b/po/brx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2015-09-04 09:33+0200\n" "Last-Translator: Michal Čihař \n" "Language-Team: Bodo (includes info such as export timestamp, PHP version, " "and server version)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 msgid "Additional custom header comment (\\n splits lines):" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 msgid "Export metadata" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 msgid "Add statements:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, php-format msgid "Add %s statement" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, php-format msgid "%s value" msgstr "" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 msgid "Data creation options" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " "(1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 msgid "Metadata" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, php-format msgid "Metadata for table %s" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, php-format msgid "Metadata for database %s" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, php-format msgid "Error reading structure for table %s:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 msgid "Indexes for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 msgid "Indexes for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 msgid "AUTO_INCREMENT for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 msgid "AUTO_INCREMENT for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 msgid "MEDIA TYPES FOR TABLE" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 msgid "RELATIONSHIPS FOR TABLE" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, php-format msgid "Structure for view %s exported as a table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, php-format msgid "Error reading data for table %s:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 msgid "Creation:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 msgid "Last update:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 msgid "Last check:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 msgid "Table:" msgstr "" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "" @@ -11344,83 +11339,83 @@ msgstr "" msgid "Details…" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 msgid "Could not save recent table!" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 msgid "Could not save favorite table!" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 msgid "Recent tables" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 msgid "Recent" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 msgid "Favorites" msgstr "" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." msgstr "" -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 msgid "Replication started successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 msgid "Error starting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 msgid "Replication stopped successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 msgid "Error stopping replication." msgstr "" -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 msgid "Replication resetting successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 msgid "Error resetting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "" -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 msgid "Error." msgstr "" -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, php-format msgid "Unable to connect to primary %s." msgstr "" -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 msgid "" "Unable to read primary log position. Possible privilege problem on primary." msgstr "" -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 msgid "Unable to change primary!" msgstr "" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, php-format msgid "Primary server changed successfully to %s." msgstr "" @@ -11467,8 +11462,8 @@ msgid "Error while loading the search." msgstr "" #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 msgid "Native MySQL authentication" msgstr "" @@ -11493,16 +11488,16 @@ msgstr "" msgid "Account locking is not supported." msgstr "" -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "" -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "" -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -11510,7 +11505,7 @@ msgstr "" msgid "Allows deleting data." msgstr "" -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -11518,7 +11513,7 @@ msgstr "" msgid "Allows creating new tables." msgstr "" -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -11526,8 +11521,8 @@ msgstr "" msgid "Allows dropping tables." msgstr "" -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -11535,8 +11530,8 @@ msgstr "" msgid "Allows creating and dropping indexes." msgstr "" -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -11544,9 +11539,9 @@ msgstr "" msgid "Allows altering the structure of existing tables." msgstr "" -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -11556,9 +11551,9 @@ msgstr "" msgid "Allows creating new views." msgstr "" -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -11566,8 +11561,8 @@ msgstr "" msgid "Allows performing SHOW CREATE VIEW queries." msgstr "" -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -11575,76 +11570,76 @@ msgstr "" msgid "Allows creating and dropping triggers." msgstr "" -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "" -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "" -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "" -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "" -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "" -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." msgstr "" -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "" -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 msgid "Allows viewing processes of all users." msgstr "" -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "" -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "" -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "" -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -11653,85 +11648,85 @@ msgid "" "killing threads of other users." msgstr "" -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "" -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "" -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 msgid "Needed for the replication replicas." msgstr "" -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 msgid "Allows the user to ask where the replicas / primaries are." msgstr "" -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 msgid "Allows to set up events for the event scheduler." msgstr "" #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 msgid "Allows deleting historical rows." msgstr "" -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "" -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "" -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "" -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -11739,91 +11734,91 @@ msgstr "" msgid "Edit privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 msgid "Routine" msgstr "" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 msgid "Routine-specific privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "" -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 msgid "No user found." msgstr "" -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, php-format msgid "Privileges for %s" msgstr "" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " "allows a connection from any (%) host." msgstr "" -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, php-format msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " @@ -11832,7 +11827,7 @@ msgid "" "%sreload the privileges%s before you continue." msgstr "" -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " "tables. The content of these tables may differ from the privileges the " @@ -11841,7 +11836,7 @@ msgid "" "privilege." msgstr "" -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "" @@ -12025,7 +12020,7 @@ msgstr "" msgid "This MySQL server does not support the %s storage engine." msgstr "" -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "" @@ -12034,50 +12029,50 @@ msgstr "" msgid "Problems with indexes of table `%s`" msgstr "" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 msgid "Unknown table status:" msgstr "" -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, php-format msgid "Source database `%s` was not found!" msgstr "" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, php-format msgid "Target database `%s` was not found!" msgstr "" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 msgid "Invalid database:" msgstr "" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 msgid "Invalid table name:" msgstr "" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, php-format msgid "Failed to rename table %1$s to %2$s!" msgstr "" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, php-format msgid "Table %1$s has been renamed to %2$s." msgstr "" -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 msgid "Could not save table UI preferences!" msgstr "" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" "['MaxTableUiprefs'] %s)" msgstr "" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -12085,15 +12080,15 @@ msgid "" "changed." msgstr "" -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "" @@ -12505,11 +12500,11 @@ msgstr "" msgid "Password is too long!" msgstr "" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 msgid "Could not save configuration" msgstr "" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 msgid "The phpMyAdmin configuration storage database could not be accessed." msgstr "" diff --git a/po/bs.po b/po/bs.po index 8279642139..74150f0b11 100644 --- a/po/bs.po +++ b/po/bs.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2022-02-15 16:21+0000\n" "Last-Translator: Maurício Meneghini Fauth \n" "Language-Team: Bosnian (includes info such as export timestamp, PHP version, " "and server version)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 msgid "Additional custom header comment (\\n splits lines):" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 #, fuzzy #| msgid "Export" msgid "Export metadata" msgstr "Izvoz" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 #, fuzzy #| msgid "Statements" msgid "Add statements:" msgstr "Ime" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, fuzzy, php-format #| msgid "Statements" msgid "Add %s statement" msgstr "Ime" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, fuzzy, php-format #| msgid "Session value" msgid "%s value" msgstr "Vrijednost sesije" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 #, fuzzy #| msgid "Transformation options" msgid "Data creation options" msgstr "Opcije transformacije" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " "(1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 #, fuzzy #| msgid "Export" msgid "Metadata" msgstr "Izvoz" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, fuzzy, php-format #| msgid "Dumping data for table" msgid "Metadata for table %s" msgstr "Prikaz podataka tabele" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, fuzzy, php-format #| msgid "Create table on database %s" msgid "Metadata for database %s" msgstr "Napravi novu tabelu u bazi %s" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, fuzzy, php-format #| msgid "Table structure for table" msgid "Error reading structure for table %s:" msgstr "Struktura tabele" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 #, fuzzy #| msgid "Inside table(s):" msgid "Indexes for dumped tables" msgstr "Unutar tabela:" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 #, fuzzy #| msgid "Inside table(s):" msgid "Indexes for table" msgstr "Unutar tabela:" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 #, fuzzy #| msgid "Add AUTO_INCREMENT value" msgid "AUTO_INCREMENT for dumped tables" msgstr "Dodaj AUTO_INCREMENT vrijednost" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 #, fuzzy #| msgid "Add AUTO_INCREMENT value" msgid "AUTO_INCREMENT for table" msgstr "Dodaj AUTO_INCREMENT vrijednost" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 msgid "MEDIA TYPES FOR TABLE" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 msgid "RELATIONSHIPS FOR TABLE" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, fuzzy, php-format msgid "Structure for view %s exported as a table" msgstr "Samo struktura" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, fuzzy, php-format #| msgid "Allows reading data." msgid "Error reading data for table %s:" msgstr "Dozvoljava čitanje podataka." -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 #, fuzzy #| msgid "Creation" msgid "Creation:" msgstr "Napravljeno" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 #, fuzzy #| msgid "Last update" msgid "Last update:" msgstr "Posljednja izmjena" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 #, fuzzy #| msgid "Last check" msgid "Last check:" msgstr "Posljednja provjera" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 #, fuzzy #| msgid "Table" msgid "Table:" msgstr "Tabela" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "" @@ -12454,100 +12449,100 @@ msgstr "" msgid "Details…" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 #, fuzzy #| msgid "Documentation" msgid "Could not save recent table!" msgstr "Dokumentacija" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 #, fuzzy #| msgid "Documentation" msgid "Could not save favorite table!" msgstr "Dokumentacija" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 #, fuzzy msgid "Recent tables" msgstr "Nema tabela" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 #, fuzzy #| msgid "Reset" msgid "Recent" msgstr "Resetuj" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 #, fuzzy #| msgid "Variables" msgid "Favorites" msgstr "Promjenljive" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." msgstr "" -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 #, fuzzy #| msgid "Chart generated successfully." msgid "Replication started successfully." msgstr "Privilegije su uspešno ponovo učitane." -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 msgid "Error starting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 #, fuzzy #| msgid "Chart generated successfully." msgid "Replication stopped successfully." msgstr "Privilegije su uspešno ponovo učitane." -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 msgid "Error stopping replication." msgstr "" -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 #, fuzzy #| msgid "Chart generated successfully." msgid "Replication resetting successfully." msgstr "Privilegije su uspešno ponovo učitane." -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 msgid "Error resetting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "" -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 #, fuzzy #| msgid "Error" msgid "Error." msgstr "Greška" -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, fuzzy, php-format msgid "Unable to connect to primary %s." msgstr "Ograničava broj novih konekcija koje korisnik može ta otvori na sat." -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 msgid "" "Unable to read primary log position. Possible privilege problem on primary." msgstr "" -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 msgid "Unable to change primary!" msgstr "" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, fuzzy, php-format #| msgid "The privileges were reloaded successfully." msgid "Primary server changed successfully to %s." @@ -12599,8 +12594,8 @@ msgid "Error while loading the search." msgstr "Dozvoljava čitanje podataka." #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 #, fuzzy #| msgid "Documentation" msgid "Native MySQL authentication" @@ -12635,16 +12630,16 @@ msgstr "Dokumentacija" msgid "Account locking is not supported." msgstr "" -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "Nema privilegija." -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "Uključuje sve privilegije osim GRANT." -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -12652,7 +12647,7 @@ msgstr "Uključuje sve privilegije osim GRANT." msgid "Allows deleting data." msgstr "Dozvoljava brisanje podataka." -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -12660,7 +12655,7 @@ msgstr "Dozvoljava brisanje podataka." msgid "Allows creating new tables." msgstr "Dozvoljava kreiranje novih tabela." -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -12668,8 +12663,8 @@ msgstr "Dozvoljava kreiranje novih tabela." msgid "Allows dropping tables." msgstr "Dozvoljava odbacivanje tabela." -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -12677,8 +12672,8 @@ msgstr "Dozvoljava odbacivanje tabela." msgid "Allows creating and dropping indexes." msgstr "Dozvoljava kreiranje i brisanje ključeva." -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -12686,9 +12681,9 @@ msgstr "Dozvoljava kreiranje i brisanje ključeva." msgid "Allows altering the structure of existing tables." msgstr "Dozvoljava izmjenu struktura postojećih tabela." -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -12699,9 +12694,9 @@ msgstr "Dozvoljava izmjenu struktura postojećih tabela." msgid "Allows creating new views." msgstr "Dozvoljava kreiranje novih tabela." -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -12709,8 +12704,8 @@ msgstr "Dozvoljava kreiranje novih tabela." msgid "Allows performing SHOW CREATE VIEW queries." msgstr "" -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -12719,77 +12714,77 @@ msgstr "" msgid "Allows creating and dropping triggers." msgstr "Dozvoljava kreiranje i brisanje ključeva." -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "Dozvoljava čitanje podataka." -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "Dozvoljava umetanje i zamjenu podataka." -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "Dozvoljava izmenu podataka." -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "Dozvoljava kreiranje novih baza i tabela." -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "Dozvoljava odbacivanje baza i tabela." -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." msgstr "" "Dozvoljava ponovno učitavanje podešavanja servera i pražnjenje keša servera." -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "Dozvoljava gašenje servera." -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 msgid "Allows viewing processes of all users." msgstr "" -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "Dozvoljava uvoz podataka i njihov izvoz u datoteke." -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "Nema efekta u ovoj verziji MySQL-a." -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "Daje pristup kompletnoj listi baza." -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -12801,19 +12796,19 @@ msgstr "" "Neophodno za većinu administrativnih opcija kao što su podešavanje globalnih " "promenljivih ili prekidanje procesa ostalih korisnika." -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "Dozvoljava kreiranje privremenih tabela.." -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "Dozvoljava zaključavanje tabela tekućim procesima." -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 #, fuzzy @@ -12821,7 +12816,7 @@ msgstr "Dozvoljava zaključavanje tabela tekućim procesima." msgid "Needed for the replication replicas." msgstr "Potrebno zbog pomoćnih servera za replikaciju." -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 #, fuzzy @@ -12829,7 +12824,7 @@ msgstr "Potrebno zbog pomoćnih servera za replikaciju." msgid "Allows the user to ask where the replicas / primaries are." msgstr "Daje pravo korisniku da pita gde su glavni/pomoćni serveri." -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 #, fuzzy @@ -12838,8 +12833,8 @@ msgid "Allows to set up events for the event scheduler." msgstr "Dozvoljava zaključavanje tabela tekućim procesima." #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 #, fuzzy @@ -12847,49 +12842,49 @@ msgstr "Dozvoljava zaključavanje tabela tekućim procesima." msgid "Allows deleting historical rows." msgstr "Dozvoljava brisanje podataka." -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 #, fuzzy msgid "Allows creating stored routines." msgstr "Dozvoljava kreiranje novih tabela." -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 #, fuzzy msgid "Allows altering and dropping stored routines." msgstr "Dozvoljava kreiranje i brisanje ključeva." -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "" -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "Lozinka za %s je uspješno promjenjena." -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "Zabranili ste privilegije za %s." -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "" -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -12899,24 +12894,24 @@ msgstr "" msgid "Edit privileges" msgstr "Promijeni privilegije" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "Zabrani" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "Privilegije vezane za bazu" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "Privilegije vezane za tabele" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 @@ -12925,31 +12920,31 @@ msgstr "Privilegije vezane za tabele" msgid "Routine" msgstr "Dodaj novo polje" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 #, fuzzy #| msgid "Column-specific privileges" msgid "Routine-specific privileges" msgstr "Privilegije vezane za kolone" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "Ponovo učitavam privilegije" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "Izabrani korisnici su uspješno obrisani." -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "Ažurirali ste privilegije za %s." -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 #, fuzzy @@ -12957,40 +12952,40 @@ msgstr "Ažurirali ste privilegije za %s." msgid "No user found." msgstr "Korisnik nije nađen." -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "Brišem %s" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "Privilegije su uspešno ponovo učitane." -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "Korisnik %s već postoji!" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, fuzzy, php-format #| msgid "Privileges" msgid "Privileges for %s" msgstr "Privilegije" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "Korisnik" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " "allows a connection from any (%) host." msgstr "" -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, fuzzy, php-format #| msgid "" #| "Note: phpMyAdmin gets the users' privileges directly from MySQL's " @@ -13008,7 +13003,7 @@ msgstr "" "server koristi ako su izvršene ručne izmjene. U tom slučaju %sponovo " "učitajte privilegije%s pre nego što nastavite." -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 #, fuzzy #| msgid "" #| "Note: phpMyAdmin gets the users' privileges directly from MySQL's " @@ -13027,7 +13022,7 @@ msgstr "" "server koristi ako su izvršene ručne izmjene. U tom slučaju %sponovo " "učitajte privilegije%s pre nego što nastavite." -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "Dodali ste novog korisnika." @@ -13221,7 +13216,7 @@ msgstr "" msgid "This MySQL server does not support the %s storage engine." msgstr "" -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "Ime primarnog ključa mora da bude PRIMARY!" @@ -13230,56 +13225,56 @@ msgstr "Ime primarnog ključa mora da bude PRIMARY!" msgid "Problems with indexes of table `%s`" msgstr "" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 #, fuzzy #| msgid "Show tables" msgid "Unknown table status:" msgstr "Prikaži tabele" -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, fuzzy, php-format msgid "Source database `%s` was not found!" msgstr "Pretraživanje baze" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, fuzzy, php-format msgid "Target database `%s` was not found!" msgstr "Pretraživanje baze" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 #, fuzzy msgid "Invalid database:" msgstr "Baza ne postoji" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 #, fuzzy #| msgid "Inside table(s):" msgid "Invalid table name:" msgstr "Unutar tabela:" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, fuzzy, php-format msgid "Failed to rename table %1$s to %2$s!" msgstr "Verzija servera" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, fuzzy, php-format #| msgid "Table %s has been renamed to %s." msgid "Table %1$s has been renamed to %2$s." msgstr "Tabeli %s promjenjeno ime u %s" -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 msgid "Could not save table UI preferences!" msgstr "" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" "['MaxTableUiprefs'] %s)" msgstr "" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -13287,15 +13282,15 @@ msgid "" "changed." msgstr "" -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "Ne mogu da promenim ključ u PRIMARY (primarni) !" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "Dijelovi ključa nisu definisani!" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "" @@ -13722,11 +13717,11 @@ msgstr "Profil je promjenjen." msgid "Password is too long!" msgstr "Lozinka:" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 msgid "Could not save configuration" msgstr "" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 #, fuzzy #| msgid "" #| "The phpMyAdmin configuration storage has been deactivated. To find out " diff --git a/po/ca.po b/po/ca.po index 453b608131..edc107ef71 100644 --- a/po/ca.po +++ b/po/ca.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2022-02-15 16:21+0000\n" "Last-Translator: Maurício Meneghini Fauth \n" "Language-Team: Catalan (includes info such as export timestamp, PHP version, " "and server version)" @@ -11929,12 +11924,12 @@ msgstr "" "Visualitza els comentaris (incloent-hi la informació com ara la marca de " "temps d'exportació, la versió de PHP, i la versió del servidor)" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 msgid "Additional custom header comment (\\n splits lines):" msgstr "" "Afegeix un comentari personalitzat a la capçalera (\\n divideix les línies):" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" @@ -11942,41 +11937,41 @@ msgstr "" "Inclou una marca de temps de quan es van crear les bases de dades, l'última " "actualització, i l'última comprovació" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 msgid "Export metadata" msgstr "Exporta les metadades" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 msgid "Add statements:" msgstr "Afegeix les sentències:" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, php-format msgid "Add %s statement" msgstr "Afegeix la sentència %s" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "" "(menys eficient perquè els índexs es generaran durant la creació de la taula)" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, php-format msgid "%s value" msgstr "Valor %s" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" @@ -11984,37 +11979,37 @@ msgstr "" "Delimita els noms de taules i camps amb cometes inverses (protegeix els " "noms de camps i taules compostos de caràcters especials o paraules clau)" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 msgid "Data creation options" msgstr "Opcions de creació de dades" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "Trunca la taula abans de la inserció" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "En comptes de les sentències INSERT, utilitza:" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "Sentències INSERT DELAYED" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "Sentències INSERT IGNORE" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "Funció a utilitzar quan es bolquin les dades:" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "Sintaxi a utilitzar quan s'insereixin les dades:" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " @@ -12024,7 +12019,7 @@ msgstr "" "      Exemple: INSERT INTO tbl_name (col_A,col_B,col_C) " "VALUES (1,2,3)" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " @@ -12034,7 +12029,7 @@ msgstr "" "    Exemple: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" @@ -12042,7 +12037,7 @@ msgstr "" "Ambdós anteriors
      Exemple: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" @@ -12050,7 +12045,7 @@ msgstr "" "Cap dels anteriors
      Exemple: INSERT INTO " "tbl_name VALUES (1,2,3)" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" @@ -12058,7 +12053,7 @@ msgstr "" "Bolca les columnes binàries en notació hexadecimal (p. ex. \"abc\" " "s'expressarà com a 0x616263)" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" @@ -12066,128 +12061,128 @@ msgstr "" "Bolca les columnes TIMESTAMP en UTC (permet que les columnes TIMESTAMP es " "bolquin i recarreguin entre servidors de diferents zones horàries)" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "Sembla que la vostra base de dades utilitza rutines;" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "" "l'exportació dels àlies podria no funcionar correctament en tots els casos." -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 msgid "Metadata" msgstr "Metadades" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, php-format msgid "Metadata for table %s" msgstr "Metadades per a la taula %s" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, php-format msgid "Metadata for database %s" msgstr "Metadades per a la base de dades %s" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, php-format msgid "Error reading structure for table %s:" msgstr "Error en llegir l'estructura per a la taula %s:" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "Sembla que la vostra base de dades utilitza vistes;" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "Restriccions per a les taules bolcades" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "Restriccions per a la taula" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 msgid "Indexes for dumped tables" msgstr "Índexs per a les taules bolcades" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 msgid "Indexes for table" msgstr "Índexs per a la taula" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 msgid "AUTO_INCREMENT for dumped tables" msgstr "AUTO_INCREMENT per les taules bolcades" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 msgid "AUTO_INCREMENT for table" msgstr "AUTO_INCREMENT per la taula" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 #, fuzzy #| msgid "MIME TYPES FOR TABLE" msgid "MEDIA TYPES FOR TABLE" msgstr "TIPUS MIME PER LA TAULA" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 msgid "RELATIONSHIPS FOR TABLE" msgstr "RELACIONS PER A LA TAULA" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "Sembla que la vostra base de dades utilitza disparadors;" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, php-format msgid "Structure for view %s exported as a table" msgstr "Estructura per a vista %s exportada com a taula" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "(mireu a sota per a la visualització real)" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, php-format msgid "Error reading data for table %s:" msgstr "Error en llegir les dades per a la taula %s:" -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 msgid "Creation:" msgstr "Creació:" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 msgid "Last update:" msgstr "Última actualització:" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 msgid "Last check:" msgstr "Última comprovació:" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" "Sistema de base de dades o servidor MySQL antic per al qual s'ha de " "maximitzar la compatibilitat de la sortida:" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "Opcions de creació d'objectes (es recomanen totes)" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "Exporta el contingut" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 msgid "Table:" msgstr "Taula:" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "Propòsit:" @@ -12800,27 +12795,27 @@ msgstr "Comproveu els privilegis del directori que conté la base de dades." msgid "Details…" msgstr "Detalls…" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 msgid "Could not save recent table!" msgstr "No s'ha pogut desar la taula recent!" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 msgid "Could not save favorite table!" msgstr "No s'ha pogut desar la taula preferida!" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 msgid "Recent tables" msgstr "Taules recents" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 msgid "Recent" msgstr "Recent" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 msgid "Favorites" msgstr "Preferides" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." @@ -12828,49 +12823,49 @@ msgstr "" "La connexió al servidor està inhabilitada, habiliteu " "$cfg['AllowArbitraryServer'] a la configuració de phpMyAdmin." -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 msgid "Replication started successfully." msgstr "S'ha iniciat correctament la replicació." -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 msgid "Error starting replication." msgstr "Error en iniciar la replicació." -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 msgid "Replication stopped successfully." msgstr "S'ha aturat correctament la replicació." -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 msgid "Error stopping replication." msgstr "Error en aturar la replicació." -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 msgid "Replication resetting successfully." msgstr "S'ha restablert correctament la replicació." -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 msgid "Error resetting replication." msgstr "Error en restablir la replicació." -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "Correcte." -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 msgid "Error." msgstr "Error." -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "Error desconegut" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, fuzzy, php-format #| msgid "Unable to connect to master %s." msgid "Unable to connect to primary %s." msgstr "Incapaços de connectar amb el mestre %s." -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 #, fuzzy #| msgid "" #| "Unable to read master log position. Possible privilege problem on master." @@ -12880,13 +12875,13 @@ msgstr "" "No es pot llegir la posició del registre mestre. Possible problema de " "privilegis al mestre." -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 #, fuzzy #| msgid "Unable to change master!" msgid "Unable to change primary!" msgstr "No es pot canviar el mestre!" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, fuzzy, php-format #| msgid "Master server changed successfully to %s." msgid "Primary server changed successfully to %s." @@ -12935,8 +12930,8 @@ msgid "Error while loading the search." msgstr "Error mentre es carregava la cerca." #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 msgid "Native MySQL authentication" msgstr "Autenticació nativa MySQL" @@ -12967,16 +12962,16 @@ msgstr "Autenticació nativa MySQL" msgid "Account locking is not supported." msgstr "" -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "Sense privilegis." -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "Inclou tots els privilegis excepte GRANT." -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -12984,7 +12979,7 @@ msgstr "Inclou tots els privilegis excepte GRANT." msgid "Allows deleting data." msgstr "Permet esborrar dades." -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -12992,7 +12987,7 @@ msgstr "Permet esborrar dades." msgid "Allows creating new tables." msgstr "Permet la creació de taules noves." -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -13000,8 +12995,8 @@ msgstr "Permet la creació de taules noves." msgid "Allows dropping tables." msgstr "Permet eliminar taules." -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -13009,8 +13004,8 @@ msgstr "Permet eliminar taules." msgid "Allows creating and dropping indexes." msgstr "Permet la creació i l'eliminació d'índexs." -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -13018,9 +13013,9 @@ msgstr "Permet la creació i l'eliminació d'índexs." msgid "Allows altering the structure of existing tables." msgstr "Permet alterar l'estructura de taules existents." -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -13030,9 +13025,9 @@ msgstr "Permet alterar l'estructura de taules existents." msgid "Allows creating new views." msgstr "Permet la creació de vistes noves." -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -13040,8 +13035,8 @@ msgstr "Permet la creació de vistes noves." msgid "Allows performing SHOW CREATE VIEW queries." msgstr "Permet fer consultes de tipus SHOW CREATE VIEW." -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -13049,40 +13044,40 @@ msgstr "Permet fer consultes de tipus SHOW CREATE VIEW." msgid "Allows creating and dropping triggers." msgstr "Permet la creació i l'eliminació de disparadors." -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "Permet llegir dades." -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "Permet inserir i modificar dades." -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "Permet canviar dades." -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "Permet la creació de noves bases de dades i taules." -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "Permet eliminar bases de dades i taules." -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." @@ -13090,37 +13085,37 @@ msgstr "" "Permet recarregar els paràmetres del servidor i purgar les memòries cau del " "servidor." -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "Permet parar el servidor." -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 msgid "Allows viewing processes of all users." msgstr "Permet veure els processos de tots els usuaris." -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "Permet importar i exportar dades amb fitxers." -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "No té efecte en aquesta versió de MySQL." -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "Dóna accés a la llista completa de bases de dades." -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -13132,19 +13127,19 @@ msgstr "" "permès; es requereix per a la majoria de les operacions d'administració com " "ara establir variables globals o bé matar fils d'altres usuaris." -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "Permet la creació de taules temporals." -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "Permet bloquejar taules per l'actual fil d'execució." -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 #, fuzzy @@ -13152,7 +13147,7 @@ msgstr "Permet bloquejar taules per l'actual fil d'execució." msgid "Needed for the replication replicas." msgstr "És necessari per als esclaus de replicació." -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 #, fuzzy @@ -13161,61 +13156,61 @@ msgid "Allows the user to ask where the replicas / primaries are." msgstr "" "Dona el dret a l'usuari de preguntar quins servidors mestres / esclaus hi ha." -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 msgid "Allows to set up events for the event scheduler." msgstr "Permet preparar els esdeveniments per al planificador d'esdeveniments." #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 msgid "Allows deleting historical rows." msgstr "Permet esborrar files històriques." -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "Permet la creació de rutines emmagatzemades." -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "Permet l'alteració i l'esborrament de rutines emmagatzemades." -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "Permet la creació, esborrament i canvi de nom dels comptes d'usuari." -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "Permet l'execució de rutines emmagatzemades." -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "S'ha canviat correctament la contrasenya per %s." -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "Heu revocat els privilegis per %s." -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "No teniu prou privilegis per veure els usuaris." -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -13223,84 +13218,84 @@ msgstr "No teniu prou privilegis per veure els usuaris." msgid "Edit privileges" msgstr "Edita els privilegis" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "Revoca" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "Privilegis específics de base de dades" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "Privilegis específics de taula" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 msgid "Routine" msgstr "Rutina" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 msgid "Routine-specific privileges" msgstr "Privilegis específics de rutina" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "No s'han triat usuaris per esborrar!" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "Recàrrega dels privilegis" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "S'han esborrat correctament els usuaris seleccionats." -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "Heu actualitzat els privilegis per %s." -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 msgid "No user found." msgstr "No s'han trobat usuaris." -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "Esborrant %s" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "S'han recarregat correctament els privilegis." -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "L'usuari %s ja existeix!" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, php-format msgid "Privileges for %s" msgstr "Privilegis per %s" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "Usuari" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " @@ -13310,7 +13305,7 @@ msgstr "" "connectar-se. Això evita que altres usuaris es connectin si la part de " "l'amfitrió del seu compte permet una connexió des de qualsevol amfitrió (%)." -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, php-format msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " @@ -13323,7 +13318,7 @@ msgstr "" "privilegis que utilitza el servidor si s'han fet canvis manualment. En " "aquest cas, heu de %stornar a carregar els privilegis%s abans de continuar." -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " "tables. The content of these tables may differ from the privileges the " @@ -13337,7 +13332,7 @@ msgstr "" "aquest cas, s'han de tornar a carregar els privilegis però, actualment, no " "teniu el privilegi RELOAD." -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "Heu afegit un usuari nou." @@ -13540,7 +13535,7 @@ msgstr "%s s'ha desactivat en aquest servidor MySQL." msgid "This MySQL server does not support the %s storage engine." msgstr "Aquest servidor MySQL no suporta el motor d'emmagatzematge %s." -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "El nom de la clau primària ha de ser \"PRIMARY\"!" @@ -13549,44 +13544,44 @@ msgstr "El nom de la clau primària ha de ser \"PRIMARY\"!" msgid "Problems with indexes of table `%s`" msgstr "Problemes amb els índexs de la taula `%s`" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 msgid "Unknown table status:" msgstr "Estat de taula desconegut:" -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, php-format msgid "Source database `%s` was not found!" msgstr "No s'ha trobat la base de dades origen `%s`!" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, php-format msgid "Target database `%s` was not found!" msgstr "No s'ha trobat la base de dades destí `%s`!" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 msgid "Invalid database:" msgstr "Base de dades no vàlida:" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 msgid "Invalid table name:" msgstr "Nom de taula incorrecte:" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, php-format msgid "Failed to rename table %1$s to %2$s!" msgstr "Error reanomenant la taula %1$s a %2$s!" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, php-format msgid "Table %1$s has been renamed to %2$s." msgstr "La taula %1$s ha canviat de nom a %2$s." -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 msgid "Could not save table UI preferences!" msgstr "" "No s'ha pogut desar la taula de les preferències de la interfície d'usuari!" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" @@ -13595,7 +13590,7 @@ msgstr "" "No s'ha pogut netejar la taula de preferències de la interfície d'usuari " "(vegeu $cfg['Servers'][$i]['MaxTableUiprefs'] %s)" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -13606,15 +13601,15 @@ msgstr "" "no seran persistents després que refresqueu aquesta pàgina. Comproveu si " "l'estructura de la taula ha estat canviada." -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "No pots canviar el nom d'un índex a PRIMARY!" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "No s'han definit parts de l'índex!" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "Error en crear la clau forana a %1$s (comproveu els tipus de dades)" @@ -14094,11 +14089,11 @@ msgstr "S'ha actualitzat el perfil." msgid "Password is too long!" msgstr "Contrasenya massa llarga!" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 msgid "Could not save configuration" msgstr "No s'ha pogut desar la configuració" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 #, fuzzy #| msgid "" #| "%sCreate%s the phpMyAdmin configuration storage in the current database." @@ -19889,6 +19884,10 @@ msgstr "Nom de VIEW" msgid "Column names" msgstr "Nom de les columnes" +#, php-format +#~ msgid "Analyze Explain at %s" +#~ msgstr "Analitza el desenvolupament a %s" + #~ msgid "Key is too short, it should have at least 32 characters." #~ msgstr "La clau és massa curta, ha de tenir com a mínim 32 caràcters." diff --git a/po/ckb.po b/po/ckb.po index b7cfe03f96..c64de7145b 100644 --- a/po/ckb.po +++ b/po/ckb.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2022-02-15 16:21+0000\n" "Last-Translator: Maurício Meneghini Fauth \n" "Language-Team: Kurdish (Central) (includes info such as export timestamp, PHP version, " "and server version)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 msgid "Additional custom header comment (\\n splits lines):" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 msgid "Export metadata" msgstr "هەناردن" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 msgid "Add statements:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, php-format msgid "Add %s statement" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, php-format msgid "%s value" msgstr "%s نرخ" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 msgid "Data creation options" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " "(1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 msgid "Metadata" msgstr "زانیاری نەجوڵاو" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, php-format msgid "Metadata for table %s" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, php-format msgid "Metadata for database %s" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, php-format msgid "Error reading structure for table %s:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 msgid "Indexes for dumped tables" msgstr "لەناو خشتە:" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 msgid "Indexes for table" msgstr "لەناو خشتە:" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 msgid "AUTO_INCREMENT for dumped tables" msgstr "زۆرکردنی نرخی زۆربوونی خۆکارانە" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 msgid "AUTO_INCREMENT for table" msgstr "زۆرکردنی نرخی زۆربوونی خۆکارانە" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 msgid "MEDIA TYPES FOR TABLE" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 msgid "RELATIONSHIPS FOR TABLE" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, php-format msgid "Structure for view %s exported as a table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, fuzzy, php-format msgid "Error reading data for table %s:" msgstr "سڕینەوە داتا شوێنکەوتووەکانی ئەم خشانە؟" -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 msgid "Creation:" msgstr "درووستکردن:" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 msgid "Last update:" msgstr "دواترین نوێکردنەوە:" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 msgid "Last check:" msgstr "دواین پشکنین:" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 msgid "Table:" msgstr "خشتە" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "" @@ -11433,83 +11428,83 @@ msgstr "" msgid "Details…" msgstr "وردەکارییەکان…" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 msgid "Could not save recent table!" msgstr "نەتوانرا خشتە تازەکە پاشەکەوت بکرێت" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 msgid "Could not save favorite table!" msgstr "نەتوانرا خشتە تازەکە پاشەکەوت بکرێت" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 msgid "Recent tables" msgstr "خشتە تازەکان" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 msgid "Recent" msgstr "خشتە تازەکان" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 msgid "Favorites" msgstr "گۆڕاوەکان" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." msgstr "" -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 msgid "Replication started successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 msgid "Error starting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 msgid "Replication stopped successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 msgid "Error stopping replication." msgstr "" -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 msgid "Replication resetting successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 msgid "Error resetting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "" -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 msgid "Error." msgstr "هەڵە" -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "هەڵەیەکی نەزانراو" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, php-format msgid "Unable to connect to primary %s." msgstr "" -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 msgid "" "Unable to read primary log position. Possible privilege problem on primary." msgstr "" -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 msgid "Unable to change primary!" msgstr "" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, php-format msgid "Primary server changed successfully to %s." msgstr "" @@ -11557,8 +11552,8 @@ msgid "Error while loading the search." msgstr "هەڵەیەک لەکاتی گواستنەوەی فایلی بارکراو." #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 msgid "Native MySQL authentication" msgstr "" @@ -11589,16 +11584,16 @@ msgstr "به‌ڵگه‌سازی" msgid "Account locking is not supported." msgstr "" -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "" -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "" -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -11606,7 +11601,7 @@ msgstr "" msgid "Allows deleting data." msgstr "" -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -11614,7 +11609,7 @@ msgstr "" msgid "Allows creating new tables." msgstr "" -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -11622,8 +11617,8 @@ msgstr "" msgid "Allows dropping tables." msgstr "" -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -11631,8 +11626,8 @@ msgstr "" msgid "Allows creating and dropping indexes." msgstr "" -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -11640,9 +11635,9 @@ msgstr "" msgid "Allows altering the structure of existing tables." msgstr "" -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -11652,9 +11647,9 @@ msgstr "" msgid "Allows creating new views." msgstr "" -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -11662,8 +11657,8 @@ msgstr "" msgid "Allows performing SHOW CREATE VIEW queries." msgstr "" -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -11671,76 +11666,76 @@ msgstr "" msgid "Allows creating and dropping triggers." msgstr "" -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "" -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "" -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "" -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "" -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "" -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." msgstr "" -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "" -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 msgid "Allows viewing processes of all users." msgstr "" -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "" -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "" -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "" -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -11749,85 +11744,85 @@ msgid "" "killing threads of other users." msgstr "" -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "" -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "" -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 msgid "Needed for the replication replicas." msgstr "" -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 msgid "Allows the user to ask where the replicas / primaries are." msgstr "" -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 msgid "Allows to set up events for the event scheduler." msgstr "" #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 msgid "Allows deleting historical rows." msgstr "زیادکردن/سڕینەوەی ڕیزەکانی مەرج" -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "" -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "" -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "" -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -11835,91 +11830,91 @@ msgstr "" msgid "Edit privileges" msgstr "تایبەتمەندێتیەکان" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 msgid "Routine" msgstr "ڕۆتینەکان" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 msgid "Routine-specific privileges" msgstr "تایبەتمەندێتیەکان" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "" -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 msgid "No user found." msgstr "" -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, php-format msgid "Privileges for %s" msgstr "" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "بەکارهێنەر" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " "allows a connection from any (%) host." msgstr "" -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, php-format msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " @@ -11928,7 +11923,7 @@ msgid "" "%sreload the privileges%s before you continue." msgstr "" -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " "tables. The content of these tables may differ from the privileges the " @@ -11937,7 +11932,7 @@ msgid "" "privilege." msgstr "" -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "" @@ -12126,7 +12121,7 @@ msgstr "" msgid "This MySQL server does not support the %s storage engine." msgstr "" -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "" @@ -12135,50 +12130,50 @@ msgstr "" msgid "Problems with indexes of table `%s`" msgstr "" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 msgid "Unknown table status:" msgstr "دۆخی نەزانراوی خشتە:" -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, php-format msgid "Source database `%s` was not found!" msgstr "بنکە زانیاری سەرچاوە '%s' نەدۆزرایەوە!" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, php-format msgid "Target database `%s` was not found!" msgstr "بنکە زانیاری ئامانج '%s' نەدۆزرایەوە!" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 msgid "Invalid database:" msgstr "بنکە زانیاری نادروست" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 msgid "Invalid table name:" msgstr "ناوی خشتەی نادروست" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, php-format msgid "Failed to rename table %1$s to %2$s!" msgstr "هەڵە لە ناونانەوەی خشتەی %1$s بۆ %2$s" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, php-format msgid "Table %1$s has been renamed to %2$s." msgstr "" -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 msgid "Could not save table UI preferences!" msgstr "نەتوانرا خشتە تازەکە پاشەکەوت بکرێت" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" "['MaxTableUiprefs'] %s)" msgstr "" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -12186,15 +12181,15 @@ msgid "" "changed." msgstr "" -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "" @@ -12606,11 +12601,11 @@ msgstr "" msgid "Password is too long!" msgstr "وشەی نهێنی" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 msgid "Could not save configuration" msgstr "" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 #, fuzzy #| msgid "" #| "The phpMyAdmin configuration storage has been deactivated. %sFind out " diff --git a/po/cs.po b/po/cs.po index 84efc5a9e2..4a0721bcc1 100644 --- a/po/cs.po +++ b/po/cs.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2022-10-25 08:01+0000\n" "Last-Translator: mixeros \n" "Language-Team: Czech (includes info such as export timestamp, PHP version, " "and server version)" @@ -11490,52 +11485,52 @@ msgstr "" "Zobrazit komentáře (ty obsahují informace jako čas exportu, verzi PHP " "nebo MySQL serveru)" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 msgid "Additional custom header comment (\\n splits lines):" msgstr "Přidat vlastní komentář do hlavičky (\\n odděluje řádky):" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" msgstr "" "Vložit čas vytvoření, poslední aktualizace a poslední kontroly databáze" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 msgid "Export metadata" msgstr "Exportovat metadata" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 msgid "Add statements:" msgstr "Přidat příkazy:" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, php-format msgid "Add %s statement" msgstr "Přidat příkaz %s" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "" "(méně efektivní, protože při vytváření tabulky se budou generovat indexy)" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, php-format msgid "%s value" msgstr "Hodnota %s" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "Použít jednoduchý export pohledu" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" @@ -11543,37 +11538,37 @@ msgstr "" "Uzavřít názvy tabulek a sloupců do zpětných uvozovek (Zabrání " "interpretaci názvů obsahujících speciální znaky nebo klíčová slova)" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 msgid "Data creation options" msgstr "Možnosti vytváření dat" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "Vyprázdnit tabulku před vkládáním" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "Namísto příkazů INSERT použít:" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "příkazy INSERT DELAYED" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "příkazy INSERT IGNORE" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "Jakou funkci použít pro vypisování dat:" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "Jakou syntaxi použít pro vkládání dat:" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " @@ -11583,7 +11578,7 @@ msgstr "" "  Příklad: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " "(1,2,3)" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " @@ -11593,7 +11588,7 @@ msgstr "" "  Příklad: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), (7,8,9)" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" @@ -11601,7 +11596,7 @@ msgstr "" "obě výše uvedené možnosti
      Příklad: INSERT " "INTO tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" @@ -11609,7 +11604,7 @@ msgstr "" "ani jedna z výše uvedených možností
      Příklad: " "INSERT INTO tbl_name VALUES (1,2,3)" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" @@ -11617,7 +11612,7 @@ msgstr "" "Vypisovat binární sloupce šestnáctkově (například vypíše 0x616263 místo " "„abc“)" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" @@ -11625,125 +11620,125 @@ msgstr "" "Vypisovat sloupce TIMESTAMP v UTC (usnadní přenos sloupců TIMESTAMP mezi " "servery v různých časových pásmech)" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "Vaše databáze zřejmě využívá rutiny;" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "je možné, že export aliasů v některých případech neproběhne správně." -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 msgid "Metadata" msgstr "Metadata" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, php-format msgid "Metadata for table %s" msgstr "Metadata tabulky %s" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, php-format msgid "Metadata for database %s" msgstr "Metadata databáze %s" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, php-format msgid "Error reading structure for table %s:" msgstr "Chyba při čtení struktury tabulky %s:" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "Zdá se, že Vaše databáze používá pohledy;" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "Omezení pro exportované tabulky" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "Omezení pro tabulku" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 msgid "Indexes for dumped tables" msgstr "Indexy pro exportované tabulky" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 msgid "Indexes for table" msgstr "Indexy pro tabulku" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 msgid "AUTO_INCREMENT for dumped tables" msgstr "AUTO_INCREMENT pro tabulky" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 msgid "AUTO_INCREMENT for table" msgstr "AUTO_INCREMENT pro tabulku" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 msgid "MEDIA TYPES FOR TABLE" msgstr "TYPY MÉDIÍ PRO TABULKU" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 msgid "RELATIONSHIPS FOR TABLE" msgstr "VZTAHY TABULKY" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "Zdá se, že Vaše tabulka používá triggery;" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, php-format msgid "Structure for view %s exported as a table" msgstr "Struktura pro pohled %s exportovaná jako tabulka" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "(Vlastní pohled viz níže)" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, php-format msgid "Error reading data for table %s:" msgstr "Chyba při čtení dat pro tabulku %s:" -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 msgid "Creation:" msgstr "Vytvořeno:" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 msgid "Last update:" msgstr "Poslední změna:" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 msgid "Last check:" msgstr "Poslední kontrola:" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" "Databázový systém nebo starší verze MySQL, se kterým má být výstup " "kompatibilní:" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "Nastavení vytváření objektů (všechna jsou doporučena)" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "Exportovat obsah" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 msgid "Table:" msgstr "Tabulka:" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "Účel:" @@ -12330,27 +12325,27 @@ msgstr "" msgid "Details…" msgstr "Podrobnosti…" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 msgid "Could not save recent table!" msgstr "Nepodařilo se uložit nedávnou tabulku!" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 msgid "Could not save favorite table!" msgstr "Nepodařilo se uložit oblíbenou tabulku!" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 msgid "Recent tables" msgstr "Nedávné tabulky" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 msgid "Recent" msgstr "Nedávné" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 msgid "Favorites" msgstr "Oblíbené" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." @@ -12358,59 +12353,59 @@ msgstr "" "Připojení k serveru je zakázáno, povolte prosím $cfg['AllowArbitraryServer'] " "v konfiguraci phpMyAdmina." -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 msgid "Replication started successfully." msgstr "Replikace byla úspěšně spuštěna." -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 msgid "Error starting replication." msgstr "Chyba při spuštění replikace." -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 msgid "Replication stopped successfully." msgstr "Replikace byla úspěšně zastavena." -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 msgid "Error stopping replication." msgstr "Chyba při zastavování replikace." -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 msgid "Replication resetting successfully." msgstr "Replikace byla úspěšně obnovena." -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 msgid "Error resetting replication." msgstr "Chyba při obnovování replikace." -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "Úspěch." -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 msgid "Error." msgstr "Chyba." -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "Neznámá chyba" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, php-format msgid "Unable to connect to primary %s." msgstr "Nepodařilo se připojit k primárnímu serveru %s." -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 msgid "" "Unable to read primary log position. Possible privilege problem on primary." msgstr "" "Nepodařilo se zjistit pozici v logu na primárním serveru. Pravděpodobně je " "na něm problém s přístupovými právy." -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 msgid "Unable to change primary!" msgstr "Nepodařilo se změnit primární server!" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, php-format msgid "Primary server changed successfully to %s." msgstr "Primární server byl úspěšně změněn na %s." @@ -12459,8 +12454,8 @@ msgid "Error while loading the search." msgstr "Chyba při nahrávání vyhledávání." #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 msgid "Native MySQL authentication" msgstr "Nativní ověřování MySQL" @@ -12485,16 +12480,16 @@ msgstr "Staré ověřování MySQL-4.0" msgid "Account locking is not supported." msgstr "Zamykání účtů není podporováno." -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "Žádná oprávnění." -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "Všechna oprávnění kromě GRANT." -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -12502,7 +12497,7 @@ msgstr "Všechna oprávnění kromě GRANT." msgid "Allows deleting data." msgstr "Umožňuje mazat data." -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -12510,7 +12505,7 @@ msgstr "Umožňuje mazat data." msgid "Allows creating new tables." msgstr "Umožňuje vytvářet nové tabulky." -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -12518,8 +12513,8 @@ msgstr "Umožňuje vytvářet nové tabulky." msgid "Allows dropping tables." msgstr "Umožňuje odstranit tabulky." -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -12527,8 +12522,8 @@ msgstr "Umožňuje odstranit tabulky." msgid "Allows creating and dropping indexes." msgstr "Umožňuje vytvářet a odstraňovat indexy." -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -12536,9 +12531,9 @@ msgstr "Umožňuje vytvářet a odstraňovat indexy." msgid "Allows altering the structure of existing tables." msgstr "Umožňuje měnit strukturu existujících tabulek." -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -12548,9 +12543,9 @@ msgstr "Umožňuje měnit strukturu existujících tabulek." msgid "Allows creating new views." msgstr "Umožňuje vytvářet nové pohledy." -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -12558,8 +12553,8 @@ msgstr "Umožňuje vytvářet nové pohledy." msgid "Allows performing SHOW CREATE VIEW queries." msgstr "Umožňuje spuštění dotazu SHOW CREATE VIEW." -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -12567,40 +12562,40 @@ msgstr "Umožňuje spuštění dotazu SHOW CREATE VIEW." msgid "Allows creating and dropping triggers." msgstr "Umožňuje vytváření a mazání triggerů." -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "Umožňuje vybírat data." -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "Umožňuje vkládat a přepisovat data." -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "Umožňuje měnit data." -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "Umožňuje vytvářet nové databáze a tabulky." -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "Umožňuje odstranit databáze a tabulky." -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." @@ -12608,37 +12603,37 @@ msgstr "" "Umožňuje znovu načíst nastavení a vyprázdnění vyrovnávacích pamětí MySQL " "serveru." -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "Umožňuje vypnout server." -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 msgid "Allows viewing processes of all users." msgstr "Umožňuje prohlížet procesy všech uživatelů." -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "Umožňuje importovat a exportovat data z/do souborů na serveru." -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "Nemá žádný vliv v této verzi MySQL." -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "Umožňuje přístup k úplnému seznamu databází." -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -12650,85 +12645,85 @@ msgstr "" "pro většinu operací pro správu serveru jako nastavování globálních " "proměnných a zabíjení vláken jiných uživatelů." -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "Umožňuje vytvářet dočasné tabulky." -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "Umožňuje zamknout tabulku pro aktuální vlákno." -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 msgid "Needed for the replication replicas." msgstr "Potřebné pro replikaci replikovaných serverů." -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 msgid "Allows the user to ask where the replicas / primaries are." msgstr "Umožní uživateli zjistit, kde je replikovaný / primární server." -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 msgid "Allows to set up events for the event scheduler." msgstr "Umožňuje plánovat úlohy pomocí plánovače." #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 msgid "Allows deleting historical rows." msgstr "Umožňuje mazání historických řádků." -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "Umožňuje vytvářet uložené procedury." -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "Umožňuje měnit a rušit uložené procedury." -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "Umožňuje vytvářet, rušit a přejmenovávat účty uživatelů." -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "Umožňuje spouštět uložené procedury." -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "Heslo pro %s bylo úspěšně změněno." -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "Byla zrušena práva pro %s." -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "Nedostatečná oprávnění k zobrazení uživatelů." -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -12736,84 +12731,84 @@ msgstr "Nedostatečná oprávnění k zobrazení uživatelů." msgid "Edit privileges" msgstr "Upravit oprávnění" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "Zrušit" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "Oprávnění pro jednotlivé databáze" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "Oprávnění pro jednotlivé tabulky" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 msgid "Routine" msgstr "Rutina" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 msgid "Routine-specific privileges" msgstr "Oprávnění pro jednotlivé rutiny" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "Musíte vybrat uživatele, které si přejete odstranit!" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "Načítám oprávnění" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "Vybraní uživatelé byli úspěšně odstraněni." -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "Byla aktualizována oprávnění pro %s." -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 msgid "No user found." msgstr "Nebyl nalezen žádný uživatel." -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "Odstraňuji %s" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "Oprávnění byla načtena úspěšně." -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "Uživatel %s již existuje!" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, php-format msgid "Privileges for %s" msgstr "Oprávnění pro %s" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "Uživatel" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " @@ -12824,7 +12819,7 @@ msgstr "" "nastavení hostitele na jejich účtu umožňuje připojení z libovolného (%) " "hostitele." -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, php-format msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " @@ -12837,7 +12832,7 @@ msgstr "" "oprávnění, která server právě používá. V tom případě je před pokračováním " "vhodné %sznovu načíst oprávnění%s." -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " "tables. The content of these tables may differ from the privileges the " @@ -12850,7 +12845,7 @@ msgstr "" "oprávnění, která server právě používá. V tom případě je třeba znovu načíst " "oprávnění, k tomu však aktuálně nemáte dostatečné oprávnění." -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "Uživatel byl přidán." @@ -13042,7 +13037,7 @@ msgstr "Úložiště %s je na tomto MySQL serveru vypnuté." msgid "This MySQL server does not support the %s storage engine." msgstr "Tento MySQL server nepodporuje úložiště %s." -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "Název primárního klíče musí být „PRIMARY“!" @@ -13051,43 +13046,43 @@ msgstr "Název primárního klíče musí být „PRIMARY“!" msgid "Problems with indexes of table `%s`" msgstr "Problémy s indexy v tabulce „%s\"" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 msgid "Unknown table status:" msgstr "Neznámý stav tabulky:" -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, php-format msgid "Source database `%s` was not found!" msgstr "Zdrojová databáze „%s“ nebyla nalezena!" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, php-format msgid "Target database `%s` was not found!" msgstr "Cílová databáze „%s“ nebyla nalezena!" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 msgid "Invalid database:" msgstr "Chybný název databáze:" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 msgid "Invalid table name:" msgstr "Chybný název tabulky:" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, php-format msgid "Failed to rename table %1$s to %2$s!" msgstr "Chyba při přejmenování tabulky %1$s na %2$s!" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, php-format msgid "Table %1$s has been renamed to %2$s." msgstr "Tabulka %1$s byla přejmenována na %2$s." -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 msgid "Could not save table UI preferences!" msgstr "Nepodařilo se uložit nastavení prohlížení tabulky!" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" @@ -13096,7 +13091,7 @@ msgstr "" "Selhalo vyčištění tabulky s nastavením procházení (viz $cfg['Servers'][$i]" "['MaxTableUiprefs'] %s)" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -13106,15 +13101,15 @@ msgstr "" "Nepodařilo se uložit nastavení „%s“. Změny se neprojeví po novém načtení " "stránky. Prosím zkontrolujte jestli se nezměnila struktura tabulky." -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "Index nelze přejmenovat na „PRIMARY“!" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "Nebyla zadána žádná část indexu!" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "Chyba při vytváření cizího klíče na %1$s (zkontrolujte datové typy)" @@ -13579,11 +13574,11 @@ msgstr "Přístup byl změněn." msgid "Password is too long!" msgstr "Heslo je příliš dlouhé!" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 msgid "Could not save configuration" msgstr "Nepodařilo se uložit nastavení" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 msgid "The phpMyAdmin configuration storage database could not be accessed." msgstr "Nelze přistoupit k databázi nastavení phpMyAdmina." @@ -18971,6 +18966,10 @@ msgstr "Název pohledu" msgid "Column names" msgstr "Názvy sloupců" +#, php-format +#~ msgid "Analyze Explain at %s" +#~ msgstr "Analyzovat výstup příkazu EXPLAIN na %s" + #~ msgid "Key is too short, it should have at least 32 characters." #~ msgstr "Tajný klíč je příliš krátký, měl by obsahovat alespoň 32 znaků." diff --git a/po/cy.po b/po/cy.po index 9a7c4f96fb..09c0a44491 100644 --- a/po/cy.po +++ b/po/cy.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2022-02-15 16:21+0000\n" "Last-Translator: Maurício Meneghini Fauth \n" "Language-Team: Welsh (includes info such as export timestamp, PHP version, " "and server version)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 msgid "Additional custom header comment (\\n splits lines):" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 #, fuzzy #| msgid "Export type" msgid "Export metadata" msgstr "Math allbwn" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 #, fuzzy #| msgid "Add constraints" msgid "Add statements:" msgstr "Ychwanegwch cyfyngiadau" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, php-format msgid "Add %s statement" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, fuzzy, php-format #| msgid "Use this value" msgid "%s value" msgstr "Defnyddiwch y gwerth hwn" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 #, fuzzy #| msgid "Databases statistics" msgid "Data creation options" msgstr "Ystadegau cronfeydd data" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " "(1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 #, fuzzy #| msgid "Missing data for %s" msgid "Metadata" msgstr "Data ar goll ar gyfer %s" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, fuzzy, php-format #| msgid "Missing data for %s" msgid "Metadata for table %s" msgstr "Data ar goll ar gyfer %s" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, fuzzy, php-format #| msgid "Missing data for %s" msgid "Metadata for database %s" msgstr "Data ar goll ar gyfer %s" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, fuzzy, php-format #| msgid "Table structure for table" msgid "Error reading structure for table %s:" msgstr "Strwythur y tabl ar gyfer y tabl" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 #, fuzzy #| msgid "Inside table(s):" msgid "Indexes for dumped tables" msgstr "Tu fewn tabl(au):" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 #, fuzzy #| msgid "Inside table(s):" msgid "Indexes for table" msgstr "Tu fewn tabl(au):" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 #, fuzzy #| msgid "Add AUTO_INCREMENT value" msgid "AUTO_INCREMENT for dumped tables" msgstr "Ychwanegwch werth AUTO_INCREMENT" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 #, fuzzy #| msgid "Add AUTO_INCREMENT value" msgid "AUTO_INCREMENT for table" msgstr "Ychwanegwch werth AUTO_INCREMENT" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 msgid "MEDIA TYPES FOR TABLE" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 msgid "RELATIONSHIPS FOR TABLE" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, php-format msgid "Structure for view %s exported as a table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, fuzzy, php-format #| msgid "Missing data for %s" msgid "Error reading data for table %s:" msgstr "Data ar goll ar gyfer %s" -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 #, fuzzy #| msgid "Creation" msgid "Creation:" msgstr "Cread" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 #, fuzzy #| msgid "Last update" msgid "Last update:" msgstr "Diweddariad diwethaf" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 #, fuzzy #| msgid "Last check" msgid "Last check:" msgstr "Gwiriad diwethaf" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 #, fuzzy #| msgid "Table" msgid "Table:" msgstr "Tabl" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "" @@ -12722,96 +12717,96 @@ msgstr "" msgid "Details…" msgstr "Manylion…" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 #, fuzzy #| msgid "Open Document Spreadsheet" msgid "Could not save recent table!" msgstr "Taenlen Open Document" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 #, fuzzy #| msgid "Open Document Spreadsheet" msgid "Could not save favorite table!" msgstr "Taenlen Open Document" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 #, fuzzy #| msgid "Count tables" msgid "Recent tables" msgstr "Cyfrifwch y tablau" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 #, fuzzy #| msgid "Reset" msgid "Recent" msgstr "Ailosod" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 #, fuzzy #| msgid "Variables" msgid "Favorites" msgstr "Newidynnau" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." msgstr "" -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 msgid "Replication started successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 msgid "Error starting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 msgid "Replication stopped successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 msgid "Error stopping replication." msgstr "" -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 msgid "Replication resetting successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 msgid "Error resetting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "" -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 #, fuzzy #| msgid "Error" msgid "Error." msgstr "Gwall" -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, fuzzy, php-format #| msgid "Could not connect to MySQL server" msgid "Unable to connect to primary %s." msgstr "Methu â chysylltu i'r gweinydd MySQL" -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 msgid "" "Unable to read primary log position. Possible privilege problem on primary." msgstr "" -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 msgid "Unable to change primary!" msgstr "" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, php-format msgid "Primary server changed successfully to %s." msgstr "" @@ -12862,8 +12857,8 @@ msgid "Error while loading the search." msgstr "Gwall anhysbys wrth lanlwytho ffeil." #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 #, fuzzy #| msgid "Authenticating…" msgid "Native MySQL authentication" @@ -12898,16 +12893,16 @@ msgstr "Yn dilysu…" msgid "Account locking is not supported." msgstr "" -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "" -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "" -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -12915,7 +12910,7 @@ msgstr "" msgid "Allows deleting data." msgstr "" -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -12923,7 +12918,7 @@ msgstr "" msgid "Allows creating new tables." msgstr "" -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -12931,8 +12926,8 @@ msgstr "" msgid "Allows dropping tables." msgstr "" -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -12940,8 +12935,8 @@ msgstr "" msgid "Allows creating and dropping indexes." msgstr "" -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -12949,9 +12944,9 @@ msgstr "" msgid "Allows altering the structure of existing tables." msgstr "" -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -12961,9 +12956,9 @@ msgstr "" msgid "Allows creating new views." msgstr "" -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -12971,8 +12966,8 @@ msgstr "" msgid "Allows performing SHOW CREATE VIEW queries." msgstr "" -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -12980,76 +12975,76 @@ msgstr "" msgid "Allows creating and dropping triggers." msgstr "" -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "" -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "" -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "" -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "" -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "" -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." msgstr "" -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "" -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 msgid "Allows viewing processes of all users." msgstr "" -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "" -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "" -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "" -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -13058,39 +13053,39 @@ msgid "" "killing threads of other users." msgstr "" -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "" -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "" -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 msgid "Needed for the replication replicas." msgstr "" -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 msgid "Allows the user to ask where the replicas / primaries are." msgstr "" -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 msgid "Allows to set up events for the event scheduler." msgstr "" #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 #, fuzzy @@ -13098,47 +13093,47 @@ msgstr "" msgid "Allows deleting historical rows." msgstr "Ychwanegu/Dileu rhesi meini prawf" -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "" -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "" -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "" -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -13148,24 +13143,24 @@ msgstr "" msgid "Edit privileges" msgstr "Breintiau" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 @@ -13174,70 +13169,70 @@ msgstr "" msgid "Routine" msgstr "Rheolweithiau" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 #, fuzzy #| msgid "Check Privileges" msgid "Routine-specific privileges" msgstr "Gwirio Breintiau" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "" -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 msgid "No user found." msgstr "" -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, fuzzy, php-format #| msgid "Privileges" msgid "Privileges for %s" msgstr "Breintiau" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "Defnyddiwr" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " "allows a connection from any (%) host." msgstr "" -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, php-format msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " @@ -13246,7 +13241,7 @@ msgid "" "%sreload the privileges%s before you continue." msgstr "" -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " "tables. The content of these tables may differ from the privileges the " @@ -13255,7 +13250,7 @@ msgid "" "privilege." msgstr "" -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "" @@ -13448,7 +13443,7 @@ msgstr "Cafodd %s ei analluogi ar y gweinydd MySQL hwn." msgid "This MySQL server does not support the %s storage engine." msgstr "Dyw'r gweinydd MySQL hwn ddim yn cynnal y peiriant storio %s." -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "" @@ -13457,60 +13452,60 @@ msgstr "" msgid "Problems with indexes of table `%s`" msgstr "" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 #, fuzzy #| msgid "No tables" msgid "Unknown table status:" msgstr "Dim tablau" -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, fuzzy, php-format #| msgid "Source database" msgid "Source database `%s` was not found!" msgstr "Cronfa ddata ffynhonnell" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, fuzzy, php-format #| msgid "Theme %s not found!" msgid "Target database `%s` was not found!" msgstr "Heb ddarganfod thema ddiofyn %s!" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 #, fuzzy #| msgid "Invalid database" msgid "Invalid database:" msgstr "Crofna ddata annilys" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 #, fuzzy #| msgid "Invalid table name" msgid "Invalid table name:" msgstr "Enw tabl annilys" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, fuzzy, php-format #| msgid "Error renaming table %1$s to %2$s" msgid "Failed to rename table %1$s to %2$s!" msgstr "Gwall wrth ailenwi tabl %1$s i %2$s" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, fuzzy, php-format #| msgid "Table %s has been renamed to %s." msgid "Table %1$s has been renamed to %2$s." msgstr "Cafodd y tabl %s ei ailenwi i %s" -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 msgid "Could not save table UI preferences!" msgstr "" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" "['MaxTableUiprefs'] %s)" msgstr "" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -13518,15 +13513,15 @@ msgid "" "changed." msgstr "" -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "" @@ -13959,11 +13954,11 @@ msgstr "" msgid "Password is too long!" msgstr "Stwnsio Cyfrinair" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 msgid "Could not save configuration" msgstr "" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 #, fuzzy #| msgid "" #| "The phpMyAdmin configuration storage has been deactivated. To find out " diff --git a/po/da.po b/po/da.po index 5b566a2479..9fa7dbb7cd 100644 --- a/po/da.po +++ b/po/da.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2021-01-22 17:26+0000\n" "Last-Translator: William Desportes \n" "Language-Team: Danish (includes info such as export timestamp, PHP version, " "and server version)" @@ -11721,11 +11716,11 @@ msgstr "" "Vis kommentarer (inkluderer info som eksport tidsstempel, PHP version og " "serverversion)" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 msgid "Additional custom header comment (\\n splits lines):" msgstr "Ekstra kommentarer i headeren (\\n deler linjer):" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" @@ -11733,40 +11728,40 @@ msgstr "" "Inkluder et tidsstempel for hvornår databaser blev oprettet, sidst opdateret " "og sidst checket" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 msgid "Export metadata" msgstr "Eksporter metadata" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 msgid "Add statements:" msgstr "Tilføj forespørgsler:" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, php-format msgid "Add %s statement" msgstr "Tilføj %s forespørgsel" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "(mindre effektiv da indeks skal oprettes under oprettelse af tabel)" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, php-format msgid "%s value" msgstr "%s værdi" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" @@ -11774,37 +11769,37 @@ msgstr "" "Omgiv tabel- og feltnavne med backquotes (Beskytter felt- og tabelnavne " "indeholdende specielle tegn og nøgleord)" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 msgid "Data creation options" msgstr "Indstillinger for oprettelse af data" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "Trunkér tabel forud for indsættelse" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "I stedet for INSERT forespørgsler, brug:" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "INSERT DELAYED forespørgsler" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "INSERT IGNORE forspørgsler" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "Funktioner der bruges, når data udtrækkes:" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "Syntaks der bruges, når data indsættes:" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " @@ -11814,7 +11809,7 @@ msgstr "" "    Eksempel: INSERT INTO tbl_name (col_A,col_B,col_C) " "VALUES (1,2,3)" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " @@ -11824,7 +11819,7 @@ msgstr "" "    Eksempel: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" @@ -11832,7 +11827,7 @@ msgstr "" "begge af ovenstående
      Eksempel: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" @@ -11840,7 +11835,7 @@ msgstr "" "ingen af ovenstående
      Eksempel: INSERT INTO " "tbl_name VALUES (1,2,3)" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" @@ -11848,7 +11843,7 @@ msgstr "" "Udtræk binære kolonner i hexadecimal notation (fx, \"abc\" bliver til " "0x616263)" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" @@ -11856,128 +11851,128 @@ msgstr "" "Udtræk TIMESTAMP kolonner i UTC (gør at TIMESTAMP kolonner kan udtrækkes " "og indsættes i servere på tværs af tidszoner)" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "Det ser ud til at din database bruger funktioner;" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "alias-eksport fungerer muligvis ikke pålideligt i alle tilfælde." -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 msgid "Metadata" msgstr "Metadata" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, php-format msgid "Metadata for table %s" msgstr "Metadata for tabel %s" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, php-format msgid "Metadata for database %s" msgstr "Metadata til database %s" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, php-format msgid "Error reading structure for table %s:" msgstr "Fejl ved læsning af struktur for tabel %s:" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "Det ser ud til at din database bruger views;" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "Begrænsninger for dumpede tabeller" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "Begrænsninger for tabel" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 msgid "Indexes for dumped tables" msgstr "Begrænsninger for dumpede tabeller" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 msgid "Indexes for table" msgstr "Indeks for tabel" # zero = null? -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 msgid "AUTO_INCREMENT for dumped tables" msgstr "Brug ikke AUTO_INCREMENT for slettede tabeller" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 msgid "AUTO_INCREMENT for table" msgstr "Tilføj AUTO_INCREMENT i tabel" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 #, fuzzy #| msgid "MIME TYPES FOR TABLE" msgid "MEDIA TYPES FOR TABLE" msgstr "MIME TYPES FOR TABLE (MIME-typer for tabellen)" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 msgid "RELATIONSHIPS FOR TABLE" msgstr "RELATIONER FOR TABEL" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "Det ser ud til at din tabel bruger triggere;" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, php-format msgid "Structure for view %s exported as a table" msgstr "Struktur for visningen %s blev eksporteret som en tabel" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "(Se nedenfor for det aktuelle view)" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, php-format msgid "Error reading data for table %s:" msgstr "Fejl ved læsning af data i tabel %s:" -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 msgid "Creation:" msgstr "Oprettelse:" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 msgid "Last update:" msgstr "Seneste opdatering:" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 msgid "Last check:" msgstr "Seneste tjek:" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" "Databasesystem eller ældre MYSQL server til maksimering af kompatibiltet af " "output:" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "Indstillinger for oprettelse af objekter (alle anbefales)" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "Eksport indhold" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 msgid "Table:" msgstr "Tabel:" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "Formål:" @@ -12570,27 +12565,27 @@ msgstr "Tjek venligst privilegier for mappen som indeholder databasen." msgid "Details…" msgstr "Detaljer…" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 msgid "Could not save recent table!" msgstr "Kunne ikke gemme seneste tabel!" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 msgid "Could not save favorite table!" msgstr "Kunne ikke gemme favorit tabel!" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 msgid "Recent tables" msgstr "Seneste tabeller" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 msgid "Recent" msgstr "Seneste" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 msgid "Favorites" msgstr "Favoritter" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." @@ -12598,49 +12593,49 @@ msgstr "" "Forbindelse til server er deaktiveret, aktiver $cfg['AllowArbitraryServer'] " "i phpMyAdmin konfiguration." -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 msgid "Replication started successfully." msgstr "Replikation blev påbegyndt." -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 msgid "Error starting replication." msgstr "Fejl ved start af replikation." -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 msgid "Replication stopped successfully." msgstr "Replikeringen blev stoppet." -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 msgid "Error stopping replication." msgstr "Fejl ved stop af replikering." -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 msgid "Replication resetting successfully." msgstr "Nulstilling af replikering blev gennemført." -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 msgid "Error resetting replication." msgstr "Fejl ved nulstilling af replikering." -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "Succes." -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 msgid "Error." msgstr "Fejl." -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "Ukendt fejl" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, fuzzy, php-format #| msgid "Unable to connect to master %s." msgid "Unable to connect to primary %s." msgstr "Ikke muligt at forbinde til master %s." -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 #, fuzzy #| msgid "" #| "Unable to read master log position. Possible privilege problem on master." @@ -12649,13 +12644,13 @@ msgid "" msgstr "" "Ikke muligt at læse master log position. Muligt rettighedsproblem på master." -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 #, fuzzy #| msgid "Unable to change master!" msgid "Unable to change primary!" msgstr "Ikke muligt at ændre master!" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, fuzzy, php-format #| msgid "Master server changed successfully to %s." msgid "Primary server changed successfully to %s." @@ -12704,8 +12699,8 @@ msgid "Error while loading the search." msgstr "Fejl under indlæsning af søgningen." #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 msgid "Native MySQL authentication" msgstr "Indbygget MySQL autorisering" @@ -12736,16 +12731,16 @@ msgstr "Indbygget MySQL autorisering" msgid "Account locking is not supported." msgstr "" -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "Ingen privilegier." -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "Inkluderer alle privilegier på nær GRANT." -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -12753,7 +12748,7 @@ msgstr "Inkluderer alle privilegier på nær GRANT." msgid "Allows deleting data." msgstr "Tillader sletning af data." -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -12761,7 +12756,7 @@ msgstr "Tillader sletning af data." msgid "Allows creating new tables." msgstr "Tillader oprettelse af nye tabeller." -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -12769,8 +12764,8 @@ msgstr "Tillader oprettelse af nye tabeller." msgid "Allows dropping tables." msgstr "Tillader at droppe tabeller." -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -12778,8 +12773,8 @@ msgstr "Tillader at droppe tabeller." msgid "Allows creating and dropping indexes." msgstr "Tillader at skabe og droppe indeks." -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -12787,9 +12782,9 @@ msgstr "Tillader at skabe og droppe indeks." msgid "Allows altering the structure of existing tables." msgstr "Tillader ændring af strukturen på eksisterende tabeller." -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -12799,9 +12794,9 @@ msgstr "Tillader ændring af strukturen på eksisterende tabeller." msgid "Allows creating new views." msgstr "Tillader oprettelse af nye views." -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -12809,8 +12804,8 @@ msgstr "Tillader oprettelse af nye views." msgid "Allows performing SHOW CREATE VIEW queries." msgstr "Tillader udførelse af SHOW CREATE VIEW forespørgsler." -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -12818,76 +12813,76 @@ msgstr "Tillader udførelse af SHOW CREATE VIEW forespørgsler." msgid "Allows creating and dropping triggers." msgstr "Tillader oprettelse og sletning af triggers." -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "Tillader læsning af data." -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "Tillader indsættelse og erstatning af data." -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "Tillader ændring af data." -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "Tillader oprettelse af nye databaser og tabeller." -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "Tillader at droppe databaser og tabeller." -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." msgstr "Tillader genindlæsning af serverindstillinger og tømning af caches." -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "Tillader nedlukning af serveren." -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 msgid "Allows viewing processes of all users." msgstr "Tillader at se processer for alle brugere." -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "Tillader import af data fra og eksport af data til filer." -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "Har ingen effekt i denne MySQL version." -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "Giver adgang til den fuldstændige liste over databaser." -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -12899,19 +12894,19 @@ msgstr "" "nødvendigt for de fleste administrative operationer som indstilling af " "globale variable eller for at dræbe andre brugeres tråde." -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "Tillader oprettelse af midlertidige tabeller." -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "Tillader låsning af tabeller for nuværende tråd." -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 #, fuzzy @@ -12919,7 +12914,7 @@ msgstr "Tillader låsning af tabeller for nuværende tråd." msgid "Needed for the replication replicas." msgstr "Nødvendigt for replikationsslaverne." -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 #, fuzzy @@ -12927,15 +12922,15 @@ msgstr "Nødvendigt for replikationsslaverne." msgid "Allows the user to ask where the replicas / primaries are." msgstr "Giver brugeren rettigheder til at spørge hvor slaves / masters er." -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 msgid "Allows to set up events for the event scheduler." msgstr "Tillader at oprette hændelser til hændelsesskeduleren." #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 #, fuzzy @@ -12943,47 +12938,47 @@ msgstr "Tillader at oprette hændelser til hændelsesskeduleren." msgid "Allows deleting historical rows." msgstr "Tillader sletning af data." -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "Tillader oprettelse af gemte rutiner." -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "Tillader ændring og sletning af gemte rutiner." -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "Tillader oprettelse, sletning og omdøbning af brugerkonti." -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "Tillader udførelse af gemte rutiner." -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "Adgangskoden for %s blev korrekt udskiftet." -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "Du har tilbagekaldt privilegierne for %s." -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "Ikke tilstrækkelige privilegier til at se brugere." -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -12991,84 +12986,84 @@ msgstr "Ikke tilstrækkelige privilegier til at se brugere." msgid "Edit privileges" msgstr "Ret privilegier" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "Tilbagekald" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "Database-specifikke privilegier" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "Tabel-specifikke privilegier" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 msgid "Routine" msgstr "Rutiner" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 msgid "Routine-specific privileges" msgstr "Kolonne-specifikke privilegier" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "Ingen brugere valgt til sletning!" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "Genindlæs privilegierne" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "De valgte brugere er blevet korrekt slettet." -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "Du har opdateret privilegierne for %s." -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 msgid "No user found." msgstr "Ingen bruger fundet." -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "Sletter %s" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "Privilegierne blev korrekt genindlæst." -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "Brugeren %s findes i forvejen!" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, php-format msgid "Privileges for %s" msgstr "Privilegier for %s" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "Bruger" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " @@ -13079,7 +13074,7 @@ msgstr "" "forbindelse, hvis værtsdelen af deres konto tillader forbindelse fra enhver " "(%) vært." -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, php-format msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " @@ -13093,7 +13088,7 @@ msgstr "" "ændringer i den. Hvis dette er tilfældet, bør du %sgenindlæse " "privilegierne%s før du fortsætter." -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " "tables. The content of these tables may differ from the privileges the " @@ -13107,7 +13102,7 @@ msgstr "" "tilfældet, skal privilegierne genindlæses, men i øjeblikket er dette ikke " "nødvendigt." -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "Du har tilføjet en ny bruger." @@ -13307,7 +13302,7 @@ msgstr "%s er slået fra på denne MySQL-server." msgid "This MySQL server does not support the %s storage engine." msgstr "Denne MySQL-server understøtter ikke %s datalager." -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "Navnet på primærnøglen skal være \"PRIMARY\"!" @@ -13316,43 +13311,43 @@ msgstr "Navnet på primærnøglen skal være \"PRIMARY\"!" msgid "Problems with indexes of table `%s`" msgstr "Problemer med indeksene på tabel `%s`" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 msgid "Unknown table status:" msgstr "Ukendt tabel status:" -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, php-format msgid "Source database `%s` was not found!" msgstr "Kildedatabasen '%s' blev ikke fundet!" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, php-format msgid "Target database `%s` was not found!" msgstr "Mål-databasen '%s' blev ikke fundet!" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 msgid "Invalid database:" msgstr "Ugyldig database:" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 msgid "Invalid table name:" msgstr "Ugyldigt tabelnavn:" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, php-format msgid "Failed to rename table %1$s to %2$s!" msgstr "Fejl ved omdøbning af tabel %1$s til %2$s!" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, php-format msgid "Table %1$s has been renamed to %2$s." msgstr "Tabellen %1$s er nu omdøbt til %2$s." -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 msgid "Could not save table UI preferences!" msgstr "Kunne ikke gemme indstillinger af brugergrænseflade for tabel!" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" @@ -13361,7 +13356,7 @@ msgstr "" "Kunne ikke rydde op i indstillinger for tabel-UI (se $cfg['Servers'][$i]" "['MaxTableUiprefs'] %s)" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -13372,15 +13367,15 @@ msgstr "" "efter at du opfrisker denne side. Undersøg, om tabelstrukturen er blevet " "ændret." -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "Kan ikke omdøbe indeks til PRIMARY!" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "Ingen dele af indeks er defineret!" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "Fejl ved dannelse af fremmednøgle på %1$s (tjek datatyper)" @@ -13853,11 +13848,11 @@ msgstr "Profilen er blevet opdateret." msgid "Password is too long!" msgstr "Adgangskoden er for lang!" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 msgid "Could not save configuration" msgstr "Kunne ikke gemme konfiguration" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 #, fuzzy #| msgid "" #| "%sCreate%s the phpMyAdmin configuration storage in the current database." @@ -19643,6 +19638,10 @@ msgstr "VIEW navn" msgid "Column names" msgstr "Kolonnenavne" +#, php-format +#~ msgid "Analyze Explain at %s" +#~ msgstr "Forklaring af analyse ved %s" + #~ msgid "Key is too short, it should have at least 32 characters." #~ msgstr "Nøglen er for kort, den bør have mindst 32 tegn." diff --git a/po/de.po b/po/de.po index b51ea8c89e..8705204ca4 100644 --- a/po/de.po +++ b/po/de.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin-docs 4.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2022-11-26 05:48+0000\n" "Last-Translator: Justin Nogossek \n" "Language-Team: German (includes info such as export timestamp, PHP version, " "and server version)" @@ -11788,13 +11783,13 @@ msgstr "" "Kommentare anzeigen (beinhaltet Informationen wie Export-Zeitstempel, PHP-" "Version und Serverversion)" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 msgid "Additional custom header comment (\\n splits lines):" msgstr "" "Individuelle Kommentare für den Kopfbereich (\\n erzeugt einen " "Zeilenumbruch):" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" @@ -11802,42 +11797,42 @@ msgstr "" "Zeitstempel einfügen wann die Datenbank angelegt, zuletzt geändert oder " "geprüft wurde" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 msgid "Export metadata" msgstr "Metadaten exportieren" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 msgid "Add statements:" msgstr "Befehle hinzufügen:" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, php-format msgid "Add %s statement" msgstr "%s-Befehl hinzufügen" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "" "(weniger effizient, da Indizes während der Tabellen-Erstellung erzeugt " "werden)" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, php-format msgid "%s value" msgstr "%s Wert" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "Verwenden Sie den einfachen Ansichtsexport" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" @@ -11845,37 +11840,37 @@ msgstr "" "Tabellen- und Feldnamen in Backticks einschließen (Schützt Feld- und " "Tabellennamen, die aus Sonderzeichen oder reservierten Wörtern bestehen)" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 msgid "Data creation options" msgstr "Datenerstellungsoptionen" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "TRUNCATE Tabelle vor dem Einfügen" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "Statt INSERT-Befehlen benutze:" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "INSERT DELAYED-Befehle" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "INSERT IGNORE Schlüsselworte" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "Beim Exportieren von Daten zu verwendende Funktion:" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "Zu verwendende Syntax bei der Dateneingabe:" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " @@ -11885,7 +11880,7 @@ msgstr "" "      Beispiel: INSERT INTO tbl_name (col_A,col_B," "col_C) VALUES (1,2,3)" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " @@ -11895,7 +11890,7 @@ msgstr "" "    Beispiel: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" @@ -11904,7 +11899,7 @@ msgstr "" "INSERT INTO tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), " "(7,8,9)" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" @@ -11912,7 +11907,7 @@ msgstr "" "keine der beiden obigen Optionen verwenden
      " "Beispiel: INSERT INTO tbl_name VALUES (1,2,3)" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" @@ -11920,7 +11915,7 @@ msgstr "" "Binäre Spalten in hexadezimaler Schreibweise exportieren (zum Beispiel " "wird aus \"abc\" 0x616263)" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" @@ -11929,126 +11924,126 @@ msgstr "" "und importiert werden, auch wenn die Server in verschiedenen Zeitzonen " "sind)" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "Es scheint, dass Ihre Datenbank Routinen verwendet;" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "" "Alias-Export arbeitet möglicherweise nicht in allen Fällen zuverlässig." -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 msgid "Metadata" msgstr "Metadaten" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, php-format msgid "Metadata for table %s" msgstr "Metadaten für Tabelle %s" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, php-format msgid "Metadata for database %s" msgstr "Metadaten für Datenbank %s" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, php-format msgid "Error reading structure for table %s:" msgstr "Fehler beim Lesen der Struktur von Tabelle %s:" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "Es scheint, dass Ihre Datenbank Ansichten verwendet;" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "Constraints der exportierten Tabellen" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "Constraints der Tabelle" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 msgid "Indexes for dumped tables" msgstr "Indizes der exportierten Tabellen" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 msgid "Indexes for table" msgstr "Indizes für die Tabelle" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 msgid "AUTO_INCREMENT for dumped tables" msgstr "AUTO_INCREMENT für exportierte Tabellen" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 msgid "AUTO_INCREMENT for table" msgstr "AUTO_INCREMENT für Tabelle" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 msgid "MEDIA TYPES FOR TABLE" msgstr "MEDIENTYPEN DER TABELLE" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 msgid "RELATIONSHIPS FOR TABLE" msgstr "RELATIONEN DER TABELLE" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "Es scheint, dass Ihre Tabelle Trigger verwendet;" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, php-format msgid "Structure for view %s exported as a table" msgstr "Struktur des Views %s als Tabelle exportiert" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "(Siehe unten für die tatsächliche Ansicht)" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, php-format msgid "Error reading data for table %s:" msgstr "Fehler beim Lesen der Daten von Tabelle %s:" -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 msgid "Creation:" msgstr "Erstellt am:" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 msgid "Last update:" msgstr "Zuletzt aktualisiert:" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 msgid "Last check:" msgstr "Letzte Prüfung:" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" "Datenbanksystem oder älterer MySQL-Server für den die Ausgabe-Kompatibilität " "maximiert werden soll:" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "Optionen zum Anlegen von Objekten (alle werden empfohlen)" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "Export-Inhalte" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 msgid "Table:" msgstr "Tabelle:" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "Zweck:" @@ -12660,27 +12655,27 @@ msgstr "" msgid "Details…" msgstr "Details…" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 msgid "Could not save recent table!" msgstr "Konnte die letzte Tabelle nicht speichern!" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 msgid "Could not save favorite table!" msgstr "Konnte die Favoriten-Tabelle nicht speichern!" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 msgid "Recent tables" msgstr "Letzte Tabellen" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 msgid "Recent" msgstr "Letzte" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 msgid "Favorites" msgstr "Favoriten" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." @@ -12688,59 +12683,59 @@ msgstr "" "Verbindung zum Server ist deaktiviert. Bitte aktivieren Sie " "$cfg['AllowArbitraryServer'] in der phpMyAdmin Konfiguration." -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 msgid "Replication started successfully." msgstr "Replikation erfolgreich gestartet." -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 msgid "Error starting replication." msgstr "Fehler beim Starten der Replikation." -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 msgid "Replication stopped successfully." msgstr "Replikation erfolgreich gestoppt." -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 msgid "Error stopping replication." msgstr "Fehler beim Stoppen der Replikation." -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 msgid "Replication resetting successfully." msgstr "Replikation erfolgreich zurückgesetzt." -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 msgid "Error resetting replication." msgstr "Fehler beim Zurücksetzen der Replikation." -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "Erfolg." -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 msgid "Error." msgstr "Fehler." -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "Unbekannter Fehler" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, php-format msgid "Unable to connect to primary %s." msgstr "Es kann keine Verbindung zum primären %s hergestellt werden." -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 msgid "" "Unable to read primary log position. Possible privilege problem on primary." msgstr "" "Primäre Protokollposition kann nicht gelesen werden. Mögliches " "Berechtigungsproblem auf dem primären." -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 msgid "Unable to change primary!" msgstr "Primär kann nicht geändert werden!" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, php-format msgid "Primary server changed successfully to %s." msgstr "Der primäre Server wurde erfolgreich auf %s geändert." @@ -12790,8 +12785,8 @@ msgid "Error while loading the search." msgstr "Fehler beim Laden der Suchanfrage." #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 msgid "Native MySQL authentication" msgstr "Native MySQL-Authentifizierung" @@ -12816,16 +12811,16 @@ msgstr "Alte MySQL-4.0-Authentifizierung" msgid "Account locking is not supported." msgstr "Kontosperren werden nicht unterstützt." -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "Keine Rechte." -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "Enthält alle Rechte bis auf GRANT." -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -12833,7 +12828,7 @@ msgstr "Enthält alle Rechte bis auf GRANT." msgid "Allows deleting data." msgstr "Erlaubt das Löschen von Daten." -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -12841,7 +12836,7 @@ msgstr "Erlaubt das Löschen von Daten." msgid "Allows creating new tables." msgstr "Erlaubt das Erstellen neuer Tabellen." -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -12849,8 +12844,8 @@ msgstr "Erlaubt das Erstellen neuer Tabellen." msgid "Allows dropping tables." msgstr "Erlaubt das Löschen ganzer Tabellen." -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -12858,8 +12853,8 @@ msgstr "Erlaubt das Löschen ganzer Tabellen." msgid "Allows creating and dropping indexes." msgstr "Erlaubt das Erstellen und Löschen von Indizes." -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -12867,9 +12862,9 @@ msgstr "Erlaubt das Erstellen und Löschen von Indizes." msgid "Allows altering the structure of existing tables." msgstr "Erlaubt das Verändern der Struktur bestehender Tabellen." -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -12879,9 +12874,9 @@ msgstr "Erlaubt das Verändern der Struktur bestehender Tabellen." msgid "Allows creating new views." msgstr "Erlaubt das Erstellen von Views." -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -12889,8 +12884,8 @@ msgstr "Erlaubt das Erstellen von Views." msgid "Allows performing SHOW CREATE VIEW queries." msgstr "Erlaubt das Ausführen von SHOW CREATE VIEW." -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -12898,40 +12893,40 @@ msgstr "Erlaubt das Ausführen von SHOW CREATE VIEW." msgid "Allows creating and dropping triggers." msgstr "Erlaubt das Erzeugen und Löschen Triggern." -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "Erlaubt das Auslesen von Daten." -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "Erlaubt das Hinzufügen und Ersetzen von Daten." -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "Erlaubt das Verändern von gespeicherten Daten." -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "Erlaubt das Erstellen neuer Datenbanken und Tabellen." -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "Erlaubt das Löschen ganzer Datenbanken und Tabellen." -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." @@ -12939,38 +12934,38 @@ msgstr "" "Erlaubt das erneute Laden von Servereinstellungen und das Leeren der " "Zwischenspeicher zur Laufzeit." -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "Erlaubt das Beenden des Servers." -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 msgid "Allows viewing processes of all users." msgstr "Erlaubt die Anzeige der Prozesse aller Benutzer." -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "" "Erlaubt das Importieren von Daten aus und das Exportieren in externe Dateien." -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "Hat keinen Effekt in dieser MySQL-Version." -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "Gewährt Zugang zur vollständigen Datenbankliste." -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -12982,25 +12977,25 @@ msgstr "" "bereits erreicht ist; Wird für viele administrative Operationen, wie das " "Setzen globaler Variables oder das Beenden fremder Prozesse, vorausgesetzt." -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "Erlaubt das Erstellen temporärer Tabellen." -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "Erlaubt die Sperrung bestimmter Tabellen." -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 msgid "Needed for the replication replicas." msgstr "Erforderlich für die Replikationsreplikate." -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 msgid "Allows the user to ask where the replicas / primaries are." @@ -13008,61 +13003,61 @@ msgstr "" "Ermöglicht dem Benutzer zu fragen, wo sich die Repliken/Primärdateien " "befinden." -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 msgid "Allows to set up events for the event scheduler." msgstr "Erlaubt das Anlegen von Events für den Event-Scheduler." #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 msgid "Allows deleting historical rows." msgstr "Ermöglicht das Löschen historischer Zeilen." -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "Erlaubt das Erstellen von gespeicherten Routinen." -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "Erlaubt das Verändern und Löschen von gespeicherten Routinen." -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "Erlaubt das Erstellen, Löschen und Umbenennen von Benutzern." -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "Erlaubt das Ausführen von gespeicherten Routinen." -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "Das Passwort für %s wurde geändert." -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "Sie haben die Rechte für %s widerrufen." -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "Nicht genügend Berechtigungen um Benutzer anzuzeigen." -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -13070,84 +13065,84 @@ msgstr "Nicht genügend Berechtigungen um Benutzer anzuzeigen." msgid "Edit privileges" msgstr "Rechte ändern" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "Entfernen" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "Datenbankspezifische Rechte" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "Tabellenspezifische Rechte" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 msgid "Routine" msgstr "Routine" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 msgid "Routine-specific privileges" msgstr "Routinenspezifische Rechte" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "Es wurden keine Benutzer zum Löschen ausgewählt!" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "Lade die Benutzertabellen neu" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "Die gewählten Benutzer wurden gelöscht." -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "Die Rechte für %s wurden geändert." -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 msgid "No user found." msgstr "Es wurde kein Benutzer gefunden." -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "Lösche %s" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "Die Benutzerprofile wurden neu geladen." -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "Der Benutzer %s existiert bereits!" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, php-format msgid "Privileges for %s" msgstr "Rechte für %s" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "Benutzer" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " @@ -13157,7 +13152,7 @@ msgstr "" "vorhanden. Dies wird Benutzer vom Verbinden abhalten, falls der Host-Teil " "ihres Kontos eine Verbindung von jedem Host (%) erlaubt." -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, php-format msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " @@ -13171,7 +13166,7 @@ msgstr "" "Änderungen vorgenommen wurden. In diesem Fall sollten Sie %sdie " "Benutzerprofile neu laden%s bevor Sie fortfahren." -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " "tables. The content of these tables may differ from the privileges the " @@ -13185,7 +13180,7 @@ msgstr "" "Änderungen vorgenommen wurden. In diesem Fall müssen die Berechtigungen neu " "geladen werden, doch im Moment haben Sie keine RELOAD-Berechtigung." -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "Der Benutzer wurde hinzugefügt." @@ -13379,7 +13374,7 @@ msgstr "%s wurde auf diesem MySQL-Server deaktiviert." msgid "This MySQL server does not support the %s storage engine." msgstr "Dieser MySQL-Server unterstützt %s nicht." -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "Der Name des Primärschlüssels muss \"PRIMARY\" lauten!" @@ -13388,44 +13383,44 @@ msgstr "Der Name des Primärschlüssels muss \"PRIMARY\" lauten!" msgid "Problems with indexes of table `%s`" msgstr "Warnungen bei den Indizes der Tabelle `%s`" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 msgid "Unknown table status:" msgstr "Unbekannter Tabellenstatus:" # source != search / Source != Suche -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, php-format msgid "Source database `%s` was not found!" msgstr "Quell-Datenbank `%s` nicht gefunden!" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, php-format msgid "Target database `%s` was not found!" msgstr "Ziel-Datenbank `%s` nicht gefunden!" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 msgid "Invalid database:" msgstr "Ungültige Datenbank:" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 msgid "Invalid table name:" msgstr "Ungültiger Tabellenname:" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, php-format msgid "Failed to rename table %1$s to %2$s!" msgstr "Fehler beim Umbenennen von Tabelle %1$s nach %2$s!" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, php-format msgid "Table %1$s has been renamed to %2$s." msgstr "Tabelle %1$s wurde in %2$s umbenannt." -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 msgid "Could not save table UI preferences!" msgstr "Konnte die Darstellungs-Einstellungen der Tabelle nicht speichern!" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" @@ -13434,7 +13429,7 @@ msgstr "" "Bereinigen der Tabellen UI Einstellungen fehlgeschlagen (siehe " "$cfg['Servers'][$i]['MaxTableUiprefs'] %s)" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -13445,15 +13440,15 @@ msgstr "" "Änderungen werden nicht dauerhaft sein wenn Sie diese Seite aktualisieren. " "Bitte überprüfen Sie, ob die Struktur der Tabelle geändert wurde." -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "Kann Index nicht in PRIMARY umbenennen!" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "Keine Indizes definiert!" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "" @@ -13938,11 +13933,11 @@ msgstr "Benutzer wurde geändert." msgid "Password is too long!" msgstr "Das Kennwort ist zu lang!" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 msgid "Could not save configuration" msgstr "Fehler beim Speichern der Konfiguration" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 msgid "The phpMyAdmin configuration storage database could not be accessed." msgstr "" "Auf die phpMyAdmin-Konfigurationsspeicherdatenbank konnte nicht zugegriffen " @@ -19392,6 +19387,10 @@ msgstr "VIEW Name" msgid "Column names" msgstr "Spaltennamen" +#, php-format +#~ msgid "Analyze Explain at %s" +#~ msgstr "Explain auf %s analysieren" + #~ msgid "Key is too short, it should have at least 32 characters." #~ msgstr "" #~ "Der Schlüssel ist zu kurz, er sollte mindestens 32 Zeichen lang sein." diff --git a/po/el.po b/po/el.po index 6b1dd2f9ba..03b45424e5 100644 --- a/po/el.po +++ b/po/el.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2022-02-15 16:21+0000\n" "Last-Translator: Maurício Meneghini Fauth \n" "Language-Team: Greek (includes info such as export timestamp, PHP version, " "and server version)" @@ -11934,12 +11929,12 @@ msgstr "" "Προβολή σχολίων (περιλαμβάνει πληροφορίες όπως εξαγωγή timestamp, έκδοση " "PHPκαι έκδοση διακομιστή)" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 msgid "Additional custom header comment (\\n splits lines):" msgstr "" "Προσθήκη προσαρμοσμένου σχολίου στην κεφαλίδα (το \\n χωρίζει τις γραμμές):" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" @@ -11947,42 +11942,42 @@ msgstr "" "Περιλαμβάνει μια χρονοσφραγίδα για το πότε δημιουργούνται, ενημερώνονται και " "ελέγχονται βάσεις δεδομένων" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 msgid "Export metadata" msgstr "Εξαγωγή μεταδεδομένων" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 msgid "Add statements:" msgstr "Προσθήκη δηλώσεων:" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, php-format msgid "Add %s statement" msgstr "Προσθήκη δήλωσης %s" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "" "(λιγότερυ αποτελεσματικό από ευρετήρια καθώς θα δημιουργηθούν κατά τη " "δημιουργία πίνακα)" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, php-format msgid "%s value" msgstr "%s τιμή" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" @@ -11991,37 +11986,37 @@ msgstr "" "ονόματα πεδίων και πινάκων που δημιουργήθηκαν με ειδικούς χαρακτήρες ή " "λέξεις-κλειδιά)" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 msgid "Data creation options" msgstr "Επιλογές δημιουργίας δεδομένων" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "Εκκαθάριση του πίνακα πριν την εισαγωγή" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "Αντί για δηλώσεις INSERT, χρησιμοποιήστε:" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "δηλώσεις INSERT DELAYED" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "δηλώσεις INSERT IGNORE" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "Η συνάρτηση που θα χρησιμοποιηθεί κατά την μετατροπή δεδομένων:" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "Η σύνταξη που θα χρησιμοποιηθεί κατά την εισαγωγή δεδομένων:" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " @@ -12031,7 +12026,7 @@ msgstr "" "    Παράδειγμα: INSERT INTO tbl_name (col_A,col_B,col_C) " "VALUES (1,2,3)" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " @@ -12041,7 +12036,7 @@ msgstr "" "    Παράδειγμα: INSERT INTO tbl_name VALUES (1,2,3), " "(4,5,6), (7,8,9)" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" @@ -12049,7 +12044,7 @@ msgstr "" "όλα τα παραπάνω
      Παράδειγμα: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" @@ -12057,7 +12052,7 @@ msgstr "" "κανένα από τα παραπάνω
      Παράδειγμα: INSERT " "INTO tbl_name VALUES (1,2,3)" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" @@ -12065,7 +12060,7 @@ msgstr "" "Μετατροπή δυαδικών στηλών σε δεκαεξαδική σημείωση (για παράδειγμα, το " "«abc» γίνεται 0x616263)" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" @@ -12074,128 +12069,128 @@ msgstr "" "μετατραπούν και να επαναφορτωθούν μεταξύ διακομιστών σε διαφορετικές ζώνες " "ώρας)" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "Φαίνεται ότι η βάση δεδομένων σας χρησιμοποιεί ρουτίνες;" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "" "Η εξαγωγή ετικέτας μπορεί να μη λειτουργεί αξιόπιστα σε όλες τις περιπτώσεις." -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 msgid "Metadata" msgstr "Μεταδεδομένα" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, php-format msgid "Metadata for table %s" msgstr "Μεταδεδομένα για πίνακα %s" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, php-format msgid "Metadata for database %s" msgstr "Μεταδεδομένα για βάση δεδομένων %s" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, php-format msgid "Error reading structure for table %s:" msgstr "Σφάλμα ανάγνωσης για τον πίνακα %s:" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "Φαίνεται ότι η βάση δεδομένων σας χρησιμοποιεί προβολές" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "Περιορισμοί για άχρηστους πίνακες" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "Περιορισμοί για πίνακα" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 msgid "Indexes for dumped tables" msgstr "Ευρετήρια για άχρηστους πίνακες" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 msgid "Indexes for table" msgstr "Ευρετήρια για πίνακα" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 msgid "AUTO_INCREMENT for dumped tables" msgstr "AUTO_INCREMENT για άχρηστους πίνακες" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 msgid "AUTO_INCREMENT for table" msgstr "AUTO_INCREMENT για πίνακα" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 #, fuzzy #| msgid "MIME TYPES FOR TABLE" msgid "MEDIA TYPES FOR TABLE" msgstr "ΤΥΠΟΙ MIME ΓΙΑ ΠΙΝΑΚΑ" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 msgid "RELATIONSHIPS FOR TABLE" msgstr "ΣΥΣΧΕΤΙΣΕΙΣ ΓΙΑ ΠΙΝΑΚΑ" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "Φαίνεται ότι ο πίνακάς σας χρησιμοποιεί δείκτες" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, php-format msgid "Structure for view %s exported as a table" msgstr "Δομή για προβολή %s εξαγώμενη ως πίνακας" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "(Δείτε παρακάτω για την πραγματική προβολή)" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, php-format msgid "Error reading data for table %s:" msgstr "Σφάλμα ανάγνωσης δεδομένων για τον πίνακα %s:" -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 msgid "Creation:" msgstr "Δημιουργία:" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 msgid "Last update:" msgstr "Τελευταία ενημέρωση:" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 msgid "Last check:" msgstr "Tελευταίος έλεγχος:" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" "Σύστημα βάσεων δεδομένων ή παλαιός διακομιστής MySQL για μεγιστοποίηση της " "συμβατότητας του εξαγόμενου με:" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "Επιλογές δημιουργίας αντικειμένου (όλες προτείνονται)" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "Εξαγωγή περιεχομένων" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 msgid "Table:" msgstr "Πίνακας:" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "Σκοπός:" @@ -12800,27 +12795,27 @@ msgstr "Ελέξτε τα δικαιώματα του φακέλου που πε msgid "Details…" msgstr "Λεπτομέρειες…" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 msgid "Could not save recent table!" msgstr "Αδύνατη η αποθήκευση πρόσφατου πίνακα!" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 msgid "Could not save favorite table!" msgstr "Αδύνατη η αποθήκευση αγαπημένου πίνακα!" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 msgid "Recent tables" msgstr "Πρόσφατοι πίνακες" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 msgid "Recent" msgstr "Πρόσφατα" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 msgid "Favorites" msgstr "Αγαπημένοι" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." @@ -12828,49 +12823,49 @@ msgstr "" "Η σύνδεση με το διακομιστή είναι απενεργοποιημένη, ενεργοποιήστε τη " "$cfg['AllowArbitraryServer'] στη ρύθμιση phpMyAdmin." -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 msgid "Replication started successfully." msgstr "Η αναπαραγωγή εκκινήθηκε επιτυχώς." -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 msgid "Error starting replication." msgstr "Σφάλμα έναρξης αναπαραγωγής." -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 msgid "Replication stopped successfully." msgstr "Η αναπαραγωγή σταμάτησε επιτυχώς." -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 msgid "Error stopping replication." msgstr "Σφάλμα λήξης αναπαραγωγής." -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 msgid "Replication resetting successfully." msgstr "Η αναπαραγωγή επαναφέρθηκε επιτυχώς." -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 msgid "Error resetting replication." msgstr "Σφάλμα επαναφοράς αναπαραγωγής." -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "Επιτυχία." -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 msgid "Error." msgstr "Σφάλμα." -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "Άγνωστο σφάλμα" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, fuzzy, php-format #| msgid "Unable to connect to master %s." msgid "Unable to connect to primary %s." msgstr "Αδύνατη η σύνδεση στον πρωτεύοντα %s." -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 #, fuzzy #| msgid "" #| "Unable to read master log position. Possible privilege problem on master." @@ -12880,13 +12875,13 @@ msgstr "" "Αδύνατη η ανάγνωση της θέσης πρωτεύουσας καταγραφής. Πιθανό πρόβλημα " "δικαιωμάτων." -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 #, fuzzy #| msgid "Unable to change master!" msgid "Unable to change primary!" msgstr "Αδύνατη η αλλαγή της πρωτεύουσας!" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, fuzzy, php-format #| msgid "Master server changed successfully to %s." msgid "Primary server changed successfully to %s." @@ -12936,8 +12931,8 @@ msgid "Error while loading the search." msgstr "Σφάλμα κατά τη φόρτωση της αναζήτησης." #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 msgid "Native MySQL authentication" msgstr "Γηγενής πιστοποίηση MySQL" @@ -12968,16 +12963,16 @@ msgstr "Γηγενής πιστοποίηση MySQL" msgid "Account locking is not supported." msgstr "" -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "Χωρίς δικαιώματα." -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "Περιλαμβάνει όλα τα δικαιώματα εκτός από το GRANT." -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -12985,7 +12980,7 @@ msgstr "Περιλαμβάνει όλα τα δικαιώματα εκτός α msgid "Allows deleting data." msgstr "Επιτρέπει τη διαγραφή δεδομένων." -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -12993,7 +12988,7 @@ msgstr "Επιτρέπει τη διαγραφή δεδομένων." msgid "Allows creating new tables." msgstr "Επιτρέπει τη δημιουργία νέων πινάκων." -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -13001,8 +12996,8 @@ msgstr "Επιτρέπει τη δημιουργία νέων πινάκων." msgid "Allows dropping tables." msgstr "Επιτρέπει τη διαγραφή πινάκων." -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -13010,8 +13005,8 @@ msgstr "Επιτρέπει τη διαγραφή πινάκων." msgid "Allows creating and dropping indexes." msgstr "Επιτρέπει την δημιουργία και την διαγραφή ευρετηρίων." -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -13019,9 +13014,9 @@ msgstr "Επιτρέπει την δημιουργία και την διαγρ msgid "Allows altering the structure of existing tables." msgstr "Επιτρέπει την αλλαγή δομής των υπαρχόντων πινάκων." -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -13031,9 +13026,9 @@ msgstr "Επιτρέπει την αλλαγή δομής των υπαρχόν msgid "Allows creating new views." msgstr "Επιτρέπει τη δημιουργία νέων προβολών." -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -13041,8 +13036,8 @@ msgstr "Επιτρέπει τη δημιουργία νέων προβολών." msgid "Allows performing SHOW CREATE VIEW queries." msgstr "Επιτρέπει την εκτέλεση ερωτημάτων της μορφής SHOW CREATE VIEW." -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -13050,40 +13045,40 @@ msgstr "Επιτρέπει την εκτέλεση ερωτημάτων της msgid "Allows creating and dropping triggers." msgstr "Επιτρέπει τη δημιουργία και διαγραφή υποδείξεων." -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "Επιτρέπει την ανάγνωση δεδομένων." -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "Επιτρέπει την εισαγωγή και την αντικατάσταση δεδομένων." -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "Επιτρέπει την αλλαγή δεδομένων." -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "Επιτρέπει τη δημιουργία νέων βάσεων και πινάκων." -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "Επιτρέπει τη διαγραφή βάσεων και πινάκων." -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." @@ -13091,37 +13086,37 @@ msgstr "" "Επιτρέπει την επανεκκίνηση του διακομιστή και τον καθαρισμό των προσωρινών " "αρχείων του." -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "Επιτρέπει την διακοπή λειτουργίας του διακομιστή." -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 msgid "Allows viewing processes of all users." msgstr "Επιτρέπει την προβολή διεργασιών όλων των χρηστών." -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "Επιτρέπει την εισαγωγή και εξαγωγή δεδομένων από και σε αρχεία." -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "Δεν έχει χρήση σε αυτήν την έκδοση MySQL." -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "Δίνει πρόσβαση στην πλήρη λίστα των βάσεων δεδομένων." -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -13133,19 +13128,19 @@ msgstr "" "καλυθφεί, το οποίο απαιτείται για τις περισσότερες λειτουργίες διαχείρισης " "όπως ο ορισμός γενικών μεταβλητών ή τη διακοπή λειτουργιών άλλων χρηστών." -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "Επιτρέπει τη δημιουργία προσωρινών πινάκων." -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "Επιτρέπει το κλείδωμα πινάκων για την τρέχουσα λειτουργία." -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 #, fuzzy @@ -13153,7 +13148,7 @@ msgstr "Επιτρέπει το κλείδωμα πινάκων για την τ msgid "Needed for the replication replicas." msgstr "Απαιτείται για τους δευτερευόντες διακομιστές αναπαραγωγής." -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 #, fuzzy @@ -13163,15 +13158,15 @@ msgstr "" "Δίνει το δικαίωμα στον χρήστη να βρει που είναι οι κύριοι / δευτερεύοντες " "διακομιστές." -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 msgid "Allows to set up events for the event scheduler." msgstr "Επιτρέπει τον ορισμό συμβάντων για τον προγραμματιστή συμβάντων." #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 #, fuzzy @@ -13179,47 +13174,47 @@ msgstr "Επιτρέπει τον ορισμό συμβάντων για τον msgid "Allows deleting historical rows." msgstr "Επιτρέπει τη διαγραφή δεδομένων." -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "Επιτρέπει τη δημιουργία αποθηκευμένων εργασιών." -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "Επιτρέπει την αλλαγή και διαγραφή αποθηκευμένων εργασιών." -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "Επιτρέπει τη δημιουργία, διαγραφή και μετονομασία λογαριασμών χρηστών." -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "Επιτρέπει την εκτέλεση αποθηκευμένων εργασιών." -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "Ο κωδικός πρόσβασης για τον χρήστη %s άλλαξε επιτυχώς." -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "Ανακαλέσατε τα δικαιώματα για %s." -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "Δεν υπάρχουν αρκετά δικαιώματα για προβολή χρηστών." -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -13227,84 +13222,84 @@ msgstr "Δεν υπάρχουν αρκετά δικαιώματα για προ msgid "Edit privileges" msgstr "Επεξεργασία δικαιωμάτων" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "Ανάκληση" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "Δικαιώματα βάσης δεδομένων" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "Δικαιώματα πινάκων" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 msgid "Routine" msgstr "Εργασία" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 msgid "Routine-specific privileges" msgstr "Δικαιώματα για τη συγκεκριμένη εργασία" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "Δεν επιλέχθηκαν χρήστες για διαγραφή!" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "Επαναφόρτωση δικαιωμάτων" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "Οι επιλεγμένοι χρήστες διεγράφησαν επιτυχώς." -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "Τα δικαιώματα του χρήστη %s ενημερώθηκαν." -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 msgid "No user found." msgstr "Δεν βρέθηκαν χρήστες." -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "Διαγραφή %s" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "Τα δικαιώματα επαναφορτώθηκαν επιτυχώς." -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "Ο χρήστης %s υπάρχει ήδη!" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, php-format msgid "Privileges for %s" msgstr "Δικαιώματα για %s" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "Χρήστης" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " @@ -13315,7 +13310,7 @@ msgstr "" "φιλοξενίας του λογαριασμού τους επιτρέπει μια σύνδεση από οποιαδήποτε (%) " "φιλοξενία." -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, php-format msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " @@ -13329,7 +13324,7 @@ msgstr "" "αλλαγές χειροκίνητα. Σε αυτήν την περίπτωση, θα πρέπει να %sεπαναφορτώσετε " "τα δικαιώματα%s πριν συνεχίσετε." -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " "tables. The content of these tables may differ from the privileges the " @@ -13343,7 +13338,7 @@ msgstr "" "αλλαγές χειροκίνητα. Σε αυτήν την περίπτωση, τα δικαιώματα πρέπει να " "επαναφορτωθούν αλλά προς το παρόν, δεν έχετε το δικαίωμα RELOAD." -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "Προσθέσατε ένα νέο χρήστη." @@ -13546,7 +13541,7 @@ msgstr "Η %s έχει απενεργοποιήθεί σε αυτό το δια msgid "This MySQL server does not support the %s storage engine." msgstr "Αύτος ο διακομιστής MySQL δεν υποστηρίζει τη μηχανή αποθήκευσης %s." -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "Το όνομα του πρωτεύοντος κλειδιού πρέπει να είναι \"PRIMARY\"!" @@ -13555,43 +13550,43 @@ msgstr "Το όνομα του πρωτεύοντος κλειδιού πρέπ msgid "Problems with indexes of table `%s`" msgstr "Προβλήματα με τα ευρετήρια στον πίνακα «%s»" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 msgid "Unknown table status:" msgstr "Άγνωστη κατάσταση πίνακα:" -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, php-format msgid "Source database `%s` was not found!" msgstr "Η Βάση δεδομένων προέλευσης «%s» δεν βρέθηκε!" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, php-format msgid "Target database `%s` was not found!" msgstr "Η βάση δεδομένων προορισμού «%s» δεν βρέθηκε!" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 msgid "Invalid database:" msgstr "Μη έγκυρη βάση δεδομένων:" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 msgid "Invalid table name:" msgstr "Μη έγκυρο όνομα πίνακα:" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, php-format msgid "Failed to rename table %1$s to %2$s!" msgstr "Αποτυχία μετονομασίας του πίνακα %1$s σε %2$s!" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, php-format msgid "Table %1$s has been renamed to %2$s." msgstr "Ο πίνακας %1$s μετονομάσθηκε σε %2$s." -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 msgid "Could not save table UI preferences!" msgstr "Αδύνατη η αποθήκευση του πίνακα ρυθμίσεων UI!" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" @@ -13600,7 +13595,7 @@ msgstr "" "Αδύνατη η εκκαθάριση του πίνακα προτιμήσεων του περιβάλλοντος εργασίας " "(δείτε το $cfg['Servers'][$i]['MaxTableUiprefs'] %s)" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -13611,15 +13606,15 @@ msgstr "" "παραμείνουν μετά την ανανέωση της σελίδας. Ελέξτε αν η δομή πίνακα έχει " "αλλαχτεί." -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "Η μετατροπή του ευρετηρίου σε PRIMARY δεν είναι εφικτή!" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "Δεν ορίστηκαν τα στοιχεία του ευρετηρίου!" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "" @@ -14099,11 +14094,11 @@ msgstr "Τα στοιχεία ανανεώθηκαν." msgid "Password is too long!" msgstr "Ο κωδικός πρόσβασης είναι πολύ μεγάλος!" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 msgid "Could not save configuration" msgstr "Αδύνατη η αποθήκευση ρυθμίσεων" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 #, fuzzy #| msgid "" #| "%sCreate%s the phpMyAdmin configuration storage in the current database." @@ -19929,6 +19924,10 @@ msgstr "Όνομα VIEW" msgid "Column names" msgstr "Ονόματα στηλών" +#, php-format +#~ msgid "Analyze Explain at %s" +#~ msgstr "Ανάλυση Εξήγησης στο %s" + #~ msgid "Key is too short, it should have at least 32 characters." #~ msgstr "" #~ "Το κλειδί είναι πολύ μικρό γιατί πρέπει να έχει τουλάχιστον 32 χαρακτήρες." diff --git a/po/en_GB.po b/po/en_GB.po index fff59afe30..479f700997 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2021-04-24 09:46+0000\n" "Last-Translator: William Desportes \n" "Language-Team: English (United Kingdom) (includes info such as export timestamp, PHP version, " "and server version)" @@ -11506,11 +11501,11 @@ msgstr "" "Display comments (includes info such as export timestamp, PHP version, " "and server version)" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 msgid "Additional custom header comment (\\n splits lines):" msgstr "Additional custom header comment (\\n splits lines):" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" @@ -11518,40 +11513,40 @@ msgstr "" "Include a timestamp of when databases were created, last updated, and last " "checked" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 msgid "Export metadata" msgstr "Export metadata" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 msgid "Add statements:" msgstr "Add statements:" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, php-format msgid "Add %s statement" msgstr "Add %s statement" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "(less efficient as indexes will be generated during table creation)" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, php-format msgid "%s value" msgstr "%s value" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "Use simple view export" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" @@ -11559,37 +11554,37 @@ msgstr "" "Enclose table and column names with back-quotes (Protects column and " "table names formed with special characters or keywords)" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 msgid "Data creation options" msgstr "Data creation options" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "Truncate table before insert" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "Instead of INSERT statements, use:" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "INSERT DELAYED statements" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "INSERT IGNORE statements" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "Function to use when dumping data:" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "Syntax to use when inserting data:" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " @@ -11599,7 +11594,7 @@ msgstr "" "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " "(1,2,3)" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " @@ -11609,7 +11604,7 @@ msgstr "" "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" @@ -11617,7 +11612,7 @@ msgstr "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" @@ -11625,7 +11620,7 @@ msgstr "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" @@ -11633,7 +11628,7 @@ msgstr "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" @@ -11641,124 +11636,124 @@ msgstr "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "It appears your database uses routines;" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "alias export may not work reliably in all cases." -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 msgid "Metadata" msgstr "Metadata" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, php-format msgid "Metadata for table %s" msgstr "Metadata for table %s" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, php-format msgid "Metadata for database %s" msgstr "Metadata for database %s" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, php-format msgid "Error reading structure for table %s:" msgstr "Error reading structure for table %s:" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "It appears your database uses views;" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "Constraints for dumped tables" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "Constraints for table" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 msgid "Indexes for dumped tables" msgstr "Indexes for dumped tables" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 msgid "Indexes for table" msgstr "Indexes for table" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 msgid "AUTO_INCREMENT for dumped tables" msgstr "AUTO_INCREMENT for dumped tables" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 msgid "AUTO_INCREMENT for table" msgstr "AUTO_INCREMENT for table" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 msgid "MEDIA TYPES FOR TABLE" msgstr "MEDIA TYPES FOR TABLE" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 msgid "RELATIONSHIPS FOR TABLE" msgstr "RELATIONSHIPS FOR TABLE" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "It appears your table uses triggers;" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, php-format msgid "Structure for view %s exported as a table" msgstr "Structure for view %s exported as a table" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "(See below for the actual view)" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, php-format msgid "Error reading data for table %s:" msgstr "Error reading data for table %s:" -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 msgid "Creation:" msgstr "Creation:" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 msgid "Last update:" msgstr "Last update:" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 msgid "Last check:" msgstr "Last check:" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" "Database system or older MySQL server to maximise output compatibility with:" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "Object creation options (all are recommended)" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "Export contents" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 msgid "Table:" msgstr "Table:" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "Purpose:" @@ -12349,27 +12344,27 @@ msgstr "Please check privileges of directory containing database." msgid "Details…" msgstr "Details…" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 msgid "Could not save recent table!" msgstr "Could not save recent table!" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 msgid "Could not save favorite table!" msgstr "Could not save favourite table!" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 msgid "Recent tables" msgstr "Recent tables" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 msgid "Recent" msgstr "Recent" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 msgid "Favorites" msgstr "Favourites" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." @@ -12377,49 +12372,49 @@ msgstr "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 msgid "Replication started successfully." msgstr "Replication started successfully." -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 msgid "Error starting replication." msgstr "Error starting replication." -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 msgid "Replication stopped successfully." msgstr "Replication stopped successfully." -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 msgid "Error stopping replication." msgstr "Error stopping replication." -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 msgid "Replication resetting successfully." msgstr "Replication resetting successfully." -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 msgid "Error resetting replication." msgstr "Error resetting replication." -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "Success." -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 msgid "Error." msgstr "Error." -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "Unknown error" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, fuzzy, php-format #| msgid "Unable to connect to master %s." msgid "Unable to connect to primary %s." msgstr "Unable to connect to master %s." -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 #, fuzzy #| msgid "" #| "Unable to read master log position. Possible privilege problem on master." @@ -12428,13 +12423,13 @@ msgid "" msgstr "" "Unable to read master log position. Possible privilege problem on master." -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 #, fuzzy #| msgid "Unable to change master!" msgid "Unable to change primary!" msgstr "Unable to change master!" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, fuzzy, php-format #| msgid "Master server changed successfully to %s." msgid "Primary server changed successfully to %s." @@ -12484,8 +12479,8 @@ msgid "Error while loading the search." msgstr "Error while loading the search." #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 msgid "Native MySQL authentication" msgstr "Native MySQL authentication" @@ -12510,16 +12505,16 @@ msgstr "Old MySQL-4.0 authentication" msgid "Account locking is not supported." msgstr "" -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "No privileges." -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "Includes all privileges except GRANT." -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -12527,7 +12522,7 @@ msgstr "Includes all privileges except GRANT." msgid "Allows deleting data." msgstr "Allows deleting data." -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -12535,7 +12530,7 @@ msgstr "Allows deleting data." msgid "Allows creating new tables." msgstr "Allows creating new tables." -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -12543,8 +12538,8 @@ msgstr "Allows creating new tables." msgid "Allows dropping tables." msgstr "Allows dropping tables." -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -12552,8 +12547,8 @@ msgstr "Allows dropping tables." msgid "Allows creating and dropping indexes." msgstr "Allows creating and dropping indexes." -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -12561,9 +12556,9 @@ msgstr "Allows creating and dropping indexes." msgid "Allows altering the structure of existing tables." msgstr "Allows altering the structure of existing tables." -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -12573,9 +12568,9 @@ msgstr "Allows altering the structure of existing tables." msgid "Allows creating new views." msgstr "Allows creating new views." -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -12583,8 +12578,8 @@ msgstr "Allows creating new views." msgid "Allows performing SHOW CREATE VIEW queries." msgstr "Allows performing SHOW CREATE VIEW queries." -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -12592,76 +12587,76 @@ msgstr "Allows performing SHOW CREATE VIEW queries." msgid "Allows creating and dropping triggers." msgstr "Allows creating and dropping triggers." -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "Allows reading data." -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "Allows inserting and replacing data." -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "Allows changing data." -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "Allows creating new databases and tables." -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "Allows dropping databases and tables." -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." msgstr "Allows reloading server settings and flushing the server's caches." -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "Allows shutting down the server." -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 msgid "Allows viewing processes of all users." msgstr "Allows viewing processes of all users." -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "Allows importing data from and exporting data into files." -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "Has no effect in this MySQL version." -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "Gives access to the complete list of databases." -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -12673,19 +12668,19 @@ msgstr "" "required for most administrative operations like setting global variables or " "killing threads of other users." -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "Allows creating temporary tables." -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "Allows locking tables for the current thread." -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 #, fuzzy @@ -12693,7 +12688,7 @@ msgstr "Allows locking tables for the current thread." msgid "Needed for the replication replicas." msgstr "Needed for the replication slaves." -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 #, fuzzy @@ -12701,61 +12696,61 @@ msgstr "Needed for the replication slaves." msgid "Allows the user to ask where the replicas / primaries are." msgstr "Allows the user to ask where the slaves / masters are." -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 msgid "Allows to set up events for the event scheduler." msgstr "Allows to set up events for the event scheduler." #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 msgid "Allows deleting historical rows." msgstr "Allows deleting historical rows." -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "Allows creating stored routines." -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "Allows altering and dropping stored routines." -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "Allows creating, dropping and renaming user accounts." -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "Allows executing stored routines." -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "The password for %s was changed successfully." -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "You have revoked the privileges for %s." -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "Not enough privilege to view users." -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -12763,84 +12758,84 @@ msgstr "Not enough privilege to view users." msgid "Edit privileges" msgstr "Edit privileges" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "Revoke" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "Database-specific privileges" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "Table-specific privileges" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 msgid "Routine" msgstr "Routine" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 msgid "Routine-specific privileges" msgstr "Routine-specific privileges" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "No users selected for deleting!" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "Reloading the privileges" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "The selected users have been deleted successfully." -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "You have updated the privileges for %s." -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 msgid "No user found." msgstr "No user found." -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "Deleting %s" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "The privileges were reloaded successfully." -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "The user %s already exists!" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, php-format msgid "Privileges for %s" msgstr "Privileges for %s" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "User" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " @@ -12850,7 +12845,7 @@ msgstr "" "will prevent other users from connecting if the host part of their account " "allows a connection from any (%) host." -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, php-format msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " @@ -12863,7 +12858,7 @@ msgstr "" "server uses, if they have been changed manually. In this case, you should " "%sreload the privileges%s before you continue." -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " "tables. The content of these tables may differ from the privileges the " @@ -12877,7 +12872,7 @@ msgstr "" "privileges have to be reloaded but currently, you don't have the RELOAD " "privilege." -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "You have added a new user." @@ -13076,7 +13071,7 @@ msgstr "%s has been disabled for this MySQL server." msgid "This MySQL server does not support the %s storage engine." msgstr "This MySQL server does not support the %s storage engine." -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "The name of the primary key must be \"PRIMARY\"!" @@ -13085,43 +13080,43 @@ msgstr "The name of the primary key must be \"PRIMARY\"!" msgid "Problems with indexes of table `%s`" msgstr "Problems with indexes of table `%s`" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 msgid "Unknown table status:" msgstr "Unknown table status:" -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, php-format msgid "Source database `%s` was not found!" msgstr "Source database `%s` was not found!" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, php-format msgid "Target database `%s` was not found!" msgstr "Target database `%s` was not found!" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 msgid "Invalid database:" msgstr "Invalid database:" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 msgid "Invalid table name:" msgstr "Invalid table name:" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, php-format msgid "Failed to rename table %1$s to %2$s!" msgstr "Failed to rename table %1$s to %2$s!" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, php-format msgid "Table %1$s has been renamed to %2$s." msgstr "Table %1$s has been renamed to %2$s." -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 msgid "Could not save table UI preferences!" msgstr "Could not save table UI preferences!" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" @@ -13130,7 +13125,7 @@ msgstr "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" "['MaxTableUiprefs'] %s)" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -13141,15 +13136,15 @@ msgstr "" "after you refresh this page. Please check if the table structure has been " "changed." -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "Can't rename index to PRIMARY!" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "No index parts defined!" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "Error creating foreign key on %1$s (check data types)" @@ -13622,11 +13617,11 @@ msgstr "The profile has been updated." msgid "Password is too long!" msgstr "Password is too long!" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 msgid "Could not save configuration" msgstr "Could not save configuration" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 #, fuzzy #| msgid "" #| "%sCreate%s the phpMyAdmin configuration storage in the current database." @@ -19182,6 +19177,10 @@ msgstr "VIEW name" msgid "Column names" msgstr "Column names" +#, php-format +#~ msgid "Analyze Explain at %s" +#~ msgstr "Analyse Explain at %s" + #~ msgid "Key is too short, it should have at least 32 characters." #~ msgstr "Key is too short, it should have at least 32 characters." diff --git a/po/enm.po b/po/enm.po index dffb72b97f..6e29279106 100644 --- a/po/enm.po +++ b/po/enm.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2022-02-20 13:11+0000\n" "Last-Translator: Maurício Meneghini Fauth \n" "Language-Team: English (Middle) (includes info such as export timestamp, PHP version, " "and server version)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 msgid "Additional custom header comment (\\n splits lines):" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 msgid "Export metadata" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 msgid "Add statements:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, php-format msgid "Add %s statement" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, php-format msgid "%s value" msgstr "" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 msgid "Data creation options" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " "(1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 msgid "Metadata" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, php-format msgid "Metadata for table %s" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, php-format msgid "Metadata for database %s" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, php-format msgid "Error reading structure for table %s:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 msgid "Indexes for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 msgid "Indexes for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 msgid "AUTO_INCREMENT for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 msgid "AUTO_INCREMENT for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 msgid "MEDIA TYPES FOR TABLE" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 msgid "RELATIONSHIPS FOR TABLE" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, php-format msgid "Structure for view %s exported as a table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, php-format msgid "Error reading data for table %s:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 msgid "Creation:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 msgid "Last update:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 msgid "Last check:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 msgid "Table:" msgstr "" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "" @@ -11345,83 +11340,83 @@ msgstr "" msgid "Details…" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 msgid "Could not save recent table!" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 msgid "Could not save favorite table!" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 msgid "Recent tables" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 msgid "Recent" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 msgid "Favorites" msgstr "" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." msgstr "" -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 msgid "Replication started successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 msgid "Error starting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 msgid "Replication stopped successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 msgid "Error stopping replication." msgstr "" -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 msgid "Replication resetting successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 msgid "Error resetting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "" -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 msgid "Error." msgstr "" -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, php-format msgid "Unable to connect to primary %s." msgstr "" -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 msgid "" "Unable to read primary log position. Possible privilege problem on primary." msgstr "" -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 msgid "Unable to change primary!" msgstr "" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, php-format msgid "Primary server changed successfully to %s." msgstr "" @@ -11468,8 +11463,8 @@ msgid "Error while loading the search." msgstr "" #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 msgid "Native MySQL authentication" msgstr "" @@ -11494,16 +11489,16 @@ msgstr "" msgid "Account locking is not supported." msgstr "" -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "" -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "" -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -11511,7 +11506,7 @@ msgstr "" msgid "Allows deleting data." msgstr "" -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -11519,7 +11514,7 @@ msgstr "" msgid "Allows creating new tables." msgstr "" -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -11527,8 +11522,8 @@ msgstr "" msgid "Allows dropping tables." msgstr "" -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -11536,8 +11531,8 @@ msgstr "" msgid "Allows creating and dropping indexes." msgstr "" -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -11545,9 +11540,9 @@ msgstr "" msgid "Allows altering the structure of existing tables." msgstr "" -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -11557,9 +11552,9 @@ msgstr "" msgid "Allows creating new views." msgstr "" -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -11567,8 +11562,8 @@ msgstr "" msgid "Allows performing SHOW CREATE VIEW queries." msgstr "" -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -11576,76 +11571,76 @@ msgstr "" msgid "Allows creating and dropping triggers." msgstr "" -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "" -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "" -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "" -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "" -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "" -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." msgstr "" -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "" -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 msgid "Allows viewing processes of all users." msgstr "" -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "" -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "" -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "" -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -11654,85 +11649,85 @@ msgid "" "killing threads of other users." msgstr "" -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "" -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "" -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 msgid "Needed for the replication replicas." msgstr "" -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 msgid "Allows the user to ask where the replicas / primaries are." msgstr "" -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 msgid "Allows to set up events for the event scheduler." msgstr "" #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 msgid "Allows deleting historical rows." msgstr "" -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "" -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "" -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "" -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -11740,91 +11735,91 @@ msgstr "" msgid "Edit privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 msgid "Routine" msgstr "" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 msgid "Routine-specific privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "" -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 msgid "No user found." msgstr "" -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, php-format msgid "Privileges for %s" msgstr "" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " "allows a connection from any (%) host." msgstr "" -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, php-format msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " @@ -11833,7 +11828,7 @@ msgid "" "%sreload the privileges%s before you continue." msgstr "" -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " "tables. The content of these tables may differ from the privileges the " @@ -11842,7 +11837,7 @@ msgid "" "privilege." msgstr "" -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "" @@ -12026,7 +12021,7 @@ msgstr "" msgid "This MySQL server does not support the %s storage engine." msgstr "" -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "" @@ -12035,50 +12030,50 @@ msgstr "" msgid "Problems with indexes of table `%s`" msgstr "" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 msgid "Unknown table status:" msgstr "" -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, php-format msgid "Source database `%s` was not found!" msgstr "" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, php-format msgid "Target database `%s` was not found!" msgstr "" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 msgid "Invalid database:" msgstr "" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 msgid "Invalid table name:" msgstr "" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, php-format msgid "Failed to rename table %1$s to %2$s!" msgstr "" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, php-format msgid "Table %1$s has been renamed to %2$s." msgstr "" -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 msgid "Could not save table UI preferences!" msgstr "" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" "['MaxTableUiprefs'] %s)" msgstr "" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -12086,15 +12081,15 @@ msgid "" "changed." msgstr "" -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "" @@ -12506,11 +12501,11 @@ msgstr "" msgid "Password is too long!" msgstr "" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 msgid "Could not save configuration" msgstr "" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 msgid "The phpMyAdmin configuration storage database could not be accessed." msgstr "" diff --git a/po/eo.po b/po/eo.po index be2041bcfb..53f17e1f76 100644 --- a/po/eo.po +++ b/po/eo.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2022-02-15 16:21+0000\n" "Last-Translator: Maurício Meneghini Fauth \n" "Language-Team: Esperanto (includes info such as export timestamp, PHP version, " "and server version)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 msgid "Additional custom header comment (\\n splits lines):" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 msgid "Export metadata" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 msgid "Add statements:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, php-format msgid "Add %s statement" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, php-format msgid "%s value" msgstr "%s valoro" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 msgid "Data creation options" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " "(1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 msgid "Metadata" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, php-format msgid "Metadata for table %s" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, php-format msgid "Metadata for database %s" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, php-format msgid "Error reading structure for table %s:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "Limigoj por tabelo" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 msgid "Indexes for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 msgid "Indexes for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 msgid "AUTO_INCREMENT for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 msgid "AUTO_INCREMENT for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 msgid "MEDIA TYPES FOR TABLE" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 msgid "RELATIONSHIPS FOR TABLE" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, php-format msgid "Structure for view %s exported as a table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, fuzzy, php-format #| msgid "Constraints for table" msgid "Error reading data for table %s:" msgstr "Limigoj por tabelo" -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 msgid "Creation:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 msgid "Last update:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 msgid "Last check:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 msgid "Table:" msgstr "Tabelo:" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "" @@ -11483,83 +11478,83 @@ msgstr "" msgid "Details…" msgstr "Detaloj…" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 msgid "Could not save recent table!" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 msgid "Could not save favorite table!" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 msgid "Recent tables" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 msgid "Recent" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 msgid "Favorites" msgstr "" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." msgstr "" -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 msgid "Replication started successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 msgid "Error starting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 msgid "Replication stopped successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 msgid "Error stopping replication." msgstr "" -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 msgid "Replication resetting successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 msgid "Error resetting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "" -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 msgid "Error." msgstr "Eraro." -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "Nekonata eraro" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, php-format msgid "Unable to connect to primary %s." msgstr "" -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 msgid "" "Unable to read primary log position. Possible privilege problem on primary." msgstr "" -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 msgid "Unable to change primary!" msgstr "" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, php-format msgid "Primary server changed successfully to %s." msgstr "" @@ -11607,8 +11602,8 @@ msgid "Error while loading the search." msgstr "" #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 msgid "Native MySQL authentication" msgstr "" @@ -11639,16 +11634,16 @@ msgstr "HTTP-aŭtentigo" msgid "Account locking is not supported." msgstr "" -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "" -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "" -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -11656,7 +11651,7 @@ msgstr "" msgid "Allows deleting data." msgstr "" -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -11664,7 +11659,7 @@ msgstr "" msgid "Allows creating new tables." msgstr "" -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -11672,8 +11667,8 @@ msgstr "" msgid "Allows dropping tables." msgstr "" -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -11681,8 +11676,8 @@ msgstr "" msgid "Allows creating and dropping indexes." msgstr "" -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -11690,9 +11685,9 @@ msgstr "" msgid "Allows altering the structure of existing tables." msgstr "" -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -11702,9 +11697,9 @@ msgstr "" msgid "Allows creating new views." msgstr "" -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -11712,8 +11707,8 @@ msgstr "" msgid "Allows performing SHOW CREATE VIEW queries." msgstr "" -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -11721,76 +11716,76 @@ msgstr "" msgid "Allows creating and dropping triggers." msgstr "" -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "" -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "" -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "" -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "" -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "" -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." msgstr "" -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "" -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 msgid "Allows viewing processes of all users." msgstr "" -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "" -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "" -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "" -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -11799,85 +11794,85 @@ msgid "" "killing threads of other users." msgstr "" -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "" -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "" -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 msgid "Needed for the replication replicas." msgstr "" -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 msgid "Allows the user to ask where the replicas / primaries are." msgstr "" -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 msgid "Allows to set up events for the event scheduler." msgstr "" #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 msgid "Allows deleting historical rows." msgstr "" -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "" -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "" -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "" -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -11885,91 +11880,91 @@ msgstr "" msgid "Edit privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 msgid "Routine" msgstr "" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 msgid "Routine-specific privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "" -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 msgid "No user found." msgstr "" -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, php-format msgid "Privileges for %s" msgstr "" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "Uzanto" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " "allows a connection from any (%) host." msgstr "" -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, php-format msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " @@ -11978,7 +11973,7 @@ msgid "" "%sreload the privileges%s before you continue." msgstr "" -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " "tables. The content of these tables may differ from the privileges the " @@ -11987,7 +11982,7 @@ msgid "" "privilege." msgstr "" -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "" @@ -12171,7 +12166,7 @@ msgstr "" msgid "This MySQL server does not support the %s storage engine." msgstr "" -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "" @@ -12180,50 +12175,50 @@ msgstr "" msgid "Problems with indexes of table `%s`" msgstr "" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 msgid "Unknown table status:" msgstr "" -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, php-format msgid "Source database `%s` was not found!" msgstr "" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, php-format msgid "Target database `%s` was not found!" msgstr "" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 msgid "Invalid database:" msgstr "" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 msgid "Invalid table name:" msgstr "" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, php-format msgid "Failed to rename table %1$s to %2$s!" msgstr "" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, php-format msgid "Table %1$s has been renamed to %2$s." msgstr "" -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 msgid "Could not save table UI preferences!" msgstr "" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" "['MaxTableUiprefs'] %s)" msgstr "" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -12231,15 +12226,15 @@ msgid "" "changed." msgstr "" -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "" @@ -12651,11 +12646,11 @@ msgstr "" msgid "Password is too long!" msgstr "" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 msgid "Could not save configuration" msgstr "" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 msgid "The phpMyAdmin configuration storage database could not be accessed." msgstr "" diff --git a/po/es.po b/po/es.po index 5538f9a735..52a830fd3e 100644 --- a/po/es.po +++ b/po/es.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2022-12-04 10:16+0000\n" "Last-Translator: Luis Méndez Alejo \n" "Language-Team: Spanish (includes info such as export timestamp, PHP version, " "and server version)" @@ -11747,11 +11742,11 @@ msgstr "" "Mostrar comentarios (incluye información como marca temporal de " "exportación, versión PHP y versión de servidor)" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 msgid "Additional custom header comment (\\n splits lines):" msgstr "Comentario de cabecera personalizado adicional (\\n divide líneas):" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" @@ -11759,42 +11754,42 @@ msgstr "" "Incluye una marca temporal de cuando la base de datos fue creada, modificada " "por última vez y revisada por última vez" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 msgid "Export metadata" msgstr "Exportar metadatos" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 msgid "Add statements:" msgstr "Agregar sentencias:" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, php-format msgid "Add %s statement" msgstr "Agregar sentencia %s" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "" "(menos eficiente porque los índices se generarán durante la creación de la " "tabla)" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, php-format msgid "%s value" msgstr "Valor %s" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "Usar la exportación de vista simple" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" @@ -11803,37 +11798,37 @@ msgstr "" "nombre de tablas y campos compuestos con caracteres especiales o palabras " "clave)" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 msgid "Data creation options" msgstr "Opciones de creación de datos" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "Truncar tablas antes de insertar" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "En lugar de sentencias INSERT, utilizar:" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "Sentencias INSERT DELAYED" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "Sentencias INSERT IGNORE" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "Función a utilizar al volcar datos:" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "Sintáxis a utilizar al insertar datos:" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " @@ -11843,7 +11838,7 @@ msgstr "" "
        Ejemplo: INSERT INTO tbl_name (col_A," "col_B,col_C,col_C) VALUES (1,2,3)" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " @@ -11853,7 +11848,7 @@ msgstr "" "    Ejemplo: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" @@ -11861,7 +11856,7 @@ msgstr "" "ambos de los anteriores
      Ejemplo: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" @@ -11869,7 +11864,7 @@ msgstr "" "ninguno de los anteriores
      Ejemplo: INSERT " "INTO nombre_tabla VALUES (1,2,3)" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" @@ -11877,7 +11872,7 @@ msgstr "" "Volcar columnas binarias en notación hexadecimal (por ejemplo \"abc\" " "sería 0x616263)" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" @@ -11885,126 +11880,126 @@ msgstr "" "Volcar columnas TIMESTAMP en UTC (habilita que las columnas TIMESTAMP " "sean volcadas y cargadas por servidores en diferentes zonas horarias)" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "Parece que su base de datos utiliza rutinas;" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "" "exportar los alias no podría funcionar correctamente en todos los casos." -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 msgid "Metadata" msgstr "Metadatos" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, php-format msgid "Metadata for table %s" msgstr "Metadatos para la tabla %s" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, php-format msgid "Metadata for database %s" msgstr "Metadatos para la base de datos %s" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, php-format msgid "Error reading structure for table %s:" msgstr "Error leyendo la estructura de la tabla %s:" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "Parece que su base de datos utiliza vistas;" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "Restricciones para tablas volcadas" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "Filtros para la tabla" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 msgid "Indexes for dumped tables" msgstr "Índices para tablas volcadas" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 msgid "Indexes for table" msgstr "Indices de la tabla" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 msgid "AUTO_INCREMENT for dumped tables" msgstr "AUTO_INCREMENT de las tablas volcadas" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 msgid "AUTO_INCREMENT for table" msgstr "AUTO_INCREMENT de la tabla" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 msgid "MEDIA TYPES FOR TABLE" msgstr "TIPOS DE MEDIOS PARA LA TABLA" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 msgid "RELATIONSHIPS FOR TABLE" msgstr "RELACIONES PARA LA TABLA" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "Parece que su tabla utiliza disparadores («triggers»);" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, php-format msgid "Structure for view %s exported as a table" msgstr "Estructura para la vista de %s exportada como una tabla" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "(Véase abajo para la vista actual)" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, php-format msgid "Error reading data for table %s:" msgstr "Error leyendo datos de la tabla %s:" -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 msgid "Creation:" msgstr "Creación:" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 msgid "Last update:" msgstr "Última actualización:" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 msgid "Last check:" msgstr "Última revisión:" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" "Sistema de base de datos o versión antigua de servidor MySQL con la que " "maximizar la compatibilidad de la salida:" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "Opciones de creación de objetos (todas son recomendadas)" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "Exportar contenidos" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 msgid "Table:" msgstr "Tabla:" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "Propósito:" @@ -12618,27 +12613,27 @@ msgstr "Revisa los permisos del directorio que contiene la base de datos." msgid "Details…" msgstr "Detalles…" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 msgid "Could not save recent table!" msgstr "¡No se pudo guardar la tabla reciente!" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 msgid "Could not save favorite table!" msgstr "¡No se pudo guardar la tabla favorita!" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 msgid "Recent tables" msgstr "Tablas recientes" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 msgid "Recent" msgstr "Reciente" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 msgid "Favorites" msgstr "Favoritas" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." @@ -12646,59 +12641,59 @@ msgstr "" "Conexión del servidor desactivada, activa $cfg['AllowArbitraryServer'] en la " "configuración de phpMyAdmin." -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 msgid "Replication started successfully." msgstr "Se inició correctamente la replicación." -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 msgid "Error starting replication." msgstr "Error al iniciar replicación." -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 msgid "Replication stopped successfully." msgstr "Se detuvo correctamente la replicación." -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 msgid "Error stopping replication." msgstr "Error al detener la replicación." -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 msgid "Replication resetting successfully." msgstr "Se reinició correctamente la replicación." -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 msgid "Error resetting replication." msgstr "Error al reiniciar la replicación." -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "Éxito." -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 msgid "Error." msgstr "Error." -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "Error desconocido" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, php-format msgid "Unable to connect to primary %s." msgstr "No se pudo conectar al %s principal." -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 msgid "" "Unable to read primary log position. Possible privilege problem on primary." msgstr "" "No se puede leer la posición del registro principal. Posible problema de " "privilegios en el principal." -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 msgid "Unable to change primary!" msgstr "¡No se pudo cambiar el principal!" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, php-format msgid "Primary server changed successfully to %s." msgstr "El servidor principal fue cambiado exitosamente a %s." @@ -12747,8 +12742,8 @@ msgid "Error while loading the search." msgstr "Error al cargar la búsqueda." #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 msgid "Native MySQL authentication" msgstr "Autenticación de MySQL nativo" @@ -12775,16 +12770,16 @@ msgstr "Antigua autenticación MySQL-4.0" msgid "Account locking is not supported." msgstr "No se admite el bloqueo de cuenta." -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "Sin privilegios." -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "Incluye todos los privilegios excepto GRANT." -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -12792,7 +12787,7 @@ msgstr "Incluye todos los privilegios excepto GRANT." msgid "Allows deleting data." msgstr "Permite borrar datos." -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -12800,7 +12795,7 @@ msgstr "Permite borrar datos." msgid "Allows creating new tables." msgstr "Permite la creación de tablas nuevas." -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -12808,8 +12803,8 @@ msgstr "Permite la creación de tablas nuevas." msgid "Allows dropping tables." msgstr "Permite eliminar tablas." -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -12817,8 +12812,8 @@ msgstr "Permite eliminar tablas." msgid "Allows creating and dropping indexes." msgstr "Permite crear y eliminar índices." -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -12826,9 +12821,9 @@ msgstr "Permite crear y eliminar índices." msgid "Allows altering the structure of existing tables." msgstr "Permite alterar la estructura de las tablas existentes." -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -12838,9 +12833,9 @@ msgstr "Permite alterar la estructura de las tablas existentes." msgid "Allows creating new views." msgstr "Permite crear nuevas vistas." -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -12848,8 +12843,8 @@ msgstr "Permite crear nuevas vistas." msgid "Allows performing SHOW CREATE VIEW queries." msgstr "Permite llevar a cabo las consultas SHOW CREATE VIEW." -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -12857,40 +12852,40 @@ msgstr "Permite llevar a cabo las consultas SHOW CREATE VIEW." msgid "Allows creating and dropping triggers." msgstr "Permite crear y eliminar un disparador." -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "Permite leer los datos." -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "Permite insertar y reemplazar datos." -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "Permite cambiar los datos." -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "Permite crear nuevas bases de datos y tablas." -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "Permite eliminar bases de datos y tablas." -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." @@ -12898,37 +12893,37 @@ msgstr "" "Permite volver a cargar los parámetros del servidor y depurar los cachés del " "servidor." -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "Permite desconectar el servidor." -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 msgid "Allows viewing processes of all users." msgstr "Permite ver los procesos de todos los usuarios." -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "Permite importar y exportar datos de y hacia archivos." -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "No tiene efecto en esta versión de MySQL." -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "Concede acceso a la lista completa de bases de datos." -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -12941,86 +12936,86 @@ msgstr "" "tales como montar parámetros de variables globales o matar procesos de otros " "usuarios." -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "Permite la creación de tablas temporales." -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "Permite poner candados a las tablas para el proceso actual." -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 msgid "Needed for the replication replicas." msgstr "Necesario para la replicación de réplicas." -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 msgid "Allows the user to ask where the replicas / primaries are." msgstr "" "Permite al usuario preguntar donde las replicas/principales se encuentran." -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 msgid "Allows to set up events for the event scheduler." msgstr "Permite organizar los eventos para el gestor de eventos." #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 msgid "Allows deleting historical rows." msgstr "Permite borrar filas históricas." -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "Permite crear el almacenamiento de rutinas." -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "Permite alterar y eliminar las rutinas almacenadas." -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "Permite crear, eliminar y cambiar el nombre de las cuentas de usuario." -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "Permite ejecutar las rutinas almacenadas." -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "La contraseña para %s se cambió exitosamente." -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "Ha revocado los privilegios para %s." -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "Privilegios insuficientes para ver los usuarios." -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -13028,84 +13023,84 @@ msgstr "Privilegios insuficientes para ver los usuarios." msgid "Edit privileges" msgstr "Editar privilegios" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "Revocar" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "Privilegios específicos para la base de datos" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "Privilegios específicos para la tabla" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 msgid "Routine" msgstr "Rutina" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 msgid "Routine-specific privileges" msgstr "Privilegios específicos de rutina" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "¡No se han seleccionado usuarios para eliminar!" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "Cargando los privilegios nuevamente" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "Los usuarios seleccionados fueron borrados exitosamente." -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "Ha actualizado los privilegios para %s." -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 msgid "No user found." msgstr "Usuario(s) no encontrado(s)." -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "Borrando %s" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "Los privilegios fueron cargados nuevamente de manera exitosa." -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "¡El usuario %s ya existe!" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, php-format msgid "Privileges for %s" msgstr "Privilegios para %s" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "Usuario" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " @@ -13115,7 +13110,7 @@ msgstr "" "conectarse. Esto evitará conectarse a otros usuarios, si la parte del host " "de su cuenta permite una conexión desde cualquier host (%)." -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, php-format msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " @@ -13129,7 +13124,7 @@ msgstr "" "cambios manuales en él. En este caso, nuevamente deberá %scargar la página " "de privilegios%s antes de continuar." -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " "tables. The content of these tables may differ from the privileges the " @@ -13143,7 +13138,7 @@ msgstr "" "cambios manuales en él. En este caso, los privilegios deberán actualizarse " "pero actualmente, no tiene el privilegio RELOAD." -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "Ha agregado un nuevo usuario." @@ -13341,7 +13336,7 @@ msgid "This MySQL server does not support the %s storage engine." msgstr "" "Este servidor MySQL no es compatible con el motor de almacenamiento %s." -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "¡El nombre de la clave primaria tiene que ser «PRIMARY»!" @@ -13350,43 +13345,43 @@ msgstr "¡El nombre de la clave primaria tiene que ser «PRIMARY»!" msgid "Problems with indexes of table `%s`" msgstr "Problemas con los índices de la tabla `%s`" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 msgid "Unknown table status:" msgstr "Estado de tabla desconocido:" -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, php-format msgid "Source database `%s` was not found!" msgstr "¡No se encontró la base de datos de origen «%s»!" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, php-format msgid "Target database `%s` was not found!" msgstr "¡No se encontró la base de datos de destino «%s»!" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 msgid "Invalid database:" msgstr "La base de datos no es válida:" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 msgid "Invalid table name:" msgstr "El nombre de la tabla no es válido:" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, php-format msgid "Failed to rename table %1$s to %2$s!" msgstr "¡No se pudo cambiar el nombre de la tabla %1$s a %2$s!" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, php-format msgid "Table %1$s has been renamed to %2$s." msgstr "La tabla %1$s ahora se llama %2$s." -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 msgid "Could not save table UI preferences!" msgstr "¡No se pudieron guardar las preferencias de interfaz!" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" @@ -13395,7 +13390,7 @@ msgstr "" "Falló la limpieza de las preferencia de interfaz de tablas (ver " "$cfg['Servers'][$i]['MaxTableUiprefs'] %s)" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -13406,15 +13401,15 @@ msgstr "" "no serán persistentes luego de actualizar esta página. Revise si cambió la " "estructura de la tabla." -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "¡No se puede cambiar el nombre del índice a PRIMARY!" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "No se han definido las partes del índice!" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "" @@ -13899,11 +13894,11 @@ msgstr "Se actualizó el perfil." msgid "Password is too long!" msgstr "¡Contraseña muy larga!" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 msgid "Could not save configuration" msgstr "No se pudo guardar la configuración" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 msgid "The phpMyAdmin configuration storage database could not be accessed." msgstr "" "No se pudo acceder a la base de datos de almacenamiento de configuración de " @@ -19375,6 +19370,10 @@ msgstr "VER nombre" msgid "Column names" msgstr "Nombre de las columnas" +#, php-format +#~ msgid "Analyze Explain at %s" +#~ msgstr "Analice Explicar en %s" + #~ msgid "Key is too short, it should have at least 32 characters." #~ msgstr "La clave es muy corta, debe tener al menos 32 caracteres." diff --git a/po/et.po b/po/et.po index 3f39b8bb2c..968d2974c7 100644 --- a/po/et.po +++ b/po/et.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2022-10-20 10:02+0000\n" "Last-Translator: Kristjan Räts \n" "Language-Team: Estonian (includes info such as export timestamp, PHP version, " "and server version)" @@ -11489,11 +11484,11 @@ msgstr "" "Näita kommentaare (sisaldab teavet eksportimise ajatempli, PHP versiooni " "ja serveri versiooni kohta)" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 msgid "Additional custom header comment (\\n splits lines):" msgstr "Päise täiendav kommentaar (\\n poolitab ridu):" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" @@ -11501,40 +11496,40 @@ msgstr "" "Lisa ajatempel andmebaasi loomise, viimase uuendamise ja viimase " "kontrollimise kohta" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 msgid "Export metadata" msgstr "Ekspordi metaandmed" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 msgid "Add statements:" msgstr "Lisa käske:" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, php-format msgid "Add %s statement" msgstr "Lisa %s käsk" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "(vähem efektiivne, sest tabeli loomise ajal luuakse ka indeksid)" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, php-format msgid "%s value" msgstr "%s väärtus" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "Kasuta lihtsat vaadete eksportimist" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" @@ -11543,37 +11538,37 @@ msgstr "" "veeru ja tabeli nimesid eriliste sümbolitega või võtmesõnadega vormimise " "eest)" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 msgid "Data creation options" msgstr "Andmete loomise valikud" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "Kärbi tabelit enne lisamist" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "INSERT käskude asemel kasuta:" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "INSERT DELAYED käske" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "INSERT IGNORE käske" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "Andmete tõmmistamiseks kasutatav funktsioon:" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "Andmete lisamiseks kasutatav süntaks:" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " @@ -11583,7 +11578,7 @@ msgstr "" "Näide: INSERT INTO tabeli_nimi (veerg_A,veerg_B,veerg_C) VALUES " "(1,2,3)" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " @@ -11592,7 +11587,7 @@ msgstr "" "lisa mitu rida igas INSERT käsus
      " "Näide: INSERT INTO tabeli_nimi VALUES (1,2,3), (4,5,6), (7,8,9)" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" @@ -11601,7 +11596,7 @@ msgstr "" "tabeli_nimi (veerg_A,veerg_B, veerg_C) VALUES (1,2,3), (4,5,6), (7,8,9)" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" @@ -11609,7 +11604,7 @@ msgstr "" "mitte ükski ülal nimetatuist
      Näide: INSERT " "INTO tabeli_nimi VALUES (1,2,3)" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" @@ -11617,7 +11612,7 @@ msgstr "" "Tõmmista binaarsed veerud heksadetsimaalsena (nt \"abc\" salvestatakse " "kui 0x616263)" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" @@ -11625,126 +11620,126 @@ msgstr "" "Tõmmista TIMESTAMP veerud UTC ajana (lubab tõmmistada TIMESTAMP veergusid " "ja kasutada neid erinevates ajavööndites asuvates serverites)" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "Tundub, et su andmebaas kasutab protseduure;" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "" "aliaste eksportimine võib mõningatel juhtudel töötada mitte usaldusväärselt." -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 msgid "Metadata" msgstr "Metaandmed" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, php-format msgid "Metadata for table %s" msgstr "Tabeli %s metaandmed" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, php-format msgid "Metadata for database %s" msgstr "Andmebaasi %s metaandmed" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, php-format msgid "Error reading structure for table %s:" msgstr "Viga tabeli %s struktuuri lugemisel:" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "Tundub, et su andmebaas kasutab vaateid;" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "Tõmmistatud tabelite piirangud" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "Piirangud tabelile" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 msgid "Indexes for dumped tables" msgstr "Indeksid tõmmistatud tabelitele" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 msgid "Indexes for table" msgstr "Indeksid tabelile" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 msgid "AUTO_INCREMENT for dumped tables" msgstr "AUTO_INCREMENT tõmmistatud tabelitele" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 msgid "AUTO_INCREMENT for table" msgstr "AUTO_INCREMENT tabelile" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 msgid "MEDIA TYPES FOR TABLE" msgstr "TABELI MEEDIATÜÜBID" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 msgid "RELATIONSHIPS FOR TABLE" msgstr "TABELI SEOSED" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "Tundub, et su tabel kasutab trigereid;" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, php-format msgid "Structure for view %s exported as a table" msgstr "Vaate %s struktuur eksporditi tabelina" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "(Tegelik vaade on allpool)" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, php-format msgid "Error reading data for table %s:" msgstr "Viga tabeli %s andmete lugemisel:" -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 msgid "Creation:" msgstr "Loodud:" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 msgid "Last update:" msgstr "Viimati uuendatud:" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 msgid "Last check:" msgstr "Viimane kontroll:" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" "Andmebaasi süsteem või vanem MySQL server, et saavutada väljundi maksimaalne " "ühilduvus:" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "Objekti loomise valikud (soovitatav on valida kõik)" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "Ekspordi sisu" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 msgid "Table:" msgstr "Tabel:" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "Eesmärk:" @@ -12333,27 +12328,27 @@ msgstr "Palun kontrolli andmebaasi sisaldava kataloogi õigusi." msgid "Details…" msgstr "Detailid…" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 msgid "Could not save recent table!" msgstr "Hiljutise tabelit ei suudetud salvestada!" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 msgid "Could not save favorite table!" msgstr "Lemmikute tabelit ei suudetud salvestada!" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 msgid "Recent tables" msgstr "Hiljutised tabelid" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 msgid "Recent" msgstr "Hiljutised" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 msgid "Favorites" msgstr "Lemmikud" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." @@ -12361,57 +12356,57 @@ msgstr "" "Ühendus serverisse on keelatud, palun luba $cfg['AllowArbitraryServer'] " "phpMyAdmini häälestuses." -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 msgid "Replication started successfully." msgstr "Paljundamine algas edukalt." -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 msgid "Error starting replication." msgstr "Viga paljundamise alustamisel." -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 msgid "Replication stopped successfully." msgstr "Paljundamine lõpetati edukalt." -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 msgid "Error stopping replication." msgstr "Viga paljundamise lõpetamisel." -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 msgid "Replication resetting successfully." msgstr "Paljundamine lähtestati edukalt." -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 msgid "Error resetting replication." msgstr "Viga paljundamise lähtestamisel." -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "Edukas." -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 msgid "Error." msgstr "Viga." -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "Tundmatu viga" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, php-format msgid "Unable to connect to primary %s." msgstr "Ei saa ühenduda esmaserveriga %s." -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 msgid "" "Unable to read primary log position. Possible privilege problem on primary." msgstr "Esmase logi asukohta ei saa lugeda. Kontrolli esmase logi õiguseid." -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 msgid "Unable to change primary!" msgstr "Esmast ei saa muuta!" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, php-format msgid "Primary server changed successfully to %s." msgstr "Esmaseks serveriks vahetati edukalt %s." @@ -12460,8 +12455,8 @@ msgid "Error while loading the search." msgstr "Otsingu laadimisel esines viga." #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 msgid "Native MySQL authentication" msgstr "MySQLi omavahenditega autentimine" @@ -12486,16 +12481,16 @@ msgstr "Vana MySQL-4.0 autentimine" msgid "Account locking is not supported." msgstr "Konto lukustamist ei toetata." -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "Õigused puuduvad." -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "Sisaldab kõiki õigusi, v.a GRANT." -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -12503,7 +12498,7 @@ msgstr "Sisaldab kõiki õigusi, v.a GRANT." msgid "Allows deleting data." msgstr "Lubab kustutada andmeid." -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -12511,7 +12506,7 @@ msgstr "Lubab kustutada andmeid." msgid "Allows creating new tables." msgstr "Lubab luua uusi tabeleid." -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -12519,8 +12514,8 @@ msgstr "Lubab luua uusi tabeleid." msgid "Allows dropping tables." msgstr "Lubab kustutada tabeleid." -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -12528,8 +12523,8 @@ msgstr "Lubab kustutada tabeleid." msgid "Allows creating and dropping indexes." msgstr "Lubab luua ja kustutada indekseid." -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -12537,9 +12532,9 @@ msgstr "Lubab luua ja kustutada indekseid." msgid "Allows altering the structure of existing tables." msgstr "Lubab muuta olemasolevate tabelite struktuuri." -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -12549,9 +12544,9 @@ msgstr "Lubab muuta olemasolevate tabelite struktuuri." msgid "Allows creating new views." msgstr "Lubab luua uusi vaateid." -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -12559,8 +12554,8 @@ msgstr "Lubab luua uusi vaateid." msgid "Allows performing SHOW CREATE VIEW queries." msgstr "Lubab teostada SHOW CREATE VIEW päringuid." -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -12568,76 +12563,76 @@ msgstr "Lubab teostada SHOW CREATE VIEW päringuid." msgid "Allows creating and dropping triggers." msgstr "Lubab luua ja kustutada päästikuid." -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "Lubab lugeda andmeid." -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "Lubab lisada ja asendada andmeid." -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "Lubab muuta andmeid." -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "Lubab luua uusi andmebaase ja tabeleid." -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "Lubab kustutada andmebaase ja tabeleid." -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." msgstr "Lubab serveri sätteid uuesti laadida ja tühjendada serveri vahemälu." -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "Lubab serveri välja lülitada." -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 msgid "Allows viewing processes of all users." msgstr "Lubab kõikide kasutajate protsesside vaatamist." -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "Lubab andmeid failidest importida ja failideks eksportida." -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "Muudatusi selles MySQL versioonis ei toimunud." -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "Annab ligipääsu kogu andmebaaside nimekirjale." -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -12649,85 +12644,85 @@ msgstr "" "on vajalik enamike administratiivsete tegevuste jaoks, nagu näiteks " "globaalsete muutujate seadmiseks või teiste kasutajate lõimude sulgemiseks." -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "Lubab luua ajutisi tabeleid." -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "Lubab käesoleva lõimu jaoks tabeleid lukustada." -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 msgid "Needed for the replication replicas." msgstr "Vajalik tiražeerimiskoopiatele." -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 msgid "Allows the user to ask where the replicas / primaries are." msgstr "Lubab kasutajal küsida jäljendite ja originaalide asukohti." -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 msgid "Allows to set up events for the event scheduler." msgstr "Võimaldab luua sündmuste ajastajale sündmuseid." #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 msgid "Allows deleting historical rows." msgstr "Lubab ajalooliste ridade kustutamise." -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "Lubab luua salvestatud funktsioone." -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "Lubab muuta ja kustutada salvestatud funktsioone." -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "Lubab luua, kustutada ja ümber nimetada kasutajakontosid." -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "Lubab käivitada salvestatud funktsioone." -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "%s parool on edukalt vahetatud." -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "Tühistasid %s õigused." -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "Puuduvad õigused kasutajate kuvamiseks." -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -12735,84 +12730,84 @@ msgstr "Puuduvad õigused kasutajate kuvamiseks." msgid "Edit privileges" msgstr "Muuda õiguseid" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "Tühista" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "Andmebaasipõhised õigused" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "Tabelipõhised õigused" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 msgid "Routine" msgstr "Funktsioon" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 msgid "Routine-specific privileges" msgstr "Funktsioonipõhised õigused" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "Kustutavaid kasutajaid pole valitud!" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "Õiguste uuesti laadimine" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "Valitud kasutajad on edukalt kustutatud." -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "Uuendasid %s õigusi." -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 msgid "No user found." msgstr "Kasutajat ei leitud." -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "%s kustutamine" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "Õigused on edukalt uuesti laetud." -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "Kasutaja %s on juba olemas!" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, php-format msgid "Privileges for %s" msgstr "%s õigused" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "Kasutaja" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " @@ -12822,7 +12817,7 @@ msgstr "" "olemas. See takistab teistel kasutajatel ühendumast, kui nende konto hosti " "pool lubab ühenduda suvalisest (%) masinast." -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, php-format msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " @@ -12834,7 +12829,7 @@ msgstr "" "Tabelite sisu võib erineda serveri kasutatavatest, kui neid on käsitsi " "muudetud. Sellisel juhul peaksid enne jätkamist %sõigused uuesti laadima%s." -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " "tables. The content of these tables may differ from the privileges the " @@ -12847,7 +12842,7 @@ msgstr "" "muudetud. Sellisel juhul peab õigused uuesti laadima, kuid hetkel puudub sul " "uuesti laadimise (RELOAD) õigus." -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "Lisasid uue kasutaja." @@ -13041,7 +13036,7 @@ msgstr "%s on keelatud selle MySQL serveri jaoks." msgid "This MySQL server does not support the %s storage engine." msgstr "See MySQL server ei toeta %s varundusmootorit." -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "Primaarvõtme nimi peab olema \"PRIMARY\"!" @@ -13050,43 +13045,43 @@ msgstr "Primaarvõtme nimi peab olema \"PRIMARY\"!" msgid "Problems with indexes of table `%s`" msgstr "Probleemid `%s` tabeli indeksitega" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 msgid "Unknown table status:" msgstr "Tabeli olek tundmatu:" -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, php-format msgid "Source database `%s` was not found!" msgstr "Lähteandmebaasi `%s` ei leitud!" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, php-format msgid "Target database `%s` was not found!" msgstr "Sihtandmebaasi `%s` ei leitud!" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 msgid "Invalid database:" msgstr "Vigane andmebaas:" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 msgid "Invalid table name:" msgstr "Vigane tabeli nimi:" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, php-format msgid "Failed to rename table %1$s to %2$s!" msgstr "Tabeli %1$s ümbernimetamine %2$s'ks ebaõnnestus!" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, php-format msgid "Table %1$s has been renamed to %2$s." msgstr "%1$s tabeli uueks nimeks sai %2$s." -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 msgid "Could not save table UI preferences!" msgstr "Tabeli kasutajaliidese eelistusi ei saanud salvestada!" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" @@ -13095,7 +13090,7 @@ msgstr "" "Tabeli UI eelistuste puhastamine ebaõnnestus (vaata $cfg['Servers'][$i]" "['MaxTableUiprefs'] %s)" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -13105,15 +13100,15 @@ msgstr "" "Ei saanud salvestada UI muudatust \"%s\". Muudatused ei säili, kui " "värskendad seda lehte. Palun kontrolli, kas tabeli struktuuri on muudetud." -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "Ei saa muuta indeksi nimeks PRIMARY!" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "Indeksi osasid pole defineeritud!" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "Viga võõrvõtme loomisel kohas %1$s (kontrolli andmete tüüpe)" @@ -13584,11 +13579,11 @@ msgstr "Profiil on uuendatud." msgid "Password is too long!" msgstr "Salasõna on liiga pikk!" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 msgid "Could not save configuration" msgstr "Ei saanud seadistust salvestada" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 msgid "The phpMyAdmin configuration storage database could not be accessed." msgstr "phpMyAdmini häälestuse salvestuskoha andmebaasile puudub ligipääs." @@ -18975,6 +18970,10 @@ msgstr "VIEW nimi" msgid "Column names" msgstr "Veergude nimed" +#, php-format +#~ msgid "Analyze Explain at %s" +#~ msgstr "Analüüsi ja seleta kohal %s" + #~ msgid "Key is too short, it should have at least 32 characters." #~ msgstr "Võti on liiga lühike, see peaks olema vähemalt 32 sümbolit." diff --git a/po/eu.po b/po/eu.po index 67eb86d2a2..d8e0ebcdbe 100644 --- a/po/eu.po +++ b/po/eu.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2022-02-15 16:21+0000\n" "Last-Translator: Maurício Meneghini Fauth \n" "Language-Team: Basque (includes info such as export timestamp, PHP version, " "and server version)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 msgid "Additional custom header comment (\\n splits lines):" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 #, fuzzy #| msgid "Export type" msgid "Export metadata" msgstr "Esportazio mota" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 #, fuzzy #| msgid "Statements" msgid "Add statements:" msgstr "Sententziak" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, fuzzy, php-format #| msgid "Statements" msgid "Add %s statement" msgstr "Sententziak" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, fuzzy, php-format #| msgid "Session value" msgid "%s value" msgstr "Saioaren balioa" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 #, fuzzy #| msgid "Transformation options" msgid "Data creation options" msgstr "Eraldaketen hobespenak" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " "(1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 #, fuzzy msgid "Metadata" msgstr "Datu estatikoak" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, fuzzy, php-format #| msgid "Dumping data for table" msgid "Metadata for table %s" msgstr "Taula honen datuak irauli" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, fuzzy, php-format #| msgid "Create table on database %s" msgid "Metadata for database %s" msgstr "Taula berri bat sortu %s datu-basean" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, fuzzy, php-format #| msgid "Table structure for table" msgid "Error reading structure for table %s:" msgstr "Taularen egitura taula honentzat" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "Iraulitako taulentzako murrizketak" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "Taularentzako murrizketak" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 #, fuzzy #| msgid "Constraints for dumped tables" msgid "Indexes for dumped tables" msgstr "Iraulitako taulentzako murrizketak" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 #, fuzzy #| msgid "Inside tables:" msgid "Indexes for table" msgstr "Taulen barnean:" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 #, fuzzy #| msgid "Add AUTO_INCREMENT value" msgid "AUTO_INCREMENT for dumped tables" msgstr "Gehitu AUTO_INCREMENT balioa" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 #, fuzzy #| msgid "Add AUTO_INCREMENT value" msgid "AUTO_INCREMENT for table" msgstr "Gehitu AUTO_INCREMENT balioa" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 msgid "MEDIA TYPES FOR TABLE" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 msgid "RELATIONSHIPS FOR TABLE" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, fuzzy, php-format msgid "Structure for view %s exported as a table" msgstr "Egitura soilik" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, fuzzy, php-format #| msgid "Allows reading data." msgid "Error reading data for table %s:" msgstr "Datuak irakurtzea baimentzen du." -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 #, fuzzy #| msgid "Creation" msgid "Creation:" msgstr "Sortzea" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 #, fuzzy #| msgid "Last update" msgid "Last update:" msgstr "Azken eguneraketa" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 #, fuzzy #| msgid "Last check" msgid "Last check:" msgstr "Azken egiaztapena" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 #, fuzzy #| msgid "Table" msgid "Table:" msgstr "Taula" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "" @@ -12482,101 +12477,101 @@ msgstr "" msgid "Details…" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 #, fuzzy #| msgid "Documentation" msgid "Could not save recent table!" msgstr "Dokumentazioa" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 #, fuzzy #| msgid "Documentation" msgid "Could not save favorite table!" msgstr "Dokumentazioa" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 #, fuzzy msgid "Recent tables" msgstr "Taularik ez" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 #, fuzzy #| msgid "Reset" msgid "Recent" msgstr "Reset egin" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 #, fuzzy #| msgid "Variables" msgid "Favorites" msgstr "Aldagaiak" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." msgstr "" -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 #, fuzzy #| msgid "Chart generated successfully." msgid "Replication started successfully." msgstr "Pribilegioak arrakastaz berkargatu dira." -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 msgid "Error starting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 #, fuzzy #| msgid "Chart generated successfully." msgid "Replication stopped successfully." msgstr "Pribilegioak arrakastaz berkargatu dira." -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 msgid "Error stopping replication." msgstr "" -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 #, fuzzy #| msgid "Chart generated successfully." msgid "Replication resetting successfully." msgstr "Pribilegioak arrakastaz berkargatu dira." -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 msgid "Error resetting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "" -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 #, fuzzy #| msgid "Error" msgid "Error." msgstr "Errorea" -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, fuzzy, php-format msgid "Unable to connect to primary %s." msgstr "" "Erabiltzaileak orduko ireki dezakeen konexio berrien kopurua mugatzen du." -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 msgid "" "Unable to read primary log position. Possible privilege problem on primary." msgstr "" -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 msgid "Unable to change primary!" msgstr "" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, fuzzy, php-format #| msgid "The privileges were reloaded successfully." msgid "Primary server changed successfully to %s." @@ -12628,8 +12623,8 @@ msgid "Error while loading the search." msgstr "Datuak irakurtzea baimentzen du." #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 #, fuzzy #| msgid "Documentation" msgid "Native MySQL authentication" @@ -12664,16 +12659,16 @@ msgstr "Dokumentazioa" msgid "Account locking is not supported." msgstr "" -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "Pribilegiorik ez." -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "Pribilegio guztiak, GRANT(baimendu) izanezik, dauzka." -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -12681,7 +12676,7 @@ msgstr "Pribilegio guztiak, GRANT(baimendu) izanezik, dauzka." msgid "Allows deleting data." msgstr "Datuak ezabatzea baimentzen du." -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -12689,7 +12684,7 @@ msgstr "Datuak ezabatzea baimentzen du." msgid "Allows creating new tables." msgstr "Taula berriak sortzea baimentzen du." -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -12697,8 +12692,8 @@ msgstr "Taula berriak sortzea baimentzen du." msgid "Allows dropping tables." msgstr "Taulak ezabatzea baimentzen du." -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -12706,8 +12701,8 @@ msgstr "Taulak ezabatzea baimentzen du." msgid "Allows creating and dropping indexes." msgstr "Indizeak sortu eta ezabatzea baimentzen du." -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -12715,9 +12710,9 @@ msgstr "Indizeak sortu eta ezabatzea baimentzen du." msgid "Allows altering the structure of existing tables." msgstr "Uneko taulen egiturak aldatzea baimentzen du." -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -12728,9 +12723,9 @@ msgstr "Uneko taulen egiturak aldatzea baimentzen du." msgid "Allows creating new views." msgstr "Taula berriak sortzea baimentzen du." -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -12738,8 +12733,8 @@ msgstr "Taula berriak sortzea baimentzen du." msgid "Allows performing SHOW CREATE VIEW queries." msgstr "" -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -12748,40 +12743,40 @@ msgstr "" msgid "Allows creating and dropping triggers." msgstr "Indizeak sortu eta ezabatzea baimentzen du." -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "Datuak irakurtzea baimentzen du." -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "Datuak txertatu eta ordezkatzea baimentzen du." -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "Datuak aldatzea baimentzen du." -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "Datu-base eta taula berriak sortzea baimentzen du." -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "Datu-base eta taulak ezabatzea baimentzen du." -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." @@ -12789,19 +12784,19 @@ msgstr "" "Zerbitzariaren hobespenak berkargatu eta beraren cacheak hustea baimentzen " "du." -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "Zerbitzaria amatatzea baimentzen du." -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 msgid "Allows viewing processes of all users." msgstr "" -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." @@ -12809,19 +12804,19 @@ msgstr "" "Datuak fitxategietatik inportatzea eta fitxategietara esportatzea baimentzen " "du." -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "Ez du eraginik MySQL bertsio honetan." -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "Datu-base zenrrenda osorako sarrera ahalbidetzen du." -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -12833,19 +12828,19 @@ msgstr "" "Aldagai orokorrak zehaztu edota beste erabiltzaileen hariak hiltzeko " "bezalako kudeaketa-eragiketa gehienentzat beharrezkoa da." -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "Aldi baterako taulak sortzea baimentzen du." -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "Momentuko harian taulak blokeatzea baimentzen du." -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 #, fuzzy @@ -12853,7 +12848,7 @@ msgstr "Momentuko harian taulak blokeatzea baimentzen du." msgid "Needed for the replication replicas." msgstr "Erreplikazio morroientzat beharrezkoa." -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 #, fuzzy @@ -12861,7 +12856,7 @@ msgstr "Erreplikazio morroientzat beharrezkoa." msgid "Allows the user to ask where the replicas / primaries are." msgstr "Erabiltzailea baimentzen du morroiak / nagusiak non dauden galdetzeko." -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 #, fuzzy @@ -12870,8 +12865,8 @@ msgid "Allows to set up events for the event scheduler." msgstr "Momentuko harian taulak blokeatzea baimentzen du." #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 #, fuzzy @@ -12879,49 +12874,49 @@ msgstr "Momentuko harian taulak blokeatzea baimentzen du." msgid "Allows deleting historical rows." msgstr "Datuak ezabatzea baimentzen du." -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 #, fuzzy msgid "Allows creating stored routines." msgstr "Taula berriak sortzea baimentzen du." -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 #, fuzzy msgid "Allows altering and dropping stored routines." msgstr "Indizeak sortu eta ezabatzea baimentzen du." -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "" -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "%s-arentzako pasahitza arrakastaz aldatua izan da." -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "Zuk %s-(r)en pribilegioak ezeztatu dituzu." -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "" -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -12931,24 +12926,24 @@ msgstr "" msgid "Edit privileges" msgstr "Editatu Pribilegioak" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "Ezeztatu" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "Datu-basearen pribilegio espezifikoak" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "Taularen pribilegio espezifikoak" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 @@ -12957,31 +12952,31 @@ msgstr "Taularen pribilegio espezifikoak" msgid "Routine" msgstr "Gehitu %s zutabe" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 #, fuzzy #| msgid "Column-specific privileges" msgid "Routine-specific privileges" msgstr "Zutabearen pribilegio espezifikoak" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "Pribilegioak berkargatzen" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "Hautatutako erabiltzaileak arrakastaz ezabatu dira." -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "%s-aren pribilegioak eguneratu dituzu." -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 #, fuzzy @@ -12989,40 +12984,40 @@ msgstr "%s-aren pribilegioak eguneratu dituzu." msgid "No user found." msgstr "Ez da erabiltzailerik aurkitu." -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "%s ezabatzen" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "Pribilegioak arrakastaz berkargatu dira." -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "%s erabiltzailea badago lehendik ere!" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, fuzzy, php-format #| msgid "Privileges" msgid "Privileges for %s" msgstr "Pribilegioak" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "Erabiltzailea" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " "allows a connection from any (%) host." msgstr "" -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, fuzzy, php-format #| msgid "" #| "Note: phpMyAdmin gets the users' privileges directly from MySQL's " @@ -13041,7 +13036,7 @@ msgstr "" "daitezke. Kasu honetan, jarraitu aurretik %spribilegioak berkargatu%s " "beharko zenituzke." -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 #, fuzzy #| msgid "" #| "Note: phpMyAdmin gets the users' privileges directly from MySQL's " @@ -13061,7 +13056,7 @@ msgstr "" "daitezke. Kasu honetan, jarraitu aurretik %spribilegioak berkargatu%s " "beharko zenituzke." -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "Erabiltzaile berria gehitu duzu." @@ -13255,7 +13250,7 @@ msgstr "" msgid "This MySQL server does not support the %s storage engine." msgstr "" -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "Lehen mailako gakoaren izenak behar du izan \"PRIMARY\"!" @@ -13264,56 +13259,56 @@ msgstr "Lehen mailako gakoaren izenak behar du izan \"PRIMARY\"!" msgid "Problems with indexes of table `%s`" msgstr "" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 #, fuzzy #| msgid "Show tables" msgid "Unknown table status:" msgstr "Taulak erakutsi" -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, fuzzy, php-format msgid "Source database `%s` was not found!" msgstr "Datu-basean bilatu" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, fuzzy, php-format msgid "Target database `%s` was not found!" msgstr "Datu-basean bilatu" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 #, fuzzy msgid "Invalid database:" msgstr "Datu-baserik ez" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 #, fuzzy #| msgid "Inside tables:" msgid "Invalid table name:" msgstr "Taulen barnean:" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, fuzzy, php-format msgid "Failed to rename table %1$s to %2$s!" msgstr "Zerbitzariaren bertsioa" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, fuzzy, php-format #| msgid "Table %s has been renamed to %s." msgid "Table %1$s has been renamed to %2$s." msgstr "%s taula %s-(e)ra berrizendatua izan da" -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 msgid "Could not save table UI preferences!" msgstr "" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" "['MaxTableUiprefs'] %s)" msgstr "" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -13321,15 +13316,15 @@ msgid "" "changed." msgstr "" -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "Ezinezkoa indizearen izena ¡PRIMARY! berrizendatzea" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "Ez da indiziaren zatiak definitu!" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "" @@ -13758,11 +13753,11 @@ msgstr "Profila eguneratua izan da." msgid "Password is too long!" msgstr "Pasahitza:" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 msgid "Could not save configuration" msgstr "" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 #, fuzzy #| msgid "" #| " additional features for working with linked tables have been ctivated. " diff --git a/po/fa.po b/po/fa.po index c660aa17f0..d2d8d3c9e8 100644 --- a/po/fa.po +++ b/po/fa.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2022-12-06 00:47+0000\n" "Last-Translator: Reza Asadi \n" "Language-Team: Persian (includes info such as export timestamp, PHP version, " "and server version)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 msgid "Additional custom header comment (\\n splits lines):" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 #, fuzzy #| msgid "Export method" msgid "Export metadata" msgstr "روش صدور" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 #, fuzzy #| msgid "Statements" msgid "Add statements:" msgstr "شرج" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, fuzzy, php-format #| msgid "Statements" msgid "Add %s statement" msgstr "شرج" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, fuzzy, php-format #| msgid "Use this value" msgid "%s value" msgstr "این مقدار را استفاده کنید" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 #, fuzzy msgid "Data creation options" msgstr "آمار پايگاههاي داده" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " "(1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 #, fuzzy #| msgid "Missing data for %s" msgid "Metadata" msgstr "داده برای %s وارد نشده است" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, fuzzy, php-format #| msgid "Missing data for %s" msgid "Metadata for table %s" msgstr "داده برای %s وارد نشده است" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, fuzzy, php-format #| msgid "Missing data for %s" msgid "Metadata for database %s" msgstr "داده برای %s وارد نشده است" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, php-format msgid "Error reading structure for table %s:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 #, fuzzy #| msgid "Inside tables:" msgid "Indexes for dumped tables" msgstr "درجدول های:" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 #, fuzzy #| msgid "Inside tables:" msgid "Indexes for table" msgstr "درجدول های:" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 #, fuzzy #| msgid "Add AUTO_INCREMENT value" msgid "AUTO_INCREMENT for dumped tables" msgstr "مقدار افزایشی خودکار اضافه شود" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 #, fuzzy #| msgid "Add AUTO_INCREMENT value" msgid "AUTO_INCREMENT for table" msgstr "مقدار افزایشی خودکار اضافه شود" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 msgid "MEDIA TYPES FOR TABLE" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 msgid "RELATIONSHIPS FOR TABLE" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, fuzzy, php-format msgid "Structure for view %s exported as a table" msgstr "فقط ساختار" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, fuzzy, php-format #| msgid "Missing data for %s" msgid "Error reading data for table %s:" msgstr "داده برای %s وارد نشده است" -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 msgid "Creation:" msgstr "ایجاد:" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 msgid "Last update:" msgstr "آخرین به روز رسانی:" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 msgid "Last check:" msgstr "آخرین بازدید:" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 #, fuzzy #| msgid "Table" msgid "Table:" msgstr "جدول" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "" @@ -12420,85 +12415,85 @@ msgstr "" msgid "Details…" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 msgid "Could not save recent table!" msgstr "ناتوانی در ذخیره جدول اخیر!" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 msgid "Could not save favorite table!" msgstr "ناتوانی در ذخیره جدول مورد علاقه!" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 msgid "Recent tables" msgstr "جداول اخیر" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 msgid "Recent" msgstr "اخیر" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 msgid "Favorites" msgstr "مورد علاقه" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." msgstr "" -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 msgid "Replication started successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 msgid "Error starting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 msgid "Replication stopped successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 msgid "Error stopping replication." msgstr "" -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 msgid "Replication resetting successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 msgid "Error resetting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "" -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 #, fuzzy #| msgid "Error" msgid "Error." msgstr "خطا" -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, php-format msgid "Unable to connect to primary %s." msgstr "" -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 msgid "" "Unable to read primary log position. Possible privilege problem on primary." msgstr "" -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 msgid "Unable to change primary!" msgstr "" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, php-format msgid "Primary server changed successfully to %s." msgstr "" @@ -12549,8 +12544,8 @@ msgid "Error while loading the search." msgstr "خطا در موقع جابجا کردن فایل آپلود شده." #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 #, fuzzy #| msgid "Authentication" msgid "Native MySQL authentication" @@ -12585,17 +12580,17 @@ msgstr "ورود" msgid "Account locking is not supported." msgstr "" -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 #, fuzzy msgid "No privileges." msgstr "امتيازات" -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "وارد کردن تمام دسترسی ها به غیر از GRANT." -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -12603,7 +12598,7 @@ msgstr "وارد کردن تمام دسترسی ها به غیر از GRANT." msgid "Allows deleting data." msgstr "دادن مجوز برای حذف اطلاعات." -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -12611,7 +12606,7 @@ msgstr "دادن مجوز برای حذف اطلاعات." msgid "Allows creating new tables." msgstr "دادن مجوز برای ایجاد جدول جدید." -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -12619,8 +12614,8 @@ msgstr "دادن مجوز برای ایجاد جدول جدید." msgid "Allows dropping tables." msgstr "" -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -12628,8 +12623,8 @@ msgstr "" msgid "Allows creating and dropping indexes." msgstr "" -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -12637,9 +12632,9 @@ msgstr "" msgid "Allows altering the structure of existing tables." msgstr "دادن مجوز برای تغییر ساختار جدول های ایجاد شده ." -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -12649,9 +12644,9 @@ msgstr "دادن مجوز برای تغییر ساختار جدول های ای msgid "Allows creating new views." msgstr "دادن مجوز برای ایجاد نمایه جدید." -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -12659,8 +12654,8 @@ msgstr "دادن مجوز برای ایجاد نمایه جدید." msgid "Allows performing SHOW CREATE VIEW queries." msgstr "" -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -12670,76 +12665,76 @@ msgstr "" msgid "Allows creating and dropping triggers." msgstr "دادن مجوز برای تغییر یا حذف روال های ذخیره شده." -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "" -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "" -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "" -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "دادن مجوز برای ساخت پایگاه داده و جدول جدید." -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "دادن مجوز برای حذف پایگاه داده و جدول ها." -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." msgstr "" -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "" -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 msgid "Allows viewing processes of all users." msgstr "" -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "دادن اجازه برای وارد و خارج کردن اطلاعات از فایل ها." -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "" -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "" -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -12748,31 +12743,31 @@ msgid "" "killing threads of other users." msgstr "" -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "دادن مجوز برای ایجاد جدول موقت." -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "" -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 msgid "Needed for the replication replicas." msgstr "" -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 msgid "Allows the user to ask where the replicas / primaries are." msgstr "" -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 #, fuzzy @@ -12781,8 +12776,8 @@ msgid "Allows to set up events for the event scheduler." msgstr "دادن مجوز برای قرار دهی رویداد برای لیست رویدادهای زمانی" #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 #, fuzzy @@ -12790,47 +12785,47 @@ msgstr "دادن مجوز برای قرار دهی رویداد برای لیس msgid "Allows deleting historical rows." msgstr "دادن مجوز برای حذف اطلاعات." -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "دادن مجوز برای ایجاد روال ." -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "دادن مجوز برای تغییر یا حذف روال های ذخیره شده." -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "دادن مجوز برای ایجاد , حذف و تغییر نام کاربران." -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "شما امتيازات %s را ابطال كرديد." -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "" -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -12840,24 +12835,24 @@ msgstr "" msgid "Edit privileges" msgstr "ويرايش امتيازات" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "ابطال" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 @@ -12865,31 +12860,31 @@ msgstr "" msgid "Routine" msgstr "افزودن ستون جديد" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 #, fuzzy #| msgid "Check Privileges" msgid "Routine-specific privileges" msgstr "چک سطح دسترسی" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "امتيازات %s به هنگام گرديد." -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 #, fuzzy @@ -12897,40 +12892,40 @@ msgstr "امتيازات %s به هنگام گرديد." msgid "No user found." msgstr "هيچ كاربري وچود ندارد." -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "در حال پاک کردن %s" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, fuzzy, php-format #| msgid "Privileges" msgid "Privileges for %s" msgstr "امتيازات" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "كاربر" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " "allows a connection from any (%) host." msgstr "" -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, php-format msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " @@ -12939,7 +12934,7 @@ msgid "" "%sreload the privileges%s before you continue." msgstr "" -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " "tables. The content of these tables may differ from the privileges the " @@ -12948,7 +12943,7 @@ msgid "" "privilege." msgstr "" -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "شما يك كاربر جديد اضافه كرديد." @@ -13150,7 +13145,7 @@ msgstr "" msgid "This MySQL server does not support the %s storage engine." msgstr "" -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "نام كليد اصلي بايد PRIMARY باشد !" @@ -13159,52 +13154,52 @@ msgstr "نام كليد اصلي بايد PRIMARY باشد !" msgid "Problems with indexes of table `%s`" msgstr "" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 #, fuzzy #| msgid "unknown table status: " msgid "Unknown table status:" msgstr ":وضعیت جدول ناشناس " -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, fuzzy, php-format msgid "Source database `%s` was not found!" msgstr "جستجو در پايگاه‌داده" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, fuzzy, php-format msgid "Target database `%s` was not found!" msgstr "جستجو در پايگاه‌داده" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 #, fuzzy #| msgid "Invalid database" msgid "Invalid database:" msgstr "پایگاه داده نامعتبر" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 #, fuzzy #| msgid "Invalid database" msgid "Invalid table name:" msgstr "پایگاه داده نامعتبر" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, fuzzy, php-format msgid "Failed to rename table %1$s to %2$s!" msgstr "نسخه سرور" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, fuzzy, php-format #| msgid "Table %s has been renamed to %s." msgid "Table %1$s has been renamed to %2$s." msgstr "جدول %s به %s تغيير نام داده‌شد" -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 #, fuzzy #| msgid "Could not save table UI preferences" msgid "Could not save table UI preferences!" msgstr "تنظیمات UI جدول قابل ذخیره سازی نیست" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" @@ -13213,7 +13208,7 @@ msgstr "" "پاک سازی تنظیمات UI جداول موفقیت آمیز نبود(به $cfg['Servers'][$i]" "['MaxTableUiprefs'] %s مراجعه کنید)" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -13223,16 +13218,16 @@ msgstr "" "مقدار UI \"%s\" را نمی توان ذخیره کرد.تغییرات انجام شد اما با رفرش صفحه از " "بین می روند.لطفا ساختار جدول خود را برای تغییرات چک کنید." -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "بازناميدن فهرست به PRIMARY مقدور نمي‌باشد!" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 #, fuzzy msgid "No index parts defined!" msgstr "هيچ فهرستي تعريف‌نشده‌است!" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "" @@ -13658,11 +13653,11 @@ msgstr "تنظيمات به هنگام گرديد." msgid "Password is too long!" msgstr "رمزگذاری پسورد" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 msgid "Could not save configuration" msgstr "" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 #, fuzzy #| msgid "" #| "The phpMyAdmin configuration storage has been deactivated. %sFind out " diff --git a/po/fi.po b/po/fi.po index b88a16c4f2..7397ab8b33 100644 --- a/po/fi.po +++ b/po/fi.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2022-02-15 16:20+0000\n" "Last-Translator: Maurício Meneghini Fauth \n" "Language-Team: Finnish (includes info such as export timestamp, PHP version, " "and server version)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 msgid "Additional custom header comment (\\n splits lines):" msgstr "Lisää oma kommentti otsikkoon (\\n on rivinvaihto):" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 #, fuzzy #| msgid "Export method" msgid "Export metadata" msgstr "Vientimetodi" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 msgid "Add statements:" msgstr "Lisää lausekkeet:" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, php-format msgid "Add %s statement" msgstr "Lisää %s lauseke" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, fuzzy, php-format #| msgid "Session value" msgid "%s value" msgstr "Tämän istunnon arvo" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 #, fuzzy #| msgid "Object creation options" msgid "Data creation options" msgstr "Objektin luontivaihtoehdot" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " "(1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 #, fuzzy #| msgid "Missing data for %s" msgid "Metadata" msgstr "Kohteesta %s puuttuu tiedot" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, fuzzy, php-format #| msgid "Missing data for %s" msgid "Metadata for table %s" msgstr "Kohteesta %s puuttuu tiedot" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, fuzzy, php-format #| msgid "Missing data for %s" msgid "Metadata for database %s" msgstr "Kohteesta %s puuttuu tiedot" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, fuzzy, php-format #| msgid "Table structure for table" msgid "Error reading structure for table %s:" msgstr "Rakenne taululle" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "Rajoitteet vedostauluille" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "Rajoitteet taululle" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 #, fuzzy #| msgid "Constraints for dumped tables" msgid "Indexes for dumped tables" msgstr "Rajoitteet vedostauluille" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 #, fuzzy #| msgid "Inside tables:" msgid "Indexes for table" msgstr "Tauluissa:" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 #, fuzzy #| msgid "Do not use AUTO_INCREMENT for zero values" msgid "AUTO_INCREMENT for dumped tables" msgstr "Älä käytä nolla-arvoissa AUTO_INCREMENT:iä" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 #, fuzzy #| msgid "Add AUTO_INCREMENT value" msgid "AUTO_INCREMENT for table" msgstr "Lisää AUTO_INCREMENT-arvo" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 #, fuzzy #| msgid "MIME TYPES FOR TABLE" msgid "MEDIA TYPES FOR TABLE" msgstr "MIME-TYYPIT TAULULLE" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 #, fuzzy #| msgid "RELATIONS FOR TABLE" msgid "RELATIONSHIPS FOR TABLE" msgstr "RELAATIOT TAULULLE" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, fuzzy, php-format #| msgid "Structure for view" msgid "Structure for view %s exported as a table" msgstr "Näkymän rakenne" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, fuzzy, php-format #| msgid "Allows reading data." msgid "Error reading data for table %s:" msgstr "Sallii tietojen lukemisen." -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 msgid "Creation:" msgstr "Luotu:" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 msgid "Last update:" msgstr "Viimeksi päivitetty:" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 msgid "Last check:" msgstr "Viimeksi tarkistettu:" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "Vie sisällöt" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 #, fuzzy #| msgid "Table" msgid "Table:" msgstr "Taulu" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "" @@ -12732,89 +12727,89 @@ msgstr "Tarkista käyttöoikeudet hakemisto sisältää tietokannan." msgid "Details…" msgstr "Lisätiedot…" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 msgid "Could not save recent table!" msgstr "Äskettäistä taulua ei voida tallentaa!" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 msgid "Could not save favorite table!" msgstr "Suosikkitaulua ei voida tallentaa!" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 msgid "Recent tables" msgstr "Äskeiset taulut" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 msgid "Recent" msgstr "Äskettäinen" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 msgid "Favorites" msgstr "Suosikit" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." msgstr "" -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 #, fuzzy #| msgid "Replication status" msgid "Replication started successfully." msgstr "Kahdennuksen tila" -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 #, fuzzy #| msgid "Master replication" msgid "Error starting replication." msgstr "Isäntäpalvelimen kahdennus" -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 #, fuzzy #| msgid "Chart generated successfully." msgid "Replication stopped successfully." msgstr "Käyttöoikeuksien uudelleenlataus onnistui." -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 #, fuzzy #| msgid "Master replication" msgid "Error stopping replication." msgstr "Isäntäpalvelimen kahdennus" -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 #, fuzzy #| msgid "Replication status" msgid "Replication resetting successfully." msgstr "Kahdennuksen tila" -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 #, fuzzy #| msgid "Master replication" msgid "Error resetting replication." msgstr "Isäntäpalvelimen kahdennus" -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "" -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 #, fuzzy #| msgid "Error" msgid "Error." msgstr "Virhe" -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "Tuntematon virhe" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, fuzzy, php-format #| msgid "Unable to connect to master %s." msgid "Unable to connect to primary %s." msgstr "Isäntäpalvelimeen %s ei voida muodostaa yhteyttä." -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 #, fuzzy #| msgid "" #| "Unable to read master log position. Possible privilege problem on master." @@ -12824,13 +12819,13 @@ msgstr "" "Isäntäpalvelimen lokin sijaintia ei voida lukea. Isäntäpalvelimen " "käyttöoikeusongelmat mahdollisia." -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 #, fuzzy #| msgid "Unable to change master" msgid "Unable to change primary!" msgstr "Pääpalvelinta ei voitu vaihtaa" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, fuzzy, php-format #| msgid "Master server changed successfully to %s" msgid "Primary server changed successfully to %s." @@ -12879,8 +12874,8 @@ msgid "Error while loading the search." msgstr "Virhe ladattaessa hakua." #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 #, fuzzy #| msgid "Cookie authentication" msgid "Native MySQL authentication" @@ -12915,16 +12910,16 @@ msgstr "Eväste tunnistautuminen" msgid "Account locking is not supported." msgstr "" -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "Ei käyttöoikeuksia." -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "Sisältää kaikki käyttöoikeudet GRANT-oikeutta lukuun ottamatta." -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -12932,7 +12927,7 @@ msgstr "Sisältää kaikki käyttöoikeudet GRANT-oikeutta lukuun ottamatta." msgid "Allows deleting data." msgstr "Sallii tietojen poistamisen." -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -12940,7 +12935,7 @@ msgstr "Sallii tietojen poistamisen." msgid "Allows creating new tables." msgstr "Sallii uusien taulujen luomisen." -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -12948,8 +12943,8 @@ msgstr "Sallii uusien taulujen luomisen." msgid "Allows dropping tables." msgstr "Sallii taulujen poistamisen." -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -12957,8 +12952,8 @@ msgstr "Sallii taulujen poistamisen." msgid "Allows creating and dropping indexes." msgstr "Sallii indeksien luomisen ja poistamisen." -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -12966,9 +12961,9 @@ msgstr "Sallii indeksien luomisen ja poistamisen." msgid "Allows altering the structure of existing tables." msgstr "Sallii muuttaa olemassa olevien taulujen rakennetta." -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -12978,9 +12973,9 @@ msgstr "Sallii muuttaa olemassa olevien taulujen rakennetta." msgid "Allows creating new views." msgstr "Sallii uusien näkymien luomisen." -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -12988,8 +12983,8 @@ msgstr "Sallii uusien näkymien luomisen." msgid "Allows performing SHOW CREATE VIEW queries." msgstr "Sallii SHOW CREATE VIEW -kyselyjen suorittamisen." -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -12999,40 +12994,40 @@ msgstr "Sallii SHOW CREATE VIEW -kyselyjen suorittamisen." msgid "Allows creating and dropping triggers." msgstr "Sallii herättimien eli laukaisinten luomisen ja poistamisen" -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "Sallii tietojen lukemisen." -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "Sallii tietojen lisäämisen ja korvaamisen." -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "Sallii tietojen muuttamisen." -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "Sallii uusien tietokantojen ja taulujen luomisen." -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "Sallii tietokantojen ja taulujen poistamisen." -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." @@ -13040,13 +13035,13 @@ msgstr "" "Sallii palvelinasetusten uudelleenlataamisen ja palvelimen välimuistin " "tyhjentämisen." -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "Sallii palvelimen sammuttamisen." -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 #, fuzzy @@ -13054,25 +13049,25 @@ msgstr "Sallii palvelimen sammuttamisen." msgid "Allows viewing processes of all users." msgstr "Sallii kaikkien käyttäjien prosessien näyttämisen" -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "Sallii tietojen tuomisen ja viemisen." -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "Ei vaikutusta tässä MySQL-palvelimen versiossa." -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "Sallii koko tietokantaluettelon käytön." -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -13084,19 +13079,19 @@ msgstr "" "saavutettu; Tarvitaan useissa pääkäyttäjän toiminnoissa kuten globaalien " "muuttujien asettamisessa ja muitten käyttäjien säikeiden lopettamisessa." -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "Sallii tilapäisten taulujen luomisen." -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "Sallii taulujen lukitsemisen nykyiselle säikeelle." -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 #, fuzzy @@ -13104,7 +13099,7 @@ msgstr "Sallii taulujen lukitsemisen nykyiselle säikeelle." msgid "Needed for the replication replicas." msgstr "Tarvitaan kahdennusta käyttävissä alipalvelimissa." -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 #, fuzzy @@ -13112,7 +13107,7 @@ msgstr "Tarvitaan kahdennusta käyttävissä alipalvelimissa." msgid "Allows the user to ask where the replicas / primaries are." msgstr "Sallii käyttäjän kysyä, missä ali- ja pääpalvelimet sijaitsevat." -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 #, fuzzy @@ -13121,8 +13116,8 @@ msgid "Allows to set up events for the event scheduler." msgstr "Sallii luoda tapahtuma-ajastimelle tapahtumia" #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 #, fuzzy @@ -13130,47 +13125,47 @@ msgstr "Sallii luoda tapahtuma-ajastimelle tapahtumia" msgid "Allows deleting historical rows." msgstr "Sallii tietojen poistamisen." -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "Sallii talletettujen rutiinien luomisen." -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "Sallii talletettujen rutiinien muuntamisen ja poistamisen." -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "Sallii käyttäjätilien luomisen, poistamisen ja uudelleennimeämisen." -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "Sallii talletettujen rutiinien suorittamisen." -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "Käyttäjän %s salasanan vaihto onnistui." -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "Käyttäjän %s käyttöoikeudet on poistettu." -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "" -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -13180,24 +13175,24 @@ msgstr "" msgid "Edit privileges" msgstr "Muokkaa käyttöoikeuksia" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "Pura käyttöoikeudet" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "Tietokantakohtaiset käyttöoikeudet" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "Taulukohtaiset käyttöoikeudet" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 @@ -13206,31 +13201,31 @@ msgstr "Taulukohtaiset käyttöoikeudet" msgid "Routine" msgstr "Rutiinit" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 #, fuzzy #| msgid "Column-specific privileges" msgid "Routine-specific privileges" msgstr "Sarakekohtaiset käyttöoikeudet" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "Yhtään käyttäjää ei valittu poistettavaksi!" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "Ladataan käyttöoikeuksia uudelleen" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "Valitsemiesi käyttäjien poisto onnistui." -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "Käyttäjän %s käyttöoikeudet on päivitetty." -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 #, fuzzy @@ -13238,40 +13233,40 @@ msgstr "Käyttäjän %s käyttöoikeudet on päivitetty." msgid "No user found." msgstr "Käyttäjiä ei ole." -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "Poistetaan: %s" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "Käyttöoikeuksien uudelleenlataus onnistui." -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "Käyttäjä %s on jo olemassa!" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, fuzzy, php-format #| msgid "Privileges" msgid "Privileges for %s" msgstr "Käyttöoikeudet" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "Käyttäjä" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " "allows a connection from any (%) host." msgstr "" -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, fuzzy, php-format #| msgid "" #| "Note: phpMyAdmin gets the users' privileges directly from MySQL's " @@ -13289,7 +13284,7 @@ msgstr "" "käyttämistä käyttöoikeuksista, jos tauluihin on tehty muutoksia käsin. " "Tällöin %skäyttöoikeudet on ladattava uudestaan%s ennen jatkamista." -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 #, fuzzy #| msgid "" #| "Note: phpMyAdmin gets the users' privileges directly from MySQL's " @@ -13308,7 +13303,7 @@ msgstr "" "käyttämistä käyttöoikeuksista, jos tauluihin on tehty muutoksia käsin. " "Tällöin %skäyttöoikeudet on ladattava uudestaan%s ennen jatkamista." -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "Uusi käyttäjä lisätty." @@ -13520,7 +13515,7 @@ msgstr "%s ei ole käytettävissä tällä MySQL-palvelimella." msgid "This MySQL server does not support the %s storage engine." msgstr "Tämä MySQL-palvelin ei tue %s-tallennusmoottoria." -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "Perusavaimen nimen on oltava PRIMARY!" @@ -13529,43 +13524,43 @@ msgstr "Perusavaimen nimen on oltava PRIMARY!" msgid "Problems with indexes of table `%s`" msgstr "Taulun \"%s\" indeksien kanssa on ongelmia" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 msgid "Unknown table status:" msgstr "Tuntematon taulun tila:" -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, php-format msgid "Source database `%s` was not found!" msgstr "Lähdetietokanta '%s' ei löytynyt!" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, php-format msgid "Target database `%s` was not found!" msgstr "Kohde tietokantaa '%s' ei löydy!" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 msgid "Invalid database:" msgstr "Virheellinen tietokanta:" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 msgid "Invalid table name:" msgstr "Virheellinen taulukon nimi:" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, php-format msgid "Failed to rename table %1$s to %2$s!" msgstr "Virhe nimettäessä uudelleen taulua %1$s muotoon %2$s!" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, php-format msgid "Table %1$s has been renamed to %2$s." msgstr "Taulu %1$s on nimeltään %2$s." -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 msgid "Could not save table UI preferences!" msgstr "Taulukon käyttöliittymäasetuksia ei voida tallentaa!" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" @@ -13574,7 +13569,7 @@ msgstr "" "Taulun käyttöliittymäasetuksia ei voitu siivota (katso $cfg['Servers'][$i]" "['MaxTableUiprefs'] %s)" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -13585,15 +13580,15 @@ msgstr "" "eivät säily sivun päivittämisen jälkeen. Tarkista onko taulukon rakenne " "muuttunut." -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "Indeksiä ei voi muuttaa PRIMARY-nimiseksi!" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "Indeksin osia ei ole määritelty!" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "Virhe luotaessa kohteen %1$s viiteavainta (tarkista tietotyypit)" @@ -14080,13 +14075,13 @@ msgstr "Profiili on päivitetty." msgid "Password is too long!" msgstr "Salasanan salaus:" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 #, fuzzy #| msgid "Cannot load or save configuration" msgid "Could not save configuration" msgstr "Asetuksia ei voi ladata tai tallentaa" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 #, fuzzy #| msgid "Missing phpMyAdmin configuration storage tables" msgid "The phpMyAdmin configuration storage database could not be accessed." @@ -20320,6 +20315,10 @@ msgstr "VIEW-arvon nimi" msgid "Column names" msgstr "Sarakkeiden nimet" +#, php-format +#~ msgid "Analyze Explain at %s" +#~ msgstr "Analyysin selostus %s" + #~ msgid "Key is too short, it should have at least 32 characters." #~ msgstr "Avain on liian lyhyt; siinä tulisi olla ainakin 32 merkkiä." diff --git a/po/fil.po b/po/fil.po index 5c2eba603b..68e96feab9 100644 --- a/po/fil.po +++ b/po/fil.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2021-01-22 03:17+0000\n" "Last-Translator: William Desportes \n" "Language-Team: Filipino (includes info such as export timestamp, PHP version, " "and server version)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 msgid "Additional custom header comment (\\n splits lines):" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 msgid "Export metadata" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 msgid "Add statements:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, php-format msgid "Add %s statement" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, php-format msgid "%s value" msgstr "" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 msgid "Data creation options" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " "(1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 msgid "Metadata" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, php-format msgid "Metadata for table %s" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, php-format msgid "Metadata for database %s" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, php-format msgid "Error reading structure for table %s:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 msgid "Indexes for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 msgid "Indexes for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 msgid "AUTO_INCREMENT for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 msgid "AUTO_INCREMENT for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 msgid "MEDIA TYPES FOR TABLE" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 msgid "RELATIONSHIPS FOR TABLE" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, php-format msgid "Structure for view %s exported as a table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, php-format msgid "Error reading data for table %s:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 msgid "Creation:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 msgid "Last update:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 msgid "Last check:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 msgid "Table:" msgstr "" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "" @@ -11561,83 +11556,83 @@ msgstr "" msgid "Details…" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 msgid "Could not save recent table!" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 msgid "Could not save favorite table!" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 msgid "Recent tables" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 msgid "Recent" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 msgid "Favorites" msgstr "" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." msgstr "" -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 msgid "Replication started successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 msgid "Error starting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 msgid "Replication stopped successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 msgid "Error stopping replication." msgstr "" -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 msgid "Replication resetting successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 msgid "Error resetting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "" -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 msgid "Error." msgstr "" -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, php-format msgid "Unable to connect to primary %s." msgstr "" -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 msgid "" "Unable to read primary log position. Possible privilege problem on primary." msgstr "" -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 msgid "Unable to change primary!" msgstr "" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, php-format msgid "Primary server changed successfully to %s." msgstr "" @@ -11684,8 +11679,8 @@ msgid "Error while loading the search." msgstr "" #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 msgid "Native MySQL authentication" msgstr "" @@ -11712,16 +11707,16 @@ msgstr "Dokumentasyon" msgid "Account locking is not supported." msgstr "" -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "" -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "" -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -11729,7 +11724,7 @@ msgstr "" msgid "Allows deleting data." msgstr "" -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -11737,7 +11732,7 @@ msgstr "" msgid "Allows creating new tables." msgstr "" -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -11745,8 +11740,8 @@ msgstr "" msgid "Allows dropping tables." msgstr "" -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -11754,8 +11749,8 @@ msgstr "" msgid "Allows creating and dropping indexes." msgstr "" -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -11763,9 +11758,9 @@ msgstr "" msgid "Allows altering the structure of existing tables." msgstr "" -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -11775,9 +11770,9 @@ msgstr "" msgid "Allows creating new views." msgstr "" -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -11785,8 +11780,8 @@ msgstr "" msgid "Allows performing SHOW CREATE VIEW queries." msgstr "" -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -11794,76 +11789,76 @@ msgstr "" msgid "Allows creating and dropping triggers." msgstr "" -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "" -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "" -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "" -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "" -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "" -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." msgstr "" -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "" -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 msgid "Allows viewing processes of all users." msgstr "" -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "" -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "" -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "" -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -11872,85 +11867,85 @@ msgid "" "killing threads of other users." msgstr "" -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "" -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "" -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 msgid "Needed for the replication replicas." msgstr "" -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 msgid "Allows the user to ask where the replicas / primaries are." msgstr "" -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 msgid "Allows to set up events for the event scheduler." msgstr "" #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 msgid "Allows deleting historical rows." msgstr "" -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "" -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "" -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "" -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -11958,91 +11953,91 @@ msgstr "" msgid "Edit privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 msgid "Routine" msgstr "" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 msgid "Routine-specific privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "" -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 msgid "No user found." msgstr "" -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, php-format msgid "Privileges for %s" msgstr "" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " "allows a connection from any (%) host." msgstr "" -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, php-format msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " @@ -12051,7 +12046,7 @@ msgid "" "%sreload the privileges%s before you continue." msgstr "" -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " "tables. The content of these tables may differ from the privileges the " @@ -12060,7 +12055,7 @@ msgid "" "privilege." msgstr "" -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "" @@ -12246,7 +12241,7 @@ msgstr "" msgid "This MySQL server does not support the %s storage engine." msgstr "" -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "" @@ -12255,50 +12250,50 @@ msgstr "" msgid "Problems with indexes of table `%s`" msgstr "" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 msgid "Unknown table status:" msgstr "" -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, php-format msgid "Source database `%s` was not found!" msgstr "" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, php-format msgid "Target database `%s` was not found!" msgstr "" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 msgid "Invalid database:" msgstr "" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 msgid "Invalid table name:" msgstr "" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, php-format msgid "Failed to rename table %1$s to %2$s!" msgstr "" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, php-format msgid "Table %1$s has been renamed to %2$s." msgstr "" -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 msgid "Could not save table UI preferences!" msgstr "" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" "['MaxTableUiprefs'] %s)" msgstr "" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -12306,15 +12301,15 @@ msgid "" "changed." msgstr "" -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "" @@ -12726,11 +12721,11 @@ msgstr "" msgid "Password is too long!" msgstr "" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 msgid "Could not save configuration" msgstr "" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 #, fuzzy #| msgid "" #| "The phpMyAdmin configuration storage has been deactivated. %sFind out " diff --git a/po/fr.po b/po/fr.po index 4118a72fed..e1ec3f6360 100644 --- a/po/fr.po +++ b/po/fr.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin-docs 4.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2022-11-21 20:48+0000\n" "Last-Translator: William Desportes \n" "Language-Team: French (includes info such as export timestamp, PHP version, " "and server version)" @@ -11740,11 +11735,11 @@ msgstr "" "Afficher les commentaires (incluant les informations telles que " "l'horodatage d'exportation, la version de PHP et la version du serveur)" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 msgid "Additional custom header comment (\\n splits lines):" msgstr "Commentaires mis en entête (séparer les lignes par « \\n ») :" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" @@ -11752,41 +11747,41 @@ msgstr "" "Inclure un horodatage de création, de mise à jour et de dernière " "vérification des bases de données" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 msgid "Export metadata" msgstr "Exporter les métadonnées" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 msgid "Add statements:" msgstr "Ajouter les instructions :" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, php-format msgid "Add %s statement" msgstr "Ajouter une instruction %s" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "" "(moins efficace car les index seront générés lors de la création de la table)" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, php-format msgid "%s value" msgstr "Valeur de %s" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "Utiliser l'export de vues simplifié" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" @@ -11795,37 +11790,37 @@ msgstr "" "(protège les noms de tables et de colonnes comportant des caractères " "spéciaux ou des mots réservés)" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 msgid "Data creation options" msgstr "Options de création de données" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "Tronquer la table avant d'insérer" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "Au lieu d'instructions INSERT, utiliser :" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "Instructions INSERT DELAYED" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "Instructions INSERT IGNORE" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "Fonction à utiliser lors du déchargement des données :" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "Syntaxe à utiliser lors de l'insertion de données :" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " @@ -11835,7 +11830,7 @@ msgstr "" "      Par exemple : INSERT INTO tbl_name (col_A,col_B," "col_C) VALUES (1,2,3)" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " @@ -11845,7 +11840,7 @@ msgstr "" "      Par exemple : INSERT INTO tbl_name VALUES " "(1,2,3), (4,5,6), (7,8,9)" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" @@ -11853,7 +11848,7 @@ msgstr "" "les deux modes ci-dessus
      Par exemple : INSERT " "INTO tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" @@ -11861,7 +11856,7 @@ msgstr "" "aucun des modes ci-dessus
      Par exemple : " "INSERT INTO tbl_name VALUES (1,2,3)" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" @@ -11869,7 +11864,7 @@ msgstr "" "Décharger les colonnes binaires en format hexadécimal (par exemple, « abc " "» devient 0x616263)" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" @@ -11878,127 +11873,127 @@ msgstr "" "d'être exportées et importées entre des serveurs de fuseaux horaires " "différents)" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "Il semble que la base de données utilise des procédures ;" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "" "l'exportation d'alias peut ne pas fonctionner de manière fiable dans tous " "les cas." -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 msgid "Metadata" msgstr "Métadonnées" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, php-format msgid "Metadata for table %s" msgstr "Métadonnées pour la table %s" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, php-format msgid "Metadata for database %s" msgstr "Métadonnées pour la base de données %s" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, php-format msgid "Error reading structure for table %s:" msgstr "Erreur de lecture de structure pour la table %s :" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "Il semble que la base de données utilise des vues ;" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "Contraintes pour les tables déchargées" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "Contraintes pour la table" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 msgid "Indexes for dumped tables" msgstr "Index pour les tables déchargées" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 msgid "Indexes for table" msgstr "Index pour la table" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 msgid "AUTO_INCREMENT for dumped tables" msgstr "AUTO_INCREMENT pour les tables déchargées" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 msgid "AUTO_INCREMENT for table" msgstr "AUTO_INCREMENT pour la table" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 msgid "MEDIA TYPES FOR TABLE" msgstr "TYPES MIME POUR LA TABLE" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 msgid "RELATIONSHIPS FOR TABLE" msgstr "RELATIONS POUR LA TABLE" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "Il semble que la table utilise des déclencheurs ;" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, php-format msgid "Structure for view %s exported as a table" msgstr "Structure de la vue %s exportée comme une table" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "(Voir ci-dessous la vue réelle)" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, php-format msgid "Error reading data for table %s:" msgstr "Erreur de lecture des données pour la table %s :" -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 msgid "Creation:" msgstr "Création :" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 msgid "Last update:" msgstr "Dernière modification :" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 msgid "Last check:" msgstr "Dernière vérification :" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" "Système de base de données ou ancien serveur MySQL pour maximiser la " "compatibilité de sortie avec :" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "Options de création d'objets (toutes sont recommandées)" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "Exporter les contenus" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 msgid "Table:" msgstr "Table :" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "But :" @@ -12604,27 +12599,27 @@ msgstr "" msgid "Details…" msgstr "Détails…" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 msgid "Could not save recent table!" msgstr "Impossible d'enregistrer les tables récentes !" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 msgid "Could not save favorite table!" msgstr "Impossible d'enregistrer la table préférée !" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 msgid "Recent tables" msgstr "Tables récentes" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 msgid "Recent" msgstr "Récentes" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 msgid "Favorites" msgstr "Préférées" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." @@ -12632,59 +12627,59 @@ msgstr "" "La connexion au serveur est désactivée, merci d'activer " "$cfg['AllowArbitraryServer'] dans la configuration de phpMyAdmin." -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 msgid "Replication started successfully." msgstr "La réplication a démarré avec succès." -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 msgid "Error starting replication." msgstr "Erreur lors du démarrage de la réplication." -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 msgid "Replication stopped successfully." msgstr "La réplication s'est correctement arrêtée." -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 msgid "Error stopping replication." msgstr "Erreur lors de l'arrêt de la réplication." -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 msgid "Replication resetting successfully." msgstr "La réplication a été réinitialisée avec succès." -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 msgid "Error resetting replication." msgstr "Erreur lors de la réinitialisation de la réplication." -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "Succès." -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 msgid "Error." msgstr "Erreur." -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "Erreur inconnue" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, php-format msgid "Unable to connect to primary %s." msgstr "Connexion impossible à l'original %s." -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 msgid "" "Unable to read primary log position. Possible privilege problem on primary." msgstr "" "Impossible de lire la position du journal sur l'original. C'est un possible " "problème de privilège sur l'original." -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 msgid "Unable to change primary!" msgstr "Impossible de changer l'original !" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, php-format msgid "Primary server changed successfully to %s." msgstr "Le serveur original est maintenant %s." @@ -12733,8 +12728,8 @@ msgid "Error while loading the search." msgstr "Erreur lors du chargement de la recherche." #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 msgid "Native MySQL authentication" msgstr "Authentification MySQL native" @@ -12759,16 +12754,16 @@ msgstr "Ancienne authentification MySQL-4.0" msgid "Account locking is not supported." msgstr "Le verrouillage des comptes n'est pas pris en charge." -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "Pas de privilèges." -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "Tous les privilèges sauf GRANT." -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -12776,7 +12771,7 @@ msgstr "Tous les privilèges sauf GRANT." msgid "Allows deleting data." msgstr "Permission de supprimer des données." -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -12784,7 +12779,7 @@ msgstr "Permission de supprimer des données." msgid "Allows creating new tables." msgstr "Permission de créer des tables." -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -12792,8 +12787,8 @@ msgstr "Permission de créer des tables." msgid "Allows dropping tables." msgstr "Permission de supprimer des tables." -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -12801,8 +12796,8 @@ msgstr "Permission de supprimer des tables." msgid "Allows creating and dropping indexes." msgstr "Permission de créer et de supprimer des index." -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -12810,9 +12805,9 @@ msgstr "Permission de créer et de supprimer des index." msgid "Allows altering the structure of existing tables." msgstr "Permission de modifier la structure des tables existantes." -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -12822,9 +12817,9 @@ msgstr "Permission de modifier la structure des tables existantes." msgid "Allows creating new views." msgstr "Permission de créer des vues." -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -12832,8 +12827,8 @@ msgstr "Permission de créer des vues." msgid "Allows performing SHOW CREATE VIEW queries." msgstr "Permet d'exécuter les requêtes SHOW CREATE VIEW." -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -12841,40 +12836,40 @@ msgstr "Permet d'exécuter les requêtes SHOW CREATE VIEW." msgid "Allows creating and dropping triggers." msgstr "Permission de créer et de supprimer des déclencheurs." -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "Permission de lire des données." -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "Permission d'ajouter et de remplacer des données." -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "Permission de changer des données." -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "Permission de créer des bases de données et des tables." -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "Permission de supprimer des bases de données et des tables." -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." @@ -12882,19 +12877,19 @@ msgstr "" "Permission de recharger les paramètres du serveur, et de vidanger la mémoire " "cache." -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "Permission d'arrêter le serveur." -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 msgid "Allows viewing processes of all users." msgstr "Permission de voir les processus de tous les utilisateurs." -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." @@ -12902,19 +12897,19 @@ msgstr "" "Permission d'importer et d'exporter des données à partir de/vers des " "fichiers." -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "N'a pas d'effet dans cette version de MySQL." -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "Permission de voir la liste complète des noms de bases de données." -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -12927,13 +12922,13 @@ msgstr "" "administratif, par exemple les changements de variables globales ou la " "destruction de processus." -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "Permission de créer des tables temporaires." -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." @@ -12941,13 +12936,13 @@ msgstr "" "Permission de verrouiller des enregistrements dans le fil courant (unité " "d'exécution)." -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 msgid "Needed for the replication replicas." msgstr "Nécessaire pour les répliques (système de duplication)." -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 msgid "Allows the user to ask where the replicas / primaries are." @@ -12955,7 +12950,7 @@ msgstr "" "Permet de demander à l'utilisateur où sont les originaux et les répliques " "(système de duplication)." -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 msgid "Allows to set up events for the event scheduler." @@ -12964,54 +12959,54 @@ msgstr "" "d'évènements." #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 msgid "Allows deleting historical rows." msgstr "Permission de supprimer des données historiques." -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "Permission de créer des procédures stockées." -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "Permission de modifier et de supprimer des procédures stockées." -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "Permission de créer, supprimer et renommer des comptes utilisateurs." -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "Permission d'exécuter des procédures stockées." -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "Le mot de passe de %s a été changé." -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "L'utilisateur a révoqué les privilèges pour %s." -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "Privilèges insuffisants pour visualiser les utilisateurs." -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -13019,84 +13014,84 @@ msgstr "Privilèges insuffisants pour visualiser les utilisateurs." msgid "Edit privileges" msgstr "Éditer les privilèges" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "Révoquer" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "Privilèges spécifiques à une base de données" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "Privilèges spécifiques à une table" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 msgid "Routine" msgstr "Procédure stockée" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 msgid "Routine-specific privileges" msgstr "Privilèges spécifiques à la procédure stockée" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "Aucun utilisateur n'a été choisi en vue de le détruire !" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "Chargement des privilèges en cours" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "Les utilisateurs sélectionnés ont été effacés." -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "L'utilisateur a modifié les privilèges pour %s." -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 msgid "No user found." msgstr "Aucun utilisateur n'a été trouvé." -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "Suppression de %s" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "Les privilèges ont été rechargés avec succès." -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "L'utilisateur %s existe déjà !" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, php-format msgid "Privileges for %s" msgstr "Privilèges pour %s" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "Utilisateur" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " @@ -13107,7 +13102,7 @@ msgstr "" "connecter si la partie hôte de leur compte permet une connexion de n'importe " "quel hôte (%)." -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, php-format msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " @@ -13120,7 +13115,7 @@ msgstr "" "effectifs, si des changements manuels ont été apportés. Dans ce cas, il " "faudrait %srecharger les privilèges%s avant de continuer." -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " "tables. The content of these tables may differ from the privileges the " @@ -13134,7 +13129,7 @@ msgstr "" "privilèges doivent être rechargés, mais l'utilisateur n'a pas le privilège " "RELOAD." -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "L'utilisateur a ajouté un utilisateur." @@ -13330,7 +13325,7 @@ msgstr "%s a été désactivé sur ce serveur MySQL." msgid "This MySQL server does not support the %s storage engine." msgstr "Ce serveur MySQL ne prend pas en charge le moteur de stockage %s." -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "Le nom d'une clé primaire doit être « PRIMARY » !" @@ -13339,43 +13334,43 @@ msgstr "Le nom d'une clé primaire doit être « PRIMARY » !" msgid "Problems with indexes of table `%s`" msgstr "Il y a des problèmes avec les index de la table « %s »" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 msgid "Unknown table status:" msgstr "État de la table inconnu :" -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, php-format msgid "Source database `%s` was not found!" msgstr "La base de données source « %s » n'existe pas !" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, php-format msgid "Target database `%s` was not found!" msgstr "La base de données cible « %s » n'existe pas !" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 msgid "Invalid database:" msgstr "Base de données invalide :" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 msgid "Invalid table name:" msgstr "Nom de table invalide :" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, php-format msgid "Failed to rename table %1$s to %2$s!" msgstr "Erreur lors du renommage de %1$s en %2$s !" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, php-format msgid "Table %1$s has been renamed to %2$s." msgstr "La table %1$s se nomme maintenant %2$s." -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 msgid "Could not save table UI preferences!" msgstr "Impossible d'enregistrer les préférences d'interface de tables !" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" @@ -13384,7 +13379,7 @@ msgstr "" "Échec lors de la tentative de vidage de la table des préférences UI (voir " "$cfg['Servers'][$i]['MaxTableUiprefs'] %s)" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -13395,15 +13390,15 @@ msgstr "" "sera pas persistant après actualisation de cette page. Merci de vérifier si " "la structure de la table a changé." -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "L'index ne peut être renommé en PRIMARY !" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "Aucune colonne n'a été définie pour cet index !" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "" @@ -13889,11 +13884,11 @@ msgstr "Le profil a été modifié." msgid "Password is too long!" msgstr "Le mot de passe est trop long !" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 msgid "Could not save configuration" msgstr "Impossible d'enregistrer la configuration" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 msgid "The phpMyAdmin configuration storage database could not be accessed." msgstr "" "La base de données de stockage de configuration de phpMyAdmin n'a pas pu " @@ -19353,6 +19348,10 @@ msgstr "Nom de la vue" msgid "Column names" msgstr "Noms de colonnes" +#, php-format +#~ msgid "Analyze Explain at %s" +#~ msgstr "Analyser les explications sur %s" + #~ msgid "Key is too short, it should have at least 32 characters." #~ msgstr "La clé doit avoir un minimum de 32 caractères." diff --git a/po/fy.po b/po/fy.po index 41c4859cc0..09ba319ff2 100644 --- a/po/fy.po +++ b/po/fy.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2015-12-24 23:02+0000\n" "Last-Translator: Robin van der Vliet \n" "Language-Team: Frisian (includes info such as export timestamp, PHP version, " "and server version)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 msgid "Additional custom header comment (\\n splits lines):" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 #, fuzzy #| msgid "Export method" msgid "Export metadata" msgstr "Eksportearmetoade" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 msgid "Add statements:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, php-format msgid "Add %s statement" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, fuzzy, php-format #| msgid "Session value" msgid "%s value" msgstr "Sessywearde" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 msgid "Data creation options" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " "(1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 #, fuzzy #| msgid "data" msgid "Metadata" msgstr "gegevens" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, php-format msgid "Metadata for table %s" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, fuzzy, php-format #| msgid "No databases" msgid "Metadata for database %s" msgstr "Gjin databases" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, fuzzy, php-format #| msgid "Table structure for table" msgid "Error reading structure for table %s:" msgstr "Tabelstruktuer foar tabel" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 msgid "Indexes for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 msgid "Indexes for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 msgid "AUTO_INCREMENT for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 msgid "AUTO_INCREMENT for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 msgid "MEDIA TYPES FOR TABLE" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 msgid "RELATIONSHIPS FOR TABLE" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, php-format msgid "Structure for view %s exported as a table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, fuzzy, php-format #| msgid "No databases" msgid "Error reading data for table %s:" msgstr "Gjin databases" -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 msgid "Creation:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 msgid "Last update:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 msgid "Last check:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "Eksportearynhâld" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 msgid "Table:" msgstr "Tabel:" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "" @@ -11618,83 +11613,83 @@ msgstr "" msgid "Details…" msgstr "Details…" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 msgid "Could not save recent table!" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 msgid "Could not save favorite table!" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 msgid "Recent tables" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 msgid "Recent" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 msgid "Favorites" msgstr "Favoriten" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." msgstr "" -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 msgid "Replication started successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 msgid "Error starting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 msgid "Replication stopped successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 msgid "Error stopping replication." msgstr "" -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 msgid "Replication resetting successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 msgid "Error resetting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "" -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 msgid "Error." msgstr "Flater." -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "Unbekende flater" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, php-format msgid "Unable to connect to primary %s." msgstr "" -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 msgid "" "Unable to read primary log position. Possible privilege problem on primary." msgstr "" -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 msgid "Unable to change primary!" msgstr "" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, php-format msgid "Primary server changed successfully to %s." msgstr "" @@ -11741,8 +11736,8 @@ msgid "Error while loading the search." msgstr "" #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 msgid "Native MySQL authentication" msgstr "" @@ -11775,16 +11770,16 @@ msgstr "Dokumintaasje" msgid "Account locking is not supported." msgstr "" -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "" -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "" -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -11792,7 +11787,7 @@ msgstr "" msgid "Allows deleting data." msgstr "" -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -11800,7 +11795,7 @@ msgstr "" msgid "Allows creating new tables." msgstr "" -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -11808,8 +11803,8 @@ msgstr "" msgid "Allows dropping tables." msgstr "" -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -11817,8 +11812,8 @@ msgstr "" msgid "Allows creating and dropping indexes." msgstr "" -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -11826,9 +11821,9 @@ msgstr "" msgid "Allows altering the structure of existing tables." msgstr "" -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -11838,9 +11833,9 @@ msgstr "" msgid "Allows creating new views." msgstr "" -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -11848,8 +11843,8 @@ msgstr "" msgid "Allows performing SHOW CREATE VIEW queries." msgstr "" -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -11857,76 +11852,76 @@ msgstr "" msgid "Allows creating and dropping triggers." msgstr "" -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "" -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "" -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "" -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "" -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "" -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." msgstr "" -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "" -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 msgid "Allows viewing processes of all users." msgstr "" -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "" -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "" -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "" -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -11935,85 +11930,85 @@ msgid "" "killing threads of other users." msgstr "" -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "" -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "" -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 msgid "Needed for the replication replicas." msgstr "" -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 msgid "Allows the user to ask where the replicas / primaries are." msgstr "" -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 msgid "Allows to set up events for the event scheduler." msgstr "" #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 msgid "Allows deleting historical rows." msgstr "" -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "" -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "" -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "" -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -12023,24 +12018,24 @@ msgstr "" msgid "Edit privileges" msgstr "Rjochten bewurkje:" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 @@ -12049,69 +12044,69 @@ msgstr "" msgid "Routine" msgstr "Routines" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 #, fuzzy #| msgid "Privileges" msgid "Routine-specific privileges" msgstr "Rjochten" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "" -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 msgid "No user found." msgstr "" -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, php-format msgid "Privileges for %s" msgstr "Rjochten foar %s" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "Brûker" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " "allows a connection from any (%) host." msgstr "" -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, php-format msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " @@ -12120,7 +12115,7 @@ msgid "" "%sreload the privileges%s before you continue." msgstr "" -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " "tables. The content of these tables may differ from the privileges the " @@ -12129,7 +12124,7 @@ msgid "" "privilege." msgstr "" -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "" @@ -12315,7 +12310,7 @@ msgstr "" msgid "This MySQL server does not support the %s storage engine." msgstr "" -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "" @@ -12324,50 +12319,50 @@ msgstr "" msgid "Problems with indexes of table `%s`" msgstr "" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 msgid "Unknown table status:" msgstr "" -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, php-format msgid "Source database `%s` was not found!" msgstr "" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, php-format msgid "Target database `%s` was not found!" msgstr "" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 msgid "Invalid database:" msgstr "" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 msgid "Invalid table name:" msgstr "" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, php-format msgid "Failed to rename table %1$s to %2$s!" msgstr "" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, php-format msgid "Table %1$s has been renamed to %2$s." msgstr "" -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 msgid "Could not save table UI preferences!" msgstr "" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" "['MaxTableUiprefs'] %s)" msgstr "" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -12375,15 +12370,15 @@ msgid "" "changed." msgstr "" -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "" @@ -12797,11 +12792,11 @@ msgstr "" msgid "Password is too long!" msgstr "Wachtwurd-hashing:" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 msgid "Could not save configuration" msgstr "" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 #, fuzzy #| msgid "phpMyAdmin documentation" msgid "The phpMyAdmin configuration storage database could not be accessed." diff --git a/po/gl.po b/po/gl.po index 47f12d83e3..9926594a67 100644 --- a/po/gl.po +++ b/po/gl.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2022-02-15 16:21+0000\n" "Last-Translator: Maurício Meneghini Fauth \n" "Language-Team: Galician (includes info such as export timestamp, PHP version, " "and server version)" @@ -12225,11 +12220,11 @@ msgstr "" "Mostrar os comentarios (inclúe información como a marca horaria da " "exportación, a versión do PHP e a versión do servidor)" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 msgid "Additional custom header comment (\\n splits lines):" msgstr "Engadir un comentario propio na cabeceira (\\n quebra as liñas):" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" @@ -12237,43 +12232,43 @@ msgstr "" "Incluír a marca temporal de cando se crearon as bases de datos, cando foi a " "última vez que se actualizaron e que se comprobaron" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 #, fuzzy #| msgid "Export method" msgid "Export metadata" msgstr "Método de exportación" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 msgid "Add statements:" msgstr "Engadir instrucións:" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, php-format msgid "Add %s statement" msgstr "Engadir unha instrución %s" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, fuzzy, php-format #| msgid "Session value" msgid "%s value" msgstr "Valor da sesión" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" @@ -12282,37 +12277,37 @@ msgstr "" "(Protexe os nomes das columnas e as táboas formadas con caracteres " "especiais ou palabras chave)" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 msgid "Data creation options" msgstr "Opcións de creación de datos" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "Baleirar a táboa antes de inserir" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "No canto de instrucións INSERT, empregar:" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "instrucións INSERT DELAYED" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "instrucións INSERT IGNORE" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "Función que empregar ao envorcar os datos:" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "Sintaxe que empregar ao inserir os datos:" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " @@ -12322,7 +12317,7 @@ msgstr "" "
    Exemplo: INSERT INTO nome_taboa (col_A,col_B," "col_C) VALUES (1,2,3)" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " @@ -12332,7 +12327,7 @@ msgstr "" "    Exemplo: INSERT INTO nome_taboa VALUES (1,2,3), " "(4,5,6), (7,8,9)" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" @@ -12340,7 +12335,7 @@ msgstr "" "as dúas anteriores
      Exemplo: INSERT INTO " "nome_taboa (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" @@ -12348,7 +12343,7 @@ msgstr "" "ningunha das anteriores
      Exemplo: INSERT INTO " "nome_taboa VALUES (1,2,3)" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" @@ -12356,7 +12351,7 @@ msgstr "" "Envorcar as columnas binarias na notación hexadecimal (por exemplo, «abc» " "convértese en 0x616263)" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" @@ -12365,144 +12360,144 @@ msgstr "" "se envorquen en carguen entre servidores que estean en fusos horarios " "distintos)" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 #, fuzzy #| msgid "Missing data for %s" msgid "Metadata" msgstr "Faltan datos de %s" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, fuzzy, php-format #| msgid "Missing data for %s" msgid "Metadata for table %s" msgstr "Faltan datos de %s" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, fuzzy, php-format #| msgid "Missing data for %s" msgid "Metadata for database %s" msgstr "Faltan datos de %s" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, fuzzy, php-format #| msgid "Table structure for table" msgid "Error reading structure for table %s:" msgstr "Estrutura da táboa" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "Restricións para os envorcados das táboas" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "Restricións para a táboa" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 #, fuzzy #| msgid "Constraints for dumped tables" msgid "Indexes for dumped tables" msgstr "Restricións para os envorcados das táboas" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 #, fuzzy #| msgid "Inside tables:" msgid "Indexes for table" msgstr "Dentro das táboas:" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 #, fuzzy #| msgid "Do not use AUTO_INCREMENT for zero values" msgid "AUTO_INCREMENT for dumped tables" msgstr "Non empregar AUTO_INCREMENT cos valores cero" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 #, fuzzy #| msgid "Add AUTO_INCREMENT value" msgid "AUTO_INCREMENT for table" msgstr "Engadir o valor incremental (AUTO_INCREMENT)" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 #, fuzzy #| msgid "MIME TYPES FOR TABLE" msgid "MEDIA TYPES FOR TABLE" msgstr "TIPOS MIME PARA A TÁBOA" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 #, fuzzy #| msgid "RELATIONS FOR TABLE" msgid "RELATIONSHIPS FOR TABLE" msgstr "RELACIÓNS PARA A TÁBOA" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, fuzzy, php-format #| msgid "Structure for view" msgid "Structure for view %s exported as a table" msgstr "Estrutura para a vista" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, fuzzy, php-format #| msgid "Error reading data:" msgid "Error reading data for table %s:" msgstr "Produciuse un erro ao ler os datos:" -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 msgid "Creation:" msgstr "Creación:" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 msgid "Last update:" msgstr "Última actualización:" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 msgid "Last check:" msgstr "Última revisión:" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" "Sistema de bases de datos ou servidor de MySQL máis vello co que maximizar a " "compatibilidade da saída:" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "Opcións de creación de obxectos (recoméndanse todas)" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "Exportar o contido" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 msgid "Table:" msgstr "Táboa:" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "" @@ -13124,89 +13119,89 @@ msgstr "Comprobe os privilexios do directorio que contén a base de datos." msgid "Details…" msgstr "Detalles…" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 msgid "Could not save recent table!" msgstr "Non foi posíbel gravar a táboa recente!" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 msgid "Could not save favorite table!" msgstr "Non foi posíbel gravar a táboa favorita!" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 msgid "Recent tables" msgstr "Táboas recentes" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 msgid "Recent" msgstr "Recentes" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 msgid "Favorites" msgstr "Favoritos" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." msgstr "" -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 #, fuzzy #| msgid "Replication status" msgid "Replication started successfully." msgstr "Estado da replicación" -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 #, fuzzy #| msgid "Master replication" msgid "Error starting replication." msgstr "Replicación do principal" -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 #, fuzzy #| msgid "Chart generated successfully." msgid "Replication stopped successfully." msgstr "Non houbo problemas ao recargar os privilexios." -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 #, fuzzy #| msgid "Master replication" msgid "Error stopping replication." msgstr "Replicación do principal" -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 #, fuzzy #| msgid "Replication status" msgid "Replication resetting successfully." msgstr "Estado da replicación" -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 #, fuzzy #| msgid "Master replication" msgid "Error resetting replication." msgstr "Replicación do principal" -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "" -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 #, fuzzy #| msgid "Error" msgid "Error." msgstr "Produciuse un erro" -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "Produciuse un erro descoñecido" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, fuzzy, php-format #| msgid "Unable to connect to master %s." msgid "Unable to connect to primary %s." msgstr "Foi imposíbel conectar co principal %s." -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 #, fuzzy #| msgid "" #| "Unable to read master log position. Possible privilege problem on master." @@ -13216,13 +13211,13 @@ msgstr "" "Foi imposíbel ler a posición do rexistro do principal. É posíbel que haxa un " "problema de privilexios no principal." -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 #, fuzzy #| msgid "Unable to change master" msgid "Unable to change primary!" msgstr "Foi imposíbel mudar de principal" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, fuzzy, php-format #| msgid "Master server changed successfully to %s" msgid "Primary server changed successfully to %s." @@ -13271,8 +13266,8 @@ msgid "Error while loading the search." msgstr "Produciuse un erro ao cargar a busca." #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 #, fuzzy #| msgid "Cookie authentication" msgid "Native MySQL authentication" @@ -13307,16 +13302,16 @@ msgstr "Autenticación mediante cookies" msgid "Account locking is not supported." msgstr "" -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "Sen privilexios." -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "Inclúe todos os privilexios a excepción de GRANT (Conceder)." -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -13324,7 +13319,7 @@ msgstr "Inclúe todos os privilexios a excepción de GRANT (Conceder)." msgid "Allows deleting data." msgstr "Permite eliminar datos." -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -13332,7 +13327,7 @@ msgstr "Permite eliminar datos." msgid "Allows creating new tables." msgstr "Permite crear táboas novas." -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -13340,8 +13335,8 @@ msgstr "Permite crear táboas novas." msgid "Allows dropping tables." msgstr "Permite eliminar táboas." -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -13349,8 +13344,8 @@ msgstr "Permite eliminar táboas." msgid "Allows creating and dropping indexes." msgstr "Permite crear e eliminar índices." -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -13358,9 +13353,9 @@ msgstr "Permite crear e eliminar índices." msgid "Allows altering the structure of existing tables." msgstr "Permite alterar a estrutura das táboas xa existentes." -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -13370,9 +13365,9 @@ msgstr "Permite alterar a estrutura das táboas xa existentes." msgid "Allows creating new views." msgstr "Permite crear vistas novas." -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -13380,8 +13375,8 @@ msgstr "Permite crear vistas novas." msgid "Allows performing SHOW CREATE VIEW queries." msgstr "Permite realizar consultas SHOW CREATE VIEW." -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -13391,52 +13386,52 @@ msgstr "Permite realizar consultas SHOW CREATE VIEW." msgid "Allows creating and dropping triggers." msgstr "Permite crear e eliminar os disparadores" -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "Permite gravar datos." -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "Permite inserir e substituír datos." -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "Permite modificar datos." -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "Permite crear bases de datos e táboas novas." -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "Permite eliminar bases de datos e táboas." -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." msgstr "Permite recargar a configuración do servidor e limpar a súa caché." -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "Permite apagar o servidor." -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 #, fuzzy @@ -13444,25 +13439,25 @@ msgstr "Permite apagar o servidor." msgid "Allows viewing processes of all users." msgstr "Permite ver procesos de todos os usuarios" -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "Permite importar e exportar datos desde e para ficheiros." -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "Non funciona nesta versión do MySQL." -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "Permite acceder á lista completa de bases de datos." -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -13474,19 +13469,19 @@ msgstr "" "maioría das operación administrativas, como configurar as variábeis globais " "ou matar os fíos doutros usuarios." -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "Permite crear táboas temporais." -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "Permite bloquear táboas do fío actual." -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 #, fuzzy @@ -13494,7 +13489,7 @@ msgstr "Permite bloquear táboas do fío actual." msgid "Needed for the replication replicas." msgstr "Necesario para os escravos de replicación." -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 #, fuzzy @@ -13502,7 +13497,7 @@ msgstr "Necesario para os escravos de replicación." msgid "Allows the user to ask where the replicas / primaries are." msgstr "Permite que o usuario pregunte onde están os escravos e os mestres." -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 #, fuzzy @@ -13511,8 +13506,8 @@ msgid "Allows to set up events for the event scheduler." msgstr "Permite configurar acontecementos para o programador de acontecementos" #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 #, fuzzy @@ -13520,47 +13515,47 @@ msgstr "Permite configurar acontecementos para o programador de acontecementos" msgid "Allows deleting historical rows." msgstr "Permite eliminar datos." -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "Permite crear rutinas almacenadas." -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "Permite alterar e eliminar rutinas almacenadas." -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "Permite crear, eliminar e mudar o nome das contas de usuario." -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "Permite executar rutinas almacenadas." -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "Modificouse sen problemas o contrasinal de %s." -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "Revogou os privilexios de %s." -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "" -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -13570,24 +13565,24 @@ msgstr "" msgid "Edit privileges" msgstr "Modificar os privilexios:" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "Revogar" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "Privilexios propios das bases de datos" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "Privilexios propios das táboas" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 @@ -13596,69 +13591,69 @@ msgstr "Privilexios propios das táboas" msgid "Routine" msgstr "Rutinas" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 #, fuzzy #| msgid "Column-specific privileges" msgid "Routine-specific privileges" msgstr "Privilexios propios das columnas" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "Non se escolleu que usuarios eliminar!" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "A recargar os privilexios" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "Elimináronse sen problemas os usuarios seleccionados." -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "Acaba de actualizar os privilexios de %s." -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 msgid "No user found." msgstr "Non se achou ningún usuario." -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "A eliminar %s" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "Non houbo problemas ao recargar os privilexios." -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "Xa existe o usuario %s!" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, php-format msgid "Privileges for %s" msgstr "Privilexios para %s" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "Usuario" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " "allows a connection from any (%) host." msgstr "" -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, fuzzy, php-format #| msgid "" #| "Note: phpMyAdmin gets the users' privileges directly from MySQL's " @@ -13676,7 +13671,7 @@ msgstr "" "privilexios que usa o servidor se se levaron a cabo alteracións manuais. " "Neste caso, debería %svolver a cargar os privilexios%s antes de proseguir." -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 #, fuzzy #| msgid "" #| "Note: phpMyAdmin gets the users' privileges directly from MySQL's " @@ -13695,7 +13690,7 @@ msgstr "" "privilexios que usa o servidor se se levaron a cabo alteracións manuais. " "Neste caso, debería %svolver a cargar os privilexios%s antes de proseguir." -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "Engadiu un usuario novo." @@ -13905,7 +13900,7 @@ msgstr "%s foi desactivado neste servidor de MySQL." msgid "This MySQL server does not support the %s storage engine." msgstr "Este servidor de MySQL non acepta o motor de almacenamento %s." -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "O nome da chave primaria debe ser «PRIMARY»!" @@ -13914,43 +13909,43 @@ msgstr "O nome da chave primaria debe ser «PRIMARY»!" msgid "Problems with indexes of table `%s`" msgstr "Problemas cos índices da táboa «%s»" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 msgid "Unknown table status:" msgstr "Estado da táboa descoñecido:" -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, php-format msgid "Source database `%s` was not found!" msgstr "Non foi posíbel atopar a base de datos de orixe «%s»!" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, php-format msgid "Target database `%s` was not found!" msgstr "Non foi posíbel atopar a base de datos de destino «%s»!" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 msgid "Invalid database:" msgstr "A base de datos non é válida:" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 msgid "Invalid table name:" msgstr "O nome da táboa non é válido:" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, php-format msgid "Failed to rename table %1$s to %2$s!" msgstr "Produciuse un erro ao mudarlle o nome á táboa %1$s para %2$s!" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, php-format msgid "Table %1$s has been renamed to %2$s." msgstr "A táboa %1$s foi renomeada a %2$s." -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 msgid "Could not save table UI preferences!" msgstr "Non foi posíbel gardar as preferencias de IU da táboa!" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" @@ -13959,7 +13954,7 @@ msgstr "" "Produciuse un erro ao limpar as preferencias de IU da táboa (vexa " "$cfg['Servers'][$i]['MaxTableUiprefs'] %s)" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -13970,15 +13965,15 @@ msgstr "" "persistentes despois de anovar esta páxina. Comprobe se se modificou a " "estrutura da táboa." -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "Non se pode facer que este índice sexa PRIMARIO!" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "Non se definiron partes do índice!" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "" @@ -14465,11 +14460,11 @@ msgstr "Actualizouse o perfil." msgid "Password is too long!" msgstr "Hash do contrasinal:" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 msgid "Could not save configuration" msgstr "Non foi posíbel gravar a configuración" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 #, fuzzy #| msgid "Missing phpMyAdmin configuration storage tables" msgid "The phpMyAdmin configuration storage database could not be accessed." diff --git a/po/gu.po b/po/gu.po index 19ddd11b1b..3af9fa4ef0 100644 --- a/po/gu.po +++ b/po/gu.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2019-04-27 17:19+0000\n" "Last-Translator: William Desportes \n" "Language-Team: Gujarati (includes info such as export timestamp, PHP version, " "and server version)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 msgid "Additional custom header comment (\\n splits lines):" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 msgid "Export metadata" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 msgid "Add statements:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, php-format msgid "Add %s statement" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, php-format msgid "%s value" msgstr "" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 msgid "Data creation options" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " "(1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 msgid "Metadata" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, php-format msgid "Metadata for table %s" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, php-format msgid "Metadata for database %s" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, php-format msgid "Error reading structure for table %s:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 msgid "Indexes for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 msgid "Indexes for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 msgid "AUTO_INCREMENT for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 msgid "AUTO_INCREMENT for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 msgid "MEDIA TYPES FOR TABLE" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 msgid "RELATIONSHIPS FOR TABLE" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, php-format msgid "Structure for view %s exported as a table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, php-format msgid "Error reading data for table %s:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 msgid "Creation:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 msgid "Last update:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 msgid "Last check:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 msgid "Table:" msgstr "" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "" @@ -11344,83 +11339,83 @@ msgstr "" msgid "Details…" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 msgid "Could not save recent table!" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 msgid "Could not save favorite table!" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 msgid "Recent tables" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 msgid "Recent" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 msgid "Favorites" msgstr "" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." msgstr "" -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 msgid "Replication started successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 msgid "Error starting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 msgid "Replication stopped successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 msgid "Error stopping replication." msgstr "" -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 msgid "Replication resetting successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 msgid "Error resetting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "" -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 msgid "Error." msgstr "" -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, php-format msgid "Unable to connect to primary %s." msgstr "" -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 msgid "" "Unable to read primary log position. Possible privilege problem on primary." msgstr "" -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 msgid "Unable to change primary!" msgstr "" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, php-format msgid "Primary server changed successfully to %s." msgstr "" @@ -11467,8 +11462,8 @@ msgid "Error while loading the search." msgstr "" #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 msgid "Native MySQL authentication" msgstr "" @@ -11493,16 +11488,16 @@ msgstr "" msgid "Account locking is not supported." msgstr "" -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "" -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "" -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -11510,7 +11505,7 @@ msgstr "" msgid "Allows deleting data." msgstr "" -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -11518,7 +11513,7 @@ msgstr "" msgid "Allows creating new tables." msgstr "" -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -11526,8 +11521,8 @@ msgstr "" msgid "Allows dropping tables." msgstr "" -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -11535,8 +11530,8 @@ msgstr "" msgid "Allows creating and dropping indexes." msgstr "" -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -11544,9 +11539,9 @@ msgstr "" msgid "Allows altering the structure of existing tables." msgstr "" -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -11556,9 +11551,9 @@ msgstr "" msgid "Allows creating new views." msgstr "" -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -11566,8 +11561,8 @@ msgstr "" msgid "Allows performing SHOW CREATE VIEW queries." msgstr "" -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -11575,76 +11570,76 @@ msgstr "" msgid "Allows creating and dropping triggers." msgstr "" -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "" -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "" -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "" -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "" -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "" -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." msgstr "" -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "" -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 msgid "Allows viewing processes of all users." msgstr "" -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "" -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "" -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "" -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -11653,85 +11648,85 @@ msgid "" "killing threads of other users." msgstr "" -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "" -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "" -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 msgid "Needed for the replication replicas." msgstr "" -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 msgid "Allows the user to ask where the replicas / primaries are." msgstr "" -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 msgid "Allows to set up events for the event scheduler." msgstr "" #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 msgid "Allows deleting historical rows." msgstr "" -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "" -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "" -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "" -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -11739,91 +11734,91 @@ msgstr "" msgid "Edit privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 msgid "Routine" msgstr "" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 msgid "Routine-specific privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "" -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 msgid "No user found." msgstr "" -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, php-format msgid "Privileges for %s" msgstr "" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " "allows a connection from any (%) host." msgstr "" -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, php-format msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " @@ -11832,7 +11827,7 @@ msgid "" "%sreload the privileges%s before you continue." msgstr "" -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " "tables. The content of these tables may differ from the privileges the " @@ -11841,7 +11836,7 @@ msgid "" "privilege." msgstr "" -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "" @@ -12025,7 +12020,7 @@ msgstr "" msgid "This MySQL server does not support the %s storage engine." msgstr "" -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "" @@ -12034,50 +12029,50 @@ msgstr "" msgid "Problems with indexes of table `%s`" msgstr "" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 msgid "Unknown table status:" msgstr "" -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, php-format msgid "Source database `%s` was not found!" msgstr "" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, php-format msgid "Target database `%s` was not found!" msgstr "" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 msgid "Invalid database:" msgstr "" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 msgid "Invalid table name:" msgstr "" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, php-format msgid "Failed to rename table %1$s to %2$s!" msgstr "" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, php-format msgid "Table %1$s has been renamed to %2$s." msgstr "" -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 msgid "Could not save table UI preferences!" msgstr "" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" "['MaxTableUiprefs'] %s)" msgstr "" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -12085,15 +12080,15 @@ msgid "" "changed." msgstr "" -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "" @@ -12505,11 +12500,11 @@ msgstr "" msgid "Password is too long!" msgstr "" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 msgid "Could not save configuration" msgstr "" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 msgid "The phpMyAdmin configuration storage database could not be accessed." msgstr "" diff --git a/po/he.po b/po/he.po index 8c1c933fb4..d9433a7cac 100644 --- a/po/he.po +++ b/po/he.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2021-07-22 19:35+0000\n" "Last-Translator: Yaron Shahrabani \n" "Language-Team: Hebrew (includes info such as export timestamp, PHP version, " "and server version)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 #, fuzzy #| msgid "Add custom comment into header (\\n splits lines)" msgid "Additional custom header comment (\\n splits lines):" msgstr "הוספת הערה מותאמת אל פתיחה(\\n לשבירת שורות)" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 #, fuzzy #| msgid "Export type" msgid "Export metadata" msgstr "סוג ייצוא" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 msgid "Add statements:" msgstr "הוספת משפטים:" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, php-format msgid "Add %s statement" msgstr "הוספת משפט %s" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, php-format msgid "%s value" msgstr "ערך %s" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 msgid "Data creation options" msgstr "אפשרויות יצירת נתונים" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " "(1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 msgid "Metadata" msgstr "נתוני על" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, php-format msgid "Metadata for table %s" msgstr "נתוני על של הטבלה %s" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, php-format msgid "Metadata for database %s" msgstr "נתוני על של מסד הנתונים %s" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, php-format msgid "Error reading structure for table %s:" msgstr "קריאת מבנה הטבלה %s הובילה לשגיאה:" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "הגבלות לטבלאות שהוצאו" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "הגבלות לטבלה" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 #, fuzzy #| msgid "Constraints for dumped tables" msgid "Indexes for dumped tables" msgstr "הגבלות לטבלאות שהוצאו" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 msgid "Indexes for table" msgstr "אינדקסים לטבלה" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 #, fuzzy #| msgid "Add AUTO_INCREMENT value" msgid "AUTO_INCREMENT for dumped tables" msgstr "הוספת ערך AUTO_INCREMENT (מספור אוטומטי)" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 #, fuzzy #| msgid "Add AUTO_INCREMENT value" msgid "AUTO_INCREMENT for table" msgstr "הוספת ערך AUTO_INCREMENT (מספור אוטומטי)" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 msgid "MEDIA TYPES FOR TABLE" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 msgid "RELATIONSHIPS FOR TABLE" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, fuzzy, php-format msgid "Structure for view %s exported as a table" msgstr "מבנה בלבד" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, fuzzy, php-format msgid "Error reading data for table %s:" msgstr "מאפשר מחיקת מידע." -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 msgid "Creation:" msgstr "יצירה:" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 msgid "Last update:" msgstr "עדכון אחרון:" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 msgid "Last check:" msgstr "נבדק לאחרונה:" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 #, fuzzy #| msgid "Table" msgid "Table:" msgstr "טבלה" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "" @@ -11701,101 +11696,101 @@ msgstr "" msgid "Details…" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 #, fuzzy #| msgid "Documentation" msgid "Could not save recent table!" msgstr "תיעוד" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 #, fuzzy #| msgid "Documentation" msgid "Could not save favorite table!" msgstr "תיעוד" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 #, fuzzy msgid "Recent tables" msgstr "אין טבלאות" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 #, fuzzy #| msgid "Reset" msgid "Recent" msgstr "איפוס" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 #, fuzzy #| msgid "Variables" msgid "Favorites" msgstr "משתנים" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." msgstr "" -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 #, fuzzy #| msgid "Chart generated successfully." msgid "Replication started successfully." msgstr "ההרשאות נטענו מחדש בהצלחה." -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 msgid "Error starting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 #, fuzzy #| msgid "Chart generated successfully." msgid "Replication stopped successfully." msgstr "ההרשאות נטענו מחדש בהצלחה." -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 msgid "Error stopping replication." msgstr "" -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 #, fuzzy #| msgid "Chart generated successfully." msgid "Replication resetting successfully." msgstr "ההרשאות נטענו מחדש בהצלחה." -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 msgid "Error resetting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "" -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 #, fuzzy #| msgid "Error" msgid "Error." msgstr "שגיאה" -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, fuzzy, php-format #| msgid "Enable SSL for connection to MySQL server." msgid "Unable to connect to primary %s." msgstr "הפעלת SSL לחיבור לשרת MySQL." -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 msgid "" "Unable to read primary log position. Possible privilege problem on primary." msgstr "" -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 msgid "Unable to change primary!" msgstr "" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, fuzzy, php-format #| msgid "The privileges were reloaded successfully." msgid "Primary server changed successfully to %s." @@ -11844,8 +11839,8 @@ msgid "Error while loading the search." msgstr "טעינת החיפוש נתקלה בשגיאה." #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 msgid "Native MySQL authentication" msgstr "אימות MySQL מובנה" @@ -11876,16 +11871,16 @@ msgstr "אימות MySQL מובנה" msgid "Account locking is not supported." msgstr "" -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "ללא הרשאות." -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "כלול כל ההרשאות חוץ מ- GRANT." -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -11893,7 +11888,7 @@ msgstr "כלול כל ההרשאות חוץ מ- GRANT." msgid "Allows deleting data." msgstr "מאפשר מחיקת מידע." -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -11901,7 +11896,7 @@ msgstr "מאפשר מחיקת מידע." msgid "Allows creating new tables." msgstr "מאפשר יצירת טבלאות חדשות." -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -11909,8 +11904,8 @@ msgstr "מאפשר יצירת טבלאות חדשות." msgid "Allows dropping tables." msgstr "מאפשר מחיקת טבלאות." -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -11918,8 +11913,8 @@ msgstr "מאפשר מחיקת טבלאות." msgid "Allows creating and dropping indexes." msgstr "" -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -11927,9 +11922,9 @@ msgstr "" msgid "Allows altering the structure of existing tables." msgstr "מאפשר שינוי של מבני הטבלאות הקיימות." -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -11939,9 +11934,9 @@ msgstr "מאפשר שינוי של מבני הטבלאות הקיימות." msgid "Allows creating new views." msgstr "אפשרות ליצירת תצוגות חדשות." -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -11949,8 +11944,8 @@ msgstr "אפשרות ליצירת תצוגות חדשות." msgid "Allows performing SHOW CREATE VIEW queries." msgstr "" -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -11959,76 +11954,76 @@ msgstr "" msgid "Allows creating and dropping triggers." msgstr "מאפשר יצירת שגרות מאוחסנות." -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "אפשרות לקריאת נתונים." -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "" -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "אפשרות לשינוי נתונים." -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "אפשרות לייצר מסדי נתונים וטבלאות חדשים." -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "מאפשר מחיקת מאגרי נתונים וטבלאות." -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." msgstr "" -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "" -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 msgid "Allows viewing processes of all users." msgstr "" -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "" -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "" -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "" -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -12037,39 +12032,39 @@ msgid "" "killing threads of other users." msgstr "" -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "מאפשר יצירת טבלאות זמניות." -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "" -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 msgid "Needed for the replication replicas." msgstr "" -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 msgid "Allows the user to ask where the replicas / primaries are." msgstr "" -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 msgid "Allows to set up events for the event scheduler." msgstr "" #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 #, fuzzy @@ -12077,47 +12072,47 @@ msgstr "" msgid "Allows deleting historical rows." msgstr "מאפשר מחיקת מידע." -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "מאפשר יצירת שגרות מאוחסנות." -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "אפשרות לשינוי ולהשמטה של שגרות מאוחסנות." -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "" -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "אפשרות להרצת שגרות מאוחסנות." -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "הסיסמא עבור %s שונתה בהצלחה." -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "שללת את הרשאות של %s." -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "" -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -12125,93 +12120,93 @@ msgstr "" msgid "Edit privileges" msgstr "עריכת הרשאות" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "שלילה" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "הרשאות ספציפיות למאגר נתונים" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "הרשאות ספציפיות-לטבלאות" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 msgid "Routine" msgstr "שגרה" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 #, fuzzy #| msgid "Column-specific privileges" msgid "Routine-specific privileges" msgstr "הרשאות ספציפיות-לעמודה" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "טוען מחדש הרשאות" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "המשתמשים הנבחרים נמחקו בהצלחה." -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "אתה עדכנת הרשאות עבור %s." -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 msgid "No user found." msgstr "לא נמצאו משתמשים." -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "מוחק %s" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "ההרשאות נטענו מחדש בהצלחה." -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "שם המשתמש %s כבר קיים!" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, php-format msgid "Privileges for %s" msgstr "הרשאות עבור %s" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "משתמש" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " "allows a connection from any (%) host." msgstr "" -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, fuzzy, php-format #| msgid "" #| "Note: phpMyAdmin gets the users' privileges directly from MySQL's " @@ -12228,7 +12223,7 @@ msgstr "" "הטבלאות האלו יכול להיות שונה מההרשאות שהשרת משתמש בהן, אם הן שונו באופן " "ידני. במקרה זה, אתה צריך לבצע %sטעינה מחדש של הרשאות%s לפני שאתה ממשיך." -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 #, fuzzy #| msgid "" #| "Note: phpMyAdmin gets the users' privileges directly from MySQL's " @@ -12246,7 +12241,7 @@ msgstr "" "הטבלאות האלו יכול להיות שונה מההרשאות שהשרת משתמש בהן, אם הן שונו באופן " "ידני. במקרה זה, אתה צריך לבצע %sטעינה מחדש של הרשאות%s לפני שאתה ממשיך." -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "משתמש חדש נוסף." @@ -12440,7 +12435,7 @@ msgstr "%s מובטל על שרת MySQL זה." msgid "This MySQL server does not support the %s storage engine." msgstr "שרת MySQL לא תומך במנוע אחסון %s." -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "" @@ -12449,50 +12444,50 @@ msgstr "" msgid "Problems with indexes of table `%s`" msgstr "בעיות עם אינדקסים של טבלה `%s`" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 msgid "Unknown table status:" msgstr "מצב הטבלה אינו ידוע:" -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, php-format msgid "Source database `%s` was not found!" msgstr "מסד נתוני המקור ‚%s’ לא נמצא!" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, php-format msgid "Target database `%s` was not found!" msgstr "מסד נתוני היעד ‚%s’ לא נמצא!" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 msgid "Invalid database:" msgstr "מסד נתונים שגוי:" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 msgid "Invalid table name:" msgstr "שם הטבלה שגוי:" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, php-format msgid "Failed to rename table %1$s to %2$s!" msgstr "שינוי שם הטבלה מ־%1$s ל־%2$s נכשל!" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, php-format msgid "Table %1$s has been renamed to %2$s." msgstr "שם הטבלה %1$s הוחלף לשם %2$s." -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 msgid "Could not save table UI preferences!" msgstr "" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" "['MaxTableUiprefs'] %s)" msgstr "" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -12500,15 +12495,15 @@ msgid "" "changed." msgstr "" -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "לא ניתן לשנות שם אינדקס אל PRIMARY!" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "" @@ -12920,11 +12915,11 @@ msgstr "הפרופיל עודכן בהצלחה." msgid "Password is too long!" msgstr "הססמה ארוכה מדי!" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 msgid "Could not save configuration" msgstr "" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 #, fuzzy #| msgid "" #| "%sCreate%s the phpMyAdmin configuration storage in the current database." diff --git a/po/hi.po b/po/hi.po index f4b26b51f2..9541519515 100644 --- a/po/hi.po +++ b/po/hi.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2022-02-15 16:21+0000\n" "Last-Translator: Maurício Meneghini Fauth \n" "Language-Team: Hindi (includes info such as export timestamp, PHP version, " "and server version)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 msgid "Additional custom header comment (\\n splits lines):" msgstr "शीर्षक में कस्टम टिपण्णी जोडें (\\n लाइनों को विभाजित करें):" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 #, fuzzy #| msgid "Export method" msgid "Export metadata" msgstr "निर्यात प्रकार" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 #, fuzzy #| msgid "Add constraints" msgid "Add statements:" msgstr "शर्तें जोडें" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, php-format msgid "Add %s statement" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, fuzzy, php-format #| msgid "Session value" msgid "%s value" msgstr "सत्र मूल्य" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 #, fuzzy #| msgid "Transformation options" msgid "Data creation options" msgstr "परिवर्तन के विकल्प" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "डाटा दुम्प करते वक़्त फ़ुन्क्तिओन का प्रयोग:" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "डाटा डालते समय वाक्यविन्यास का उपयोग:" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " "(1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 #, fuzzy #| msgid "Metadata Headers" msgid "Metadata" msgstr "मेटाडेटा हेडर" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, fuzzy, php-format #| msgid "Metadata Headers" msgid "Metadata for table %s" msgstr "मेटाडेटा हेडर" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, fuzzy, php-format #| msgid "Metadata Headers" msgid "Metadata for database %s" msgstr "मेटाडेटा हेडर" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, fuzzy, php-format #| msgid "Tracking report for table `%s`" msgid "Error reading structure for table %s:" msgstr "टेबल `%s` की ट्रैकिंग रिपोर्ट" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "दुम्प टेबलओं के लिए प्रतिबन्ध" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "टेबल के लिए प्रतिबन्ध" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 #, fuzzy #| msgid "Constraints for dumped tables" msgid "Indexes for dumped tables" msgstr "दुम्प टेबलओं के लिए प्रतिबन्ध" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 #, fuzzy #| msgid "Inside tables:" msgid "Indexes for table" msgstr "टेबल में:" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 #, fuzzy #| msgid "Do not use AUTO_INCREMENT for zero values" msgid "AUTO_INCREMENT for dumped tables" msgstr "शुन्य मूल्य के लिए AUTO_INCREMENT का प्रयोग न करें" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 #, fuzzy #| msgid "Add AUTO_INCREMENT value" msgid "AUTO_INCREMENT for table" msgstr "AUTO_INCREMENT मूल्य जोडें" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 #, fuzzy #| msgid "MIME TYPES FOR TABLE" msgid "MEDIA TYPES FOR TABLE" msgstr "टेबल के लिए MIME प्रकार" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 #, fuzzy #| msgid "RELATIONS FOR TABLE" msgid "RELATIONSHIPS FOR TABLE" msgstr "टेबल के लिए संबंध" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, fuzzy, php-format #| msgid "Structure for view" msgid "Structure for view %s exported as a table" msgstr "वीएव के लिए संरचना" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, fuzzy, php-format #| msgid "Allows reading data." msgid "Error reading data for table %s:" msgstr "डाटा पढने की अनुमति देता है" -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 msgid "Creation:" msgstr "रचना:" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 msgid "Last update:" msgstr "पिछला नवीनीकरण:" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 msgid "Last check:" msgstr "पिछली जाँच:" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "वस्तु सृजन विकल्प (सभी की सिफारिश)" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "निर्यात सामग्री" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 #, fuzzy #| msgid "Table" msgid "Table:" msgstr "टेबल" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "" @@ -12934,93 +12929,93 @@ msgstr "कृपया निर्देशिका जिसमें डे msgid "Details…" msgstr "विवरण…" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 #, fuzzy #| msgid "Could not save configuration" msgid "Could not save recent table!" msgstr "विन्यास सहेज नहीं सकते" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 #, fuzzy #| msgid "Could not save configuration" msgid "Could not save favorite table!" msgstr "विन्यास सहेज नहीं सकते" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 #, fuzzy #| msgid "Count tables" msgid "Recent tables" msgstr "टेबल गणना" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 #, fuzzy #| msgid "Reset" msgid "Recent" msgstr "रीसेट" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 #, fuzzy #| msgid "Variables" msgid "Favorites" msgstr "प्रक्रियां" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." msgstr "" -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 #, fuzzy #| msgid "Replication status" msgid "Replication started successfully." msgstr "प्रतिकृति स्थिति" -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 msgid "Error starting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 #, fuzzy #| msgid "Chart generated successfully." msgid "Replication stopped successfully." msgstr "Thread %s को सफलता से मारा गया।" -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 msgid "Error stopping replication." msgstr "" -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 #, fuzzy #| msgid "Replication status" msgid "Replication resetting successfully." msgstr "प्रतिकृति स्थिति" -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 msgid "Error resetting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "" -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 #, fuzzy #| msgid "Error" msgid "Error." msgstr "त्रुटि" -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "अज्ञात त्रुटि" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, fuzzy, php-format #| msgid "Unable to connect to master %s." msgid "Unable to connect to primary %s." msgstr "%s मास्टर से कनेक्ट करने मैं असमर्थ।" -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 #, fuzzy #| msgid "" #| "Unable to read master log position. Possible privilege problem on master." @@ -13028,13 +13023,13 @@ msgid "" "Unable to read primary log position. Possible privilege problem on primary." msgstr "मास्टर की लोग स्तिथि पढने मैं असमर्थ, मास्टर पर संभव विशेषाधिकार समस्या।" -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 #, fuzzy #| msgid "Unable to change master" msgid "Unable to change primary!" msgstr "मास्टर बदलने मैं असमर्थ" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, fuzzy, php-format #| msgid "Master server changed succesfully to %s" msgid "Primary server changed successfully to %s." @@ -13088,8 +13083,8 @@ msgid "Error while loading the search." msgstr "फ़ाइल अपलोड करने में अज्ञात त्रुटि." #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 #, fuzzy #| msgid "Cookie authentication" msgid "Native MySQL authentication" @@ -13124,16 +13119,16 @@ msgstr "कुकी प्रमाणीकरण" msgid "Account locking is not supported." msgstr "" -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "कोई प्रिविलेज नहीं।" -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "ेेोीाेेGRANT के अतिरिक्त सभी इंजन शामिल।" -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -13141,7 +13136,7 @@ msgstr "ेेोीाेेGRANT के अतिरिक्त सभी इ msgid "Allows deleting data." msgstr "डेटा को हटाने की अनुमति देता है।" -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -13149,7 +13144,7 @@ msgstr "डेटा को हटाने की अनुमति देत msgid "Allows creating new tables." msgstr "नया टेबल बनाने की अनुमति देता है।" -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -13157,8 +13152,8 @@ msgstr "नया टेबल बनाने की अनुमति दे msgid "Allows dropping tables." msgstr "टेबल को हटाने की अनुमति देता है।" -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -13166,8 +13161,8 @@ msgstr "टेबल को हटाने की अनुमति देत msgid "Allows creating and dropping indexes." msgstr "सूचक बनाने और हटाने की अनुमति देता है।" -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -13175,9 +13170,9 @@ msgstr "सूचक बनाने और हटाने की अनुम msgid "Allows altering the structure of existing tables." msgstr "मौजूदा टेबल की संरचना में फेरबदल की अनुमति देता है।" -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -13187,9 +13182,9 @@ msgstr "मौजूदा टेबल की संरचना में फ msgid "Allows creating new views." msgstr "नए दृश्य बनाने की अनुमति देता है।" -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -13197,8 +13192,8 @@ msgstr "नए दृश्य बनाने की अनुमति दे msgid "Allows performing SHOW CREATE VIEW queries." msgstr "" -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -13208,52 +13203,52 @@ msgstr "" msgid "Allows creating and dropping triggers." msgstr "सूचक बनाने और हटाने की अनुमति देता है" -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "डाटा पढने की अनुमति देता है।" -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "डेटा डालने और हटाने की अनुमति देता है।" -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "डेटा को बदलने की अनुमति देता है।" -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "नया डेटाबेस और टेबल बनाने की अनुमति देता है।" -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "डेटाबेस और टेबल को हटाने की अनुमति देता है।" -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." msgstr "" -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "सर्वर बन्द करने की अनुमति देता है।" -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 #, fuzzy @@ -13261,25 +13256,25 @@ msgstr "सर्वर बन्द करने की अनुमति द msgid "Allows viewing processes of all users." msgstr "सभी यूसरओं प्रक्रियाओं को देखने की अनुमति" -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "डेटा फ़ाइलों में आयात और निर्यात करने की अनुमति देता है।" -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "इस MySQL संस्करण में कोई प्रभाव नहीं है।" -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "डेटाबेस की पूरी सूची तक पहुंचा देता है।" -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -13288,25 +13283,25 @@ msgid "" "killing threads of other users." msgstr "" -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "नया अस्थायी टेबल बनाने की अनुमति देता है।" -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "" -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 msgid "Needed for the replication replicas." msgstr "" -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 #, fuzzy @@ -13314,7 +13309,7 @@ msgstr "" msgid "Allows the user to ask where the replicas / primaries are." msgstr "सर्वर सेटिंग्स को पुन: लोड और सर्वर के कैश निस्तब्धता की अनुमति देता है।" -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 #, fuzzy @@ -13323,8 +13318,8 @@ msgid "Allows to set up events for the event scheduler." msgstr "घटना अनुसूचक के लिए घटना को स्थापित करने की अनुमति देता है" #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 #, fuzzy @@ -13332,47 +13327,47 @@ msgstr "घटना अनुसूचक के लिए घटना को msgid "Allows deleting historical rows." msgstr "डेटा को हटाने की अनुमति देता है।" -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "नया नियमित कार्यक्रम बनाने की अनुमति देता है।" -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "संग्रहित routines की फेरबदल और छोड़ने की अनुमति देता है।" -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "यूसर खातों बनाने, गिराना और नाम बदलने की अनुमति देता है।" -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "संग्रहीत दिनचर्या को क्रियान्वित करने की अनुमति देता है।" -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "%s का पासवर्ड सफलतापूर्वक बदल गया।" -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "आपने %s के privileges वापस ले लिया." -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "" -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -13382,24 +13377,24 @@ msgstr "" msgid "Edit privileges" msgstr "प्रिविलेज एडिट करें" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "वापस लो" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "केवल डाटाबेस के प्रिविलेज" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "केवल टेबल के प्रिविलेज" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 @@ -13408,31 +13403,31 @@ msgstr "केवल टेबल के प्रिविलेज" msgid "Routine" msgstr "नियमित कार्य" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 #, fuzzy #| msgid "Column-specific privileges" msgid "Routine-specific privileges" msgstr "केवल कोलम के प्रिविलेज" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "विशेषाधिकार पुनः लोड" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "आपने %s के प्रिविलेज अपडेट कर दिया ।" -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 #, fuzzy @@ -13440,40 +13435,40 @@ msgstr "आपने %s के प्रिविलेज अपडेट क msgid "No user found." msgstr "कोई यूसर नहीं।" -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "चयनित यूसर को सफलतापूर्वक हटा दिया गया है।" -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "उपयोगकर्ता %s पहले से मौजूद है!" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, fuzzy, php-format #| msgid "Privileges" msgid "Privileges for %s" msgstr "प्रिविलेज" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "यूजर" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " "allows a connection from any (%) host." msgstr "" -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, php-format msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " @@ -13482,7 +13477,7 @@ msgid "" "%sreload the privileges%s before you continue." msgstr "" -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " "tables. The content of these tables may differ from the privileges the " @@ -13491,7 +13486,7 @@ msgid "" "privilege." msgstr "" -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "आपने नया यूसर बना लिया।" @@ -13693,7 +13688,7 @@ msgstr "%s इस MySQL सर्वर के लिए निष्क्र msgid "This MySQL server does not support the %s storage engine." msgstr "यह MySQL सर्वर %s भंडारण इंजन का समर्थन नहीं करता है." -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "प्राथमिक कुंजी का नाम \"प्राथमिक\" होना चाहिए!" @@ -13702,62 +13697,62 @@ msgstr "प्राथमिक कुंजी का नाम \"प्रा msgid "Problems with indexes of table `%s`" msgstr "`%s` टेबल के अनुक्रमित के साथ समस्याएँ" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 #, fuzzy #| msgid "Show master status" msgid "Unknown table status:" msgstr "मास्टर अवस्था" -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, fuzzy, php-format #| msgid "Source database" msgid "Source database `%s` was not found!" msgstr "स्रोत डेटाबेस" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, fuzzy, php-format #| msgid "Theme %s not found!" msgid "Target database `%s` was not found!" msgstr "विषयवस्तु %s नहीं मिला है!" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 #, fuzzy #| msgid "Invalid database" msgid "Invalid database:" msgstr "अमान्य डेटाबेस" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 #, fuzzy #| msgid "Invalid table name" msgid "Invalid table name:" msgstr "अवैध टेबल नाम" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, fuzzy, php-format #| msgid "Error renaming table %1$s to %2$s" msgid "Failed to rename table %1$s to %2$s!" msgstr "टेबल का नाम %1$s से %2$s में बदलने में त्रुटि।" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, fuzzy, php-format #| msgid "Table %s has been renamed to %s." msgid "Table %1$s has been renamed to %2$s." msgstr "टेबल %s का नाम बदल कर %s रखा गया है." -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 #, fuzzy #| msgid "Could not save configuration" msgid "Could not save table UI preferences!" msgstr "विन्यास सहेज नहीं सकते" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" "['MaxTableUiprefs'] %s)" msgstr "" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -13765,16 +13760,16 @@ msgid "" "changed." msgstr "" -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "इन्डेक्स को PRIMARY नाम मे नहीं बदल सकते!" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 #, fuzzy msgid "No index parts defined!" msgstr "सूचकांक हिस्सा परिभाषित नहीं है!" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "विदेशी कुंजी बनाने में त्रुटि %1$s ( डेटा टाइप चेक करें)" @@ -14213,11 +14208,11 @@ msgstr "प्रोफाइल अपडेट कर दिया ।" msgid "Password is too long!" msgstr "शब्दकूट हैशिंग" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 msgid "Could not save configuration" msgstr "विन्यास सहेज नहीं सकते" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 #, fuzzy #| msgid "Missing phpMyAdmin configuration storage tables" msgid "The phpMyAdmin configuration storage database could not be accessed." diff --git a/po/hr.po b/po/hr.po index 44b5669be7..cce4fef640 100644 --- a/po/hr.po +++ b/po/hr.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2022-02-15 16:21+0000\n" "Last-Translator: Maurício Meneghini Fauth \n" "Language-Team: Croatian (includes info such as export timestamp, PHP version, " "and server version)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 #, fuzzy #| msgid "Add custom comment into header (\\n splits lines)" msgid "Additional custom header comment (\\n splits lines):" msgstr "Dodaj prilagođeni komentar u zaglavlje (\"\\n\" razdvaja retke)" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 #, fuzzy #| msgid "Export type" msgid "Export metadata" msgstr "Vrsta izvoza" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 #, fuzzy #| msgid "Statements" msgid "Add statements:" msgstr "Izjave" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, fuzzy, php-format #| msgid "Statements" msgid "Add %s statement" msgstr "Izjave" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, fuzzy, php-format #| msgid "Session value" msgid "%s value" msgstr "Vrijednost sesije" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 #, fuzzy #| msgid "Transformation options" msgid "Data creation options" msgstr "Opcije preoblikovanja" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " "(1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 #, fuzzy #| msgid "data" msgid "Metadata" msgstr "Podatci" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, fuzzy, php-format #| msgid "Dumping data for table" msgid "Metadata for table %s" msgstr "Izbacivanje podataka za tablicu" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, fuzzy, php-format #| msgid "Create table on database %s" msgid "Metadata for database %s" msgstr "Izradi novu tablicu u bazi podataka %s" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, fuzzy, php-format #| msgid "Table structure for table" msgid "Error reading structure for table %s:" msgstr "Tablična struktura za tablicu" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "Ograničenja za izbačene tablice" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "Ograničenja za tablicu" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 #, fuzzy #| msgid "Constraints for dumped tables" msgid "Indexes for dumped tables" msgstr "Ograničenja za izbačene tablice" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 #, fuzzy #| msgid "Inside tables:" msgid "Indexes for table" msgstr "Unutar tablica:" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 #, fuzzy #| msgid "Add AUTO_INCREMENT value" msgid "AUTO_INCREMENT for dumped tables" msgstr "Dodaj vrijednost AUTO_INCREMENT" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 #, fuzzy #| msgid "Add AUTO_INCREMENT value" msgid "AUTO_INCREMENT for table" msgstr "Dodaj vrijednost AUTO_INCREMENT" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 #, fuzzy #| msgid "MIME TYPES FOR TABLE" msgid "MEDIA TYPES FOR TABLE" msgstr "MIME VRSTE ZA TABLICU" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 #, fuzzy #| msgid "RELATIONS FOR TABLE" msgid "RELATIONSHIPS FOR TABLE" msgstr "RELACIJE TABLICE" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, fuzzy, php-format #| msgid "Structure for view" msgid "Structure for view %s exported as a table" msgstr "Struktura za pregledavanje" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, fuzzy, php-format #| msgid "Allows reading data." msgid "Error reading data for table %s:" msgstr "Dopušta čitanje podataka." -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 #, fuzzy #| msgid "Creation" msgid "Creation:" msgstr "Izrada" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 #, fuzzy #| msgid "Last update" msgid "Last update:" msgstr "Posljednje ažuriranje" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 #, fuzzy #| msgid "Last check" msgid "Last check:" msgstr "Posljednja provjera" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 #, fuzzy msgid "Export contents" msgstr "Vrsta izvoza" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 #, fuzzy #| msgid "Table" msgid "Table:" msgstr "Tablica" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "" @@ -13038,99 +13033,99 @@ msgstr "" msgid "Details…" msgstr "Detalji…" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 #, fuzzy #| msgid "Could not load default configuration from: \"%1$s\"" msgid "Could not save recent table!" msgstr "Nije moguće učitati zadanu konfiguraciju iz: \"%1$s\"" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 #, fuzzy #| msgid "Could not load default configuration from: \"%1$s\"" msgid "Could not save favorite table!" msgstr "Nije moguće učitati zadanu konfiguraciju iz: \"%1$s\"" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 #, fuzzy msgid "Recent tables" msgstr "Nema tablica" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 #, fuzzy #| msgid "Reset" msgid "Recent" msgstr "Povrat" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 #, fuzzy #| msgid "Variables" msgid "Favorites" msgstr "Varijable" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." msgstr "" -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 #, fuzzy msgid "Replication started successfully." msgstr "Replikacija" -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 msgid "Error starting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 #, fuzzy #| msgid "Chart generated successfully." msgid "Replication stopped successfully." msgstr "Privilegije su uspješno učitane." -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 msgid "Error stopping replication." msgstr "" -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 #, fuzzy msgid "Replication resetting successfully." msgstr "Replikacija" -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 msgid "Error resetting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "" -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 #, fuzzy #| msgid "Error" msgid "Error." msgstr "Pogreška" -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "Nepoznata greška" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, fuzzy, php-format #| msgid "Could not connect to MySQL server" msgid "Unable to connect to primary %s." msgstr "Neuspješno spajanje na MySQL server" -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 msgid "" "Unable to read primary log position. Possible privilege problem on primary." msgstr "" -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 msgid "Unable to change primary!" msgstr "" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, fuzzy, php-format #| msgid "The privileges were reloaded successfully." msgid "Primary server changed successfully to %s." @@ -13182,8 +13177,8 @@ msgid "Error while loading the search." msgstr "Greška prilikom premještanja učitane datoteke." #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 #, fuzzy #| msgid "Documentation" msgid "Native MySQL authentication" @@ -13218,16 +13213,16 @@ msgstr "Dokumentacija" msgid "Account locking is not supported." msgstr "" -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "Bez privilegija." -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "Obuhvaća sve privilegije osim GRANT (Podari)." -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -13235,7 +13230,7 @@ msgstr "Obuhvaća sve privilegije osim GRANT (Podari)." msgid "Allows deleting data." msgstr "Dopušta brisanje podataka." -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -13243,7 +13238,7 @@ msgstr "Dopušta brisanje podataka." msgid "Allows creating new tables." msgstr "Dopušta izradu novih tablica." -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -13251,8 +13246,8 @@ msgstr "Dopušta izradu novih tablica." msgid "Allows dropping tables." msgstr "Dopušta odbacivanje tablica." -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -13260,8 +13255,8 @@ msgstr "Dopušta odbacivanje tablica." msgid "Allows creating and dropping indexes." msgstr "Dopušta izradu i odbacivanje indeksa." -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -13269,9 +13264,9 @@ msgstr "Dopušta izradu i odbacivanje indeksa." msgid "Allows altering the structure of existing tables." msgstr "Dopušta izmjenu strukture postojećih tablice." -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -13281,9 +13276,9 @@ msgstr "Dopušta izmjenu strukture postojećih tablice." msgid "Allows creating new views." msgstr "Dopušta izradu novih prikaza." -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -13291,8 +13286,8 @@ msgstr "Dopušta izradu novih prikaza." msgid "Allows performing SHOW CREATE VIEW queries." msgstr "Dopušta izvođenje upita SHOW CREATE VIEW." -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -13302,40 +13297,40 @@ msgstr "Dopušta izvođenje upita SHOW CREATE VIEW." msgid "Allows creating and dropping triggers." msgstr "Omogućuje izradu i uklanjanje okidača" -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "Dopušta čitanje podataka." -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "Dopušta umetanje i zamjenu podataka." -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "Dopušta mijenjanje podataka." -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "Dopušta izradu novih baze podataka i tablice." -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "Dopušta odbacivanje baza podataka i tablica." -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." @@ -13343,13 +13338,13 @@ msgstr "" "Dopušta ponovno učitavanje postavki poslužitelja i pražnjenje privremene " "pohrane poslužitelja." -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "Dopušta gašenje poslužitelja." -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 #, fuzzy @@ -13357,25 +13352,25 @@ msgstr "Dopušta gašenje poslužitelja." msgid "Allows viewing processes of all users." msgstr "Omogućuje pregledavanje procesa za sve korisnike" -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "Dopušta uvoz i izvoz podataka iz datoteka." -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "Nema učinka u ovoj verziji MySQL-a." -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "Daje pristup cjelokupnom popisu baza podataka." -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -13387,19 +13382,19 @@ msgstr "" "većinu administrativnih operacija poput postavljanja općih varijabli ili " "eliminiranje grana drugih korisnika." -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "Dopušta izradu privremenih tablica." -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "Dopušta zaključavanje tablica u trenutnoj grani." -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 #, fuzzy @@ -13407,7 +13402,7 @@ msgstr "Dopušta zaključavanje tablica u trenutnoj grani." msgid "Needed for the replication replicas." msgstr "Potrebno za replikacijske potčinjene." -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 #, fuzzy @@ -13416,7 +13411,7 @@ msgid "Allows the user to ask where the replicas / primaries are." msgstr "" "Dopušta korisnik postavljanje upita o lokaciji potčinjenih i gospodara." -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 #, fuzzy @@ -13425,8 +13420,8 @@ msgid "Allows to set up events for the event scheduler." msgstr "Omogućuje postavljanje događaja za planer" #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 #, fuzzy @@ -13434,47 +13429,47 @@ msgstr "Omogućuje postavljanje događaja za planer" msgid "Allows deleting historical rows." msgstr "Dopušta brisanje podataka." -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "Dopušta izradu pohranjenih rutina." -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "Dopušta izmjenu i odbacivanje pohranjenih rutina." -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "Dopušta izradu, odbacivanje i preimenovanje korisničkih naloga." -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "Dopušta pokretanje pohranjenih rutina." -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "Lozinka za %s uspješno je promijenjena." -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "Opozvali ste privilegije za %s." -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "" -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -13484,24 +13479,24 @@ msgstr "" msgid "Edit privileges" msgstr "Uredi privilegije" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "Opozovi" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "Privilegije specifične za bazu podataka" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "Privilegije specifične za tablicu" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 @@ -13510,31 +13505,31 @@ msgstr "Privilegije specifične za tablicu" msgid "Routine" msgstr "Rutine" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 #, fuzzy #| msgid "Column-specific privileges" msgid "Routine-specific privileges" msgstr "Privilegije specifične za stupac" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "Nema odabranih korisnika za uklanjanje!" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "Ponovno učitavanje privilegija" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "Odabrani korisnici uspješno su izbrisani." -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "Ažurirali ste privilegije za %s." -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 #, fuzzy @@ -13542,40 +13537,40 @@ msgstr "Ažurirali ste privilegije za %s." msgid "No user found." msgstr "Korisnici nisu pronađeni." -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "Brisanje %s" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "Privilegije su uspješno učitane." -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "Korisnik %s već postoji!" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, fuzzy, php-format #| msgid "Privileges" msgid "Privileges for %s" msgstr "Privilegije" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "Korisnik" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " "allows a connection from any (%) host." msgstr "" -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, fuzzy, php-format #| msgid "" #| "Note: phpMyAdmin gets the users' privileges directly from MySQL's " @@ -13593,7 +13588,7 @@ msgstr "" "može se razlikovati od privilegija koje upotrebljava poslužitelj. U tom je " "slučaju potrebno %sponovo učitati privilegije%s prije nastavljanja rada." -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 #, fuzzy #| msgid "" #| "Note: phpMyAdmin gets the users' privileges directly from MySQL's " @@ -13612,7 +13607,7 @@ msgstr "" "može se razlikovati od privilegija koje upotrebljava poslužitelj. U tom je " "slučaju potrebno %sponovo učitati privilegije%s prije nastavljanja rada." -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "Dodali ste novog korisnika." @@ -13803,7 +13798,7 @@ msgstr "%s je onemogućen za ovaj MySQL poslužitelj." msgid "This MySQL server does not support the %s storage engine." msgstr "Ovaj MySQL poslužitelj ne podržava pogon pohranjivanja %s." -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "Naziv primarnog ključa mora biti \"PRIMARY\"!" @@ -13812,61 +13807,61 @@ msgstr "Naziv primarnog ključa mora biti \"PRIMARY\"!" msgid "Problems with indexes of table `%s`" msgstr "Problemi s indeksima tablice `%s`" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 #, fuzzy #| msgid "Show slave status" msgid "Unknown table status:" msgstr "Prikaži stanje potčinjenog" -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, fuzzy, php-format msgid "Source database `%s` was not found!" msgstr "Traži u bazi podataka" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, fuzzy, php-format #| msgid "Theme %s not found!" msgid "Target database `%s` was not found!" msgstr "Tema %s nije pronađena!" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 #, fuzzy #| msgid "Invalid database" msgid "Invalid database:" msgstr "Neispravna baza podataka" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 #, fuzzy #| msgid "Invalid table name" msgid "Invalid table name:" msgstr "Neispravan naziv tablice" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, fuzzy, php-format #| msgid "Error renaming table %1$s to %2$s" msgid "Failed to rename table %1$s to %2$s!" msgstr "Pogreška tijekom preimenovanja tablice %1$s u %2$s" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, fuzzy, php-format #| msgid "Table %s has been renamed to %s." msgid "Table %1$s has been renamed to %2$s." msgstr "Tablica %s preimenovana je u %s" -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 #, fuzzy #| msgid "Could not load default configuration from: \"%1$s\"" msgid "Could not save table UI preferences!" msgstr "Nije moguće učitati zadanu konfiguraciju iz: \"%1$s\"" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" "['MaxTableUiprefs'] %s)" msgstr "" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -13874,15 +13869,15 @@ msgid "" "changed." msgstr "" -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "Preimenovanje indeksa u PRIMARY nije moguće!" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "Nema definiranih dijelova indeksa!" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "" @@ -14311,13 +14306,13 @@ msgstr "Profil je ažuriran." msgid "Password is too long!" msgstr "Izrada presjeka lozinke" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 #, fuzzy #| msgid "Could not load default configuration from: \"%1$s\"" msgid "Could not save configuration" msgstr "Nije moguće učitati zadanu konfiguraciju iz: \"%1$s\"" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 #, fuzzy #| msgid "" #| "The phpMyAdmin configuration storage has been deactivated. %sFind out " diff --git a/po/hu.po b/po/hu.po index 0fa8bedc8c..3d62b756fd 100644 --- a/po/hu.po +++ b/po/hu.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2022-02-17 10:35+0000\n" "Last-Translator: Péter Báthory \n" "Language-Team: Hungarian (includes info such as export timestamp, PHP version, " "and server version)" @@ -11880,12 +11875,12 @@ msgstr "" "Megjegyzések megjelenítése (olyan információk, mint az exportálás " "időbélyege, a PHP verziója és a szerver verziója)" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 msgid "Additional custom header comment (\\n splits lines):" msgstr "" "További egyéni megjegyzés hozzáadása a fejléchez (a \\n töri a sorokat):" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" @@ -11893,41 +11888,41 @@ msgstr "" "Tartalmazza azokat az időbélyegeket, amikor az adatbázis létrejött, utoljára " "frissült és utoljára ellenőrizve lett" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 msgid "Export metadata" msgstr "Metaadatok exportálása" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 msgid "Add statements:" msgstr "Utasítások hozzáadása:" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, php-format msgid "Add %s statement" msgstr "%s utasítások hozzáadása" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "" "(kevésbé hatékony, mivel az indexek a tábla létrehozása közben generálódnak)" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, php-format msgid "%s value" msgstr "%s érték" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" @@ -11935,37 +11930,37 @@ msgstr "" "Tábla és oszlopnevek idézőjelek közé rakása (Védi az oszlop és tábla " "neveket a speciális karakterektől vagy a kulcsszavaktól)" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 msgid "Data creation options" msgstr "Adatlétrehozási beállítások" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "Tábla csonkolása beszúrás előtt" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "Az INSERT utasítás helyett használjon:" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "INSERT DELAYED utasítások" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "INSERT IGNORE utasítások" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "Adatkiíráskor használt függvények:" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "Adatbeszúrás során használandó szintaxis:" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " @@ -11975,7 +11970,7 @@ msgstr "" "    Példa: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " "(1,2,3)" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " @@ -11985,7 +11980,7 @@ msgstr "" "  Példa: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), (7,8,9)" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" @@ -11993,7 +11988,7 @@ msgstr "" "mindkettő a fentiek közül
      Példa:INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" @@ -12001,7 +11996,7 @@ msgstr "" "egyik sem a fentiek közül
      Példa: INSERT INTO " "tbl_name VALUES (1,2,3)" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" @@ -12009,7 +12004,7 @@ msgstr "" "Bináris oszlopok kiírása hexadecimális átírással (például, \"abc\" " "helyett 0x616263)" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" @@ -12017,127 +12012,127 @@ msgstr "" "A TIMESTAMP oszlopok kiírása UTC-ben (engedélyezi a TIMESTAMP oszlopok " "kiírását és újratölti a különböző időzónában lévő szerverek között)" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "Úgy tűnik, az adatbázis rutinokat használ;" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "az álnév exportálás nem minden esetben működhet megbízhatóan." -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 msgid "Metadata" msgstr "Metaadat" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, php-format msgid "Metadata for table %s" msgstr "A(z) %s tábla metaadatai" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, php-format msgid "Metadata for database %s" msgstr "A(z) %s adatbázis metaadatai" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, php-format msgid "Error reading structure for table %s:" msgstr "Hiba a(z) %s tábla szerkezetének olvasásakor:" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "Úgy tűnik, az adatbázis nézeteket használ;" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "Megkötések a kiírt táblákhoz" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "Megkötések a táblához" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 msgid "Indexes for dumped tables" msgstr "Indexek a kiírt táblákhoz" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 msgid "Indexes for table" msgstr "A tábla indexei" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 msgid "AUTO_INCREMENT for dumped tables" msgstr "A kiírt táblák AUTO_INCREMENT értéke" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 msgid "AUTO_INCREMENT for table" msgstr "AUTO_INCREMENT a táblához" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 #, fuzzy #| msgid "MIME TYPES FOR TABLE" msgid "MEDIA TYPES FOR TABLE" msgstr "Tábla MIME-típusok" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 msgid "RELATIONSHIPS FOR TABLE" msgstr "TÁBLA KAPCSOLATAI" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "Úgy tűnik, a tábla eseményindítókat használ;" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, php-format msgid "Structure for view %s exported as a table" msgstr "%s nézet struktúrája táblaként exportálva" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "(Lásd alább az aktuális nézetet)" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, php-format msgid "Error reading data for table %s:" msgstr "Hiba a(z) %s tábla adatainak olvasásakor:" -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 msgid "Creation:" msgstr "Létrehozva:" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 msgid "Last update:" msgstr "Utolsó frissítés:" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 msgid "Last check:" msgstr "Utolsó ellenőrzés:" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" "Adatbázis rendszer vagy régebbi MySQL szerver a kimenet kompatibilitásának " "maximalizálása ezzel:" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "Objektum-létrehozási beállítások (mindegyik javasolt)" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "Tartalom exportálása" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 msgid "Table:" msgstr "Tábla:" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "Cél:" @@ -12747,75 +12742,75 @@ msgstr "" msgid "Details…" msgstr "Részletek…" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 msgid "Could not save recent table!" msgstr "Nem sikerült elmenteni a legutóbbi táblát!" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 msgid "Could not save favorite table!" msgstr "Nem sikerült elmenteni a kedvenc táblát!" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 msgid "Recent tables" msgstr "Legutóbbi táblák" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 msgid "Recent" msgstr "Legutóbbi" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 msgid "Favorites" msgstr "Kedvencek" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." msgstr "" -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 msgid "Replication started successfully." msgstr "A többszörözés sikeresen elindult." -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 msgid "Error starting replication." msgstr "Hiba a többszörözés indításakor." -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 msgid "Replication stopped successfully." msgstr "A többszörözés sikeresen leállt." -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 msgid "Error stopping replication." msgstr "Hiba a többszörözés leállításakor." -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 msgid "Replication resetting successfully." msgstr "A többszörözés sikeresen visszaállítva." -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 msgid "Error resetting replication." msgstr "Hiba a többszörözés visszaállításakor." -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "Sikerült." -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 msgid "Error." msgstr "Hiba." -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "Ismeretlen hiba" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, fuzzy, php-format #| msgid "Unable to connect to master %s." msgid "Unable to connect to primary %s." msgstr "Nem lehet csatlakozni mester %s-hez." -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 #, fuzzy #| msgid "" #| "Unable to read master log position. Possible privilege problem on master." @@ -12825,13 +12820,13 @@ msgstr "" "Nem olvasható a mester napló pozíció. Valószínűleg jogosultsági probléma " "lehet a mesteren." -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 #, fuzzy #| msgid "Unable to change master!" msgid "Unable to change primary!" msgstr "Nem lehet módosítani a mestert!" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, fuzzy, php-format #| msgid "Master server changed successfully to %s." msgid "Primary server changed successfully to %s." @@ -12880,8 +12875,8 @@ msgid "Error while loading the search." msgstr "Hiba a keresés betöltése közben." #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 msgid "Native MySQL authentication" msgstr "Natív MySQL hitelesítés" @@ -12912,16 +12907,16 @@ msgstr "Natív MySQL hitelesítés" msgid "Account locking is not supported." msgstr "" -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "Nincsenek jogok." -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "A GRANT kivételével minden jogot tartalmaz." -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -12929,7 +12924,7 @@ msgstr "A GRANT kivételével minden jogot tartalmaz." msgid "Allows deleting data." msgstr "Engedélyezi az adatok törlését." -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -12937,7 +12932,7 @@ msgstr "Engedélyezi az adatok törlését." msgid "Allows creating new tables." msgstr "Engedélyezi új táblák készítését." -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -12945,8 +12940,8 @@ msgstr "Engedélyezi új táblák készítését." msgid "Allows dropping tables." msgstr "Engedélyezi a táblák eldobását." -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -12954,8 +12949,8 @@ msgstr "Engedélyezi a táblák eldobását." msgid "Allows creating and dropping indexes." msgstr "Engedélyezi indexek készítését és törlését." -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -12963,9 +12958,9 @@ msgstr "Engedélyezi indexek készítését és törlését." msgid "Allows altering the structure of existing tables." msgstr "Engedélyezi a létező táblák szerkezetének megváltoztatását." -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -12975,9 +12970,9 @@ msgstr "Engedélyezi a létező táblák szerkezetének megváltoztatását." msgid "Allows creating new views." msgstr "Engedélyezi új nézetek létrehozását." -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -12985,8 +12980,8 @@ msgstr "Engedélyezi új nézetek létrehozását." msgid "Allows performing SHOW CREATE VIEW queries." msgstr "Engedélyezi SHOW CREATE VIEW lekérdezések végrehajtását." -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -12994,40 +12989,40 @@ msgstr "Engedélyezi SHOW CREATE VIEW lekérdezések végrehajtását." msgid "Allows creating and dropping triggers." msgstr "Lehetővé teszi eseményindítók létrehozását és eldobását." -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "Engedélyezi az adatok olvasását." -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "Engedélyezi az adatok beírását és megváltoztatását." -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "Engedélyezi az adatok megváltoztatását." -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "Engedélyezi új adatbázisok és táblák készítését." -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "Engedélyezi az adatbázisok és táblák eldobását." -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." @@ -13035,37 +13030,37 @@ msgstr "" "Engedélyezi a szerver beállításainak újratöltését, és a szerver " "gyorsítótárának törlését." -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "Engedélyezi a szerver leállítását." -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 msgid "Allows viewing processes of all users." msgstr "Engedélyezi az összes felhasználó folyamatainak megtekintését." -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "Engedélyezi az adatok fájlokba történő exportálását/importálását." -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "Nincs hatása ebben a MySQL verzióban." -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "Hozzáférést ad az adatbázisok teljes listájához." -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -13078,19 +13073,19 @@ msgstr "" "globális változók beállítása, vagy más felhasználók folyamatainak " "megszüntetése." -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "Engedélyezi ideiglenes táblák készítését." -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "A jelenlegi szálon engedélyezi a táblák zárolását." -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 #, fuzzy @@ -13098,7 +13093,7 @@ msgstr "A jelenlegi szálon engedélyezi a táblák zárolását." msgid "Needed for the replication replicas." msgstr "Szükséges a szolgák többszörözéséhez." -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 #, fuzzy @@ -13108,15 +13103,15 @@ msgstr "" "Engedélyezi a felhasználónak, hogy megkérdezze, hol találhatók a kisegítő/fő " "helyek." -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 msgid "Allows to set up events for the event scheduler." msgstr "Az eseményütemező eseményeinek beállítását teszi lehetővé." #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 #, fuzzy @@ -13124,48 +13119,48 @@ msgstr "Az eseményütemező eseményeinek beállítását teszi lehetővé." msgid "Allows deleting historical rows." msgstr "Engedélyezi az adatok törlését." -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "Engedélyezi tárolt eljárások létrehozását." -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "Engedélyezi a tárolt eljárások módosítását és eldobását." -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "" "Engedélyezi a felhasználói fiókok létrehozását, törlését és átnevezését." -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "Engedélyezi a tárolt eljárások végrehajtását." -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "%s jelszavának megváltoztatása sikerült." -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "%s jogainak visszavonása megtörtént." -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "Nincs elegendő jogosultság a felhasználók megtekintéséhez." -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -13173,84 +13168,84 @@ msgstr "Nincs elegendő jogosultság a felhasználók megtekintéséhez." msgid "Edit privileges" msgstr "Jogosultságok szerkesztése" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "Visszavonás" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "Adatbázis-specifikus jogok" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "Táblaspecifikus jogok" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 msgid "Routine" msgstr "Eljárás" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 msgid "Routine-specific privileges" msgstr "Eljárásra jellemző jogosultságok" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "Nincs törlésre kijelölt felhasználó!" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "A jogok újratöltése" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "A kiválasztott felhasználók törlése sikerült." -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "Ön frissítette %s jogait." -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 msgid "No user found." msgstr "Nem található felhasználó." -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "%s törlése" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "A jogok újratöltése sikerült." -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "%s felhasználó már létezik!" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, php-format msgid "Privileges for %s" msgstr "%s jogosultságai" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "Felhasználó" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " @@ -13261,7 +13256,7 @@ msgstr "" "kapcsolódását, ha a fiókjuk gép része lehetővé tesz egy kapcsolatot bármely " "(%) gépről." -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, php-format msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " @@ -13274,7 +13269,7 @@ msgstr "" "használt jogoktól, ha a módosításuk kézzel történt. Ebben az esetben " "%stöltse be újra a jogokat%s a folytatás előtt." -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " "tables. The content of these tables may differ from the privileges the " @@ -13287,7 +13282,7 @@ msgstr "" "által használt jogoktól, ha a módosításuk kézzel történt. Ebben az esetben a " "jogokat újra kell tölteni, de jelenleg nincs RELOAD joga." -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "Az új felhasználó hozzáadása megtörtént." @@ -13488,7 +13483,7 @@ msgstr "A(z) %s le lett tiltva ezen a MySQL kiszolgálón." msgid "This MySQL server does not support the %s storage engine." msgstr "Ez a MySQL kiszolgáló nem támogatja a(z) %s tárolómotort." -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "Az elsődleges kulcs nevének \"PRIMARY\"-nak kell lennie!" @@ -13497,43 +13492,43 @@ msgstr "Az elsődleges kulcs nevének \"PRIMARY\"-nak kell lennie!" msgid "Problems with indexes of table `%s`" msgstr "Probléma a(z) `%s` tábla indexeivel" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 msgid "Unknown table status:" msgstr "Ismeretlen táblaállapot:" -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, php-format msgid "Source database `%s` was not found!" msgstr "A(z) „%s” forrás adatbázis nem található!" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, php-format msgid "Target database `%s` was not found!" msgstr "A(z) „%s” cél adatbázis nem található!" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 msgid "Invalid database:" msgstr "Érvénytelen adatbázis:" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 msgid "Invalid table name:" msgstr "Érvénytelen táblanév:" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, php-format msgid "Failed to rename table %1$s to %2$s!" msgstr "Hiba történt a(z) %1$s tábla %2$s névre történő átnevezésekor!" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, php-format msgid "Table %1$s has been renamed to %2$s." msgstr "A(z) %1$s tábla átnevezése %2$s névre megtörtént." -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 msgid "Could not save table UI preferences!" msgstr "Nem sikerült elmenteni a tábla UI beállításait!" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" @@ -13542,7 +13537,7 @@ msgstr "" "Tábla UI beállításainak tisztítása sikertelen (lásd $cfg['Servers'][$i]" "['MaxTableUiprefs'] %s)" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -13552,15 +13547,15 @@ msgstr "" "\"%s\" UI érték mentése sikertelen. A változtatás az oldal frissítése után " "nem jelenik meg. Ellenőrizze, hogy a tábla struktúrája megváltozott-e." -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "Nem nevezhető át PRIMARY-re az index!" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "Nincs meghatározott indexrész!" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "" @@ -14033,11 +14028,11 @@ msgstr "A profil frissítése megtörtént." msgid "Password is too long!" msgstr "A jelszó túl hosszú!" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 msgid "Could not save configuration" msgstr "Nem menthetők el a módosítások" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 #, fuzzy #| msgid "" #| "%sCreate%s the phpMyAdmin configuration storage in the current database." @@ -19845,6 +19840,10 @@ msgstr "NÉZET neve" msgid "Column names" msgstr "Oszlopnevek" +#, php-format +#~ msgid "Analyze Explain at %s" +#~ msgstr "Magyarázat elemzése itt: %s" + #~ msgid "Key is too short, it should have at least 32 characters." #~ msgstr "A kulcs túl rövid, legalább 32 karakterből kell állnia." diff --git a/po/hy.po b/po/hy.po index de36526a73..34713d6809 100644 --- a/po/hy.po +++ b/po/hy.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2021-01-22 03:17+0000\n" "Last-Translator: William Desportes \n" "Language-Team: Armenian (includes info such as export timestamp, PHP version, " "and server version)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 msgid "Additional custom header comment (\\n splits lines):" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 msgid "Export metadata" msgstr "Արտահանել անդրտվյալները" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 msgid "Add statements:" msgstr "Ավելացնել արտահայտությունները՝" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, php-format msgid "Add %s statement" msgstr "Ավելացնել %s արտահայտությունը" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, php-format msgid "%s value" msgstr "%sի արժեքը" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 msgid "Data creation options" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "Դատարկել աղյուսակը՝ տվյալներ զետեղելուց առաջ" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "INSERT DELAYED արտահայտություններ" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "INSERT IGNORE արտահայտություններ" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "Տվյալների զետեղման ժամանակ օգտագործել շարահյուսությունը՝" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " "(1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 #, fuzzy #| msgid "It appears your database uses functions;" msgid "It appears your database uses routines;" msgstr "Ըստ երևույթի, ձեր ՏԲ-ն օգտագործում է գործառույթներ;" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 msgid "Metadata" msgstr "Անդրտվյալներ" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, php-format msgid "Metadata for table %s" msgstr "%s աղյուսակի անդրտվյալները" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, php-format msgid "Metadata for database %s" msgstr "%s տվյալների բազայի անդրտվյալները" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, fuzzy, php-format #| msgid "Table structure for table" msgid "Error reading structure for table %s:" msgstr "Աղյուսակի կառուցվածքը" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "Ըստ երևույթի, ձեր ՏԲ-ն օգտագործում է ներկայացումներ;" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 msgid "Indexes for dumped tables" msgstr "Պահպանված աղյուսակների ցուցակագրերը" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 msgid "Indexes for table" msgstr "Աղյուսակի ցուցակագրերը" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 msgid "AUTO_INCREMENT for dumped tables" msgstr "AUTO_INCREMENT՝ պահպանված աղյուսակների համար" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 msgid "AUTO_INCREMENT for table" msgstr "AUTO_INCREMENT՝ աղյուսակի համար" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 #, fuzzy #| msgid "MIME TYPES FOR TABLE" msgid "MEDIA TYPES FOR TABLE" msgstr "ԱՂՅՈՒՍԱԿՆԵՐԻ MIME ՏԵՍԱԿՆԵՐԸ" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 #, fuzzy #| msgid "MIME TYPES FOR TABLE" msgid "RELATIONSHIPS FOR TABLE" msgstr "ԱՂՅՈՒՍԱԿՆԵՐԻ MIME ՏԵՍԱԿՆԵՐԸ" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "Ըստ երևույթի, ձեր ՏԲ-ն օգտագործում է ձգաններ;" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, php-format msgid "Structure for view %s exported as a table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, fuzzy, php-format #| msgid "Error reading data:" msgid "Error reading data for table %s:" msgstr "Տվյալների կարդալու սխալ՝" -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 msgid "Creation:" msgstr "Ստեղծում՝" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 msgid "Last update:" msgstr "Վերջին թարմացումը՝" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 msgid "Last check:" msgstr "Վերջին ստուգումը՝" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "Արտահանել պարունակությունը" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 msgid "Table:" msgstr "Աղյուսակ՝" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "" @@ -11913,86 +11908,86 @@ msgstr "" msgid "Details…" msgstr "Մանրամասները …" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 msgid "Could not save recent table!" msgstr "Չհաջողվեց պահպանել վերջին աղյուսակը։" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 msgid "Could not save favorite table!" msgstr "Չհաջողվեց պահպանել ընտրյալ աղյուսակը։" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 msgid "Recent tables" msgstr "Վերջին աղյուսակները" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 msgid "Recent" msgstr "Վերջինները" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 msgid "Favorites" msgstr "Ընտրյալները" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." msgstr "" -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 msgid "Replication started successfully." msgstr "Կրկնապատկումը հաջողությամբ մեկնարկվեց։" -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 msgid "Error starting replication." msgstr "Կարկնապատկումը մեկնարկելու սխալ։" -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 msgid "Replication stopped successfully." msgstr "Կրկնապատկումը հաջողությամբ կանգնեցվեց։" -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 msgid "Error stopping replication." msgstr "Կրկնապատկումը կանգնեցնելու սխալ։" -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 msgid "Replication resetting successfully." msgstr "Կրկնապատկումը հաջողությամբ վերակայվեց։" -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 msgid "Error resetting replication." msgstr "Կրկնապատկումը վերակայելու սխալ։" -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "Հաջողում։" -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 msgid "Error." msgstr "Սխալ։" -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "Անհայտ սպալ" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, fuzzy, php-format #| msgid "Unable to connect to master %s." msgid "Unable to connect to primary %s." msgstr "Չհաջողվեց միանալ հիմնական սպասարկչին %s։" -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 msgid "" "Unable to read primary log position. Possible privilege problem on primary." msgstr "" -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 #, fuzzy #| msgid "Unable to change master!" msgid "Unable to change primary!" msgstr "Հնարավոր չէ փոխել հիմնական սպասարկիչը։" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, fuzzy, php-format #| msgid "Master server changed successfully to %s." msgid "Primary server changed successfully to %s." @@ -12041,8 +12036,8 @@ msgid "Error while loading the search." msgstr "Որոնումը բեռնելու սխալ։" #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 msgid "Native MySQL authentication" msgstr "MySQL-ի բնականոն վավերացումը" @@ -12073,16 +12068,16 @@ msgstr "MySQL-ի բնականոն վավերացումը" msgid "Account locking is not supported." msgstr "" -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "Արտոնություններ չկան։" -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "Ներառում է բոլոր արտոնությունները բացառությամբ GRANT-ի։" -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -12090,7 +12085,7 @@ msgstr "Ներառում է բոլոր արտոնությունները բացա msgid "Allows deleting data." msgstr "Թույլատրում է տվյալների ջնջումը։" -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -12098,7 +12093,7 @@ msgstr "Թույլատրում է տվյալների ջնջումը։" msgid "Allows creating new tables." msgstr "Թույլատրում է նոր աղյուսակների ստեղծումը։" -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -12106,8 +12101,8 @@ msgstr "Թույլատրում է նոր աղյուսակների ստեղծու msgid "Allows dropping tables." msgstr "Թույլատրում է աղյուսակների ջնջումը։" -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -12115,8 +12110,8 @@ msgstr "Թույլատրում է աղյուսակների ջնջումը։" msgid "Allows creating and dropping indexes." msgstr "Թույլատրում է ցուցակագրերի ստեղծումը և ջնջումը։" -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -12124,9 +12119,9 @@ msgstr "Թույլատրում է ցուցակագրերի ստեղծումը և msgid "Allows altering the structure of existing tables." msgstr "" -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -12136,9 +12131,9 @@ msgstr "" msgid "Allows creating new views." msgstr "Թույլատրում է նոր ներկայացումների ստեղծումը։" -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -12146,8 +12141,8 @@ msgstr "Թույլատրում է նոր ներկայացումների ստեղ msgid "Allows performing SHOW CREATE VIEW queries." msgstr "Թույլատրում է SHOW CREATE VIEW հարցումների կատարումը։" -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -12155,76 +12150,76 @@ msgstr "Թույլատրում է SHOW CREATE VIEW հարցումների կատ msgid "Allows creating and dropping triggers." msgstr "Թույլատրում է ձգանների ստեղծումը և ջնջումը։" -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "Թույլատրում է տվյալների կարդալը։" -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "Թույլատրում է տվյալների զետեղումը և փոխարինումը։" -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "Թույլ է տալիս տվյալների փոփոխումը։" -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "Թույլատրում է նոր տվյալների բազաների և աղյուսակների ստեղծումը։" -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "Թույլատրում է տվյալների բազաների և աղյուսակների ջնջումը։" -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." msgstr "" -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "Թույլատրում է սպասարկչի անջատելը։" -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 msgid "Allows viewing processes of all users." msgstr "Թույլատրում է բոլոր օգտվողների ընթացքների դիտումը։" -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "" -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "" -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "" -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -12233,19 +12228,19 @@ msgid "" "killing threads of other users." msgstr "" -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "Թույլատրում է ժամանակավոր աղյուսակների ստեղծումը։" -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "Թույլատրում է աղյուսակների կողպումը՝ տվյալ հոսքի համար։" -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 #, fuzzy @@ -12253,7 +12248,7 @@ msgstr "Թույլատրում է աղյուսակների կողպումը՝ տ msgid "Needed for the replication replicas." msgstr "Անհրաժեշտ է ենթարկվող սպասարկիչներին՝ կրկնապատկման ժամանակ։" -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 #, fuzzy @@ -12261,15 +12256,15 @@ msgstr "Անհրաժեշտ է ենթարկվող սպասարկիչներին՝ msgid "Allows the user to ask where the replicas / primaries are." msgstr "Թուլյատրում է հարցնել հիմնական և ենթարկվող սպասարկիչների տեղակայումը։" -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 msgid "Allows to set up events for the event scheduler." msgstr "" #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 #, fuzzy @@ -12277,47 +12272,47 @@ msgstr "" msgid "Allows deleting historical rows." msgstr "Թույլատրում է տվյալների ջնջումը։" -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "Թույլատրում է պահված գործընթացների ստեղծումը։" -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "Թույլատրում է օգտվողների հաշիվների ստեղծումը, ջնջումը և անվանափոխումը։" -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "Թույլատրում է պահված գործընթացների կատարումը։" -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "Դուք չեղարկեցիք արտոնությունները %s-ի համար։" -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "Օգտնողներին դիտելու համար արտոնությունները բավարար չեն։" -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -12325,91 +12320,91 @@ msgstr "Օգտնողներին դիտելու համար արտոնությու msgid "Edit privileges" msgstr "Խմբագրել արտոնությունները" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "Հետարկել" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 msgid "Routine" msgstr "Գործընթաց" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 msgid "Routine-specific privileges" msgstr "Գործընթացին բնորոշ արտոնություններ" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "Արտոնությունների վերաբեռնում" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "" -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 msgid "No user found." msgstr "Օգտվողը չի գտնվել։" -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "%s-ի ջնջում" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "%s օգտվողը արդեն իսկ առկա է։" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, php-format msgid "Privileges for %s" msgstr "Արտոնություններ %s-ի համար" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "Օգտվող" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " "allows a connection from any (%) host." msgstr "" -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, php-format msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " @@ -12418,7 +12413,7 @@ msgid "" "%sreload the privileges%s before you continue." msgstr "" -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " "tables. The content of these tables may differ from the privileges the " @@ -12427,7 +12422,7 @@ msgid "" "privilege." msgstr "" -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "" @@ -12622,7 +12617,7 @@ msgstr "%s աղյուսակների տեսակը կասեցվել է այս MySQ msgid "This MySQL server does not support the %s storage engine." msgstr "Այս MySQL սպասարկիչը չի աջակցում աղյուսակների պահպանման %s տեսակը։" -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "Առաջնային բանալիի անունը պետք է լինի \"PRIMARY\"։" @@ -12631,50 +12626,50 @@ msgstr "Առաջնային բանալիի անունը պետք է լինի \"PR msgid "Problems with indexes of table `%s`" msgstr "Խնդիրներ՝ `%s` աղյուսակի ցուցակագրերի հետ" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 msgid "Unknown table status:" msgstr "Աղյուսակի անհայտ կարգավիճակ՝" -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, php-format msgid "Source database `%s` was not found!" msgstr "`%s` ելակետային տվյալների բազան չի գտնվել։" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, php-format msgid "Target database `%s` was not found!" msgstr "`%s` նպատակային տվյալների բազան չի գտնվել։" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 msgid "Invalid database:" msgstr "Անվավեր տվյալների բազան՝" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 msgid "Invalid table name:" msgstr "Անվավեր աղյուսակի անունը՝" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, php-format msgid "Failed to rename table %1$s to %2$s!" msgstr "Չհաջողվեց վերանվանել աղյուսակը %1$s-ից %2$s։" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, php-format msgid "Table %1$s has been renamed to %2$s." msgstr "%1$s աղյուսակը վերանվանվել է %2$s-ին։" -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 msgid "Could not save table UI preferences!" msgstr "Չհաջողվեց պահպանել աղյուսակի միջերեսի նախընտրանքները։" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" "['MaxTableUiprefs'] %s)" msgstr "" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -12682,15 +12677,15 @@ msgid "" "changed." msgstr "" -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "Հնարավոր չէ՝ վերանվանել ցուցակագիրը PRIMARY անունով։" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "Ցուցակագրի մասերը սահմանված չեն։" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "%1$s-ի արտաքին բանալիի ստեղծման սխալ (ստուգեք տվյալների տեսակները)" @@ -13126,11 +13121,11 @@ msgstr "Հատկագիրը արդիացվեց։" msgid "Password is too long!" msgstr "Գաղտնաբառը դատարկ է։" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 msgid "Could not save configuration" msgstr "Չհաջողվեց պահպանել կազմաձևի կայանքները" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 #, fuzzy #| msgid "" #| "The phpMyAdmin configuration storage has been deactivated. %sFind out " diff --git a/po/ia.po b/po/ia.po index 8298f1668a..406f553707 100644 --- a/po/ia.po +++ b/po/ia.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2022-02-15 16:21+0000\n" "Last-Translator: Maurício Meneghini Fauth \n" "Language-Team: Interlingua (includes info such as export timestamp, PHP version, " "and server version)" @@ -11343,11 +11338,11 @@ msgstr "" "Monstra commentos (include como le timbro horari de exportation, version " "de PHP, e version de servitor)" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 msgid "Additional custom header comment (\\n splits lines):" msgstr "Commento de capite personalisate additional (\\n per divider lineas):" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" @@ -11355,42 +11350,42 @@ msgstr "" "Include un timestamp (marca de tempore) de quando le base de datos esseva " "create, le ultime actualisation e le ultime controlo" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 msgid "Export metadata" msgstr "Exporta metadata" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 msgid "Add statements:" msgstr "Adde declarationes:" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, php-format msgid "Add %s statement" msgstr "Adde declaration %s" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "" "(minus efficiente proque indices essera generate durante le creation del " "tabella)" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, php-format msgid "%s value" msgstr "Valor %s" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" @@ -11398,37 +11393,37 @@ msgstr "" "Incorpora nomine de tabella e columna con virgulettas (Protege le nomines " "de columna e tabella con characteres special o parolas clave)" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 msgid "Data creation options" msgstr "Optiones de creation de datos" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "Trunca le tabella ante insertar" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "In loco de declarationes INSERT, usa:" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "Declarationes INSERT DELAYED" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "Declarationes INSERT IGNORE" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "Function de usar quando on face discargamento (dumping) de datos:" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "Le syntaxe de usar quando on inserta datos:" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " @@ -11438,7 +11433,7 @@ msgstr "" "      Exemplo: INSERT INTO tbl_name (col_A,col_B,col_C) " "VALUES (1,2,3)" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " @@ -11448,7 +11443,7 @@ msgstr "" "    Exemplo: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" @@ -11456,7 +11451,7 @@ msgstr "" "ambes le de cuje super
      Exemplo: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" @@ -11464,7 +11459,7 @@ msgstr "" "necun de le cuje super above
      Exemplo: INSERT " "INTO tbl_name VALUES (1,2,3)" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" @@ -11472,7 +11467,7 @@ msgstr "" "Exeque le dump de columnas binari in notation hexadecimal (pro exemplo, " "\"abc\" deveni 0x616263) " -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" @@ -11481,126 +11476,126 @@ msgstr "" "de TIMESTAMP pote esser discargate via dump e recargate inter servitores in " "differente fusos horari) " -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "Il sembla que tu base de datos usa routines;" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "" "exportation de alias pote non functionar de modo correcte in omne casos." -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 msgid "Metadata" msgstr "Metadatos" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, php-format msgid "Metadata for table %s" msgstr "Metadata pro tabella %s" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, php-format msgid "Metadata for database %s" msgstr "Metadata pro base de datos %s" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, php-format msgid "Error reading structure for table %s:" msgstr "Error quando on lege le structura pro tabella %s:" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "Il sembla que tu base de datos usa vistas;" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "Limites pro tabellas delite (dumped)" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "Limites pro tabella" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 msgid "Indexes for dumped tables" msgstr "Indices pro tabellas delite (dumped)" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 msgid "Indexes for table" msgstr "Indices pro tabella" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 msgid "AUTO_INCREMENT for dumped tables" msgstr "AUTO_INCREMENT pro tabellas delite (dumped)" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 msgid "AUTO_INCREMENT for table" msgstr "AUTO_INCREMENT pro tabella" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 msgid "MEDIA TYPES FOR TABLE" msgstr "MEDIA TYPES FOR TABLE" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 msgid "RELATIONSHIPS FOR TABLE" msgstr "RELATIONES PER TABULA" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "Il sembla que tu tabella usa triggers;" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, php-format msgid "Structure for view %s exported as a table" msgstr "Structura pro vider %s exportate como un tabella" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "(Vide a basso per le vista actual)" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, php-format msgid "Error reading data for table %s:" msgstr "Error quando on lege datos per tabella %s:" -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 msgid "Creation:" msgstr "Creation:" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 msgid "Last update:" msgstr "Ultime actualisation:" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 msgid "Last check:" msgstr "Ultime controlo:" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" "Le systema de base de datos o servitor MySQL plus vetere per maximisar " "compatibilitate de exito con:" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "Optiones de creation de objecto (omnes es recommendate)" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "Exporta contentos" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 msgid "Table:" msgstr "Tabella:" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "Intention:" @@ -12124,84 +12119,84 @@ msgstr "" msgid "Details…" msgstr "Detalios…" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 msgid "Could not save recent table!" msgstr "Il non pote salveguardar le tabella recente!" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 msgid "Could not save favorite table!" msgstr "Il non pote salveguardar le tabella favorite!" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 msgid "Recent tables" msgstr "Tabellas recente" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 msgid "Recent" msgstr "Recente" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 msgid "Favorites" msgstr "Favoritos" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." msgstr "" -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 msgid "Replication started successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 msgid "Error starting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 msgid "Replication stopped successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 msgid "Error stopping replication." msgstr "" -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 msgid "Replication resetting successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 msgid "Error resetting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "Successo." -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 msgid "Error." msgstr "Error." -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "Error Incognite" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, fuzzy, php-format #| msgid "Failed to connect to SQL validator!" msgid "Unable to connect to primary %s." msgstr "Il falleva connecter al validator SQL!" -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 msgid "" "Unable to read primary log position. Possible privilege problem on primary." msgstr "" -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 msgid "Unable to change primary!" msgstr "" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, php-format msgid "Primary server changed successfully to %s." msgstr "" @@ -12249,8 +12244,8 @@ msgid "Error while loading the search." msgstr "Error quando on cargava le cerca." #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 msgid "Native MySQL authentication" msgstr "Authentication de MySQL native" @@ -12275,16 +12270,16 @@ msgstr "Authentication de MySQL vetere" msgid "Account locking is not supported." msgstr "" -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "" -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "" -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -12292,7 +12287,7 @@ msgstr "" msgid "Allows deleting data." msgstr "" -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -12300,7 +12295,7 @@ msgstr "" msgid "Allows creating new tables." msgstr "" -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -12308,8 +12303,8 @@ msgstr "" msgid "Allows dropping tables." msgstr "" -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -12317,8 +12312,8 @@ msgstr "" msgid "Allows creating and dropping indexes." msgstr "" -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -12326,9 +12321,9 @@ msgstr "" msgid "Allows altering the structure of existing tables." msgstr "" -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -12338,9 +12333,9 @@ msgstr "" msgid "Allows creating new views." msgstr "" -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -12348,8 +12343,8 @@ msgstr "" msgid "Allows performing SHOW CREATE VIEW queries." msgstr "" -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -12357,76 +12352,76 @@ msgstr "" msgid "Allows creating and dropping triggers." msgstr "" -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "" -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "" -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "" -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "" -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "" -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." msgstr "" -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "" -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 msgid "Allows viewing processes of all users." msgstr "" -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "" -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "" -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "" -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -12435,85 +12430,85 @@ msgid "" "killing threads of other users." msgstr "" -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "" -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "" -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 msgid "Needed for the replication replicas." msgstr "" -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 msgid "Allows the user to ask where the replicas / primaries are." msgstr "" -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 msgid "Allows to set up events for the event scheduler." msgstr "" #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 msgid "Allows deleting historical rows." msgstr "Permitte deler rangos historic." -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "" -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "" -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "" -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -12521,91 +12516,91 @@ msgstr "" msgid "Edit privileges" msgstr "Modifica privilegios" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "Revoca" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 msgid "Routine" msgstr "Routine" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 msgid "Routine-specific privileges" msgstr "Privilegios specific pro le routine" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "" -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 msgid "No user found." msgstr "" -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, php-format msgid "Privileges for %s" msgstr "" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "Usator" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " "allows a connection from any (%) host." msgstr "" -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, php-format msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " @@ -12614,7 +12609,7 @@ msgid "" "%sreload the privileges%s before you continue." msgstr "" -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " "tables. The content of these tables may differ from the privileges the " @@ -12623,7 +12618,7 @@ msgid "" "privilege." msgstr "" -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "" @@ -12820,7 +12815,7 @@ msgstr "%s ha essite dishabilitate sur iste servitor MySQL." msgid "This MySQL server does not support the %s storage engine." msgstr "Iste servitor MySQL non supporta lemotor de immagazinage %s." -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "Le nomine del clave primari debe esser \"PRIMARY\"!" @@ -12829,43 +12824,43 @@ msgstr "Le nomine del clave primari debe esser \"PRIMARY\"!" msgid "Problems with indexes of table `%s`" msgstr "" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 msgid "Unknown table status:" msgstr "Stato de tabella incognite:" -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, php-format msgid "Source database `%s` was not found!" msgstr "Il non trovava base de datos de fonte '%s'!" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, php-format msgid "Target database `%s` was not found!" msgstr "Il non trovava base de datos objectivo '%s'!" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 msgid "Invalid database:" msgstr "Base de datos invalide:" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 msgid "Invalid table name:" msgstr "Nomine de tabella invalide:" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, php-format msgid "Failed to rename table %1$s to %2$s!" msgstr "Il falleva renominar tabella ab %1$s a %2$s!" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, php-format msgid "Table %1$s has been renamed to %2$s." msgstr "Tabella %1$s ha essite renominate a %2$s." -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 msgid "Could not save table UI preferences!" msgstr "Il non pote salveguarda preferentias UI de tabella!" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" @@ -12874,7 +12869,7 @@ msgstr "" "Il falleva nettar preferentias de UI de tabella (vide $cfg['Servers'][$i]" "['MaxTableUiprefs'] %s)" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -12885,15 +12880,15 @@ msgstr "" "essera mantenite post que tu recarga iste pagina. Pro favor controla que le " "structura del tabella ha essite modificate." -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "Non pote renominar indice a PRIMARY!" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "Nulle partes de indice definite!" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "" @@ -13372,11 +13367,11 @@ msgstr "" msgid "Password is too long!" msgstr "Contrasigno es troppo longe!" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 msgid "Could not save configuration" msgstr "" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 #, fuzzy #| msgid "" #| "%sCreate%s the phpMyAdmin configuration storage in the current database." @@ -18754,6 +18749,10 @@ msgstr "" msgid "Column names" msgstr "" +#, php-format +#~ msgid "Analyze Explain at %s" +#~ msgstr "Explication de Analysis a %s" + #~ msgid "Key is too short, it should have at least 32 characters." #~ msgstr "" #~ "Le clave es troppo curte, illo deberea haber al minus 32 characteres." diff --git a/po/id.po b/po/id.po index eb9f3355c2..e93dea68db 100644 --- a/po/id.po +++ b/po/id.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2022-12-30 07:50+0000\n" "Last-Translator: Iwan Haryatno \n" "Language-Team: Indonesian (includes info such as export timestamp, PHP version, " @@ -12113,11 +12108,11 @@ msgstr "" "Komentar tampilan (termasuk informasi seperti timestamp ekspor, versi " "PHP, dan versi server) " -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 msgid "Additional custom header comment (\\n splits lines):" msgstr "Menambahkan komentar judul kustom (\\n memotong baris):" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" @@ -12125,40 +12120,40 @@ msgstr "" "Sertakan timestamp kapan database diciptakan, diperbarui terakhir, dan " "terakhir diperiksa" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 msgid "Export metadata" msgstr "Ekspor metadata" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 msgid "Add statements:" msgstr "Tambahkan statement:" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, php-format msgid "Add %s statement" msgstr "Tambahkan statement %s" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "(Kurang efisien sebagai indeks akan dihasilkan selama pembuatan tabel)" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, php-format msgid "%s value" msgstr "Nilai %s" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "Menggunakan simple view export" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 #, fuzzy msgid "" "Enclose table and column names with backquotes (Protects column and table " @@ -12167,37 +12162,37 @@ msgstr "" "Lampirkan tabel dan nama kolom dengan backquotes (Melindungi kolom dan " "nama tabel dibentuk dengan karakter khusus atau kata kunci)" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 msgid "Data creation options" msgstr "Opsi pembuatan data" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "Potong tabel sebelum dimasukkan" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "Alih-alih perintah INSERT, gunakan:" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "perintah INSERT DELAYED" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "perintah INSERT IGNORE" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "Fungsi yang digunakan sewaktu dump data:" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "Sintaks yang digunakan sewaktu menambah data:" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " @@ -12207,7 +12202,7 @@ msgstr "" "      Contoh: INSERT INTO tbl_name (col_A, col_B, " "col_C) VALUES (1,2,3)" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " @@ -12217,7 +12212,7 @@ msgstr "" "
      Contoh: INSERT INTO NILAI tbl_name (1,2,3), " "(4,5,6), (7,8,9)" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" @@ -12225,7 +12220,7 @@ msgstr "" "kedua hal di atas
      Contoh: INSERT INTO " "tbl_name (col_A, col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" @@ -12233,7 +12228,7 @@ msgstr "" "hal tersebut di atas
      Contoh: INSERT INTO " "NILAI tbl_name (1,2,3)" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 #, fuzzy msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " @@ -12242,7 +12237,7 @@ msgstr "" "Dump kolom biner dalam notasi heksadesimal (misalnya, \"abc\" menjadi " "0x616263)" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 #, fuzzy msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " @@ -12251,135 +12246,135 @@ msgstr "" "Dump kolom TIMESTAMP di UTC (memungkinkan kolom TIMESTAMP akan dibuang " "dan mengisi antara server di zona waktu yang berbeda)" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 #, fuzzy msgid "It appears your database uses routines;" msgstr "Tampaknya database Anda menggunakan fungsi;" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 #, fuzzy msgid "alias export may not work reliably in all cases." msgstr "ekspor alias mungkin tidak bekerja andal dalam semua kasus." -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 msgid "Metadata" msgstr "Metadata" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, php-format msgid "Metadata for table %s" msgstr "Metadata untuk tabel %s" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, php-format msgid "Metadata for database %s" msgstr "Metadata untuk database %s" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, php-format msgid "Error reading structure for table %s:" msgstr "Kesalahan membaca struktur untuk tabel %s:" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 #, fuzzy msgid "It appears your database uses views;" msgstr "Tampaknya database Anda menggunakan pandangan;" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "Ketidakleluasaan untuk tabel pelimpahan (Dumped Tables)" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "Ketidakleluasaan untuk tabel" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 #, fuzzy #| msgid "Constraints for dumped tables" msgid "Indexes for dumped tables" msgstr "Ketidakleluasaan untuk tabel pelimpahan (Dumped Tables)" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 msgid "Indexes for table" msgstr "Indeks untuk tabel" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 msgid "AUTO_INCREMENT for dumped tables" msgstr "AUTO_INCREMENT untuk tabel yang dibuang" # Imperative verb -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 msgid "AUTO_INCREMENT for table" msgstr "AUTO_INCREMENT untuk tabel" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 #, fuzzy #| msgid "MIME TYPES FOR TABLE" msgid "MEDIA TYPES FOR TABLE" msgstr "JENIS MIME UNTUK TABEL" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 #, fuzzy #| msgid "RELATIONS FOR TABLE" msgid "RELATIONSHIPS FOR TABLE" msgstr "HUBUNGAN RELASI UNTUK TABEL" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "Tampaknya tabel Anda menggunakan pemicu;" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, php-format msgid "Structure for view %s exported as a table" msgstr "Struktur untuk view %s diekspor sebagai tabel" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "(Lihat di bawah untuk tampilan aktual)" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, php-format msgid "Error reading data for table %s:" msgstr "Kesalahan membaca data untuk tabel %s:" -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 msgid "Creation:" msgstr "Pembuatan:" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 msgid "Last update:" msgstr "Pembaruan terakhir:" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 msgid "Last check:" msgstr "Pemeriksaan terakhir:" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" "Sistem database atau server MySQL yang lebih tua untuk memaksimalkan output " "kompatibilitas dengan:" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "Pilihan pembuatan obyek (semua direkomendasikan)" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "Ekspor isi" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 msgid "Table:" msgstr "Tabel:" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "Tujuan:" @@ -13005,27 +13000,27 @@ msgstr "Harap periksa hak akses direktori basis data." msgid "Details…" msgstr "Rincian…" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 msgid "Could not save recent table!" msgstr "Tidak dapat menyimpan tabel ini!" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 msgid "Could not save favorite table!" msgstr "Tidak dapat menyimpan tabel favorit!" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 msgid "Recent tables" msgstr "Tabel terakhir" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 msgid "Recent" msgstr "Terbaru" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 msgid "Favorites" msgstr "Favorit" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." @@ -13033,49 +13028,49 @@ msgstr "" "Koneksi ke server di non-aktifkan, silahkan aktifkan " "$cfg['AllowArbitraryServer'] pada konfigurasi phpMyAdmin." -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 msgid "Replication started successfully." msgstr "Replikasi berhasil dilakukan." -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 msgid "Error starting replication." msgstr "Kesalahan melakukan replikasi." -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 msgid "Replication stopped successfully." msgstr "Replikasi berhasil dihentikan." -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 msgid "Error stopping replication." msgstr "Kesalahan menghentikan replikasi." -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 msgid "Replication resetting successfully." msgstr "Replikasi berhasil diatur ulang." -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 msgid "Error resetting replication." msgstr "Kesalahan mensetting ulang replikasi." -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "Berhasil." -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 msgid "Error." msgstr "Galat." -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "Galat tidak dikenal" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, fuzzy, php-format #| msgid "Unable to connect to master %s." msgid "Unable to connect to primary %s." msgstr "Tidak dapat tersambung ke master %s." -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 #, fuzzy #| msgid "" #| "Unable to read master log position. Possible privilege problem on master." @@ -13085,13 +13080,13 @@ msgstr "" "Tidak dapat membaca posisi log master. Mungkin ada masalah hak akses pada " "master." -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 #, fuzzy #| msgid "Unable to change master" msgid "Unable to change primary!" msgstr "Tidak dapat mengubah master" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, fuzzy, php-format #| msgid "Master server changed successfully to %s" msgid "Primary server changed successfully to %s." @@ -13140,8 +13135,8 @@ msgid "Error while loading the search." msgstr "Terjadi kesalahan ketika memuat pencarian." #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 msgid "Native MySQL authentication" msgstr "Autentikasi asli MySQL" @@ -13172,16 +13167,16 @@ msgstr "Autentikasi asli MySQL" msgid "Account locking is not supported." msgstr "" -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "Tanpa hak akses." -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "Mencakup semua hak akses selain GRANT." -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -13189,7 +13184,7 @@ msgstr "Mencakup semua hak akses selain GRANT." msgid "Allows deleting data." msgstr "Mengizinkan untuk menghapus data." -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -13197,7 +13192,7 @@ msgstr "Mengizinkan untuk menghapus data." msgid "Allows creating new tables." msgstr "Mengizinkan untuk membuat tabel baru." -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -13205,8 +13200,8 @@ msgstr "Mengizinkan untuk membuat tabel baru." msgid "Allows dropping tables." msgstr "Mengizinkan untuk hapus tabel." -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -13214,8 +13209,8 @@ msgstr "Mengizinkan untuk hapus tabel." msgid "Allows creating and dropping indexes." msgstr "Mengizinkan untuk menciptakan dan hapus Indeks." -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -13223,9 +13218,9 @@ msgstr "Mengizinkan untuk menciptakan dan hapus Indeks." msgid "Allows altering the structure of existing tables." msgstr "Mengizinkan untuk mengubah struktur dari tabel yang ada." -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -13235,9 +13230,9 @@ msgstr "Mengizinkan untuk mengubah struktur dari tabel yang ada." msgid "Allows creating new views." msgstr "Mengizinkan untuk membuat view baru." -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -13245,8 +13240,8 @@ msgstr "Mengizinkan untuk membuat view baru." msgid "Allows performing SHOW CREATE VIEW queries." msgstr "Mengizinkan pencarian dengan cara SHOW CREATE VIEW." -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -13254,40 +13249,40 @@ msgstr "Mengizinkan pencarian dengan cara SHOW CREATE VIEW." msgid "Allows creating and dropping triggers." msgstr "Mengizinkan untuk membuat dan menghapus trigger." -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "Mengizinkan untuk baca data." -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "Mengizinkan untuk tambah dan ganti data." -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "Mengizinkan untuk ubah data." -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "Mengizinkan untuk membuat basis data dan tabel baru." -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "Mengizinkan penghapusan basis data dan tabel." -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." @@ -13295,37 +13290,37 @@ msgstr "" "Mengizinkan untuk memuat ulang pengaturan server dan membersihkan singgahan " "server." -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "Mengizinkan untuk shut-down server." -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 msgid "Allows viewing processes of all users." msgstr "Mengizinkan untuk melihat proses oleh semua pengguna." -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "Mengizinkan mengimpor data dari dan mengekspor data ke berkas." -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "Tidak ada efek dalam versi MySQL yang digunakan." -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "Memberi akses ke seluruh daftar basis data." -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -13338,19 +13333,19 @@ msgstr "" "global atau untuk menonaktifkan sebuah Thread yang dimiliki oleh pengguna " "lain." -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "Mengizinkan untuk membuat tabel temporer." -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "Mengizinkan untuk mengunci tabel dalam Thread yang lagi berjalan." -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 #, fuzzy @@ -13358,7 +13353,7 @@ msgstr "Mengizinkan untuk mengunci tabel dalam Thread yang lagi berjalan." msgid "Needed for the replication replicas." msgstr "Digunakan untuk replikasi dari slaves." -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 #, fuzzy @@ -13367,7 +13362,7 @@ msgid "Allows the user to ask where the replicas / primaries are." msgstr "" "Memberi hak kepada pengguna untuk menanyakan lokasi dari slaves / masters." -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 #, fuzzy @@ -13376,8 +13371,8 @@ msgid "Allows to set up events for the event scheduler." msgstr "Mengizinkan penyiapan event untuk penjadwal event" #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 #, fuzzy @@ -13385,48 +13380,48 @@ msgstr "Mengizinkan penyiapan event untuk penjadwal event" msgid "Allows deleting historical rows." msgstr "Mengizinkan untuk menghapus data." -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "Mengizinkan untuk membuat routine tersimpan." -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "Mengizinkan untuk mengubah dan menghapus routine tersimpan." -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "Mengizinkan untuk membuat, menghapus, dan mengubah nama akun pengguna." -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "Mengizinkan eksekusi routine tersimpan." -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "Sukses mengubah Kata Sandi untuk %s ." -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "Anda telah mencabut hak akses untuk %s." -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 #, fuzzy msgid "Not enough privilege to view users." msgstr "Hak akses tidak cukup untuk melihat pengguna." -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -13436,86 +13431,86 @@ msgstr "Hak akses tidak cukup untuk melihat pengguna." msgid "Edit privileges" msgstr "Edit Hak Akses" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "Cabut" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "Hak akses khusus basis data" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "Hak akses khusus tabel" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 msgid "Routine" msgstr "Rutinitas" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 #, fuzzy #| msgid "Column-specific privileges" msgid "Routine-specific privileges" msgstr "Hak akses khusus kolom" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "Tidak ada pengguna yang dipilih untuk dihapus!" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "Memuat hak akses" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "Sukses menghapus pengguna yang dipilih." -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "Anda telah memperbarui hak akses untuk %s." -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 msgid "No user found." msgstr "Pengguna tidak ditemukan." -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "Menghapus %s" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "Hak akses berhasil dimuat ulang." -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "Pengguna %s telah terdaftar!" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, php-format msgid "Privileges for %s" msgstr "Hak akses untuk %s" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "Pengguna" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 #, fuzzy msgid "" "A user account allowing any user from localhost to connect is present. This " @@ -13527,7 +13522,7 @@ msgstr "" "jika bagian host dari account mereka memungkinkan koneksi dari setiap (%) " "host." -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, fuzzy, php-format #| msgid "" #| "Note: phpMyAdmin gets the users' privileges directly from MySQL's " @@ -13546,7 +13541,7 @@ msgstr "" "diubah secara manual. Disarankan untuk %sme-reload profil pengguna%s sebelum " "melanjut." -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 #, fuzzy #| msgid "" #| "Note: phpMyAdmin gets the users' privileges directly from MySQL's " @@ -13566,7 +13561,7 @@ msgstr "" "diubah secara manual. Disarankan untuk %sme-reload profil pengguna%s sebelum " "melanjut." -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "Pengguna baru telah ditambahkan." @@ -13776,7 +13771,7 @@ msgstr "%s didinonaktifkan untuk server MySQL ini." msgid "This MySQL server does not support the %s storage engine." msgstr "Server MySQL ini tidak mendukung mesin penyimpanan %s." -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "Nama kunci primer harus \"PRIMARY\"!" @@ -13785,43 +13780,43 @@ msgstr "Nama kunci primer harus \"PRIMARY\"!" msgid "Problems with indexes of table `%s`" msgstr "Ditemukan masalah dengan indeks dalam tabel `%s`" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 msgid "Unknown table status:" msgstr "status tabel tidak diketahui:" -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, php-format msgid "Source database `%s` was not found!" msgstr "Sumber Basis data `%s` tidak ditemukan!" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, php-format msgid "Target database `%s` was not found!" msgstr "Target Basis data `%s` tidak ditemukan!" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 msgid "Invalid database:" msgstr "Basis data tidak valid:" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 msgid "Invalid table name:" msgstr "Nama tabel tidak valid:" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, php-format msgid "Failed to rename table %1$s to %2$s!" msgstr "Gagal mengganti nama table %1$s menjadi %2$s!" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, php-format msgid "Table %1$s has been renamed to %2$s." msgstr "Tabel %1$s telah berubah nama menjadi %2$s." -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 msgid "Could not save table UI preferences!" msgstr "Tidak dapat menyimpan preferensi UI tabel!" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" @@ -13830,7 +13825,7 @@ msgstr "" "Gagal membersihkan tabel UI preferences (lihat $cfg['Servers'][$i]" "['MaxTableUiprefs'] %s)" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -13841,15 +13836,15 @@ msgstr "" "terus-menerus setelah Anda me-refresh halaman ini. Silakan periksa jika " "struktur tabel telah berubah." -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "Gagal ubah nama Indeks ke PRIMARY!" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "Bagian indeks belum diberi definisin!" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "Kesalahan membuat kunci asing pada %1$s (periksa tipe data)" @@ -14334,11 +14329,11 @@ msgstr "Profil telah diperbarui." msgid "Password is too long!" msgstr "Kata sandi terlalu panjang !" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 msgid "Could not save configuration" msgstr "Konfigurasi tidak dapat disimpan" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 #, fuzzy #| msgid "Missing phpMyAdmin configuration storage tables" msgid "The phpMyAdmin configuration storage database could not be accessed." @@ -20453,6 +20448,10 @@ msgstr "Nama VIEW" msgid "Column names" msgstr "Nama kolom" +#, php-format +#~ msgid "Analyze Explain at %s" +#~ msgstr "Menganalisis penjelasan di %s" + #~ msgid "Key is too short, it should have at least 32 characters." #~ msgstr "" #~ "Kunci terlalu pendek dan sebaiknya terdiri dari paling sedikit 32 " diff --git a/po/ig.po b/po/ig.po index 8dd5f96d5b..22719c5fe9 100644 --- a/po/ig.po +++ b/po/ig.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2016-09-01 17:40+0000\n" "Last-Translator: CHINONSO \n" "Language-Team: Igbo (includes info such as export timestamp, PHP version, " "and server version)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 msgid "Additional custom header comment (\\n splits lines):" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 msgid "Export metadata" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 msgid "Add statements:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, php-format msgid "Add %s statement" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, php-format msgid "%s value" msgstr "" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 msgid "Data creation options" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " "(1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 msgid "Metadata" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, php-format msgid "Metadata for table %s" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, php-format msgid "Metadata for database %s" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, php-format msgid "Error reading structure for table %s:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 msgid "Indexes for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 msgid "Indexes for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 msgid "AUTO_INCREMENT for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 msgid "AUTO_INCREMENT for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 msgid "MEDIA TYPES FOR TABLE" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 msgid "RELATIONSHIPS FOR TABLE" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, php-format msgid "Structure for view %s exported as a table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, php-format msgid "Error reading data for table %s:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 msgid "Creation:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 msgid "Last update:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 msgid "Last check:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 msgid "Table:" msgstr "" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "" @@ -11397,83 +11392,83 @@ msgstr "" msgid "Details…" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 msgid "Could not save recent table!" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 msgid "Could not save favorite table!" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 msgid "Recent tables" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 msgid "Recent" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 msgid "Favorites" msgstr "" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." msgstr "" -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 msgid "Replication started successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 msgid "Error starting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 msgid "Replication stopped successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 msgid "Error stopping replication." msgstr "" -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 msgid "Replication resetting successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 msgid "Error resetting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "" -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 msgid "Error." msgstr "" -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, php-format msgid "Unable to connect to primary %s." msgstr "" -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 msgid "" "Unable to read primary log position. Possible privilege problem on primary." msgstr "" -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 msgid "Unable to change primary!" msgstr "" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, php-format msgid "Primary server changed successfully to %s." msgstr "" @@ -11520,8 +11515,8 @@ msgid "Error while loading the search." msgstr "" #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 msgid "Native MySQL authentication" msgstr "" @@ -11546,16 +11541,16 @@ msgstr "" msgid "Account locking is not supported." msgstr "" -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "" -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "" -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -11563,7 +11558,7 @@ msgstr "" msgid "Allows deleting data." msgstr "" -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -11571,7 +11566,7 @@ msgstr "" msgid "Allows creating new tables." msgstr "" -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -11579,8 +11574,8 @@ msgstr "" msgid "Allows dropping tables." msgstr "" -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -11588,8 +11583,8 @@ msgstr "" msgid "Allows creating and dropping indexes." msgstr "" -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -11597,9 +11592,9 @@ msgstr "" msgid "Allows altering the structure of existing tables." msgstr "" -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -11609,9 +11604,9 @@ msgstr "" msgid "Allows creating new views." msgstr "" -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -11619,8 +11614,8 @@ msgstr "" msgid "Allows performing SHOW CREATE VIEW queries." msgstr "" -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -11628,76 +11623,76 @@ msgstr "" msgid "Allows creating and dropping triggers." msgstr "" -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "" -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "" -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "" -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "" -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "" -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." msgstr "" -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "" -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 msgid "Allows viewing processes of all users." msgstr "" -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "" -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "" -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "" -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -11706,85 +11701,85 @@ msgid "" "killing threads of other users." msgstr "" -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "" -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "" -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 msgid "Needed for the replication replicas." msgstr "" -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 msgid "Allows the user to ask where the replicas / primaries are." msgstr "" -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 msgid "Allows to set up events for the event scheduler." msgstr "" #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 msgid "Allows deleting historical rows." msgstr "" -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "" -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "" -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "" -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -11792,91 +11787,91 @@ msgstr "" msgid "Edit privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 msgid "Routine" msgstr "" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 msgid "Routine-specific privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "" -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 msgid "No user found." msgstr "" -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, php-format msgid "Privileges for %s" msgstr "" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " "allows a connection from any (%) host." msgstr "" -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, php-format msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " @@ -11885,7 +11880,7 @@ msgid "" "%sreload the privileges%s before you continue." msgstr "" -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " "tables. The content of these tables may differ from the privileges the " @@ -11894,7 +11889,7 @@ msgid "" "privilege." msgstr "" -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "" @@ -12078,7 +12073,7 @@ msgstr "" msgid "This MySQL server does not support the %s storage engine." msgstr "" -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "" @@ -12087,50 +12082,50 @@ msgstr "" msgid "Problems with indexes of table `%s`" msgstr "" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 msgid "Unknown table status:" msgstr "" -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, php-format msgid "Source database `%s` was not found!" msgstr "" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, php-format msgid "Target database `%s` was not found!" msgstr "" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 msgid "Invalid database:" msgstr "" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 msgid "Invalid table name:" msgstr "" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, php-format msgid "Failed to rename table %1$s to %2$s!" msgstr "" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, php-format msgid "Table %1$s has been renamed to %2$s." msgstr "" -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 msgid "Could not save table UI preferences!" msgstr "" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" "['MaxTableUiprefs'] %s)" msgstr "" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -12138,15 +12133,15 @@ msgid "" "changed." msgstr "" -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "" @@ -12558,11 +12553,11 @@ msgstr "" msgid "Password is too long!" msgstr "" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 msgid "Could not save configuration" msgstr "" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 #, fuzzy #| msgid "" #| "The phpMyAdmin configuration storage has been deactivated. %sFind out " diff --git a/po/it.po b/po/it.po index 800da26e29..998ee42623 100644 --- a/po/it.po +++ b/po/it.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2023-01-07 14:25+0000\n" "Last-Translator: Marco Marchiò \n" "Language-Team: Italian (includes info such as export timestamp, PHP version, " "and server version)
" @@ -11776,12 +11771,12 @@ msgstr "" "Visualizza commenti(include informazioni come l'orario dell'esportazione, " "versione di PHP, e la versione del server)" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 msgid "Additional custom header comment (\\n splits lines):" msgstr "" "Aggiunge un commento personalizzato al header (\\n per tornare a capo):" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" @@ -11789,42 +11784,42 @@ msgstr "" "Includi l'orario della creazione, ultimo aggiornamento, ed ultimo controllo " "del database" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 msgid "Export metadata" msgstr "Esporta i metadati" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 msgid "Add statements:" msgstr "Aggiungi istruzioni:" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, php-format msgid "Add %s statement" msgstr "Aggiungi l'istruzione %s" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "" "(meno efficiente in quanto gli indici sono generati durante la creazione " "della tabella)" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, php-format msgid "%s value" msgstr "Valore %s" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "Usa simple view export" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" @@ -11833,37 +11828,37 @@ msgstr "" "nomi dei campi e tabelle che contengono caratteri speciali or parole " "chiave)" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 msgid "Data creation options" msgstr "Opzioni di creazione dei dati" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "Svuota la tabella prima dell'inserimento" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "Invece delle istruzioni INSERT, usa:" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "Istruzioni INSERT DELAYED" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "Istruzioni INSERT IGNORE" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "Funzione da utilizzare per il dumping dei dati:" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "La sintassi da utilizza per gli inserimenti dei dati:" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " @@ -11873,7 +11868,7 @@ msgstr "" "    Ad esempio: INSERT INTO tbl_name (col_A,col_B,col_C) " "VALUES (1,2,3)" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " @@ -11883,7 +11878,7 @@ msgstr "" "    Ad esempio: INSERT INTO tbl_name VALUES (1,2,3), " "(4,5,6), (7,8,9)" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" @@ -11891,7 +11886,7 @@ msgstr "" "entrambi i precedenti
      Ad esempio: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" @@ -11899,7 +11894,7 @@ msgstr "" "nessuno dei precedenti
      Ad esempio: INSERT " "INTO tbl_name VALUES (1,2,3)" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" @@ -11907,7 +11902,7 @@ msgstr "" "Esegui il dump dei campi nella notazione esadecimale (ad esempio, \"abc\" " "diventa 0x616263)" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" @@ -11915,130 +11910,130 @@ msgstr "" "Esegui il dump dei campi TIMESTAMP in UTC (abilita il dump e la ricarica " "dei campi TIMESTAMP tra server in diversi fusi orari)" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "Il tuo database sembra utilizzare le funzioni;" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "" "l'esportazione degli alias potrebbe non funzionare correttamente in tutti i " "casi." -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 msgid "Metadata" msgstr "Metadati" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, php-format msgid "Metadata for table %s" msgstr "Metadati per tabella %s" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, php-format msgid "Metadata for database %s" msgstr "Metadati per database %s" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, php-format msgid "Error reading structure for table %s:" msgstr "" "Si è verificato un errore durante la lettura della struttura della tabella " "%s:" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "Il tuo database sembra utilizzare le viste;" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "Limiti per le tabelle scaricate" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "Limiti per la tabella" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 msgid "Indexes for dumped tables" msgstr "Indici per le tabelle scaricate" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 msgid "Indexes for table" msgstr "Indici per le tabelle" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 msgid "AUTO_INCREMENT for dumped tables" msgstr "AUTO_INCREMENT per le tabelle scaricate" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 msgid "AUTO_INCREMENT for table" msgstr "AUTO_INCREMENT per la tabella" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 msgid "MEDIA TYPES FOR TABLE" msgstr "MEDIA TYPES FOR TABLE" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 msgid "RELATIONSHIPS FOR TABLE" msgstr "RELAZIONI PER TABELLA" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "Il tuo database sembra utilizzare i trigger;" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, php-format msgid "Structure for view %s exported as a table" msgstr "Struttura per la vista %s esportata come una tabella" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "(Vedi sotto per la vista effettiva)" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, php-format msgid "Error reading data for table %s:" msgstr "" "Si è verificato un errore durante la lettura dei dati della tabella %s:" -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 msgid "Creation:" msgstr "Creazione:" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 msgid "Last update:" msgstr "Ultimo aggiornamento:" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 msgid "Last check:" msgstr "Ultimo controllo:" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" "Sistema di database o server MySQL un po' vecchio per massimizzare la " "compatibilitá con:" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "Opzioni di creazione degli oggetti (sono tutte consigliate)" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "Esporta contenuti" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 msgid "Table:" msgstr "Tabella:" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "Scopo:" @@ -12642,27 +12637,27 @@ msgstr "Controllate i privilegi della cartella che contiene il database." msgid "Details…" msgstr "Dettagli…" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 msgid "Could not save recent table!" msgstr "Impossibile salvare la tabella recente!" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 msgid "Could not save favorite table!" msgstr "Impossibile salvare la tabella dei preferiti!" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 msgid "Recent tables" msgstr "Tabelle recenti" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 msgid "Recent" msgstr "Recente" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 msgid "Favorites" msgstr "Preferiti" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." @@ -12670,59 +12665,59 @@ msgstr "" "La connessione al server è disabilitata, per favore attiva " "$cfg['AllowArbitraryServer'] nella configurazione di phpMyAdmin." -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 msgid "Replication started successfully." msgstr "Replicazione iniziata con successo." -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 msgid "Error starting replication." msgstr "Errore nell'avvio della replicazione." -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 msgid "Replication stopped successfully." msgstr "Replicazione fermata con successo." -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 msgid "Error stopping replication." msgstr "Errore nel tentativo di fermare la replicazione." -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 msgid "Replication resetting successfully." msgstr "Replicazione resettata con successo." -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 msgid "Error resetting replication." msgstr "Errore nel tentativo di reset della replicazione." -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "Successo." -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 msgid "Error." msgstr "Errore." -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "Errore sconosciuto" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, php-format msgid "Unable to connect to primary %s." msgstr "Impossibile stabilire la connessione al primario %s." -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 msgid "" "Unable to read primary log position. Possible privilege problem on primary." msgstr "" "Impossibile leggere il log posizionale del primario. É possibile che ci " "siano dei problemi di permessi sul primario." -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 msgid "Unable to change primary!" msgstr "Impossibile canbiare il primario!" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, php-format msgid "Primary server changed successfully to %s." msgstr "Server primario modificato con successo in %s." @@ -12771,8 +12766,8 @@ msgid "Error while loading the search." msgstr "Si é verificato un errore caricando la ricerca." #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 msgid "Native MySQL authentication" msgstr "Autenticazione MySQL nativa" @@ -12797,16 +12792,16 @@ msgstr "Vecchia autenticazione MySQL-4.0" msgid "Account locking is not supported." msgstr "Il blocco dell'account non è supportato." -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "Nessun privilegio." -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "Comprende tutti i privilegi tranne GRANT." -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -12814,7 +12809,7 @@ msgstr "Comprende tutti i privilegi tranne GRANT." msgid "Allows deleting data." msgstr "Permette di cancellare dati." -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -12822,7 +12817,7 @@ msgstr "Permette di cancellare dati." msgid "Allows creating new tables." msgstr "Permette di creare nuove tabelle." -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -12830,8 +12825,8 @@ msgstr "Permette di creare nuove tabelle." msgid "Allows dropping tables." msgstr "Permette di eliminare tabelle." -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -12839,8 +12834,8 @@ msgstr "Permette di eliminare tabelle." msgid "Allows creating and dropping indexes." msgstr "Permette di creare ed eliminare gli indici." -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -12848,9 +12843,9 @@ msgstr "Permette di creare ed eliminare gli indici." msgid "Allows altering the structure of existing tables." msgstr "Permette di alterare la struttura di tabelle esistenti." -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -12860,9 +12855,9 @@ msgstr "Permette di alterare la struttura di tabelle esistenti." msgid "Allows creating new views." msgstr "Permette la creazione di nuove viste." -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -12870,8 +12865,8 @@ msgstr "Permette la creazione di nuove viste." msgid "Allows performing SHOW CREATE VIEW queries." msgstr "Permette di effettuare query del tipo SHOW CREATE VIEW." -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -12879,40 +12874,40 @@ msgstr "Permette di effettuare query del tipo SHOW CREATE VIEW." msgid "Allows creating and dropping triggers." msgstr "Permette di creare e di eliminare i triggers." -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "Permette di leggere i dati." -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "Permette di inserire e sovrascrivere dati." -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "Permette di cambiare i dati." -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "Permette di creare nuove tabelle e nuovi databases." -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "Permette di eliminare databases e tabelle." -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." @@ -12920,37 +12915,37 @@ msgstr "" "Permette di ricaricare i parametri del server e di resettare la cache del " "server." -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "Permette di chiudere il server." -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 msgid "Allows viewing processes of all users." msgstr "Permette di vedere i processi di tutti gli utenti." -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "Permette di importare dati da e esportare dati in file." -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "Non ha alcun effetto in questa versione di MySQL." -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "Accorda l'accesso alla lista completa dei databases." -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -12963,85 +12958,85 @@ msgstr "" "settaggio di variabili globali o la cancellazione dei threads di altri " "utenti." -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "Permette di creare tabelle temporanee." -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "Permette di bloccare le tabelle per il thread corrente." -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 msgid "Needed for the replication replicas." msgstr "Necessario per la replicazione delle repliche." -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 msgid "Allows the user to ask where the replicas / primaries are." msgstr "Consente ad un utente di chiedere dove sono i primari / repliche." -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 msgid "Allows to set up events for the event scheduler." msgstr "Permette di impostare gli eventi per lo scheduler." #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 msgid "Allows deleting historical rows." msgstr "Permette di cancellare righe storiche." -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "Permette la creazione di routines memorizzate." -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "Permette l'alterazione e l'eliminazione di routines memorizzate." -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "Permette di creare, cancellare e rinominare gli account utente." -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "Permette l'esecuzione di routines memorizzate." -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "La password per l'utente %s è cambiata con successo." -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "Hai revocato i privilegi per %s." -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "Non hai sufficienti privilegi per visualizzare gli utenti." -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -13049,84 +13044,84 @@ msgstr "Non hai sufficienti privilegi per visualizzare gli utenti." msgid "Edit privileges" msgstr "Modifica privilegi" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "Revoca" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "Privilegi specifici al database" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "Privilegi relativi alle tabelle" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 msgid "Routine" msgstr "Routine" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 msgid "Routine-specific privileges" msgstr "Privilegi specifici per la routine" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "Nessun utente selezionato per la cancellazione!" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "Caricamento dei privilegi in corso" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "Gli utenti selezionati sono stati cancellati con successo." -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "Hai aggiornato i permessi per %s." -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 msgid "No user found." msgstr "Nessun utente trovato." -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "Cancellazione in corso di %s" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "I privilegi sono stati ricaricati con successo." -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "L'utente %s esiste già!" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, php-format msgid "Privileges for %s" msgstr "Privilegi per %s" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "Utente" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " @@ -13137,7 +13132,7 @@ msgstr "" "di connettersi se la parte host del loro account permette una connessione da " "host qualsiasi (%)." -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, php-format msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " @@ -13150,7 +13145,7 @@ msgstr "" "privilegi usati dal server, se sono stati fatti cambiamenti manuali. In " "questo caso, dovresti %sricaricare i privilegi%s prima di continuare." -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " "tables. The content of these tables may differ from the privileges the " @@ -13164,7 +13159,7 @@ msgstr "" "questo caso, si devono ricaricare i privilegi ma al momento non disponi del " "privilegio RELOAD." -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "Hai aggiunto un nuovo utente." @@ -13358,7 +13353,7 @@ msgstr "%s è stato disabilitato su questo server MySQL." msgid "This MySQL server does not support the %s storage engine." msgstr "Questo server MySQL non supporta il motore di memorizzazione %s." -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "Il nome della chiave primaria deve essere \"PRIMARY\"!" @@ -13367,44 +13362,44 @@ msgstr "Il nome della chiave primaria deve essere \"PRIMARY\"!" msgid "Problems with indexes of table `%s`" msgstr "Problemi con gli indici della tabella `%s`" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 msgid "Unknown table status:" msgstr "stato della tabella sconosciuto:" -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, php-format msgid "Source database `%s` was not found!" msgstr "Database di origine `%s` non é stato trovato!" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, php-format msgid "Target database `%s` was not found!" msgstr "Tema `%s` non é stato trovato!" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 msgid "Invalid database:" msgstr "Database non valido:" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 msgid "Invalid table name:" msgstr "Nome di tabella non valido:" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, php-format msgid "Failed to rename table %1$s to %2$s!" msgstr "Errore nel rinominare la tabella %1$s in %2$s!" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, php-format msgid "Table %1$s has been renamed to %2$s." msgstr "La tabella %1$s è stata rinominata %2$s." -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 msgid "Could not save table UI preferences!" msgstr "" "Impossibile salvare la tabella delle preferenze per l'interfaccia utente!" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" @@ -13413,7 +13408,7 @@ msgstr "" "Impossibile ripulire la tabella delle preferenze UI (v. $cfg['Servers'][$i]" "['MaxTableUiprefs'] %s)" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -13424,15 +13419,15 @@ msgstr "" "saranno mantenuti se ricaricate questa pagina. Controllate se la struttura " "della tabella è cambiata." -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "Impossibile rinominare l'indice a PRIMARIO!" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "Nessuna parte di indice definita!" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "Errore nel creare una foreign key su %1$s (controlla il tipo di dati)" @@ -13914,11 +13909,11 @@ msgstr "Il profilo è stato aggiornato." msgid "Password is too long!" msgstr "La password è troppo lunga!" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 msgid "Could not save configuration" msgstr "Impossibile salvare la configurazione" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 msgid "The phpMyAdmin configuration storage database could not be accessed." msgstr "" "Non è possibile accedere al database di memorizzazione della configurazione " @@ -19362,6 +19357,10 @@ msgstr "Nome VISTA" msgid "Column names" msgstr "Nomi colonne" +#, php-format +#~ msgid "Analyze Explain at %s" +#~ msgstr "Spiegazione Analisi a %s" + #~ msgid "Key is too short, it should have at least 32 characters." #~ msgstr "La chiave é troppo corta, deve contenere almeno 32 caratteri." diff --git a/po/ja.po b/po/ja.po index ebf0718ded..137be6636c 100644 --- a/po/ja.po +++ b/po/ja.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2023-01-10 09:48+0000\n" "Last-Translator: Masahiro Fujimoto \n" "Language-Team: Japanese (includes info such as export timestamp, PHP version, " "and server version)" @@ -11447,50 +11442,50 @@ msgstr "" "コメントの表示(エクスポート日時、PHP や サーバ のバージョンなどの情報が含" "まれます)" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 msgid "Additional custom header comment (\\n splits lines):" msgstr "ヘッダに追加する独自コメント (\\n で改行):" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" msgstr "データベースの作成日時、最終更新日時、最終検査日時を含める" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 msgid "Export metadata" msgstr "メタデータのエクスポート" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 msgid "Add statements:" msgstr "追加コマンド:" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, php-format msgid "Add %s statement" msgstr "%s コマンドを追加する" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "(テーブル作成中にインデックスが生成されるので、効率が悪い)" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, php-format msgid "%s value" msgstr "%s 値" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "簡易ビュー エクスポートの使用" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" @@ -11498,37 +11493,37 @@ msgstr "" "逆クォートでテーブルやカラムの名前を囲む (特殊な文字やキーワードを含むカラ" "ム名やテーブル名を保護します)" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 msgid "Data creation options" msgstr "データ作成オプション" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "挿入前にテーブルを空にする" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "INSERT 文の代わりに以下を使う:" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "INSERT DELAYED 文" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "INSERT IGNORE 文" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "データをダンプするときに使うコマンド:" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "データを挿入するときに使う構文:" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " @@ -11537,7 +11532,7 @@ msgstr "" "すべての INSERT 文にカラム名を含める
      " "例: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES (1,2,3)" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " @@ -11546,7 +11541,7 @@ msgstr "" "すべての INSERT 文を複数行挿入で行う
      " "例: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), (7,8,9)" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" @@ -11554,7 +11549,7 @@ msgstr "" "上の両方を行う
      例: INSERT INTO tbl_name " "(col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" @@ -11562,13 +11557,13 @@ msgstr "" "上のどちらでもない
      例: INSERT INTO tbl_name " "VALUES (1,2,3)" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" msgstr "16 進表記でバイナリカラムをダンプする (例:\"abc\" を 0x616263)" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" @@ -11576,123 +11571,123 @@ msgstr "" "TIMESTAMP のカラムを UTC (協定世界時) でダンプする (ダンプするサーバと読み" "込ませるサーバのタイムゾーンが異なる場合に有効です)" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "データベースはルーチンを利用しているようです;" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "エイリアスエクスポートは確実に動作しない場合があります。" -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 msgid "Metadata" msgstr "メタデータ" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, php-format msgid "Metadata for table %s" msgstr "テーブル %s のメタデータ" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, php-format msgid "Metadata for database %s" msgstr "データベース %s のメタデータ" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, php-format msgid "Error reading structure for table %s:" msgstr "テーブル %s の構造の読み取りエラー:" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "データベースはビューを利用しているようです;" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "ダンプしたテーブルの制約" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "テーブルの制約" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 msgid "Indexes for dumped tables" msgstr "ダンプしたテーブルのインデックス" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 msgid "Indexes for table" msgstr "テーブルのインデックス" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 msgid "AUTO_INCREMENT for dumped tables" msgstr "ダンプしたテーブルの AUTO_INCREMENT" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 msgid "AUTO_INCREMENT for table" msgstr "テーブルの AUTO_INCREMENT" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 msgid "MEDIA TYPES FOR TABLE" msgstr "テーブルに含まれているメディアタイプ" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 msgid "RELATIONSHIPS FOR TABLE" msgstr "テーブルのリレーション" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "データベースはトリガを利用しているようです;" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, php-format msgid "Structure for view %s exported as a table" msgstr "ビュー %s の構造をテーブルとしてエクスポート" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "(実際のビューを参照するには下にあります)" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, php-format msgid "Error reading data for table %s:" msgstr "テーブル %s のデータ読み取りエラー:" -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 msgid "Creation:" msgstr "作成日時:" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 msgid "Last update:" msgstr "最終更新:" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 msgid "Last check:" msgstr "最終検査:" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "他のデータベースシステムまたは古い MySQL サーバとの互換性:" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "生成オプション (すべて推奨)" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "内容をエクスポートする" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 msgid "Table:" msgstr "テーブル:" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "目的:" @@ -12283,27 +12278,27 @@ msgstr "データベースがあるディレクトリの権限を確認してく msgid "Details…" msgstr "詳細…" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 msgid "Could not save recent table!" msgstr "最近使用したテーブルが保存出来ません!" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 msgid "Could not save favorite table!" msgstr "お気に入りのテーブルを保存できませんでした!" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 msgid "Recent tables" msgstr "最近使用したテーブル" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 msgid "Recent" msgstr "最近" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 msgid "Favorites" msgstr "お気に入り" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." @@ -12311,59 +12306,59 @@ msgstr "" "サーバへの接続が無効になっています。phpMyAdmin設定で" "$cfg['AllowArbitraryServer']を有効にしてください。" -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 msgid "Replication started successfully." msgstr "レプリケーションが正常に開始されました。" -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 msgid "Error starting replication." msgstr "レプリケーションの開始エラーです。" -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 msgid "Replication stopped successfully." msgstr "レプリケーションが正常に停止しました。" -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 msgid "Error stopping replication." msgstr "レプリケーションの停止エラーです。" -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 msgid "Replication resetting successfully." msgstr "レプリケーションを正常にリセットしています。" -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 msgid "Error resetting replication." msgstr "レプリケーションのリセットエラーです。" -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "成功しました。" -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 msgid "Error." msgstr "エラー。" -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "不明なエラーです" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, php-format msgid "Unable to connect to primary %s." msgstr "プライマリ %s に接続していません。" -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 msgid "" "Unable to read primary log position. Possible privilege problem on primary." msgstr "" "プライマリのログの位置が読み込めません。プライマリ上の権限の問題の可能性があ" "ります。" -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 msgid "Unable to change primary!" msgstr "プライマリを切り替えることができません!" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, php-format msgid "Primary server changed successfully to %s." msgstr "プライマリサーバを %s へ切り替えるのに成功しました。" @@ -12412,8 +12407,8 @@ msgid "Error while loading the search." msgstr "検索の読み込み中にエラーが発生しました。" #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 msgid "Native MySQL authentication" msgstr "ネイティブMySQL認証" @@ -12438,16 +12433,16 @@ msgstr "旧 MySQL 4.0 認証" msgid "Account locking is not supported." msgstr "アカウントのロックに対応していません。" -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "権限がありません。" -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "GRANT 以外のすべての権限を付与する。" -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -12455,7 +12450,7 @@ msgstr "GRANT 以外のすべての権限を付与する。" msgid "Allows deleting data." msgstr "データの削除を許可する。" -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -12463,7 +12458,7 @@ msgstr "データの削除を許可する。" msgid "Allows creating new tables." msgstr "新しいテーブルの作成を許可する。" -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -12471,8 +12466,8 @@ msgstr "新しいテーブルの作成を許可する。" msgid "Allows dropping tables." msgstr "テーブルの削除を許可する。" -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -12480,8 +12475,8 @@ msgstr "テーブルの削除を許可する。" msgid "Allows creating and dropping indexes." msgstr "インデックスの作成、削除を許可する。" -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -12489,9 +12484,9 @@ msgstr "インデックスの作成、削除を許可する。" msgid "Allows altering the structure of existing tables." msgstr "既存のテーブル構造の変更を許可する。" -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -12501,9 +12496,9 @@ msgstr "既存のテーブル構造の変更を許可する。" msgid "Allows creating new views." msgstr "新しいビューの作成を許可する。" -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -12511,8 +12506,8 @@ msgstr "新しいビューの作成を許可する。" msgid "Allows performing SHOW CREATE VIEW queries." msgstr "SHOW CREATE VIEW クエリの実行を許可する。" -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -12520,76 +12515,76 @@ msgstr "SHOW CREATE VIEW クエリの実行を許可する。" msgid "Allows creating and dropping triggers." msgstr "トリガの作成・削除を許可する。" -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "データの読み込みを許可する。" -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "データの挿入、置換を許可する。" -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "データの修正を許可する。" -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "新しいデータベースやテーブルの作成を許可する。" -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "データベースとテーブルの削除を許可する。" -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." msgstr "サーバ設定の再読み込み、サーバキャッシュのフラッシュを許可する。" -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "サーバのシャットダウンを許可する。" -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 msgid "Allows viewing processes of all users." msgstr "全ユーザのプロセスを閲覧できるようにする。" -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "データのインポート、エクスポートを許可する。" -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "このバージョンの MySQL では無効です。" -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "データベース総一覧へのアクセスを許可する。" -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -12601,85 +12596,85 @@ msgstr "" "ザのスレッドを停止するといった管理操作をする場合はたいていこの設定が必要にな" "ります。" -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "一時テーブルの作成を許可する。" -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "現在のスレッドのテーブルロックを許可する。" -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 msgid "Needed for the replication replicas." msgstr "レプリケーションレプリカでは必要です。" -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 msgid "Allows the user to ask where the replicas / primaries are." msgstr "プライマリ/レプリカの照会を許可する。" -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 msgid "Allows to set up events for the event scheduler." msgstr "イベントスケジューラにイベントを設定できるようにする。" #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 msgid "Allows deleting historical rows." msgstr "実績行の削除を許可する。" -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "ストアドルーチンの作成を許可する。" -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "ストアドルーチンの修正と削除を許可する。" -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "ユーザアカウントの作成・削除・名前の変更を許可する。" -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "ストアドルーチンの実行を許可する。" -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "%s のパスワードは正しく変更されました。" -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "%s の権限を取り消しました。" -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "ユーザを表示するために十分な権限がありません。" -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -12687,84 +12682,84 @@ msgstr "ユーザを表示するために十分な権限がありません。" msgid "Edit privileges" msgstr "権限を編集" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "取り消し" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "データベース固有の権限" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "テーブル固有の権限" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 msgid "Routine" msgstr "ルーチン" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 msgid "Routine-specific privileges" msgstr "ルーチン固有の権限" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "削除するユーザが選択されていません!" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "権限を再読み込みしています" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "選択されたユーザは正常に削除されました。" -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "%s の権限を更新しました。" -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 msgid "No user found." msgstr "ユーザが存在しません。" -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "%s を削除中です" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "権限を正常に再読み込みしました。" -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "ユーザ %s は既に存在します!" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, php-format msgid "Privileges for %s" msgstr "%s に対する権限" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "ユーザ" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " @@ -12774,7 +12769,7 @@ msgstr "" "のアカウントのホスト部分で任意ホスト(%)からの接続が許可されている場合、他" "のユーザは接続できなくなります。" -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, php-format msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " @@ -12787,7 +12782,7 @@ msgstr "" "限の内容が一致しなくなることがありますので、作業を続ける前に %s権限の再読み込" "み%s をしてください。" -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " "tables. The content of these tables may differ from the privileges the " @@ -12800,7 +12795,7 @@ msgstr "" "致しなくなることがあります。この場合、権限を再読み込みする必要がありますが、" "あなたは RELOAD 権限を持っていません。" -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "新しいユーザを追加しました。" @@ -12992,7 +12987,7 @@ msgstr "%s は無効になっています。" msgid "This MySQL server does not support the %s storage engine." msgstr "この MySQL サーバは %s ストレージエンジンをサポートしていません。" -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "主キーの名前は PRIMARY でなければなりません!" @@ -13001,43 +12996,43 @@ msgstr "主キーの名前は PRIMARY でなければなりません!" msgid "Problems with indexes of table `%s`" msgstr "テーブル `%s` のインデックスに問題があります" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 msgid "Unknown table status:" msgstr "不明なテーブルステータス:" -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, php-format msgid "Source database `%s` was not found!" msgstr "元にするデータベース `%s` が見つかりません!" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, php-format msgid "Target database `%s` was not found!" msgstr "対象先のデータベース `%s` が見つかりません!" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 msgid "Invalid database:" msgstr "不正なデータベースです:" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 msgid "Invalid table name:" msgstr "不正なテーブル名:" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, php-format msgid "Failed to rename table %1$s to %2$s!" msgstr "テーブル 「%1$s」 を 「%2$s」 に名前変更に失敗しました!" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, php-format msgid "Table %1$s has been renamed to %2$s." msgstr "テーブル %1$s の名称を %2$s に変更しました。" -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 msgid "Could not save table UI preferences!" msgstr "テーブルに対する環境設定が保存できません!" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" @@ -13046,7 +13041,7 @@ msgstr "" "テーブルに対する環境設定のクリーンアップに失敗しました (参照 $cfg['Servers']" "[$i]['MaxTableUiprefs'] %s)" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -13056,15 +13051,15 @@ msgstr "" "環境プロパティ「%s」が保存できません。ページ更新の際、変更箇所が維持されるこ" "とはないでしょう。テーブル構造を変更されたのであれば確認してみてください。" -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "インデックス名を PRIMARY に変更することはできません!" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "インデックス部分が定義されていません!" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "" @@ -13536,11 +13531,11 @@ msgstr "プロファイルを更新しました。" msgid "Password is too long!" msgstr "パスワードが長すぎます!" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 msgid "Could not save configuration" msgstr "設定が保存できません" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 msgid "The phpMyAdmin configuration storage database could not be accessed." msgstr "phpMyAdmin構成ストレージデータベースにアクセスできませんでした。" @@ -18923,6 +18918,10 @@ msgstr "ビューの名前" msgid "Column names" msgstr "カラム名" +#, php-format +#~ msgid "Analyze Explain at %s" +#~ msgstr "「%s」のEXPLAINを分析" + #~ msgid "Key is too short, it should have at least 32 characters." #~ msgstr "キーが短すぎます。少なくとも 32 文字は必要です。" diff --git a/po/ka.po b/po/ka.po index f1cdf9e858..73d604c2e8 100644 --- a/po/ka.po +++ b/po/ka.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2022-04-02 14:07+0000\n" "Last-Translator: Malkhazi Dartsmelidze \n" "Language-Team: Georgian (includes info such as export timestamp, PHP version, " "and server version)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 #, fuzzy #| msgid "Add custom comment into header (\\n splits lines)" msgid "Additional custom header comment (\\n splits lines):" msgstr "Add custom comment into header (\\n splits lines)" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 #, fuzzy #| msgid "Export type" msgid "Export metadata" msgstr "Export type" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 #, fuzzy #| msgid "Statements" msgid "Add statements:" msgstr "Statements" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, fuzzy, php-format #| msgid "Statements" msgid "Add %s statement" msgstr "Statements" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, fuzzy, php-format #| msgid "Session value" msgid "%s value" msgstr "სესიის მნიშვნელობა" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 #, fuzzy #| msgid "Transformation options" msgid "Data creation options" msgstr "გარდაქმნის პარამეტრები" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " "(1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 msgid "Metadata" msgstr "მეტამონაცემები" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, fuzzy, php-format #| msgid "Dumping data for table" msgid "Metadata for table %s" msgstr "Dumping data for table" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, fuzzy, php-format #| msgid "Create table on database %s" msgid "Metadata for database %s" msgstr "Create new table on database %s" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, fuzzy, php-format #| msgid "Allows reading data." msgid "Error reading structure for table %s:" msgstr "Allows reading data." -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 #, fuzzy #| msgid "Inside table(s):" msgid "Indexes for dumped tables" msgstr "ცხრილ(ებ)ში:" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 #, fuzzy #| msgid "Inside table(s):" msgid "Indexes for table" msgstr "ცხრილ(ებ)ში:" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 #, fuzzy #| msgid "Add AUTO_INCREMENT value" msgid "AUTO_INCREMENT for dumped tables" msgstr "Add AUTO_INCREMENT value" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 #, fuzzy #| msgid "Add AUTO_INCREMENT value" msgid "AUTO_INCREMENT for table" msgstr "Add AUTO_INCREMENT value" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 #, fuzzy #| msgid "MIME TYPES FOR TABLE" msgid "MEDIA TYPES FOR TABLE" msgstr "MIME TYPES FOR TABLE" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 #, fuzzy #| msgid "RELATIONS FOR TABLE" msgid "RELATIONSHIPS FOR TABLE" msgstr "RELATIONS FOR TABLE" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, fuzzy, php-format #| msgid "Structure for view" msgid "Structure for view %s exported as a table" msgstr "სტრუქტურა ხედისათვის" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, fuzzy, php-format #| msgid "Allows reading data." msgid "Error reading data for table %s:" msgstr "Allows reading data." -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 msgid "Creation:" msgstr "შეიქმნა:" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 #, fuzzy #| msgid "Last update" msgid "Last update:" msgstr "უკანასკნელი განახლება" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 msgid "Last check:" msgstr "ბოლოს შემოწმდა:" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 #, fuzzy msgid "Export contents" msgstr "Export defaults" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 msgid "Table:" msgstr "ცხრილი:" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "დანიშნულება:" @@ -12802,97 +12797,97 @@ msgstr "" msgid "Details…" msgstr "დეტალები…" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 #, fuzzy #| msgid "Cannot load or save configuration" msgid "Could not save recent table!" msgstr "კონფიგურაციის შენახვა ან ჩატვირთვა ვერ მოხერხდა" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 #, fuzzy #| msgid "Cannot load or save configuration" msgid "Could not save favorite table!" msgstr "კონფიგურაციის შენახვა ან ჩატვირთვა ვერ მოხერხდა" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 #, fuzzy #| msgid "Count tables" msgid "Recent tables" msgstr "ცხრილების დათვლა" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 msgid "Recent" msgstr "ახლახანს" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 msgid "Favorites" msgstr "სანიშნები" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." msgstr "" -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 #, fuzzy msgid "Replication started successfully." msgstr "რეპლიკაცია" -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 #, fuzzy msgid "Error starting replication." msgstr "სერვერის კონფიგურაცია" -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 #, fuzzy #| msgid "Chart generated successfully." msgid "Replication stopped successfully." msgstr "The privileges were reloaded successfully." -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 #, fuzzy msgid "Error stopping replication." msgstr "სერვერის კონფიგურაცია" -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 #, fuzzy msgid "Replication resetting successfully." msgstr "რეპლიკაცია" -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 #, fuzzy msgid "Error resetting replication." msgstr "სერვერის კონფიგურაცია" -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "წარმატება." -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 msgid "Error." msgstr "შეცდომა." -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, fuzzy, php-format #| msgid "Could not connect to MySQL server" msgid "Unable to connect to primary %s." msgstr "MySQL სერვერთან დაკავშირება ვერ მოხერხდა" -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 msgid "" "Unable to read primary log position. Possible privilege problem on primary." msgstr "" -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 msgid "Unable to change primary!" msgstr "" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, fuzzy, php-format #| msgid "The privileges were reloaded successfully." msgid "Primary server changed successfully to %s." @@ -12943,8 +12938,8 @@ msgid "Error while loading the search." msgstr "Unknown error in file upload." #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 #, fuzzy #| msgid "Host authentication order" msgid "Native MySQL authentication" @@ -12979,16 +12974,16 @@ msgstr "Host authentication order" msgid "Account locking is not supported." msgstr "" -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "პრივილეგიები არაა." -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "შეიცავს ყველა პრივილეგიას GRANT-ის გამოკლებით." -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -12996,7 +12991,7 @@ msgstr "შეიცავს ყველა პრივილეგიას msgid "Allows deleting data." msgstr "" -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -13004,7 +12999,7 @@ msgstr "" msgid "Allows creating new tables." msgstr "" -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -13012,8 +13007,8 @@ msgstr "" msgid "Allows dropping tables." msgstr "" -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -13021,8 +13016,8 @@ msgstr "" msgid "Allows creating and dropping indexes." msgstr "" -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -13030,9 +13025,9 @@ msgstr "" msgid "Allows altering the structure of existing tables." msgstr "" -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -13042,9 +13037,9 @@ msgstr "" msgid "Allows creating new views." msgstr "" -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -13052,8 +13047,8 @@ msgstr "" msgid "Allows performing SHOW CREATE VIEW queries." msgstr "" -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -13061,76 +13056,76 @@ msgstr "" msgid "Allows creating and dropping triggers." msgstr "" -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "" -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "" -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "" -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "" -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "" -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." msgstr "" -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "" -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 msgid "Allows viewing processes of all users." msgstr "" -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "" -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "" -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "" -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -13139,85 +13134,85 @@ msgid "" "killing threads of other users." msgstr "" -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "" -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "" -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 msgid "Needed for the replication replicas." msgstr "" -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 msgid "Allows the user to ask where the replicas / primaries are." msgstr "" -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 msgid "Allows to set up events for the event scheduler." msgstr "" #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 msgid "Allows deleting historical rows." msgstr "" -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "" -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "" -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "" -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -13227,55 +13222,55 @@ msgstr "" msgid "Edit privileges" msgstr "პრივილეგიების რედაქტირება" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 msgid "Routine" msgstr "რუტინა" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 #, fuzzy #| msgid "Check Privileges" msgid "Routine-specific privileges" msgstr "პრივილეგიების შემოწმება" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "" -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 #, fuzzy @@ -13283,40 +13278,40 @@ msgstr "" msgid "No user found." msgstr "მომხმარებლ(ებ)ის პოვნა ვერ მოხერხდა." -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "%s-ის წაშლა" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "მომხმარებელი %s უკვე არსებობს!" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, fuzzy, php-format #| msgid "Privileges" msgid "Privileges for %s" msgstr "პრივილეგიები" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "მომხმარებელი" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " "allows a connection from any (%) host." msgstr "" -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, php-format msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " @@ -13325,7 +13320,7 @@ msgid "" "%sreload the privileges%s before you continue." msgstr "" -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " "tables. The content of these tables may differ from the privileges the " @@ -13334,7 +13329,7 @@ msgid "" "privilege." msgstr "" -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "თქვენ დაამატეთ ახალი მომხმარებელი." @@ -13528,7 +13523,7 @@ msgstr "%s გათიშულია ამ MySQL სერვერზე." msgid "This MySQL server does not support the %s storage engine." msgstr "ამ MySQL სერვერს არ აქვს %s ძრავის მხარდაჭერა." -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "" @@ -13537,60 +13532,60 @@ msgstr "" msgid "Problems with indexes of table `%s`" msgstr "" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 #, fuzzy #| msgid "Show slave status" msgid "Unknown table status:" msgstr "Show slave status" -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, fuzzy, php-format msgid "Source database `%s` was not found!" msgstr "მონაცემთა ბაზაში ძებნა" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, fuzzy, php-format msgid "Target database `%s` was not found!" msgstr "მონაცემთა ბაზაში ძებნა" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 #, fuzzy #| msgid "Invalid database" msgid "Invalid database:" msgstr "არასწორი მონაცემთა ბაზა" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 #, fuzzy #| msgid "Invalid table name" msgid "Invalid table name:" msgstr "ცხრილის არასწორი სახელი" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, fuzzy, php-format #| msgid "Error renaming table %1 to %2" msgid "Failed to rename table %1$s to %2$s!" msgstr "Error renaming table %1$s to %2$s" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, fuzzy, php-format #| msgid "Table %s has been renamed to %s." msgid "Table %1$s has been renamed to %2$s." msgstr "Table %s has been renamed to %s" -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 #, fuzzy #| msgid "Cannot load or save configuration" msgid "Could not save table UI preferences!" msgstr "კონფიგურაციის შენახვა ან ჩატვირთვა ვერ მოხერხდა" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" "['MaxTableUiprefs'] %s)" msgstr "" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -13598,15 +13593,15 @@ msgid "" "changed." msgstr "" -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "" @@ -14028,13 +14023,13 @@ msgstr "პროფილი განახლდა." msgid "Password is too long!" msgstr "Password Hashing" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 #, fuzzy #| msgid "Cannot load or save configuration" msgid "Could not save configuration" msgstr "კონფიგურაციის შენახვა ან ჩატვირთვა ვერ მოხერხდა" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 #, fuzzy #| msgid "" #| " additional features for working with linked tables have been ctivated. " diff --git a/po/kab.po b/po/kab.po index c90365721a..67ffa3746f 100644 --- a/po/kab.po +++ b/po/kab.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2017-12-31 18:48+0000\n" "Last-Translator: Slimane Amiri \n" "Language-Team: Kabyle (includes info such as export timestamp, PHP version, " "and server version)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 msgid "Additional custom header comment (\\n splits lines):" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 msgid "Export metadata" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 msgid "Add statements:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, php-format msgid "Add %s statement" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, php-format msgid "%s value" msgstr "" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 msgid "Data creation options" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " "(1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 #, fuzzy msgid "Metadata" msgstr "Aɣef-isefka" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, php-format msgid "Metadata for table %s" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, php-format msgid "Metadata for database %s" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, php-format msgid "Error reading structure for table %s:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 msgid "Indexes for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 msgid "Indexes for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 msgid "AUTO_INCREMENT for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 msgid "AUTO_INCREMENT for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 msgid "MEDIA TYPES FOR TABLE" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 msgid "RELATIONSHIPS FOR TABLE" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, php-format msgid "Structure for view %s exported as a table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, php-format msgid "Error reading data for table %s:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 #, fuzzy msgid "Creation:" msgstr "Azemz n tmerna" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 msgid "Last update:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 msgid "Last check:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 #, fuzzy msgid "Table:" msgstr "Ta&felwit" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 #, fuzzy msgid "Purpose:" msgstr "" @@ -11628,87 +11623,87 @@ msgstr "" msgid "Details…" msgstr "Talqayt..." -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 msgid "Could not save recent table!" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 msgid "Could not save favorite table!" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 msgid "Recent tables" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 #, fuzzy msgid "Recent" msgstr "Melmi kan" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 #, fuzzy msgid "Favorites" msgstr "Inurifen" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." msgstr "" -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 msgid "Replication started successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 msgid "Error starting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 msgid "Replication stopped successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 msgid "Error stopping replication." msgstr "" -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 msgid "Replication resetting successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 msgid "Error resetting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "Yedda," -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 #, fuzzy msgid "Error." msgstr "Tuccḍa!" -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 #, fuzzy msgid "Unknown error" msgstr "Tuccḍa d tarussint" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, php-format msgid "Unable to connect to primary %s." msgstr "" -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 msgid "" "Unable to read primary log position. Possible privilege problem on primary." msgstr "" -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 msgid "Unable to change primary!" msgstr "" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, php-format msgid "Primary server changed successfully to %s." msgstr "" @@ -11755,8 +11750,8 @@ msgid "Error while loading the search." msgstr "" #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 msgid "Native MySQL authentication" msgstr "" @@ -11784,17 +11779,17 @@ msgstr "Tasemlit" msgid "Account locking is not supported." msgstr "" -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 #, fuzzy msgid "No privileges." msgstr "Tise&glutin…" -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "" -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -11802,7 +11797,7 @@ msgstr "" msgid "Allows deleting data." msgstr "" -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -11810,7 +11805,7 @@ msgstr "" msgid "Allows creating new tables." msgstr "" -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -11818,8 +11813,8 @@ msgstr "" msgid "Allows dropping tables." msgstr "" -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -11827,8 +11822,8 @@ msgstr "" msgid "Allows creating and dropping indexes." msgstr "" -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -11836,9 +11831,9 @@ msgstr "" msgid "Allows altering the structure of existing tables." msgstr "" -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -11848,9 +11843,9 @@ msgstr "" msgid "Allows creating new views." msgstr "" -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -11858,8 +11853,8 @@ msgstr "" msgid "Allows performing SHOW CREATE VIEW queries." msgstr "" -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -11867,76 +11862,76 @@ msgstr "" msgid "Allows creating and dropping triggers." msgstr "" -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "" -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "" -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "" -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "" -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "" -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." msgstr "" -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "" -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 msgid "Allows viewing processes of all users." msgstr "" -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "" -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "" -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "" -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -11945,85 +11940,85 @@ msgid "" "killing threads of other users." msgstr "" -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "" -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "" -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 msgid "Needed for the replication replicas." msgstr "" -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 msgid "Allows the user to ask where the replicas / primaries are." msgstr "" -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 msgid "Allows to set up events for the event scheduler." msgstr "" #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 msgid "Allows deleting historical rows." msgstr "" -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "" -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "" -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "" -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -12031,92 +12026,92 @@ msgstr "" msgid "Edit privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 msgid "Routine" msgstr "" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 msgid "Routine-specific privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "" -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 msgid "No user found." msgstr "" -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, fuzzy, php-format msgid "Deleting %s" msgstr "Tukksa n \"%s\"" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, php-format msgid "Privileges for %s" msgstr "" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 #, fuzzy msgid "User" msgstr "Aseqdac" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " "allows a connection from any (%) host." msgstr "" -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, php-format msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " @@ -12125,7 +12120,7 @@ msgid "" "%sreload the privileges%s before you continue." msgstr "" -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " "tables. The content of these tables may differ from the privileges the " @@ -12134,7 +12129,7 @@ msgid "" "privilege." msgstr "" -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "" @@ -12329,7 +12324,7 @@ msgstr "" msgid "This MySQL server does not support the %s storage engine." msgstr "" -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "" @@ -12338,50 +12333,50 @@ msgstr "" msgid "Problems with indexes of table `%s`" msgstr "" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 msgid "Unknown table status:" msgstr "" -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, php-format msgid "Source database `%s` was not found!" msgstr "" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, php-format msgid "Target database `%s` was not found!" msgstr "" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 msgid "Invalid database:" msgstr "" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 msgid "Invalid table name:" msgstr "" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, php-format msgid "Failed to rename table %1$s to %2$s!" msgstr "" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, php-format msgid "Table %1$s has been renamed to %2$s." msgstr "" -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 msgid "Could not save table UI preferences!" msgstr "" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" "['MaxTableUiprefs'] %s)" msgstr "" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -12389,15 +12384,15 @@ msgid "" "changed." msgstr "" -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "" @@ -12812,11 +12807,11 @@ msgstr "" msgid "Password is too long!" msgstr "" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 msgid "Could not save configuration" msgstr "" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 #, fuzzy #| msgid "" #| "The phpMyAdmin configuration storage has been deactivated. %sFind out " diff --git a/po/kk.po b/po/kk.po index 5fc866b7fd..e23da21ba6 100644 --- a/po/kk.po +++ b/po/kk.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2021-01-22 17:26+0000\n" "Last-Translator: William Desportes \n" "Language-Team: Kazakh (includes info such as export timestamp, PHP version, " "and server version)" @@ -11718,13 +11713,13 @@ msgstr "" "Túsiniktemelerdi beıneleý (eksport ýaqyt belgisi, PHP nusqasy jáne server " "nusqasy sıaqty aqpardy qamtıdy)" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 msgid "Additional custom header comment (\\n splits lines):" msgstr "" "Qosymsha teńsheýli ústingi derektemeniń túsiniktemesi (\\n syzyqtardy " "bóledi):" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" @@ -11732,40 +11727,40 @@ msgstr "" "Qashan derekqorlar jasalynǵany, sońǵy jańartylǵany jáne sońǵy tekserilgeni " "ýaqyt belgilerin qamtıdy" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 msgid "Export metadata" msgstr "Metaderekterdi eksporttaý" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 msgid "Add statements:" msgstr "Nusqaýlardy ústeý:" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, php-format msgid "Add %s statement" msgstr "%s nusqaýyn ústeý" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "(kesteni jasap shyǵarý kezinde ındekster qurylatyndan tıimdi bolmaıdy)" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, php-format msgid "%s value" msgstr "%s máni" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" @@ -11774,37 +11769,37 @@ msgstr "" "tańbalarmen nemese kilt sózdermen jasalǵan baǵandar men kesteler ataýlaryn " "qorǵaıdy)" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 msgid "Data creation options" msgstr "Derekter jasaý opsıalary" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "Kiristirý aldynda kesteni bosatý" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "INSERT nusqaýlary oryna, mynany paıdalaný:" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "INSERT DELAYED nusqaýlary" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "INSERT IGNORE nusqaýlary" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "Derekterdi damptaý kezinde paıdalanylatyn funksıa:" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "Derekterdi engizý kezinde paıdalanylatyn sıntaksıs:" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " @@ -11814,7 +11809,7 @@ msgstr "" "  Mysaly: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " "(1,2,3)" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " @@ -11824,7 +11819,7 @@ msgstr "" "    Mysal: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" @@ -11832,7 +11827,7 @@ msgstr "" "joǵarydaǵy ekeýi de
      Mysaly: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" @@ -11840,7 +11835,7 @@ msgstr "" "joǵarydaǵy bireýi de emes
      Mysaly: INSERT INTO " "tbl_name VALUES (1,2,3)" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" @@ -11848,7 +11843,7 @@ msgstr "" "On altylyq nusqaýynda ekilik baǵandar dampyn isteý (mysaly, «abc» " "0x616263 bolady)" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" @@ -11857,128 +11852,128 @@ msgstr "" "beldeýlerindegi serverlerdiń arasynda TIMESTAMP baǵandarynyń damp qylynýyn " "jáne qaıta júktelýin qosasdy)" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "Derekqoryńyz rásimderdi paıdalanatyny kórinedi;" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "" "búrkenshik atyn eksporttaý barlyq jaǵdaılarda senimdi oryndalmaýy múmkin." -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 msgid "Metadata" msgstr "Metaderekter" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, php-format msgid "Metadata for table %s" msgstr "%s kestesi úshin metaderekter" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, php-format msgid "Metadata for database %s" msgstr "%s derekqory úshin metaderekter" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, php-format msgid "Error reading structure for table %s:" msgstr "%s kestesi úshin qurylymdy oqyǵandaǵy qate:" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "Derekqoryńyz kórinisterdi paıdalanatyny kórinedi;" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "Damptalǵan kesteler úshin shekteýler" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "Keste úshin shekteýler" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 msgid "Indexes for dumped tables" msgstr "Damptalǵan kesteler úshin ındekster" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 msgid "Indexes for table" msgstr "Keste úshin ındekster" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 msgid "AUTO_INCREMENT for dumped tables" msgstr "Damptalǵan kesteler úshin AUTO_INCREMENT" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 msgid "AUTO_INCREMENT for table" msgstr "Keste úshin AUTO_INCREMENT" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 #, fuzzy #| msgid "MIME TYPES FOR TABLE" msgid "MEDIA TYPES FOR TABLE" msgstr "KESTE ÚSHIN MIME TÚRLERI" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 msgid "RELATIONSHIPS FOR TABLE" msgstr "KESTE ÚSHIN QATYNASTYQTAR" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "Kesteńiz trıgerlerdi paıdalanatyny kórinedi;" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, php-format msgid "Structure for view %s exported as a table" msgstr "%s kórinisi úshin qurylym keste retinde eksporttaldy" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "(Naqty kórinis úshin tómende qarańyz)" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, php-format msgid "Error reading data for table %s:" msgstr "%s kestesiniń derekterin oqý qatesi:" -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 msgid "Creation:" msgstr "Jasaý:" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 msgid "Last update:" msgstr "Sońǵy jańartý:" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 msgid "Last check:" msgstr "Sońǵy tekserý:" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" "Shyǵarý úılesimdilikti barynsha úlkeıtý úshin derekqor júıesi nemese eski " "MySQL serveri:" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "Nysan jasaý opsıalary (barlyǵy usynylady)" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "Mazmundardy eksporttaý" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 msgid "Table:" msgstr "Keste:" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "Maqsat:" @@ -12584,27 +12579,27 @@ msgstr "Derekqory bar katalogtyń artyqshylyqtaryn tekserińiz." msgid "Details…" msgstr "Egjeıler…" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 msgid "Could not save recent table!" msgstr "Jýyqtaǵy kesteni saqtaý múmkin bolmady!" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 msgid "Could not save favorite table!" msgstr "Tańdaýly kesteni saqtaý múmkin bolmady!" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 msgid "Recent tables" msgstr "Jýyqtaǵy kesteler" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 msgid "Recent" msgstr "Jýyktaǵy" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 msgid "Favorites" msgstr "Tańdaýlylar" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." @@ -12612,49 +12607,49 @@ msgstr "" "Serverge qosylý óshirilgen, phpMyAdmin konfıgýrasıasynda " "$cfg['AllowArbitraryServer'] parametrin qosyńyz." -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 msgid "Replication started successfully." msgstr "Replıkalaý sátti bastaldy." -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 msgid "Error starting replication." msgstr "Replıkalaý bastalǵandaǵy qate." -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 msgid "Replication stopped successfully." msgstr "Replıkalaý sátti toqtatyldy." -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 msgid "Error stopping replication." msgstr "Replıkalaýdy toqtatý qatesi." -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 msgid "Replication resetting successfully." msgstr "Replıkalaý sátti ysyryldy." -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 msgid "Error resetting replication." msgstr "Replıkalaýdy ysyrý qatesi." -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "Sáttilik." -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 msgid "Error." msgstr "Qate." -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "Belgisiz qate" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, fuzzy, php-format #| msgid "Unable to connect to master %s." msgid "Unable to connect to primary %s." msgstr "%s jetekshisine qosylý múmkin emes." -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 #, fuzzy #| msgid "" #| "Unable to read master log position. Possible privilege problem on master." @@ -12664,13 +12659,13 @@ msgstr "" "Jetekshi jurnal jaıǵasymyn oqý múmkin emes. Jetekshi boıynsha artyqshylyq " "máselesi yqtımal." -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 #, fuzzy #| msgid "Unable to change master!" msgid "Unable to change primary!" msgstr "Jetekshini ózgertý múmkin emes!" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, fuzzy, php-format #| msgid "Master server changed successfully to %s." msgid "Primary server changed successfully to %s." @@ -12719,8 +12714,8 @@ msgid "Error while loading the search." msgstr "Izdestirýdi júkteý kezinde qate oryn aldy." #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 msgid "Native MySQL authentication" msgstr "Ishtetilgen MySQL túpnusqalyq rastamasy" @@ -12751,16 +12746,16 @@ msgstr "Ishtetilgen MySQL túpnusqalyq rastamasy" msgid "Account locking is not supported." msgstr "" -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "Artyqshylyqtar joq." -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "GRANT-dan basqa barlyq artyqshylyqtardy qamtıdy." -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -12768,7 +12763,7 @@ msgstr "GRANT-dan basqa barlyq artyqshylyqtardy qamtıdy." msgid "Allows deleting data." msgstr "Derekterdi joıýǵa ruqsat etedi." -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -12776,7 +12771,7 @@ msgstr "Derekterdi joıýǵa ruqsat etedi." msgid "Allows creating new tables." msgstr "Jańa kestelerdi jasaýǵa ruqsat etedi." -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -12784,8 +12779,8 @@ msgstr "Jańa kestelerdi jasaýǵa ruqsat etedi." msgid "Allows dropping tables." msgstr "Kestelerdi joıýǵa ruqsat etedi." -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -12793,8 +12788,8 @@ msgstr "Kestelerdi joıýǵa ruqsat etedi." msgid "Allows creating and dropping indexes." msgstr "Indeksterdi jasaý men joıýǵa ruqsat etedi." -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -12802,9 +12797,9 @@ msgstr "Indeksterdi jasaý men joıýǵa ruqsat etedi." msgid "Allows altering the structure of existing tables." msgstr "Qoldanysta bar kestelerdiń qurylymyn ózgertýge ruqsat etedi." -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -12814,9 +12809,9 @@ msgstr "Qoldanysta bar kestelerdiń qurylymyn ózgertýge ruqsat etedi." msgid "Allows creating new views." msgstr "Jańa kórinisterdi jasaýǵa ruqsat etedi." -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -12824,8 +12819,8 @@ msgstr "Jańa kórinisterdi jasaýǵa ruqsat etedi." msgid "Allows performing SHOW CREATE VIEW queries." msgstr "SHOW CREATE VIEW saýaldaryn oryndaýǵa ruqsat etedi." -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -12833,40 +12828,40 @@ msgstr "SHOW CREATE VIEW saýaldaryn oryndaýǵa ruqsat etedi." msgid "Allows creating and dropping triggers." msgstr "Tıgerlerdi jasaý men joıýǵa ruqsat etedi." -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "Derekterdi oqýǵa ruqsat etedi." -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "Kiristirý men aýystyrýǵa ruqsat etedi." -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "Ózgertýge ruqsat etedi." -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "Jańa derekqorlar men kesterlerdi jasaýǵa ruqsat etedi." -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "Derekqorlar men kestelerdi joıýǵa ruqsat etedi." -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." @@ -12874,19 +12869,19 @@ msgstr "" "Server parametrlerin qaıta júkteý men server keshtaryn tazalaýǵa ruqsat " "etedi." -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "Server jumysyn aıaıqtaýǵa ruqsat etedi." -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 msgid "Allows viewing processes of all users." msgstr "Barlyq paıdalanushylardyń prosesterin kórýge ruqsat etedi." -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." @@ -12894,19 +12889,19 @@ msgstr "" "Faıldardan derekterdi ımporttaý men faıldarǵa derekterdi eksportaýǵa ruqsat " "etedi." -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "Bul MySQL nusqsynda áser etpeıdi." -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "Derekqorlardyń tolyq tizimine qoljetkizýdi beredi." -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -12918,19 +12913,19 @@ msgstr "" "aınymaly mánderdi ornatý sıaqty nemese basqa paıdalanýshylardyń tizbekterin " "joıý sıaqty kóptegen ákimshilik áreketter úshin qajet." -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "Ýaqytsha kestelerdi jasaýǵa ruqsat etedi." -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "Aǵymdyq tizbek úshin kestelerdi qulyptaýǵa ruqsat etedi." -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 #, fuzzy @@ -12938,7 +12933,7 @@ msgstr "Aǵymdyq tizbek úshin kestelerdi qulyptaýǵa ruqsat etedi." msgid "Needed for the replication replicas." msgstr "Replıkalaý jetektegileri úshin qajet." -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 #, fuzzy @@ -12946,61 +12941,61 @@ msgstr "Replıkalaý jetektegileri úshin qajet." msgid "Allows the user to ask where the replicas / primaries are." msgstr "Paıdalanýshyǵa jetektegi/jetekshi qaıda ekenin suraýǵa ruqsat etedi." -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 msgid "Allows to set up events for the event scheduler." msgstr "Oqıǵa josparlaýshy úshin oqıǵalardy ornatýǵa ruqsat etedi." #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 msgid "Allows deleting historical rows." msgstr "Tarıhı joldardy joıýǵa ruqsat etedi." -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "Saqtalatyn rásimderdi jasaýǵa ruqsat etedi." -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "Saqtalatyn rásimderdi ózgertý men joıýǵa ruqsat etedi." -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "Paıdalanushy tirkelgilerin jasaý, joıý jáne qaıta ataýǵa ruqsat etedi." -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "Saqtalatyn rásimderdi oryndaýǵa ruqsat etedi." -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "%s úshin paról sátti ózgertildi." -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "%s úshin artyqshylyqtardy qaıtaryp aldyńyz." -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "Paıdalanýshylardy qaraý úshin artyqshylyqtar jetkiliksiz." -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -13008,84 +13003,84 @@ msgstr "Paıdalanýshylardy qaraý úshin artyqshylyqtar jetkiliksiz." msgid "Edit privileges" msgstr "Artyqshylyqtardy óńdeý" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "Keri shaqyrý" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "Derekqorǵa tán artyqshylyqtar" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "Kestege tán artyqshylyqtar" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 msgid "Routine" msgstr "Rásim" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 msgid "Routine-specific privileges" msgstr "Rásimge tán artyqshylyqtar" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "Joıý úshin eshqandaı paıdalanýshy bólektelmegen!" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "Artyqshylyqtardy qaıta júkteý" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "Bólektelgen paıdalanýshylar sátti joıyldy." -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "%s úshin artyqshylyqtardy jańarttyńyz." -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 msgid "No user found." msgstr "Paıdalanushy tabylmady." -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "%s joıylýda" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "Artyqshylyqtar sátti qaıta júkteldi." -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "Paıdalanushy %s áldeqashan bar!" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, php-format msgid "Privileges for %s" msgstr "%s úshin artyqshylyqtar" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "Paıdalanushy" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " @@ -13096,7 +13091,7 @@ msgstr "" "kezkelgen (%) túınnen qosylýǵa ruqsat etse, bul olardyń qosylýna tyıym " "salady." -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, php-format msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " @@ -13109,7 +13104,7 @@ msgstr "" "ózgertilse, server paıdalanatyn artyqshylyqtardan ózgeshe bolýy múmkin. Bul " "jaǵdaıda, jalǵastyrar aldynda %sartyqshylyqtaryn qaıta júkteýińiz%s kerek." -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " "tables. The content of these tables may differ from the privileges the " @@ -13123,7 +13118,7 @@ msgstr "" "jaǵdaıda artyqshylyqtar qaıta júktelýi kerek, biraq aǵymda RELOAD " "artyqshylyǵyńyz joq." -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "Jańa paıdalanushyny ústedińiz." @@ -13322,7 +13317,7 @@ msgstr "%s bul MySQL serveri úshin óshirilgen." msgid "This MySQL server does not support the %s storage engine." msgstr "Bul MySQL server %s saqtaýysh mehanızmyn qoldamaıdy." -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "Alǵashqy kilttiń aty «PRIMARY» bolýy qajet!" @@ -13331,43 +13326,43 @@ msgstr "Alǵashqy kilttiń aty «PRIMARY» bolýy qajet!" msgid "Problems with indexes of table `%s`" msgstr "«%s» kestesindegi ındeksterde aqaýlar bar" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 msgid "Unknown table status:" msgstr "Belgisiz kesteniń mártebesi:" -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, php-format msgid "Source database `%s` was not found!" msgstr "«%s» qaınar derekqory tabylmady!" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, php-format msgid "Target database `%s` was not found!" msgstr "«%s» maqsat derekqory tabylmady!" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 msgid "Invalid database:" msgstr "Jaramsyz derekqor:" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 msgid "Invalid table name:" msgstr "Jaramsyz keste aty:" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, php-format msgid "Failed to rename table %1$s to %2$s!" msgstr "%1$s kestesin %2$s dep qaıta ataý sátsiz aıaqtaldy!" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, php-format msgid "Table %1$s has been renamed to %2$s." msgstr "%1$s kestesi %2$s dep qaıta ataldy." -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 msgid "Could not save table UI preferences!" msgstr "Keste ınterfeısiniń teńshelimderin saqtaý múmkin bolmady!" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" @@ -13376,7 +13371,7 @@ msgstr "" "Keste ınterfeısiniń teńshelimderin tazalaýy sátsiz aıaqtaldy ($cfg['Servers']" "[$i]['MaxTableUiprefs']%s qarańyz)" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -13386,15 +13381,15 @@ msgstr "" "Interfeıstiń «%s» sıpatyn saqtaý múmkin emes. Istelgen ózgertýler bul betti " "jańalaýdan keıin turaqty bolmaıdy. Kesteniń qurylymy ózgergenin tekserińiz." -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "Indeksti PRIMARY dep qaıta ataý múmkin emes!" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "Indeks bólikteri anyqtalmaǵan!" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "" @@ -13872,11 +13867,11 @@ msgstr "Profaıl jańartyldy." msgid "Password is too long!" msgstr "Paról tym uzyn!" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 msgid "Could not save configuration" msgstr "Konfıgýrasıany saqtaý múmkin bolmady" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 #, fuzzy #| msgid "" #| "%sCreate%s the phpMyAdmin configuration storage in the current database." @@ -19607,6 +19602,10 @@ msgstr "VIEW aty" msgid "Column names" msgstr "Baǵan ataýlary" +#, php-format +#~ msgid "Analyze Explain at %s" +#~ msgstr "%s janynda Explain taldaýy" + #~ msgid "Key is too short, it should have at least 32 characters." #~ msgstr "Kilt tym qysqa, keminde 32 tańba bolýy qajet." diff --git a/po/km.po b/po/km.po index 62fc352c8f..3a5482f692 100644 --- a/po/km.po +++ b/po/km.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2017-08-12 14:53+0000\n" "Last-Translator: ប៉ុកណូ រ៉ូយ៉ាល់ \n" "Language-Team: Central Khmer (includes info such as export timestamp, PHP version, " "and server version)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 msgid "Additional custom header comment (\\n splits lines):" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 msgid "Export metadata" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 msgid "Add statements:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, php-format msgid "Add %s statement" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, fuzzy, php-format #| msgid "Y Values" msgid "%s value" msgstr "តម្លៃ Y" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 msgid "Data creation options" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " "(1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 msgid "Metadata" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, fuzzy, php-format #| msgid "Delete tracking data for this table" msgid "Metadata for table %s" msgstr "លុប​ទិន្នន័យ​តាមដាន​សម្រាប់​តារាង​នេះ" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, php-format msgid "Metadata for database %s" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, php-format msgid "Error reading structure for table %s:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 msgid "Indexes for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 msgid "Indexes for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 msgid "AUTO_INCREMENT for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 msgid "AUTO_INCREMENT for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 msgid "MEDIA TYPES FOR TABLE" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 msgid "RELATIONSHIPS FOR TABLE" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, php-format msgid "Structure for view %s exported as a table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, fuzzy, php-format #| msgid "Delete tracking data for this table" msgid "Error reading data for table %s:" msgstr "លុប​ទិន្នន័យ​តាមដាន​សម្រាប់​តារាង​នេះ" -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 msgid "Creation:" msgstr "ការបង្កើត៖" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 msgid "Last update:" msgstr "បច្ចុប្បន្នភាពចុងក្រោយ៖" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 msgid "Last check:" msgstr "ពិនិត្យចុងក្រោយ៖" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 msgid "Table:" msgstr "" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "" @@ -11606,83 +11601,83 @@ msgstr "" msgid "Details…" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 msgid "Could not save recent table!" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 msgid "Could not save favorite table!" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 msgid "Recent tables" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 msgid "Recent" msgstr "ថ្មីៗ" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 msgid "Favorites" msgstr "ដែល​ពេញ​ចិត្ត" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." msgstr "" -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 msgid "Replication started successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 msgid "Error starting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 msgid "Replication stopped successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 msgid "Error stopping replication." msgstr "" -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 msgid "Replication resetting successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 msgid "Error resetting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "" -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 msgid "Error." msgstr "" -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, php-format msgid "Unable to connect to primary %s." msgstr "" -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 msgid "" "Unable to read primary log position. Possible privilege problem on primary." msgstr "" -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 msgid "Unable to change primary!" msgstr "" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, php-format msgid "Primary server changed successfully to %s." msgstr "" @@ -11729,8 +11724,8 @@ msgid "Error while loading the search." msgstr "" #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 msgid "Native MySQL authentication" msgstr "" @@ -11763,16 +11758,16 @@ msgstr "ឯកសារ​ជំនួយ​" msgid "Account locking is not supported." msgstr "" -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "" -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "" -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -11780,7 +11775,7 @@ msgstr "" msgid "Allows deleting data." msgstr "" -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -11788,7 +11783,7 @@ msgstr "" msgid "Allows creating new tables." msgstr "" -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -11796,8 +11791,8 @@ msgstr "" msgid "Allows dropping tables." msgstr "" -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -11805,8 +11800,8 @@ msgstr "" msgid "Allows creating and dropping indexes." msgstr "" -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -11814,9 +11809,9 @@ msgstr "" msgid "Allows altering the structure of existing tables." msgstr "" -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -11826,9 +11821,9 @@ msgstr "" msgid "Allows creating new views." msgstr "" -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -11836,8 +11831,8 @@ msgstr "" msgid "Allows performing SHOW CREATE VIEW queries." msgstr "" -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -11845,76 +11840,76 @@ msgstr "" msgid "Allows creating and dropping triggers." msgstr "" -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "" -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "" -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "" -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "" -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "" -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." msgstr "" -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "" -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 msgid "Allows viewing processes of all users." msgstr "" -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "" -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "" -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "" -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -11923,85 +11918,85 @@ msgid "" "killing threads of other users." msgstr "" -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "" -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "" -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 msgid "Needed for the replication replicas." msgstr "" -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 msgid "Allows the user to ask where the replicas / primaries are." msgstr "" -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 msgid "Allows to set up events for the event scheduler." msgstr "" #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 msgid "Allows deleting historical rows." msgstr "" -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "" -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "" -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "" -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -12011,91 +12006,91 @@ msgstr "" msgid "Edit privileges" msgstr "កែ​សន្ទស្សន៍" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 msgid "Routine" msgstr "" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 msgid "Routine-specific privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "" -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 msgid "No user found." msgstr "" -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, php-format msgid "Privileges for %s" msgstr "" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " "allows a connection from any (%) host." msgstr "" -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, php-format msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " @@ -12104,7 +12099,7 @@ msgid "" "%sreload the privileges%s before you continue." msgstr "" -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " "tables. The content of these tables may differ from the privileges the " @@ -12113,7 +12108,7 @@ msgid "" "privilege." msgstr "" -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "" @@ -12297,7 +12292,7 @@ msgstr "" msgid "This MySQL server does not support the %s storage engine." msgstr "" -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "" @@ -12306,50 +12301,50 @@ msgstr "" msgid "Problems with indexes of table `%s`" msgstr "" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 msgid "Unknown table status:" msgstr "" -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, php-format msgid "Source database `%s` was not found!" msgstr "" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, php-format msgid "Target database `%s` was not found!" msgstr "" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 msgid "Invalid database:" msgstr "" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 msgid "Invalid table name:" msgstr "" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, php-format msgid "Failed to rename table %1$s to %2$s!" msgstr "" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, php-format msgid "Table %1$s has been renamed to %2$s." msgstr "" -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 msgid "Could not save table UI preferences!" msgstr "" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" "['MaxTableUiprefs'] %s)" msgstr "" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -12357,15 +12352,15 @@ msgid "" "changed." msgstr "" -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "" @@ -12779,11 +12774,11 @@ msgstr "" msgid "Password is too long!" msgstr "ពាក្យ​សម្ងាត់​នៅ​ទទេ!" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 msgid "Could not save configuration" msgstr "" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 #, fuzzy #| msgid "" #| "The phpMyAdmin configuration storage has been deactivated. %sFind out " diff --git a/po/kn.po b/po/kn.po index 7af4273f6b..baa8789425 100644 --- a/po/kn.po +++ b/po/kn.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2019-04-27 17:19+0000\n" "Last-Translator: William Desportes \n" "Language-Team: Kannada (includes info such as export timestamp, PHP version, " "and server version)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 msgid "Additional custom header comment (\\n splits lines):" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 msgid "Export metadata" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 msgid "Add statements:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, php-format msgid "Add %s statement" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, php-format msgid "%s value" msgstr "" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 msgid "Data creation options" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " "(1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 msgid "Metadata" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, php-format msgid "Metadata for table %s" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, php-format msgid "Metadata for database %s" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, php-format msgid "Error reading structure for table %s:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 msgid "Indexes for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 msgid "Indexes for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 msgid "AUTO_INCREMENT for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 msgid "AUTO_INCREMENT for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 msgid "MEDIA TYPES FOR TABLE" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 msgid "RELATIONSHIPS FOR TABLE" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, php-format msgid "Structure for view %s exported as a table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, php-format msgid "Error reading data for table %s:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 msgid "Creation:" msgstr "ಸೃಷ್ಟಿ:" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 msgid "Last update:" msgstr "ಕೊನೆಯ ನವೀಕರಣ:" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 msgid "Last check:" msgstr "ಕೊನೆಯ ಪರಿಶೀಲನೆ:" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 msgid "Table:" msgstr "" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "" @@ -11459,83 +11454,83 @@ msgstr "" msgid "Details…" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 msgid "Could not save recent table!" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 msgid "Could not save favorite table!" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 msgid "Recent tables" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 msgid "Recent" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 msgid "Favorites" msgstr "" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." msgstr "" -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 msgid "Replication started successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 msgid "Error starting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 msgid "Replication stopped successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 msgid "Error stopping replication." msgstr "" -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 msgid "Replication resetting successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 msgid "Error resetting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "" -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 msgid "Error." msgstr "" -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, php-format msgid "Unable to connect to primary %s." msgstr "" -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 msgid "" "Unable to read primary log position. Possible privilege problem on primary." msgstr "" -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 msgid "Unable to change primary!" msgstr "" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, php-format msgid "Primary server changed successfully to %s." msgstr "" @@ -11582,8 +11577,8 @@ msgid "Error while loading the search." msgstr "" #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 msgid "Native MySQL authentication" msgstr "" @@ -11614,16 +11609,16 @@ msgstr "ಅಮಾನ್ಯವಾದ ರಫ್ತಿನ ರೀತಿ" msgid "Account locking is not supported." msgstr "" -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "" -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "" -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -11631,7 +11626,7 @@ msgstr "" msgid "Allows deleting data." msgstr "" -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -11639,7 +11634,7 @@ msgstr "" msgid "Allows creating new tables." msgstr "" -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -11647,8 +11642,8 @@ msgstr "" msgid "Allows dropping tables." msgstr "" -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -11656,8 +11651,8 @@ msgstr "" msgid "Allows creating and dropping indexes." msgstr "" -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -11665,9 +11660,9 @@ msgstr "" msgid "Allows altering the structure of existing tables." msgstr "" -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -11677,9 +11672,9 @@ msgstr "" msgid "Allows creating new views." msgstr "" -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -11687,8 +11682,8 @@ msgstr "" msgid "Allows performing SHOW CREATE VIEW queries." msgstr "" -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -11696,76 +11691,76 @@ msgstr "" msgid "Allows creating and dropping triggers." msgstr "" -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "" -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "" -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "" -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "" -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "" -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." msgstr "" -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "" -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 msgid "Allows viewing processes of all users." msgstr "" -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "" -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "" -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "" -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -11774,85 +11769,85 @@ msgid "" "killing threads of other users." msgstr "" -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "" -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "" -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 msgid "Needed for the replication replicas." msgstr "" -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 msgid "Allows the user to ask where the replicas / primaries are." msgstr "" -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 msgid "Allows to set up events for the event scheduler." msgstr "" #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 msgid "Allows deleting historical rows." msgstr "" -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "" -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "" -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "" -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -11860,91 +11855,91 @@ msgstr "" msgid "Edit privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 msgid "Routine" msgstr "" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 msgid "Routine-specific privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "" -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 msgid "No user found." msgstr "" -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, php-format msgid "Privileges for %s" msgstr "" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "ಸದಸ್ಯ" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " "allows a connection from any (%) host." msgstr "" -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, php-format msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " @@ -11953,7 +11948,7 @@ msgid "" "%sreload the privileges%s before you continue." msgstr "" -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " "tables. The content of these tables may differ from the privileges the " @@ -11962,7 +11957,7 @@ msgid "" "privilege." msgstr "" -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "" @@ -12146,7 +12141,7 @@ msgstr "" msgid "This MySQL server does not support the %s storage engine." msgstr "" -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "" @@ -12155,50 +12150,50 @@ msgstr "" msgid "Problems with indexes of table `%s`" msgstr "" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 msgid "Unknown table status:" msgstr "" -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, php-format msgid "Source database `%s` was not found!" msgstr "" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, php-format msgid "Target database `%s` was not found!" msgstr "" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 msgid "Invalid database:" msgstr "" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 msgid "Invalid table name:" msgstr "" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, php-format msgid "Failed to rename table %1$s to %2$s!" msgstr "" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, php-format msgid "Table %1$s has been renamed to %2$s." msgstr "" -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 msgid "Could not save table UI preferences!" msgstr "" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" "['MaxTableUiprefs'] %s)" msgstr "" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -12206,15 +12201,15 @@ msgid "" "changed." msgstr "" -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "" @@ -12626,11 +12621,11 @@ msgstr "" msgid "Password is too long!" msgstr "" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 msgid "Could not save configuration" msgstr "" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 #, fuzzy #| msgid "" #| "The phpMyAdmin configuration storage has been deactivated. %sFind out " diff --git a/po/ko.po b/po/ko.po index 8c2223909e..f5c0bc9253 100644 --- a/po/ko.po +++ b/po/ko.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2022-10-12 10:26+0000\n" "Last-Translator: Yun Minseo \n" "Language-Team: Korean (includes info such as export timestamp, PHP version, " "and server version)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 msgid "Additional custom header comment (\\n splits lines):" msgstr "추가적인 커스텀 헤더 코멘트(\\n으로 줄바꿈):" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" msgstr "" "데이터베이스의 생성일, 마지막 업데이트, 마지막 체크에 대한 타임스탬프 포함" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 msgid "Export metadata" msgstr "메타데이터 내보내기" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 msgid "Add statements:" msgstr "구문 추가:" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, php-format msgid "Add %s statement" msgstr "%s 구문 추가" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, php-format msgid "%s value" msgstr "%s 값" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" @@ -11291,37 +11286,37 @@ msgstr "" "테이블과 컬럼의 이름을 역따옴표로 감싸기 (특수문자나 키워드가 포함된 컬럼" "이나 테이블의 이름을 보호함)" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 msgid "Data creation options" msgstr "데이터 생성 옵션" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "삽입 전에 테이블 비우기" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "INSERT 구문 대신 사용할 구문:" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "INSERT DELAYED 문" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " @@ -11330,7 +11325,7 @@ msgstr "" "모든 INSERT 구문에 컬럼 이름을 포함
     예: " "INSERT INTO tbl_name (col_A,col_B,col_C) VALUES (1,2,3)" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " @@ -11339,7 +11334,7 @@ msgstr "" "모든 INSERT 구문에 여러개의 행을 삽입
      " "예:INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), (7,8,9)" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" @@ -11347,7 +11342,7 @@ msgstr "" "위의 것 둘 다
      예: INSERT INTO tbl_name (col_A," "col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" @@ -11355,136 +11350,136 @@ msgstr "" "위의 것 둘 다 안 함
      예: INSERT INTO tbl_name " "VALUES (1,2,3)" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 msgid "Metadata" msgstr "메타데이터" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, fuzzy, php-format msgid "Metadata for table %s" msgstr "%s 데이터 누락" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, fuzzy, php-format msgid "Metadata for database %s" msgstr "%s 데이터 누락" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, fuzzy, php-format msgid "Error reading structure for table %s:" msgstr "테이블 구조" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "덤프된 테이블의 제약사항" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "테이블의 제약사항" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 msgid "Indexes for dumped tables" msgstr "덤프된 테이블의 인덱스" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 msgid "Indexes for table" msgstr "테이블의 인덱스" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 msgid "AUTO_INCREMENT for dumped tables" msgstr "덤프된 테이블의 AUTO_INCREMENT" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 msgid "AUTO_INCREMENT for table" msgstr "테이블의 AUTO_INCREMENT" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 msgid "MEDIA TYPES FOR TABLE" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 msgid "RELATIONSHIPS FOR TABLE" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, fuzzy, php-format msgid "Structure for view %s exported as a table" msgstr "뷰 구조" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, fuzzy, php-format msgid "Error reading data for table %s:" msgstr "데이터 읽기 오류:" -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 msgid "Creation:" msgstr "생성:" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 msgid "Last update:" msgstr "마지막 업데이트:" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 msgid "Last check:" msgstr "마지막 검사:" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" "호환성을 최대화 할 수 있는 데이터베이스 시스템 또는 예전 버전의 MySQL 서버:" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "내용 내보내기" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 msgid "Table:" msgstr "테이블:" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "" @@ -12012,92 +12007,92 @@ msgstr "디렉토리를 포함하는 데이터베이스의 권한을 확인하 msgid "Details…" msgstr "자세히…" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 msgid "Could not save recent table!" msgstr "최근 테이블을 저장할 수 없습니다!" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 msgid "Could not save favorite table!" msgstr "즐겨찾기 테이블을 저장할 수 없습니다!" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 msgid "Recent tables" msgstr "최근 테이블" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 msgid "Recent" msgstr "최근" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 msgid "Favorites" msgstr "즐겨찾기" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." msgstr "" -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 #, fuzzy msgid "Replication started successfully." msgstr "복제" -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 #, fuzzy msgid "Error starting replication." msgstr "마스터 리플리케이션" -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 #, fuzzy msgid "Replication stopped successfully." msgstr "복제" -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 #, fuzzy msgid "Error stopping replication." msgstr "마스터 리플리케이션" -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 #, fuzzy msgid "Replication resetting successfully." msgstr "복제" -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 #, fuzzy msgid "Error resetting replication." msgstr "마스터 리플리케이션" -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "성공." -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 msgid "Error." msgstr "오류." -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "알려지지 않은 오류" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, fuzzy, php-format msgid "Unable to connect to primary %s." msgstr "마스터 %s에 접속할 수 없음." -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 #, fuzzy msgid "" "Unable to read primary log position. Possible privilege problem on primary." msgstr "" "마스터의 로그 위치를 읽어올 수 없습니다. 마스터 쪽의 권한 문제일 수 있습니다." -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 #, fuzzy msgid "Unable to change primary!" msgstr "마스터를 변경할 수 없음" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, fuzzy, php-format msgid "Primary server changed successfully to %s." msgstr "마스터 서버가 성공적으로 %s로 변경되었습니다." @@ -12144,8 +12139,8 @@ msgid "Error while loading the search." msgstr "검색을 불러오는 중에 오류가 발생하였습니다." #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 #, fuzzy msgid "Native MySQL authentication" msgstr "쿠키 인증" @@ -12175,16 +12170,16 @@ msgstr "쿠키 인증" msgid "Account locking is not supported." msgstr "" -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "권한 없음." -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "GRANT 이외의 모든 권한을 포함함." -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -12192,7 +12187,7 @@ msgstr "GRANT 이외의 모든 권한을 포함함." msgid "Allows deleting data." msgstr "데이터 삭제 허용." -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -12200,7 +12195,7 @@ msgstr "데이터 삭제 허용." msgid "Allows creating new tables." msgstr "테이블 생성 허용." -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -12208,8 +12203,8 @@ msgstr "테이블 생성 허용." msgid "Allows dropping tables." msgstr "테이블 삭제 허용." -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -12217,8 +12212,8 @@ msgstr "테이블 삭제 허용." msgid "Allows creating and dropping indexes." msgstr "인덱스 생성 및 삭제 허용." -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -12226,9 +12221,9 @@ msgstr "인덱스 생성 및 삭제 허용." msgid "Allows altering the structure of existing tables." msgstr "테이블 구조 변경 허용." -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -12239,9 +12234,9 @@ msgstr "테이블 구조 변경 허용." msgid "Allows creating new views." msgstr "테이블 생성 허용." -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -12249,8 +12244,8 @@ msgstr "테이블 생성 허용." msgid "Allows performing SHOW CREATE VIEW queries." msgstr "SHOW CREATE VIEW 쿼리를 수행할 수 있다." -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -12258,76 +12253,76 @@ msgstr "SHOW CREATE VIEW 쿼리를 수행할 수 있다." msgid "Allows creating and dropping triggers." msgstr "트리거 생성 및 삭제 허용." -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "데이터 읽기 허용." -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "데이터 추가(insert) 및 변경(replace) 허용." -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "데이터 변경 허용." -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "DB 및 테이블 생성 허용." -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "DB 및 테이블 삭제 허용." -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." msgstr "캐시를 비우고 서버를 재시동하는 것을 허용." -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "서버 종료 허용." -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 msgid "Allows viewing processes of all users." msgstr "모든 사용자의 프로세스 보기 허용." -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "데이터를 파일에서 가져오기 및 파일로 내보내기 허용." -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "이 버전의 MySQL에는 소용이 없습니다." -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "전체 데이터베이스 목록 접근을 허용합니다." -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -12338,33 +12333,33 @@ msgstr "" "최대 연결 수에 도달하더라도 연결을 허용. 전역 변수 설정 또는 다른 사용자의 스" "레드 제거와 같은 대부분의 관리 작업에 필요." -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "임시테이블 생성 허용." -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "현재 쓰레드에 대한 테이블 잠금(lock) 허용." -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 #, fuzzy msgid "Needed for the replication replicas." msgstr "복제서버(replication slaves)에 필요합니다." -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 #, fuzzy msgid "Allows the user to ask where the replicas / primaries are." msgstr "사용자가 슬레이브/마스터가 어디에 있는지 물을 수 있다" -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 #, fuzzy @@ -12372,57 +12367,57 @@ msgid "Allows to set up events for the event scheduler." msgstr "현재 쓰레드에 대한 테이블 잠금(lock) 허용." #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 #, fuzzy msgid "Allows deleting historical rows." msgstr "데이터 삭제 허용." -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 #, fuzzy msgid "Allows creating stored routines." msgstr "테이블 생성 허용." -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 #, fuzzy msgid "Allows altering and dropping stored routines." msgstr "인덱스 생성 및 삭제 허용." -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "사용자 계정을 생성, 삭제 및 계정명 변경하는 것을 허용." -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "저장된 루틴 실행 허용" -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "%s 의 암호가 바뀌었습니다." -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "%s의 권한을 제거했습니다." -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "" -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -12430,24 +12425,24 @@ msgstr "" msgid "Edit privileges" msgstr "권한 수정" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "제거" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "데이터베이스에 관한 권한" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "테이블에 관한 권한" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 @@ -12455,68 +12450,68 @@ msgstr "테이블에 관한 권한" msgid "Routine" msgstr "루틴" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 #, fuzzy msgid "Routine-specific privileges" msgstr "열(칼럼)에 관한 권한" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "삭제할 사용자를 선택하세요!" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "사용권한을 갱신합니다(Reloading the privileges)" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "선택한 사용자들을 삭제했습니다." -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "%s 의 권한을 업데이트했습니다." -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 msgid "No user found." msgstr "사용자가 없습니다." -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "%s 을 삭제합니다" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "권한을 다시 로딩했습니다." -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "사용자 %s 가 이미 존재합니다!" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, php-format msgid "Privileges for %s" msgstr "%s에 대한 권한" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "사용자" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " "allows a connection from any (%) host." msgstr "" -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, fuzzy, php-format msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " @@ -12528,7 +12523,7 @@ msgstr "" "다. 만약 수동으로 서버의 권한 정보를 수정하였다면, 서버의 정보와 맞지 않을 " "수 있습니다. 이 경우, %sreload the privileges%s를 먼저 수행하세요." -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 #, fuzzy msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " @@ -12541,7 +12536,7 @@ msgstr "" "다. 만약 수동으로 서버의 권한 정보를 수정하였다면, 서버의 정보와 맞지 않을 " "수 있습니다. 이 경우, %sreload the privileges%s를 먼저 수행하세요." -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "새 사용자를 추가했습니다." @@ -12734,7 +12729,7 @@ msgstr "%s 는 이 MySQL 서버에서 비활성화되었습니다." msgid "This MySQL server does not support the %s storage engine." msgstr "이 MySQL 서버는 %s 스토리지 엔진을 지원하지 않습니다." -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "기본 키의 이름은 반드시 PRIMARY여야 합니다!" @@ -12743,43 +12738,43 @@ msgstr "기본 키의 이름은 반드시 PRIMARY여야 합니다!" msgid "Problems with indexes of table `%s`" msgstr "" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 msgid "Unknown table status:" msgstr "알 수 없는 테이블 상태:" -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, php-format msgid "Source database `%s` was not found!" msgstr "원본 데이터베이스 '%s'를 찾을 수 없습니다!" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, php-format msgid "Target database `%s` was not found!" msgstr "목표 데이터베이스 '%s'를 찾을 수 없습니다!" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 msgid "Invalid database:" msgstr "잘못된 데이터베이스:" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 msgid "Invalid table name:" msgstr "잘못된 테이블 이름:" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, php-format msgid "Failed to rename table %1$s to %2$s!" msgstr "테이블 이름 %1$s를 %2$s(으)로 바꾸는데 실패했습니다!" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, php-format msgid "Table %1$s has been renamed to %2$s." msgstr "테이블 %1$s을(를) %2$s(으)로 이름을 변경하였습니다." -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 msgid "Could not save table UI preferences!" msgstr "테이블 UI 설정을 저장할 수 없습니다!" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" @@ -12788,7 +12783,7 @@ msgstr "" "테이블 UI 설정을 정리하는 데 실패했습니다. ($cfg['Servers'][$i]" "['MaxTableUiprefs'] %s 를 참조하세요)" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -12798,15 +12793,15 @@ msgstr "" "UI 특성 %s을(를) 저장할 수 없습니다. 새로고침후에도 이 변경은 반영되지 않을것" "입니다. 테이블 구조가 변경되었는지 확인 바랍니다." -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "인덱스 이름을 PRIMARY 로 바꿀 수 없습니다!" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "인덱스 부분의 정의가 없음!" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "%1$s의 외래키 생성 에러 (데이터 타입을 확인하세요)" @@ -13268,11 +13263,11 @@ msgstr "프로파일을 업데이트했습니다." msgid "Password is too long!" msgstr "비밀번호가 너무 길어요!" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 msgid "Could not save configuration" msgstr "설정을 저장할 수 없습니다" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 #, fuzzy msgid "The phpMyAdmin configuration storage database could not be accessed." msgstr "phpMyAdmin 설정 공간 테이블이 없습니다" @@ -18807,6 +18802,10 @@ msgstr "뷰 이름" msgid "Column names" msgstr "열(칼럼) 이름" +#, php-format +#~ msgid "Analyze Explain at %s" +#~ msgstr "%s의 분석 설명" + #~ msgid "Key is too short, it should have at least 32 characters." #~ msgstr "키가 너무 짧습니다. 최소 32글자 이상이어야 합니다." diff --git a/po/ksh.po b/po/ksh.po index cac0fbc8b9..34620c18f9 100644 --- a/po/ksh.po +++ b/po/ksh.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2019-04-27 17:19+0000\n" "Last-Translator: William Desportes \n" "Language-Team: Colognian (includes info such as export timestamp, PHP version, " "and server version)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 msgid "Additional custom header comment (\\n splits lines):" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 msgid "Export metadata" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 msgid "Add statements:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, php-format msgid "Add %s statement" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, php-format msgid "%s value" msgstr "" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 msgid "Data creation options" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " "(1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 msgid "Metadata" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, php-format msgid "Metadata for table %s" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, php-format msgid "Metadata for database %s" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, php-format msgid "Error reading structure for table %s:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 msgid "Indexes for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 msgid "Indexes for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 msgid "AUTO_INCREMENT for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 msgid "AUTO_INCREMENT for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 msgid "MEDIA TYPES FOR TABLE" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 msgid "RELATIONSHIPS FOR TABLE" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, php-format msgid "Structure for view %s exported as a table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, php-format msgid "Error reading data for table %s:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 msgid "Creation:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 msgid "Last update:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 msgid "Last check:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 msgid "Table:" msgstr "" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "" @@ -11424,83 +11419,83 @@ msgstr "" msgid "Details…" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 msgid "Could not save recent table!" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 msgid "Could not save favorite table!" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 msgid "Recent tables" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 msgid "Recent" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 msgid "Favorites" msgstr "" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." msgstr "" -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 msgid "Replication started successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 msgid "Error starting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 msgid "Replication stopped successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 msgid "Error stopping replication." msgstr "" -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 msgid "Replication resetting successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 msgid "Error resetting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "" -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 msgid "Error." msgstr "" -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, php-format msgid "Unable to connect to primary %s." msgstr "" -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 msgid "" "Unable to read primary log position. Possible privilege problem on primary." msgstr "" -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 msgid "Unable to change primary!" msgstr "" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, php-format msgid "Primary server changed successfully to %s." msgstr "" @@ -11547,8 +11542,8 @@ msgid "Error while loading the search." msgstr "" #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 msgid "Native MySQL authentication" msgstr "" @@ -11573,16 +11568,16 @@ msgstr "" msgid "Account locking is not supported." msgstr "" -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "" -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "" -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -11590,7 +11585,7 @@ msgstr "" msgid "Allows deleting data." msgstr "" -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -11598,7 +11593,7 @@ msgstr "" msgid "Allows creating new tables." msgstr "" -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -11606,8 +11601,8 @@ msgstr "" msgid "Allows dropping tables." msgstr "" -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -11615,8 +11610,8 @@ msgstr "" msgid "Allows creating and dropping indexes." msgstr "" -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -11624,9 +11619,9 @@ msgstr "" msgid "Allows altering the structure of existing tables." msgstr "" -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -11636,9 +11631,9 @@ msgstr "" msgid "Allows creating new views." msgstr "" -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -11646,8 +11641,8 @@ msgstr "" msgid "Allows performing SHOW CREATE VIEW queries." msgstr "" -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -11655,76 +11650,76 @@ msgstr "" msgid "Allows creating and dropping triggers." msgstr "" -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "" -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "" -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "" -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "" -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "" -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." msgstr "" -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "" -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 msgid "Allows viewing processes of all users." msgstr "" -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "" -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "" -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "" -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -11733,85 +11728,85 @@ msgid "" "killing threads of other users." msgstr "" -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "" -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "" -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 msgid "Needed for the replication replicas." msgstr "" -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 msgid "Allows the user to ask where the replicas / primaries are." msgstr "" -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 msgid "Allows to set up events for the event scheduler." msgstr "" #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 msgid "Allows deleting historical rows." msgstr "" -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "" -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "" -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "" -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -11819,91 +11814,91 @@ msgstr "" msgid "Edit privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 msgid "Routine" msgstr "" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 msgid "Routine-specific privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "" -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 msgid "No user found." msgstr "" -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, php-format msgid "Privileges for %s" msgstr "" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " "allows a connection from any (%) host." msgstr "" -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, php-format msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " @@ -11912,7 +11907,7 @@ msgid "" "%sreload the privileges%s before you continue." msgstr "" -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " "tables. The content of these tables may differ from the privileges the " @@ -11921,7 +11916,7 @@ msgid "" "privilege." msgstr "" -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "" @@ -12105,7 +12100,7 @@ msgstr "" msgid "This MySQL server does not support the %s storage engine." msgstr "" -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "" @@ -12114,50 +12109,50 @@ msgstr "" msgid "Problems with indexes of table `%s`" msgstr "" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 msgid "Unknown table status:" msgstr "" -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, php-format msgid "Source database `%s` was not found!" msgstr "" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, php-format msgid "Target database `%s` was not found!" msgstr "" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 msgid "Invalid database:" msgstr "" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 msgid "Invalid table name:" msgstr "" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, php-format msgid "Failed to rename table %1$s to %2$s!" msgstr "" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, php-format msgid "Table %1$s has been renamed to %2$s." msgstr "" -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 msgid "Could not save table UI preferences!" msgstr "" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" "['MaxTableUiprefs'] %s)" msgstr "" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -12165,15 +12160,15 @@ msgid "" "changed." msgstr "" -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "" @@ -12585,11 +12580,11 @@ msgstr "" msgid "Password is too long!" msgstr "" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 msgid "Could not save configuration" msgstr "" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 msgid "The phpMyAdmin configuration storage database could not be accessed." msgstr "" diff --git a/po/ku.po b/po/ku.po index 209f6a2d69..5c57111b0e 100644 --- a/po/ku.po +++ b/po/ku.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2017-07-06 19:45+0000\n" "Last-Translator: Rokar Ali \n" "Language-Team: Kurdish (includes info such as export timestamp, PHP version, " "and server version)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 msgid "Additional custom header comment (\\n splits lines):" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 msgid "Export metadata" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 msgid "Add statements:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, php-format msgid "Add %s statement" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, php-format msgid "%s value" msgstr "" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 msgid "Data creation options" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " "(1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 msgid "Metadata" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, php-format msgid "Metadata for table %s" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, php-format msgid "Metadata for database %s" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, php-format msgid "Error reading structure for table %s:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 msgid "Indexes for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 msgid "Indexes for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 msgid "AUTO_INCREMENT for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 msgid "AUTO_INCREMENT for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 msgid "MEDIA TYPES FOR TABLE" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 msgid "RELATIONSHIPS FOR TABLE" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, php-format msgid "Structure for view %s exported as a table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, php-format msgid "Error reading data for table %s:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 msgid "Creation:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 msgid "Last update:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 msgid "Last check:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 msgid "Table:" msgstr "" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "" @@ -11350,83 +11345,83 @@ msgstr "" msgid "Details…" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 msgid "Could not save recent table!" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 msgid "Could not save favorite table!" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 msgid "Recent tables" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 msgid "Recent" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 msgid "Favorites" msgstr "" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." msgstr "" -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 msgid "Replication started successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 msgid "Error starting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 msgid "Replication stopped successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 msgid "Error stopping replication." msgstr "" -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 msgid "Replication resetting successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 msgid "Error resetting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "" -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 msgid "Error." msgstr "" -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, php-format msgid "Unable to connect to primary %s." msgstr "" -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 msgid "" "Unable to read primary log position. Possible privilege problem on primary." msgstr "" -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 msgid "Unable to change primary!" msgstr "" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, php-format msgid "Primary server changed successfully to %s." msgstr "" @@ -11473,8 +11468,8 @@ msgid "Error while loading the search." msgstr "" #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 msgid "Native MySQL authentication" msgstr "" @@ -11499,16 +11494,16 @@ msgstr "" msgid "Account locking is not supported." msgstr "" -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "" -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "" -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -11516,7 +11511,7 @@ msgstr "" msgid "Allows deleting data." msgstr "" -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -11524,7 +11519,7 @@ msgstr "" msgid "Allows creating new tables." msgstr "" -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -11532,8 +11527,8 @@ msgstr "" msgid "Allows dropping tables." msgstr "" -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -11541,8 +11536,8 @@ msgstr "" msgid "Allows creating and dropping indexes." msgstr "" -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -11550,9 +11545,9 @@ msgstr "" msgid "Allows altering the structure of existing tables." msgstr "" -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -11562,9 +11557,9 @@ msgstr "" msgid "Allows creating new views." msgstr "" -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -11572,8 +11567,8 @@ msgstr "" msgid "Allows performing SHOW CREATE VIEW queries." msgstr "" -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -11581,76 +11576,76 @@ msgstr "" msgid "Allows creating and dropping triggers." msgstr "" -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "" -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "" -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "" -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "" -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "" -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." msgstr "" -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "" -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 msgid "Allows viewing processes of all users." msgstr "" -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "" -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "" -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "" -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -11659,85 +11654,85 @@ msgid "" "killing threads of other users." msgstr "" -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "" -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "" -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 msgid "Needed for the replication replicas." msgstr "" -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 msgid "Allows the user to ask where the replicas / primaries are." msgstr "" -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 msgid "Allows to set up events for the event scheduler." msgstr "" #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 msgid "Allows deleting historical rows." msgstr "" -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "" -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "" -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "" -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -11745,91 +11740,91 @@ msgstr "" msgid "Edit privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 msgid "Routine" msgstr "" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 msgid "Routine-specific privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "" -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 msgid "No user found." msgstr "" -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, php-format msgid "Privileges for %s" msgstr "" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " "allows a connection from any (%) host." msgstr "" -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, php-format msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " @@ -11838,7 +11833,7 @@ msgid "" "%sreload the privileges%s before you continue." msgstr "" -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " "tables. The content of these tables may differ from the privileges the " @@ -11847,7 +11842,7 @@ msgid "" "privilege." msgstr "" -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "" @@ -12031,7 +12026,7 @@ msgstr "" msgid "This MySQL server does not support the %s storage engine." msgstr "" -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "" @@ -12040,50 +12035,50 @@ msgstr "" msgid "Problems with indexes of table `%s`" msgstr "" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 msgid "Unknown table status:" msgstr "" -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, php-format msgid "Source database `%s` was not found!" msgstr "" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, php-format msgid "Target database `%s` was not found!" msgstr "" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 msgid "Invalid database:" msgstr "" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 msgid "Invalid table name:" msgstr "" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, php-format msgid "Failed to rename table %1$s to %2$s!" msgstr "" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, php-format msgid "Table %1$s has been renamed to %2$s." msgstr "" -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 msgid "Could not save table UI preferences!" msgstr "" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" "['MaxTableUiprefs'] %s)" msgstr "" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -12091,15 +12086,15 @@ msgid "" "changed." msgstr "" -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "" @@ -12511,11 +12506,11 @@ msgstr "" msgid "Password is too long!" msgstr "" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 msgid "Could not save configuration" msgstr "" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 msgid "The phpMyAdmin configuration storage database could not be accessed." msgstr "" diff --git a/po/ky.po b/po/ky.po index 7448491acf..6fb35739d7 100644 --- a/po/ky.po +++ b/po/ky.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2022-02-15 16:21+0000\n" "Last-Translator: Maurício Meneghini Fauth \n" "Language-Team: Kyrgyz (includes info such as export timestamp, PHP version, " "and server version)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 msgid "Additional custom header comment (\\n splits lines):" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 msgid "Export metadata" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 msgid "Add statements:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, php-format msgid "Add %s statement" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, php-format msgid "%s value" msgstr "" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 msgid "Data creation options" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " "(1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 msgid "Metadata" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, php-format msgid "Metadata for table %s" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, php-format msgid "Metadata for database %s" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, php-format msgid "Error reading structure for table %s:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 msgid "Indexes for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 msgid "Indexes for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 msgid "AUTO_INCREMENT for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 msgid "AUTO_INCREMENT for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 msgid "MEDIA TYPES FOR TABLE" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 msgid "RELATIONSHIPS FOR TABLE" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, php-format msgid "Structure for view %s exported as a table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, php-format msgid "Error reading data for table %s:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 msgid "Creation:" msgstr "Тузуу:" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 msgid "Last update:" msgstr "Акыркы жанылоо:" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 msgid "Last check:" msgstr "Акыркы текшеруу:" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 msgid "Table:" msgstr "" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "" @@ -11508,83 +11503,83 @@ msgstr "" msgid "Details…" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 msgid "Could not save recent table!" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 msgid "Could not save favorite table!" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 msgid "Recent tables" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 msgid "Recent" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 msgid "Favorites" msgstr "" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." msgstr "" -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 msgid "Replication started successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 msgid "Error starting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 msgid "Replication stopped successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 msgid "Error stopping replication." msgstr "" -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 msgid "Replication resetting successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 msgid "Error resetting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "" -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 msgid "Error." msgstr "" -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, php-format msgid "Unable to connect to primary %s." msgstr "" -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 msgid "" "Unable to read primary log position. Possible privilege problem on primary." msgstr "" -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 msgid "Unable to change primary!" msgstr "" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, php-format msgid "Primary server changed successfully to %s." msgstr "" @@ -11631,8 +11626,8 @@ msgid "Error while loading the search." msgstr "" #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 msgid "Native MySQL authentication" msgstr "" @@ -11659,16 +11654,16 @@ msgstr "" msgid "Account locking is not supported." msgstr "" -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "" -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "" -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -11676,7 +11671,7 @@ msgstr "" msgid "Allows deleting data." msgstr "" -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -11684,7 +11679,7 @@ msgstr "" msgid "Allows creating new tables." msgstr "" -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -11692,8 +11687,8 @@ msgstr "" msgid "Allows dropping tables." msgstr "" -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -11701,8 +11696,8 @@ msgstr "" msgid "Allows creating and dropping indexes." msgstr "" -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -11710,9 +11705,9 @@ msgstr "" msgid "Allows altering the structure of existing tables." msgstr "" -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -11722,9 +11717,9 @@ msgstr "" msgid "Allows creating new views." msgstr "" -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -11732,8 +11727,8 @@ msgstr "" msgid "Allows performing SHOW CREATE VIEW queries." msgstr "" -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -11741,76 +11736,76 @@ msgstr "" msgid "Allows creating and dropping triggers." msgstr "" -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "" -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "" -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "" -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "" -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "" -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." msgstr "" -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "" -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 msgid "Allows viewing processes of all users." msgstr "" -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "" -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "" -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "" -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -11819,85 +11814,85 @@ msgid "" "killing threads of other users." msgstr "" -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "" -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "" -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 msgid "Needed for the replication replicas." msgstr "" -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 msgid "Allows the user to ask where the replicas / primaries are." msgstr "" -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 msgid "Allows to set up events for the event scheduler." msgstr "" #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 msgid "Allows deleting historical rows." msgstr "" -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "" -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "" -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "" -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -11905,91 +11900,91 @@ msgstr "" msgid "Edit privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 msgid "Routine" msgstr "" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 msgid "Routine-specific privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "" -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 msgid "No user found." msgstr "" -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, php-format msgid "Privileges for %s" msgstr "" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " "allows a connection from any (%) host." msgstr "" -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, php-format msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " @@ -11998,7 +11993,7 @@ msgid "" "%sreload the privileges%s before you continue." msgstr "" -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " "tables. The content of these tables may differ from the privileges the " @@ -12007,7 +12002,7 @@ msgid "" "privilege." msgstr "" -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "" @@ -12191,7 +12186,7 @@ msgstr "" msgid "This MySQL server does not support the %s storage engine." msgstr "" -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "" @@ -12200,50 +12195,50 @@ msgstr "" msgid "Problems with indexes of table `%s`" msgstr "" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 msgid "Unknown table status:" msgstr "" -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, php-format msgid "Source database `%s` was not found!" msgstr "" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, php-format msgid "Target database `%s` was not found!" msgstr "" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 msgid "Invalid database:" msgstr "" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 msgid "Invalid table name:" msgstr "" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, php-format msgid "Failed to rename table %1$s to %2$s!" msgstr "" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, php-format msgid "Table %1$s has been renamed to %2$s." msgstr "" -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 msgid "Could not save table UI preferences!" msgstr "" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" "['MaxTableUiprefs'] %s)" msgstr "" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -12251,15 +12246,15 @@ msgid "" "changed." msgstr "" -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "" @@ -12671,11 +12666,11 @@ msgstr "" msgid "Password is too long!" msgstr "" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 msgid "Could not save configuration" msgstr "" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 #, fuzzy #| msgid "" #| "The phpMyAdmin configuration storage has been deactivated. To find out " diff --git a/po/li.po b/po/li.po index 32b56c87df..61524ead7b 100644 --- a/po/li.po +++ b/po/li.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2022-02-15 16:21+0000\n" "Last-Translator: Maurício Meneghini Fauth \n" "Language-Team: Limburgish (includes info such as export timestamp, PHP version, " "and server version)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 msgid "Additional custom header comment (\\n splits lines):" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 msgid "Export metadata" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 msgid "Add statements:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, php-format msgid "Add %s statement" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, php-format msgid "%s value" msgstr "" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 msgid "Data creation options" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " "(1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 msgid "Metadata" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, php-format msgid "Metadata for table %s" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, php-format msgid "Metadata for database %s" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, php-format msgid "Error reading structure for table %s:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 msgid "Indexes for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 msgid "Indexes for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 msgid "AUTO_INCREMENT for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 msgid "AUTO_INCREMENT for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 msgid "MEDIA TYPES FOR TABLE" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 msgid "RELATIONSHIPS FOR TABLE" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, php-format msgid "Structure for view %s exported as a table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, php-format msgid "Error reading data for table %s:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 msgid "Creation:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 msgid "Last update:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 msgid "Last check:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 msgid "Table:" msgstr "" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "" @@ -11361,83 +11356,83 @@ msgstr "" msgid "Details…" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 msgid "Could not save recent table!" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 msgid "Could not save favorite table!" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 msgid "Recent tables" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 msgid "Recent" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 msgid "Favorites" msgstr "" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." msgstr "" -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 msgid "Replication started successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 msgid "Error starting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 msgid "Replication stopped successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 msgid "Error stopping replication." msgstr "" -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 msgid "Replication resetting successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 msgid "Error resetting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "" -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 msgid "Error." msgstr "" -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, php-format msgid "Unable to connect to primary %s." msgstr "" -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 msgid "" "Unable to read primary log position. Possible privilege problem on primary." msgstr "" -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 msgid "Unable to change primary!" msgstr "" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, php-format msgid "Primary server changed successfully to %s." msgstr "" @@ -11484,8 +11479,8 @@ msgid "Error while loading the search." msgstr "" #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 msgid "Native MySQL authentication" msgstr "" @@ -11510,16 +11505,16 @@ msgstr "" msgid "Account locking is not supported." msgstr "" -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "" -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "" -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -11527,7 +11522,7 @@ msgstr "" msgid "Allows deleting data." msgstr "" -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -11535,7 +11530,7 @@ msgstr "" msgid "Allows creating new tables." msgstr "" -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -11543,8 +11538,8 @@ msgstr "" msgid "Allows dropping tables." msgstr "" -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -11552,8 +11547,8 @@ msgstr "" msgid "Allows creating and dropping indexes." msgstr "" -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -11561,9 +11556,9 @@ msgstr "" msgid "Allows altering the structure of existing tables." msgstr "" -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -11573,9 +11568,9 @@ msgstr "" msgid "Allows creating new views." msgstr "" -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -11583,8 +11578,8 @@ msgstr "" msgid "Allows performing SHOW CREATE VIEW queries." msgstr "" -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -11592,76 +11587,76 @@ msgstr "" msgid "Allows creating and dropping triggers." msgstr "" -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "" -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "" -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "" -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "" -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "" -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." msgstr "" -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "" -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 msgid "Allows viewing processes of all users." msgstr "" -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "" -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "" -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "" -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -11670,85 +11665,85 @@ msgid "" "killing threads of other users." msgstr "" -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "" -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "" -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 msgid "Needed for the replication replicas." msgstr "" -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 msgid "Allows the user to ask where the replicas / primaries are." msgstr "" -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 msgid "Allows to set up events for the event scheduler." msgstr "" #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 msgid "Allows deleting historical rows." msgstr "" -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "" -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "" -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "" -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -11756,91 +11751,91 @@ msgstr "" msgid "Edit privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 msgid "Routine" msgstr "" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 msgid "Routine-specific privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "" -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 msgid "No user found." msgstr "" -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, php-format msgid "Privileges for %s" msgstr "" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "Gebroeker" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " "allows a connection from any (%) host." msgstr "" -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, php-format msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " @@ -11849,7 +11844,7 @@ msgid "" "%sreload the privileges%s before you continue." msgstr "" -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " "tables. The content of these tables may differ from the privileges the " @@ -11858,7 +11853,7 @@ msgid "" "privilege." msgstr "" -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "" @@ -12042,7 +12037,7 @@ msgstr "" msgid "This MySQL server does not support the %s storage engine." msgstr "" -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "" @@ -12051,50 +12046,50 @@ msgstr "" msgid "Problems with indexes of table `%s`" msgstr "" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 msgid "Unknown table status:" msgstr "" -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, php-format msgid "Source database `%s` was not found!" msgstr "" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, php-format msgid "Target database `%s` was not found!" msgstr "" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 msgid "Invalid database:" msgstr "" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 msgid "Invalid table name:" msgstr "" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, php-format msgid "Failed to rename table %1$s to %2$s!" msgstr "" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, php-format msgid "Table %1$s has been renamed to %2$s." msgstr "" -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 msgid "Could not save table UI preferences!" msgstr "" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" "['MaxTableUiprefs'] %s)" msgstr "" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -12102,15 +12097,15 @@ msgid "" "changed." msgstr "" -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "" @@ -12522,11 +12517,11 @@ msgstr "" msgid "Password is too long!" msgstr "" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 msgid "Could not save configuration" msgstr "" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 msgid "The phpMyAdmin configuration storage database could not be accessed." msgstr "" diff --git a/po/lt.po b/po/lt.po index 27d982d97d..3dd2dceb50 100644 --- a/po/lt.po +++ b/po/lt.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2022-07-05 15:20+0000\n" "Last-Translator: Ugnius Vaičeskas \n" "Language-Team: Lithuanian (includes info such as export timestamp, PHP version, " "and server version)" @@ -12197,11 +12192,11 @@ msgstr "" "Išvesti detales (įtraukiant tokią info kaip eksporto eksportavimo laiką, " "PHP versiją ir serverio versiją)" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 msgid "Additional custom header comment (\\n splits lines):" msgstr "Įterpti komentarą į antraštės sritį (eilutėms atskirti naudokite \\n):" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" @@ -12209,81 +12204,81 @@ msgstr "" "Įtraukti duomenų bazės sukūrimo, paskutinio atnaujinimo ir paskutinio " "patikrinimo laiką" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 #, fuzzy #| msgid "Export method" msgid "Export metadata" msgstr "Eksporto metodas" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 msgid "Add statements:" msgstr "Pridėti sakinius:" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, php-format msgid "Add %s statement" msgstr "Įtraukti %s sakinį" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, fuzzy, php-format #| msgid "Session value" msgid "%s value" msgstr "Sesijos reikšmė" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 #, fuzzy #| msgid "Object creation options" msgid "Data creation options" msgstr "Objekto kūrimo nustatymai" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "Vietoj INSERT sakinio naudoti:" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "INSERT DELAYED sakinys" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "INSERT IGNORE sakinys" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "Naudoti funkciją kai išvedami duomenys:" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "Naudoti sintaksę kai įterpiami duomenys:" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 #, fuzzy #| msgid "" #| "include column names in every INSERT statement
  " @@ -12298,7 +12293,7 @@ msgstr "" "Pavyzdžiui: INSERT INTO lentelės_pavadinimas (stul_A,stul_B,stul_C) " "VALUES (1,2,3)" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 #, fuzzy #| msgid "" #| "insert multiple rows in every INSERT statement
  " @@ -12313,7 +12308,7 @@ msgstr "" "INSERT INTO lentelės_pavadinimas VALUES (1,2,3), (4,5,6), (7,8,9)" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 #, fuzzy #| msgid "" #| "both of the above
      Example: INSERT INTO " @@ -12325,7 +12320,7 @@ msgstr "" "abu iš paminėtų
Pavyzdys: INSERT INTO lentelės_pavadinimas " "(stul_A,stul_B) VALUES (1,2,3), (4,5,6), (7,8,9)" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 #, fuzzy #| msgid "" #| "neither of the above
      Example: INSERT " @@ -12337,7 +12332,7 @@ msgstr "" "nė vienas iš paminėtų
Pavyzdys: INSERT INTO lentelės_pavadinimas " "VALUES (1,2,3)" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" @@ -12345,152 +12340,152 @@ msgstr "" "Rodyti dvejetainius stulpelius šešioliktainėje sistemoje (pavyzdžiui, " "„abc“ tampa 0x616263)" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 #, fuzzy #| msgid "Missing data for %s" msgid "Metadata" msgstr "Trūksta duomenų %s" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, fuzzy, php-format #| msgid "Missing data for %s" msgid "Metadata for table %s" msgstr "Trūksta duomenų %s" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, fuzzy, php-format #| msgid "Missing data for %s" msgid "Metadata for database %s" msgstr "Trūksta duomenų %s" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, fuzzy, php-format #| msgid "Table structure for table" msgid "Error reading structure for table %s:" msgstr "Sukurta duomenų struktūra lentelei" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "Apribojimai eksportuotom lentelėm" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "Apribojimai lentelei" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 #, fuzzy #| msgid "Constraints for dumped tables" msgid "Indexes for dumped tables" msgstr "Apribojimai eksportuotom lentelėm" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 #, fuzzy #| msgid "Inside tables:" msgid "Indexes for table" msgstr "Viduje lentelių:" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 #, fuzzy #| msgid "Do not use AUTO_INCREMENT for zero values" msgid "AUTO_INCREMENT for dumped tables" msgstr "Nenaudoti AUTO_INCREMENT nulinėms reikšmėms" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 #, fuzzy #| msgid "Add AUTO_INCREMENT value" msgid "AUTO_INCREMENT for table" msgstr "Pridėti AUTO_INCREMENT reikšmę" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 #, fuzzy #| msgid "MIME TYPES FOR TABLE" msgid "MEDIA TYPES FOR TABLE" msgstr "MIME TIPAI LENTELEI" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 #, fuzzy #| msgid "RELATIONS FOR TABLE" msgid "RELATIONSHIPS FOR TABLE" msgstr "SĄRYŠIAI LENTELEI" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, fuzzy, php-format #| msgid "Structure for view" msgid "Structure for view %s exported as a table" msgstr "Struktūra peržiūrėjimui" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, fuzzy, php-format #| msgid "Error reading data:" msgid "Error reading data for table %s:" msgstr "Klaida skaitant duomenis:" -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 msgid "Creation:" msgstr "Kūrimas:" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 msgid "Last update:" msgstr "Paskutinis atnaujinimas:" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 msgid "Last check:" msgstr "Paskutinis patikrinimas:" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" "Duomenų bazės sistema arba senesnis MySQL serveris tam, kad maksimaliai " "pagerinti išvedimo suderinamumą su:" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "Objekto kūrimo nustatymai (visi yra rekomenduojami)" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "Eksportuoti turinį" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 #, fuzzy #| msgid "Table" msgid "Table:" msgstr "Lentelė" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "" @@ -13112,97 +13107,97 @@ msgstr "" msgid "Details…" msgstr "Detalės…" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 #, fuzzy #| msgid "Could not save recent table" msgid "Could not save recent table!" msgstr "Negalėjo išsaugoti paskiausios lentelės" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 #, fuzzy #| msgid "Could not save recent table" msgid "Could not save favorite table!" msgstr "Negalėjo išsaugoti paskiausios lentelės" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 msgid "Recent tables" msgstr "Paskiausios lentelės" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 #, fuzzy #| msgid "Reset" msgid "Recent" msgstr "Atstatyti į pradinę būseną" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 #, fuzzy #| msgid "Variables" msgid "Favorites" msgstr "Kintamieji" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." msgstr "" -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 #, fuzzy #| msgid "Replication status" msgid "Replication started successfully." msgstr "Dauginimo būsena" -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 #, fuzzy #| msgid "Master replication" msgid "Error starting replication." msgstr "Pagrindinio serverio replikavimas" -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 #, fuzzy #| msgid "Chart generated successfully." msgid "Replication stopped successfully." msgstr "Diagrama sėkmingai sukurta." -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 #, fuzzy #| msgid "Master replication" msgid "Error stopping replication." msgstr "Pagrindinio serverio replikavimas" -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 #, fuzzy #| msgid "Replication status" msgid "Replication resetting successfully." msgstr "Dauginimo būsena" -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 #, fuzzy #| msgid "Master replication" msgid "Error resetting replication." msgstr "Pagrindinio serverio replikavimas" -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "" -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 #, fuzzy #| msgid "Error" msgid "Error." msgstr "Klaida" -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "Nežinoma klaida" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, fuzzy, php-format #| msgid "Unable to connect to master %s." msgid "Unable to connect to primary %s." msgstr "Nepavyko prisijungti prie pagrindinio (master) serverio %s." -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 #, fuzzy #| msgid "" #| "Unable to read master log position. Possible privilege problem on master." @@ -13212,13 +13207,13 @@ msgstr "" "Nepavyko perskaityti pagrindinio (master) serverio žurnalo (log). Galima " "privilegijų problema pagrindiniame serveryje." -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 #, fuzzy #| msgid "Unable to change master" msgid "Unable to change primary!" msgstr "Nepavyko pakeisti pagrindinio (master) serverio" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, fuzzy, php-format #| msgid "Master server changed successfully to %s" msgid "Primary server changed successfully to %s." @@ -13273,8 +13268,8 @@ msgid "Error while loading the search." msgstr "Klaida perkeliant atsiųstą failą." #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 #, fuzzy #| msgid "Cookie authentication" msgid "Native MySQL authentication" @@ -13309,16 +13304,16 @@ msgstr "Autentifikavimas slapukais" msgid "Account locking is not supported." msgstr "" -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "Be teisių." -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "Įtraukti visas teises, išskyrus GRANT." -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -13326,7 +13321,7 @@ msgstr "Įtraukti visas teises, išskyrus GRANT." msgid "Allows deleting data." msgstr "Leisti šalinti duomenis." -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -13334,7 +13329,7 @@ msgstr "Leisti šalinti duomenis." msgid "Allows creating new tables." msgstr "Leisti kurti naujas lenteles." -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -13342,8 +13337,8 @@ msgstr "Leisti kurti naujas lenteles." msgid "Allows dropping tables." msgstr "Leisti šalinti lenteles." -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -13351,8 +13346,8 @@ msgstr "Leisti šalinti lenteles." msgid "Allows creating and dropping indexes." msgstr "Leisti įterpti ir modifikuoti indeksus." -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -13360,9 +13355,9 @@ msgstr "Leisti įterpti ir modifikuoti indeksus." msgid "Allows altering the structure of existing tables." msgstr "Leisti keisti jau egzistuojančių lenetelių struktūrą." -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -13372,9 +13367,9 @@ msgstr "Leisti keisti jau egzistuojančių lenetelių struktūrą." msgid "Allows creating new views." msgstr "Leidžia sukurti naujus rodinius (view)." -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -13382,8 +13377,8 @@ msgstr "Leidžia sukurti naujus rodinius (view)." msgid "Allows performing SHOW CREATE VIEW queries." msgstr "Leidžia vykdyti SHOW CREATE VIEW užklausas." -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -13393,53 +13388,53 @@ msgstr "Leidžia vykdyti SHOW CREATE VIEW užklausas." msgid "Allows creating and dropping triggers." msgstr "Leisti įterpti ir pašalinti trigerius" -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "Leisti skaityti duomenis." -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "Leisti įterpti ir modifikuoti duomenis." -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "Leisti modifikuoti duomenis." -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "Leisti kurti naujas duomenų bazes ir lenteles." -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "Leisti šalinti duomenų bazes ir lenteles." -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." msgstr "" "Leisti perkrauti serverio nustatymus, bei išvalyti laikinąją atmintį (cache)." -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "Leisti išjungti serverį." -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 #, fuzzy @@ -13447,25 +13442,25 @@ msgstr "Leisti išjungti serverį." msgid "Allows viewing processes of all users." msgstr "Leisti peržiūrėti procesus visiems naudotojams" -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "Leisti įterpti ir eksportuoti duomenis iš failų." -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "Negalioja šioje MySQL versijoje." -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "Suteikti prieigą prie visų duomenų bazių sąrašo." -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -13477,25 +13472,25 @@ msgstr "" "administratoriaus darbų, tokių kaip globalių reikšmių modifikavimui ar " "vartotojų atjungimui." -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "Leisti kurti laikinas lenteles." -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "Leisti užrakinti lenteles procesų metu." -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 msgid "Needed for the replication replicas." msgstr "" -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 #, fuzzy @@ -13504,7 +13499,7 @@ msgid "Allows the user to ask where the replicas / primaries are." msgstr "" "Leisti vartotojo užklausas dėl atstatymo master / slave darbinių stočių." -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 #, fuzzy @@ -13513,8 +13508,8 @@ msgid "Allows to set up events for the event scheduler." msgstr "Leisti nustatyti įvykius įvykių planuoklėje (scheduler)" #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 #, fuzzy @@ -13522,47 +13517,47 @@ msgstr "Leisti nustatyti įvykius įvykių planuoklėje (scheduler)" msgid "Allows deleting historical rows." msgstr "Leisti šalinti duomenis." -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "Leidžia sukurti naujas saugomas programas (stored routines)." -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "Leisti keisti pašalinti saugimas programas (stored routines)." -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "Leidžia kurti, šalinti ir pervadinti vartotojus." -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "Leisti įvykdyti saugomas programas (stored routines)." -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "Vartotojo %s slaptažodis sėkmingai pakeistas." -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "Jūs panaikinote privilegijas %s." -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "" -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -13572,24 +13567,24 @@ msgstr "" msgid "Edit privileges" msgstr "Redaguoti privilegijas" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "Panaikinti" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "Specifinės duomenų bazių privilegijos" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "Specifinės lentelių privilegijos" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 @@ -13598,70 +13593,70 @@ msgstr "Specifinės lentelių privilegijos" msgid "Routine" msgstr "Stulpelių vardai" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 #, fuzzy #| msgid "Column-specific privileges" msgid "Routine-specific privileges" msgstr "Specifinės stulpelių privilegijos" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "Nepasirinta vartotojų trynimui!" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "Perkraunamos privilegijos" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "Pažymėti vartotojai sėkmingai pašalinti." -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "Jūs pakeitėte privilegijas %s." -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 msgid "No user found." msgstr "Nerasta jokių naudotojų." -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "Šaliname: %s" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "Teisės sėkmingai perkrautos." -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "Vartotojas %s jau yra!" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, fuzzy, php-format #| msgid "Privileges" msgid "Privileges for %s" msgstr "Privilegijos" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "Naudotojas" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " "allows a connection from any (%) host." msgstr "" -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, fuzzy, php-format #| msgid "" #| "Note: phpMyAdmin gets the users' privileges directly from MySQL's " @@ -13678,7 +13673,7 @@ msgstr "" "lentelės. Šiose lentelėse nurodytos teisės gali skirtis nuo nustatymų " "failuose nurodytų teisių. Todėl %sperkraukite teises%s, jeigu norite tęsti." -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 #, fuzzy #| msgid "" #| "Note: phpMyAdmin gets the users' privileges directly from MySQL's " @@ -13696,7 +13691,7 @@ msgstr "" "lentelės. Šiose lentelėse nurodytos teisės gali skirtis nuo nustatymų " "failuose nurodytų teisių. Todėl %sperkraukite teises%s, jeigu norite tęsti." -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "Jūs sukūrėte naują vartotoją." @@ -13893,7 +13888,7 @@ msgstr "%s šiame MySQL serveryje yra išjungtas." msgid "This MySQL server does not support the %s storage engine." msgstr "Šis MySQL serveris nepalaiko %s saugojimo variklio." -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "Pirminio rakto pavadinimas turi būti \"PRIMARY\"!" @@ -13902,62 +13897,62 @@ msgstr "Pirminio rakto pavadinimas turi būti \"PRIMARY\"!" msgid "Problems with indexes of table `%s`" msgstr "Iškilo problemos su `%s` lentelės indeksais" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 #, fuzzy #| msgid "unknown table status: " msgid "Unknown table status:" msgstr "lentelės būsena nežinoma: " -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, fuzzy, php-format #| msgid "Source database" msgid "Source database `%s` was not found!" msgstr "Iš duomenų bazės" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, fuzzy, php-format #| msgid "Theme %s not found!" msgid "Target database `%s` was not found!" msgstr "Tema %s nerasta!" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 #, fuzzy #| msgid "Invalid database" msgid "Invalid database:" msgstr "Neteisingas duomenų bazės vardas" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 #, fuzzy #| msgid "Invalid table name" msgid "Invalid table name:" msgstr "Neteisingas lentelės vardas" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, fuzzy, php-format #| msgid "Error renaming table %1$s to %2$s" msgid "Failed to rename table %1$s to %2$s!" msgstr "Klaida pervadinant lentelę iš %1$s į %2$s" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, fuzzy, php-format #| msgid "Table %s has been renamed to %s." msgid "Table %1$s has been renamed to %2$s." msgstr "Lentelė %s pervadinta į %s" -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 #, fuzzy #| msgid "Could not save table UI preferences" msgid "Could not save table UI preferences!" msgstr "Nepavyko išsaugoti lentelės naudotojo sąsajos nustatymų" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" "['MaxTableUiprefs'] %s)" msgstr "" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -13965,15 +13960,15 @@ msgid "" "changed." msgstr "" -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "Negalima pervadinti indekso į PRIMARY!" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "Neaprašytos indekso dalys!" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "" @@ -14399,11 +14394,11 @@ msgstr "Profilis papildytas." msgid "Password is too long!" msgstr "Slaptažodžių Hešavimas" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 msgid "Could not save configuration" msgstr "Nepavyko išsaugoti konfigūracijos" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 #, fuzzy #| msgid "Missing phpMyAdmin configuration storage tables" msgid "The phpMyAdmin configuration storage database could not be accessed." diff --git a/po/lv.po b/po/lv.po index f935f4180f..1e4598e56f 100644 --- a/po/lv.po +++ b/po/lv.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2022-11-12 14:50+0000\n" "Last-Translator: Maris Ozo \n" "Language-Team: Latvian (includes info such as export timestamp, PHP version, " "and server version)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 #, fuzzy #| msgid "Add custom comment into header (\\n splits lines)" msgid "Additional custom header comment (\\n splits lines):" msgstr "Ievietot virsrakstā komentāru (\\n atdala rindas)" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 #, fuzzy #| msgid "Export type" msgid "Export metadata" msgstr "Eksporta veids" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 #, fuzzy #| msgid "Statements" msgid "Add statements:" msgstr "Parametrs" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, fuzzy, php-format #| msgid "Statements" msgid "Add %s statement" msgstr "Parametrs" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, fuzzy, php-format #| msgid "Session value" msgid "%s value" msgstr "Sesijas vērtība" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 #, fuzzy #| msgid "Transformation options" msgid "Data creation options" msgstr "Transformācijas opcijas" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " "(1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 #, fuzzy #| msgid "Static data" msgid "Metadata" msgstr "Statiski dati" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, fuzzy, php-format #| msgid "Dumping data for table" msgid "Metadata for table %s" msgstr "Dati tabulai" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, fuzzy, php-format #| msgid "Create table on database %s" msgid "Metadata for database %s" msgstr "Izveidot jaunu tabulu datubāzē %s" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, fuzzy, php-format #| msgid "Table structure for table" msgid "Error reading structure for table %s:" msgstr "Tabulas struktūra tabulai" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "Ierobežojumi izmestām tabulām" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "Ierobežojumi tabulai" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 #, fuzzy #| msgid "Constraints for dumped tables" msgid "Indexes for dumped tables" msgstr "Ierobežojumi izmestām tabulām" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 #, fuzzy #| msgid "Inside table(s):" msgid "Indexes for table" msgstr "Tabulā(s):" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 #, fuzzy #| msgid "Add AUTO_INCREMENT value" msgid "AUTO_INCREMENT for dumped tables" msgstr "Pievienot AUTO_INCREMENT vērtību" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 #, fuzzy #| msgid "Add AUTO_INCREMENT value" msgid "AUTO_INCREMENT for table" msgstr "Pievienot AUTO_INCREMENT vērtību" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 #, fuzzy #| msgid "MIME TYPES FOR TABLE" msgid "MEDIA TYPES FOR TABLE" msgstr "MIME TIPI TABULAI" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 #, fuzzy #| msgid "RELATIONS FOR TABLE" msgid "RELATIONSHIPS FOR TABLE" msgstr "RELĀCIJAS TABULAI" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, fuzzy, php-format msgid "Structure for view %s exported as a table" msgstr "Tikai struktūra" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, fuzzy, php-format #| msgid "Allows reading data." msgid "Error reading data for table %s:" msgstr "Ļauj lasīt datus." -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 msgid "Creation:" msgstr "Izveidošana:" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 msgid "Last update:" msgstr "Pēdējo reizi atjaunots:" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 msgid "Last check:" msgstr "Pēdējā pārbaude:" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 #, fuzzy #| msgid "Table" msgid "Table:" msgstr "Tabula" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "" @@ -12538,101 +12533,101 @@ msgstr "" msgid "Details…" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 #, fuzzy #| msgid "Documentation" msgid "Could not save recent table!" msgstr "Dokumentācija" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 #, fuzzy #| msgid "Documentation" msgid "Could not save favorite table!" msgstr "Dokumentācija" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 #, fuzzy msgid "Recent tables" msgstr "Nav tabulu" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 #, fuzzy #| msgid "Reset" msgid "Recent" msgstr "Atcelt" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 #, fuzzy #| msgid "Variables" msgid "Favorites" msgstr "Mainīgie" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." msgstr "" -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 #, fuzzy #| msgid "Chart generated successfully." msgid "Replication started successfully." msgstr "Privilēģijas tika veiksmīgi pārlādētas." -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 msgid "Error starting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 #, fuzzy #| msgid "Chart generated successfully." msgid "Replication stopped successfully." msgstr "Privilēģijas tika veiksmīgi pārlādētas." -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 msgid "Error stopping replication." msgstr "" -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 #, fuzzy #| msgid "Chart generated successfully." msgid "Replication resetting successfully." msgstr "Privilēģijas tika veiksmīgi pārlādētas." -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 msgid "Error resetting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "" -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 #, fuzzy #| msgid "Error" msgid "Error." msgstr "Kļūda" -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, fuzzy, php-format msgid "Unable to connect to primary %s." msgstr "" "Ierobežo jauno konekciju skaitu, ko lietotājs var atvērt stundas laikā." -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 msgid "" "Unable to read primary log position. Possible privilege problem on primary." msgstr "" -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 msgid "Unable to change primary!" msgstr "" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, fuzzy, php-format #| msgid "The privileges were reloaded successfully." msgid "Primary server changed successfully to %s." @@ -12684,8 +12679,8 @@ msgid "Error while loading the search." msgstr "Ļauj lasīt datus." #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 #, fuzzy #| msgid "Documentation" msgid "Native MySQL authentication" @@ -12720,16 +12715,16 @@ msgstr "Dokumentācija" msgid "Account locking is not supported." msgstr "" -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "Nav privilēģiju." -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "Iekļauj visas privilēģijas, izņemot GRANT." -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -12737,7 +12732,7 @@ msgstr "Iekļauj visas privilēģijas, izņemot GRANT." msgid "Allows deleting data." msgstr "Ļauj dzēst datus." -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -12745,7 +12740,7 @@ msgstr "Ļauj dzēst datus." msgid "Allows creating new tables." msgstr "Ļauj veidot jaunas tabulas." -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -12753,8 +12748,8 @@ msgstr "Ļauj veidot jaunas tabulas." msgid "Allows dropping tables." msgstr "Ļauj dzēst tabulas." -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -12762,8 +12757,8 @@ msgstr "Ļauj dzēst tabulas." msgid "Allows creating and dropping indexes." msgstr "Ļauj veidot un dzēst indeksus." -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -12771,9 +12766,9 @@ msgstr "Ļauj veidot un dzēst indeksus." msgid "Allows altering the structure of existing tables." msgstr "Ļauj mainīt esošo tabulu struktūru." -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -12784,9 +12779,9 @@ msgstr "Ļauj mainīt esošo tabulu struktūru." msgid "Allows creating new views." msgstr "Ļauj veidot jaunas tabulas." -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -12794,8 +12789,8 @@ msgstr "Ļauj veidot jaunas tabulas." msgid "Allows performing SHOW CREATE VIEW queries." msgstr "" -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -12804,76 +12799,76 @@ msgstr "" msgid "Allows creating and dropping triggers." msgstr "Ļauj veidot un dzēst indeksus." -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "Ļauj lasīt datus." -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "Ļauj ievietot un mainīt datus." -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "Ļauj mainīt datus." -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "Ļauj veidot jaunas datubāzes un tabulas." -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "Ļauj dzēst datubāzes un tabulas." -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." msgstr "Ļauj prlādēt servera iestādījumus un iztukšot servera kešu." -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "Ļauj apstādināt serveri." -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 msgid "Allows viewing processes of all users." msgstr "" -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "Ļauj importēt/eksportēt datus no/uz failiem." -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "Nedarbojas šajā MySQL versijā." -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "Dod pieeju pilnam datubāzu sarakstam." -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -12885,19 +12880,19 @@ msgstr "" "Nepieciešams vairumam administratīvo operāciju, kā globālo mainīgo maiņa vai " "citu lietotāju procesu nogalināšana." -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "Ļauj veidot pagaidu tabulas." -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "Ļauj bloķēt tabulas tekošajai darbībai." -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 #, fuzzy @@ -12905,7 +12900,7 @@ msgstr "Ļauj bloķēt tabulas tekošajai darbībai." msgid "Needed for the replication replicas." msgstr "Nepieciešams replikāciju kopijām." -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 #, fuzzy @@ -12914,7 +12909,7 @@ msgid "Allows the user to ask where the replicas / primaries are." msgstr "" "Dod lietotājam tiesības jautāt, kur ir replikācijas oriģināli / kopijas." -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 #, fuzzy @@ -12923,8 +12918,8 @@ msgid "Allows to set up events for the event scheduler." msgstr "Ļauj bloķēt tabulas tekošajai darbībai." #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 #, fuzzy @@ -12932,49 +12927,49 @@ msgstr "Ļauj bloķēt tabulas tekošajai darbībai." msgid "Allows deleting historical rows." msgstr "Ļauj dzēst datus." -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 #, fuzzy msgid "Allows creating stored routines." msgstr "Ļauj veidot jaunas tabulas." -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 #, fuzzy msgid "Allows altering and dropping stored routines." msgstr "Ļauj veidot un dzēst indeksus." -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "" -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "Lietotāja %s parole tika veiksmīgi mainīta." -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "Jūs atņēmāt privilēgijas lietotājam %s." -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "" -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -12984,24 +12979,24 @@ msgstr "" msgid "Edit privileges" msgstr "Mainīt privilēģijas" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "Atsaukt" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "Datubāžu specifiskās privilēģijas" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "Tabulu specifiskās privilēģijas" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 @@ -13010,31 +13005,31 @@ msgstr "Tabulu specifiskās privilēģijas" msgid "Routine" msgstr "Pievienot jaunu lauku" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 #, fuzzy #| msgid "Column-specific privileges" msgid "Routine-specific privileges" msgstr "Kolonnu specifiskās privilēģijas" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "Pārlādējam privilēģijas" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "Izvēlētie lietotāji tika veiksmīgi dzēsti." -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "Jūs modificējāt privilēģijas objektam %s." -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 #, fuzzy @@ -13042,40 +13037,40 @@ msgstr "Jūs modificējāt privilēģijas objektam %s." msgid "No user found." msgstr "Lietotāji netika atrasti." -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "Dzēšam %s" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "Privilēģijas tika veiksmīgi pārlādētas." -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "Lietotājs %s jau eksistē!" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, fuzzy, php-format #| msgid "Privileges" msgid "Privileges for %s" msgstr "Privilēģijas" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "Lietotājs" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " "allows a connection from any (%) host." msgstr "" -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, fuzzy, php-format #| msgid "" #| "Note: phpMyAdmin gets the users' privileges directly from MySQL's " @@ -13093,7 +13088,7 @@ msgstr "" "lieto serveris, ja tur tika veikti labojumi. Šajā gadījumā ir nepieciešams " "%spārlādēt privilēģijas%s pirms Jūs turpināt." -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 #, fuzzy #| msgid "" #| "Note: phpMyAdmin gets the users' privileges directly from MySQL's " @@ -13112,7 +13107,7 @@ msgstr "" "lieto serveris, ja tur tika veikti labojumi. Šajā gadījumā ir nepieciešams " "%spārlādēt privilēģijas%s pirms Jūs turpināt." -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "Jūs pievienojāt jaunu lietotāju." @@ -13306,7 +13301,7 @@ msgstr "" msgid "This MySQL server does not support the %s storage engine." msgstr "" -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "Primārās atslēgas nosaukumam jābūt \"PRIMARY\"!" @@ -13315,56 +13310,56 @@ msgstr "Primārās atslēgas nosaukumam jābūt \"PRIMARY\"!" msgid "Problems with indexes of table `%s`" msgstr "Problēmas ar indeksiem tabulā `%s`" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 #, fuzzy #| msgid "Show tables" msgid "Unknown table status:" msgstr "Rādīt tabulas" -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, fuzzy, php-format msgid "Source database `%s` was not found!" msgstr "Meklēt datubāzē" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, fuzzy, php-format msgid "Target database `%s` was not found!" msgstr "Meklēt datubāzē" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 #, fuzzy msgid "Invalid database:" msgstr "Nav datubāzu" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 #, fuzzy #| msgid "Inside table(s):" msgid "Invalid table name:" msgstr "Tabulā(s):" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, fuzzy, php-format msgid "Failed to rename table %1$s to %2$s!" msgstr "Servera versija" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, fuzzy, php-format #| msgid "Table %s has been renamed to %s." msgid "Table %1$s has been renamed to %2$s." msgstr "Tabula %s tika pārsaukta par %s" -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 msgid "Could not save table UI preferences!" msgstr "" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" "['MaxTableUiprefs'] %s)" msgstr "" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -13372,15 +13367,15 @@ msgid "" "changed." msgstr "" -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "Nevar pārsaukt indeksu par PRIMARY!" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "Nav definētas indeksa daļas!" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "" @@ -13807,11 +13802,11 @@ msgstr "Profils tika modificēts." msgid "Password is too long!" msgstr "Paroles jaukšana" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 msgid "Could not save configuration" msgstr "" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 #, fuzzy #| msgid "" #| "The phpMyAdmin configuration storage has been deactivated. %sFind out " diff --git a/po/mk.po b/po/mk.po index 16f582ae6e..451af9419b 100644 --- a/po/mk.po +++ b/po/mk.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2023-01-17 01:51+0000\n" "Last-Translator: Kristijan Fremen Velkovski \n" "Language-Team: Macedonian (includes info such as export timestamp, PHP version, " "and server version)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 msgid "Additional custom header comment (\\n splits lines):" msgstr "Додади коментар во заглавие (користи \\n за нов ред):" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 #, fuzzy msgid "Export metadata" msgstr "Тип на извоз" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 msgid "Add statements:" msgstr "Додај изјави:" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, php-format msgid "Add %s statement" msgstr "Додади %s израз" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, php-format msgid "%s value" msgstr "%s вредност" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 #, fuzzy msgid "Data creation options" msgstr "Опции на трансформацијата" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " "(1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 #, fuzzy msgid "Metadata" msgstr "Тип на извоз" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, php-format msgid "Metadata for table %s" msgstr "Метадата за табела %s" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, fuzzy, php-format msgid "Metadata for database %s" msgstr "Креирај нова табела во базата на податоци %s" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, php-format msgid "Error reading structure for table %s:" msgstr "Грешка при читање на структура на табелата %s:" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "Ограничувања за извезените табели" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "Ограничувања за табелите" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 #, fuzzy msgid "Indexes for dumped tables" msgstr "Ограничувања за извезените табели" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 msgid "Indexes for table" msgstr "Индекси за табелата" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 #, fuzzy msgid "AUTO_INCREMENT for dumped tables" msgstr "Додади AUTO_INCREMENT вредност" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 #, fuzzy msgid "AUTO_INCREMENT for table" msgstr "Додади AUTO_INCREMENT вредност" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 #, fuzzy msgid "MEDIA TYPES FOR TABLE" msgstr "MIME ТИПОВИ ЗА ТАБЕЛА" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 #, fuzzy msgid "RELATIONSHIPS FOR TABLE" msgstr "РЕЛАЦИИ НА ТАБЕЛИТЕ" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, php-format msgid "Structure for view %s exported as a table" msgstr "Структура за поглед %s извезена како табела" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, php-format msgid "Error reading data for table %s:" msgstr "Грешка при читање на податоци за табелата %s:" -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 msgid "Creation:" msgstr "Создадено:" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 msgid "Last update:" msgstr "Последна измена:" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 msgid "Last check:" msgstr "Последна проверка:" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 msgid "Table:" msgstr "Табела:" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "" @@ -11923,92 +11918,92 @@ msgstr "" msgid "Details…" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 #, fuzzy msgid "Could not save recent table!" msgstr "Документација" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 #, fuzzy msgid "Could not save favorite table!" msgstr "Документација" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 #, fuzzy msgid "Recent tables" msgstr "Нема табела" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 #, fuzzy msgid "Recent" msgstr "Поништи" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 #, fuzzy msgid "Favorites" msgstr "Променливи" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." msgstr "" -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 #, fuzzy msgid "Replication started successfully." msgstr "Привилегиите се успешно вчитани." -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 msgid "Error starting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 #, fuzzy msgid "Replication stopped successfully." msgstr "Привилегиите се успешно вчитани." -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 msgid "Error stopping replication." msgstr "" -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 #, fuzzy msgid "Replication resetting successfully." msgstr "Привилегиите се успешно вчитани." -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 msgid "Error resetting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "" -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 #, fuzzy msgid "Error." msgstr "Грешка" -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, php-format msgid "Unable to connect to primary %s." msgstr "Не успеа да се конектира со главниот %s." -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 msgid "" "Unable to read primary log position. Possible privilege problem on primary." msgstr "" -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 msgid "Unable to change primary!" msgstr "" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, php-format msgid "Primary server changed successfully to %s." msgstr "Главниот сервер успешно се промени во %s." @@ -12057,8 +12052,8 @@ msgid "Error while loading the search." msgstr "Дозволува читање на податоци." #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 #, fuzzy msgid "Native MySQL authentication" msgstr "Документација" @@ -12088,16 +12083,16 @@ msgstr "Документација" msgid "Account locking is not supported." msgstr "" -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "Нема привилегии." -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "Ги вклучува сите привилегии освен GRANT." -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -12105,7 +12100,7 @@ msgstr "Ги вклучува сите привилегии освен GRANT." msgid "Allows deleting data." msgstr "Дозволува бришење на податоци." -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -12113,7 +12108,7 @@ msgstr "Дозволува бришење на податоци." msgid "Allows creating new tables." msgstr "Дозволува креирање на нови табела." -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -12121,8 +12116,8 @@ msgstr "Дозволува креирање на нови табела." msgid "Allows dropping tables." msgstr "Дозволува бришење на табели." -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -12130,8 +12125,8 @@ msgstr "Дозволува бришење на табели." msgid "Allows creating and dropping indexes." msgstr "Дозволува креирање и бришење на клучева." -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -12139,9 +12134,9 @@ msgstr "Дозволува креирање и бришење на клучев msgid "Allows altering the structure of existing tables." msgstr "Дозволува промена на структурата на постоечките табели." -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -12151,9 +12146,9 @@ msgstr "Дозволува промена на структурата на по msgid "Allows creating new views." msgstr "Дозволува креирање на нови погледи." -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -12161,8 +12156,8 @@ msgstr "Дозволува креирање на нови погледи." msgid "Allows performing SHOW CREATE VIEW queries." msgstr "Дозволува извршување на SHOW CREATE VIEW упити." -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -12171,40 +12166,40 @@ msgstr "Дозволува извршување на SHOW CREATE VIEW упити msgid "Allows creating and dropping triggers." msgstr "Дозволува креирање и бришење на клучева." -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "Дозволува читање на податоци." -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "Дозволува вметнување и замена на података." -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "Дозволува измена на податоци." -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "Дозволува креирање на нови бази на податоци и табели." -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "Дозволува бришење на бази на податоци и табели." -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." @@ -12212,37 +12207,37 @@ msgstr "" "Дозволува повтоно вчитување на подесувањата на серверот и празнење на кешот " "на серверот." -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "Дозволува гасење на серверот." -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 msgid "Allows viewing processes of all users." msgstr "" -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "Дозволува увоз на податоци и нивен извоз во податотеки." -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "Нема ефект во оваа верзији на MySQL." -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "Дава пристап на комплетната листа на базите на податоци." -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -12254,33 +12249,33 @@ msgstr "" "за повеќето административни опции како што е подесување на глобални " "променливи или прекин на процеси наостанатите корисници." -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "Дозволува креирање на привремени табели." -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "Дозволува заклучување на табели на тековните процеси." -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 #, fuzzy msgid "Needed for the replication replicas." msgstr "Потребно заради помошните сервери за репликација." -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 #, fuzzy msgid "Allows the user to ask where the replicas / primaries are." msgstr "Дава права на кориснику да праша каде се главните/помошни сервери." -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 #, fuzzy @@ -12288,55 +12283,55 @@ msgid "Allows to set up events for the event scheduler." msgstr "Дозволува заклучување на табели на тековните процеси." #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 #, fuzzy msgid "Allows deleting historical rows." msgstr "Дозволува бришење на податоци." -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "Дозволува креирање на stored рутини." -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "Дозволува промена и бришење на stored рутини." -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "Дозволува креирање, бришење и преименување на корсиничките имиња." -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "Дозволува извршување на stored рутини." -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "Лозинката за %s успешно е променета." -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "Ги забранивте привилегиите за %s." -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "" -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -12345,24 +12340,24 @@ msgstr "" msgid "Edit privileges" msgstr "Промена на привилегии" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "Забрани" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "Привилегии во врска со базата на податоци" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "Привилегии поврзани со табелата" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 @@ -12370,69 +12365,69 @@ msgstr "Привилегии поврзани со табелата" msgid "Routine" msgstr "Рутини" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 #, fuzzy msgid "Routine-specific privileges" msgstr "Привилегии врзани за колоните" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "Повторно ги вчитувам привилегиите" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "Изабраните корисници успешно се избришани." -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "Ги ажуриравте привилегиите за %s." -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 #, fuzzy msgid "No user found." msgstr "Корисникот не е пронајден." -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "Бришам %s" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "Привилегиите се успешно вчитани." -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "Корисник %s веќе постои!" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, php-format msgid "Privileges for %s" msgstr "Привилегии на %s" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "Корисник" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " "allows a connection from any (%) host." msgstr "" -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, php-format msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " @@ -12445,7 +12440,7 @@ msgstr "" "привилегиите кои серверот ги користи ако се рачно изменети. Во тој случај " "%sповторно вчитајте ги привилегиите%s пред да продолжите." -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " "tables. The content of these tables may differ from the privileges the " @@ -12459,7 +12454,7 @@ msgstr "" "привилегиите треба да се вчитаат повторно, но вие ja немате RELOAD " "привилегијата." -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "Додадовте нов корисник." @@ -12650,7 +12645,7 @@ msgstr "%s е оневозможен на овој MySQL сервер." msgid "This MySQL server does not support the %s storage engine." msgstr "Овој MySQL сервер не подржува %s вид на складиште." -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "Името на примарниот клуч мора да биде \"PRIMARY\"!" @@ -12659,51 +12654,51 @@ msgstr "Името на примарниот клуч мора да биде \"P msgid "Problems with indexes of table `%s`" msgstr "Проблем при индексирање на табелата `%s`" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 msgid "Unknown table status:" msgstr "Непознат статус на табела:" -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, php-format msgid "Source database `%s` was not found!" msgstr "Изворната датабаза `%s` не се најде!" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, php-format msgid "Target database `%s` was not found!" msgstr "Целната датабаза `%s` не се најде!" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 msgid "Invalid database:" msgstr "Невалидна датабаза:" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 #, fuzzy msgid "Invalid table name:" msgstr "во табела(и):" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, php-format msgid "Failed to rename table %1$s to %2$s!" msgstr "Не успеа да се преимени табелата %1$s во %2$s!" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, php-format msgid "Table %1$s has been renamed to %2$s." msgstr "Табелата %1$s беше преименувана во %2$s." -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 msgid "Could not save table UI preferences!" msgstr "" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" "['MaxTableUiprefs'] %s)" msgstr "" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -12711,15 +12706,15 @@ msgid "" "changed." msgstr "" -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "Не можам да го променам клучот во PRIMARY (примарен) !" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "Делови од клучот не се дефинирани!" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "" @@ -13139,11 +13134,11 @@ msgstr "Профилот е променет." msgid "Password is too long!" msgstr "Хеширање на лозинката" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 msgid "Could not save configuration" msgstr "" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 #, fuzzy msgid "The phpMyAdmin configuration storage database could not be accessed." msgstr "" diff --git a/po/ml.po b/po/ml.po index 9a60615588..3d45827f48 100644 --- a/po/ml.po +++ b/po/ml.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2022-02-15 16:21+0000\n" "Last-Translator: Maurício Meneghini Fauth \n" "Language-Team: Malayalam (includes info such as export timestamp, PHP version, " "and server version)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 msgid "Additional custom header comment (\\n splits lines):" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 msgid "Export metadata" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 msgid "Add statements:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, php-format msgid "Add %s statement" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, fuzzy, php-format #| msgid "Use this value" msgid "%s value" msgstr "ഈ വില ഉപയോഗിക്കൂ" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 msgid "Data creation options" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " "(1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 msgid "Metadata" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, php-format msgid "Metadata for table %s" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, fuzzy, php-format #| msgid "Copy database to" msgid "Metadata for database %s" msgstr "വിവരശേഖരം പകർത്തുക" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, php-format msgid "Error reading structure for table %s:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 msgid "Indexes for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 msgid "Indexes for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 msgid "AUTO_INCREMENT for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 msgid "AUTO_INCREMENT for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 msgid "MEDIA TYPES FOR TABLE" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 msgid "RELATIONSHIPS FOR TABLE" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, php-format msgid "Structure for view %s exported as a table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, fuzzy, php-format #| msgid "Copy database to" msgid "Error reading data for table %s:" msgstr "വിവരശേഖരം പകർത്തുക" -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 #, fuzzy #| msgid "Creation" msgid "Creation:" msgstr "സൃഷ്‌ടി" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 #, fuzzy #| msgid "Last update" msgid "Last update:" msgstr "അവസാനം നവീകരിച്ചത്" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 #, fuzzy #| msgid "Last check" msgid "Last check:" msgstr "അന്തിമ പരിശോധന" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 #, fuzzy #| msgid "Table" msgid "Table:" msgstr "പട്ടിക" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "" @@ -11647,85 +11642,85 @@ msgstr "" msgid "Details…" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 msgid "Could not save recent table!" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 msgid "Could not save favorite table!" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 msgid "Recent tables" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 msgid "Recent" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 #, fuzzy #| msgid "Show all" msgid "Favorites" msgstr "എല്ലാം കാണിക്കൂ" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." msgstr "" -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 msgid "Replication started successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 msgid "Error starting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 msgid "Replication stopped successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 msgid "Error stopping replication." msgstr "" -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 msgid "Replication resetting successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 msgid "Error resetting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "" -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 msgid "Error." msgstr "" -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, php-format msgid "Unable to connect to primary %s." msgstr "" -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 msgid "" "Unable to read primary log position. Possible privilege problem on primary." msgstr "" -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 msgid "Unable to change primary!" msgstr "" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, php-format msgid "Primary server changed successfully to %s." msgstr "" @@ -11772,8 +11767,8 @@ msgid "Error while loading the search." msgstr "" #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 msgid "Native MySQL authentication" msgstr "" @@ -11800,16 +11795,16 @@ msgstr "" msgid "Account locking is not supported." msgstr "" -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "" -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "" -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -11817,7 +11812,7 @@ msgstr "" msgid "Allows deleting data." msgstr "" -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -11825,7 +11820,7 @@ msgstr "" msgid "Allows creating new tables." msgstr "" -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -11833,8 +11828,8 @@ msgstr "" msgid "Allows dropping tables." msgstr "" -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -11842,8 +11837,8 @@ msgstr "" msgid "Allows creating and dropping indexes." msgstr "" -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -11851,9 +11846,9 @@ msgstr "" msgid "Allows altering the structure of existing tables." msgstr "" -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -11863,9 +11858,9 @@ msgstr "" msgid "Allows creating new views." msgstr "" -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -11873,8 +11868,8 @@ msgstr "" msgid "Allows performing SHOW CREATE VIEW queries." msgstr "" -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -11882,76 +11877,76 @@ msgstr "" msgid "Allows creating and dropping triggers." msgstr "" -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "" -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "" -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "" -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "" -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "" -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." msgstr "" -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "" -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 msgid "Allows viewing processes of all users." msgstr "" -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "" -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "" -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "" -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -11960,39 +11955,39 @@ msgid "" "killing threads of other users." msgstr "" -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "" -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "" -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 msgid "Needed for the replication replicas." msgstr "" -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 msgid "Allows the user to ask where the replicas / primaries are." msgstr "" -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 msgid "Allows to set up events for the event scheduler." msgstr "" #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 #, fuzzy @@ -12000,47 +11995,47 @@ msgstr "" msgid "Allows deleting historical rows." msgstr "മാനദണ്ഡ വരികൾ ചേർക്കുക/മായക്കുക" -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "" -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "" -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "" -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -12048,91 +12043,91 @@ msgstr "" msgid "Edit privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 msgid "Routine" msgstr "" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 msgid "Routine-specific privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "" -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 msgid "No user found." msgstr "" -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, php-format msgid "Privileges for %s" msgstr "" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " "allows a connection from any (%) host." msgstr "" -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, php-format msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " @@ -12141,7 +12136,7 @@ msgid "" "%sreload the privileges%s before you continue." msgstr "" -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " "tables. The content of these tables may differ from the privileges the " @@ -12150,7 +12145,7 @@ msgid "" "privilege." msgstr "" -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "" @@ -12338,7 +12333,7 @@ msgstr "" msgid "This MySQL server does not support the %s storage engine." msgstr "" -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "" @@ -12347,55 +12342,55 @@ msgstr "" msgid "Problems with indexes of table `%s`" msgstr "" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 #, fuzzy #| msgid "Show all" msgid "Unknown table status:" msgstr "എല്ലാം കാണിക്കൂ" -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, php-format msgid "Source database `%s` was not found!" msgstr "" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, php-format msgid "Target database `%s` was not found!" msgstr "" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 #, fuzzy #| msgid "Rename database to" msgid "Invalid database:" msgstr "വിവരശേഖരത്തിന്റ്റ പേര് മാറ്റുക" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 msgid "Invalid table name:" msgstr "" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, php-format msgid "Failed to rename table %1$s to %2$s!" msgstr "" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, fuzzy, php-format #| msgid "Database %s has been renamed to %s." msgid "Table %1$s has been renamed to %2$s." msgstr "%s എന്ന വിവരശേഖരം %s എന്ന പേരിലേക്ക് മാറ്റിയിരിക്കുന്നു" -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 msgid "Could not save table UI preferences!" msgstr "" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" "['MaxTableUiprefs'] %s)" msgstr "" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -12403,15 +12398,15 @@ msgid "" "changed." msgstr "" -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "" @@ -12823,11 +12818,11 @@ msgstr "" msgid "Password is too long!" msgstr "" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 msgid "Could not save configuration" msgstr "" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 #, fuzzy #| msgid "" #| "The phpMyAdmin configuration storage has been deactivated. %sFind out " diff --git a/po/mn.po b/po/mn.po index 1a520bef9a..0f41522ef3 100644 --- a/po/mn.po +++ b/po/mn.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2022-02-15 16:21+0000\n" "Last-Translator: Maurício Meneghini Fauth \n" "Language-Team: Mongolian (includes info such as export timestamp, PHP version, " "and server version)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 #, fuzzy #| msgid "Add custom comment into header (\\n splits lines)" msgid "Additional custom header comment (\\n splits lines):" msgstr "header-т тусгай тайлбар нэмэх (\\n –мөр шилжүүлнэ)" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 #, fuzzy #| msgid "Export type" msgid "Export metadata" msgstr "Гаргах төрөл" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 #, fuzzy #| msgid "Statements" msgid "Add statements:" msgstr "Баримтжуулал" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, fuzzy, php-format #| msgid "Statements" msgid "Add %s statement" msgstr "Баримтжуулал" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, fuzzy, php-format #| msgid "Session value" msgid "%s value" msgstr "Сессон утга" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 #, fuzzy #| msgid "Transformation options" msgid "Data creation options" msgstr "Өөрчлөлийн сонголтууд" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " "(1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 #, fuzzy #| msgid "Export type" msgid "Metadata" msgstr "Гаргах төрөл" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, fuzzy, php-format #| msgid "Dumping data for table" msgid "Metadata for table %s" msgstr "Хүснэгтийн өгөгдлийг устгах" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, fuzzy, php-format #| msgid "Create table on database %s" msgid "Metadata for database %s" msgstr "%s ӨС-д шинэ хүснэгт үүсгэх" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, fuzzy, php-format #| msgid "Table structure for table" msgid "Error reading structure for table %s:" msgstr "Хүснэгтийн бүтэц" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "Асгарсан хүснэгтийг хүчлэх" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 #, fuzzy #| msgid "Constraints for dumped tables" msgid "Indexes for dumped tables" msgstr "Асгарсан хүснэгтийг хүчлэх" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 #, fuzzy #| msgid "Inside table(s):" msgid "Indexes for table" msgstr "Хүснэгт(үүд) дотор:" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 #, fuzzy #| msgid "Add AUTO_INCREMENT value" msgid "AUTO_INCREMENT for dumped tables" msgstr "AUTO_INCREMENT утга нэмэх" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 #, fuzzy #| msgid "Add AUTO_INCREMENT value" msgid "AUTO_INCREMENT for table" msgstr "AUTO_INCREMENT утга нэмэх" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 #, fuzzy #| msgid "MIME TYPES FOR TABLE" msgid "MEDIA TYPES FOR TABLE" msgstr "Хүснэгтийн MIME-төрлүүд" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 #, fuzzy #| msgid "RELATIONS FOR TABLE" msgid "RELATIONSHIPS FOR TABLE" msgstr "Хүснэгтийн хамаарал" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, fuzzy, php-format #| msgid "Structure for view" msgid "Structure for view %s exported as a table" msgstr "Харах бүтэц" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, fuzzy, php-format #| msgid "Allows reading data." msgid "Error reading data for table %s:" msgstr "Өгөгдөл уншихыг зөвшөөрөх." -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 #, fuzzy #| msgid "Creation" msgid "Creation:" msgstr "Үүсгэлт" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 #, fuzzy #| msgid "Last update" msgid "Last update:" msgstr "Сүүлийн шинэчлэл" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 #, fuzzy #| msgid "Last check" msgid "Last check:" msgstr "Сүүлийн шалгалт" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 #, fuzzy #| msgid "Table" msgid "Table:" msgstr "Хүснэгт" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "Зорилго:" @@ -12818,102 +12813,102 @@ msgstr "" msgid "Details…" msgstr "Дэлгэрэнгүй…" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 #, fuzzy #| msgid "Could not load default configuration from: \"%1$s\"" msgid "Could not save recent table!" msgstr "Анхдагч тохиргоо дуудагдсангүй нь: \"%1$s\"" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 #, fuzzy #| msgid "Could not load default configuration from: \"%1$s\"" msgid "Could not save favorite table!" msgstr "Анхдагч тохиргоо дуудагдсангүй нь: \"%1$s\"" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 #, fuzzy #| msgid "Select Tables" msgid "Recent tables" msgstr "Хүснэгтүүд сонго" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 #, fuzzy #| msgid "Reset" msgid "Recent" msgstr "Да.эхлэх" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 #, fuzzy #| msgid "Variables" msgid "Favorites" msgstr "Утгууд" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." msgstr "" -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 #, fuzzy #| msgid "Chart generated successfully." msgid "Replication started successfully." msgstr "Онцгой эрхүүд дахин дуудагдлаа." -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 msgid "Error starting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 #, fuzzy #| msgid "Chart generated successfully." msgid "Replication stopped successfully." msgstr "Онцгой эрхүүд дахин дуудагдлаа." -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 msgid "Error stopping replication." msgstr "" -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 #, fuzzy #| msgid "Chart generated successfully." msgid "Replication resetting successfully." msgstr "Онцгой эрхүүд дахин дуудагдлаа." -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 msgid "Error resetting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "" -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 #, fuzzy #| msgid "Error" msgid "Error." msgstr "Алдаа" -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, fuzzy, php-format #| msgid "its the number of simultaneous connections the user may have." msgid "Unable to connect to primary %s." msgstr "Хэрэглэгчдэд байх зэрэг холболтын хязгаарлах тоо." -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 msgid "" "Unable to read primary log position. Possible privilege problem on primary." msgstr "" -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 msgid "Unable to change primary!" msgstr "" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, fuzzy, php-format #| msgid "The privileges were reloaded successfully." msgid "Primary server changed successfully to %s." @@ -12966,8 +12961,8 @@ msgid "Error while loading the search." msgstr "Өгөгдөл уншихыг зөвшөөрөх." #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 #, fuzzy #| msgid "Documentation" msgid "Native MySQL authentication" @@ -13002,16 +12997,16 @@ msgstr "Баримт" msgid "Account locking is not supported." msgstr "" -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "Онцгой эрхгүй." -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "" -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -13019,7 +13014,7 @@ msgstr "" msgid "Allows deleting data." msgstr "Өгөгдөл устгахыг зөвшөөрөх." -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -13027,7 +13022,7 @@ msgstr "Өгөгдөл устгахыг зөвшөөрөх." msgid "Allows creating new tables." msgstr "Шинэ хүснэгт үүсгэхийг зөвшөөрөх." -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -13035,8 +13030,8 @@ msgstr "Шинэ хүснэгт үүсгэхийг зөвшөөрөх." msgid "Allows dropping tables." msgstr "Хүснэгт устгахыг зөвшөөрөх." -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -13044,8 +13039,8 @@ msgstr "Хүснэгт устгахыг зөвшөөрөх." msgid "Allows creating and dropping indexes." msgstr "Индекс үүсгэх, устгахыг зөвшөөрөх." -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -13053,9 +13048,9 @@ msgstr "Индекс үүсгэх, устгахыг зөвшөөрөх." msgid "Allows altering the structure of existing tables." msgstr "Байгаа хүснэгтийн бүтцийг өөрчлөхийг зөвшөөрөх." -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -13065,9 +13060,9 @@ msgstr "Байгаа хүснэгтийн бүтцийг өөрчлөхийг з msgid "Allows creating new views." msgstr "Шинэ харц үүсгэхийг зөвшөөрөх." -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -13075,8 +13070,8 @@ msgstr "Шинэ харц үүсгэхийг зөвшөөрөх." msgid "Allows performing SHOW CREATE VIEW queries." msgstr "SHOW CREATE VIEW асуултыг хийхийг зөвшөөрөх." -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -13086,76 +13081,76 @@ msgstr "SHOW CREATE VIEW асуултыг хийхийг зөвшөөрөх." msgid "Allows creating and dropping triggers." msgstr "Индекс үүсгэх, устгахыг зөвшөөрөх." -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "Өгөгдөл уншихыг зөвшөөрөх." -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "Өгөгдөл нэмэх, солихыг зөвшөөрөх." -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "Өгөгдөл солихыг зөвшөөрөх." -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "Шинэ өгөгдлийн сан, хүснэгт үүсгэхийг зөвшөөрөх." -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "ӨС, хүснэгт устгахыг зөвшөөрөх." -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." msgstr "Сервэрийн тохиргоог дахин дуудахыг зөвшөөрөх." -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "Сервэрийг унтраахыг зөвшөөрөх." -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 msgid "Allows viewing processes of all users." msgstr "" -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "Өгөгдөл оруулах, файл руу гаргахыг зөвшөөрөх." -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "MySQL-ын энэ хувилбарт үйлчлэлгүй." -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "Өгөгдлийн сангийн бүрэн жагсаалт руу хандахыг өгөх." -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -13166,25 +13161,25 @@ msgstr "" "Хэрэв ХИ холболтын тоо гүйцсэн ч холбогдохыг зөвшөөрөх. Бусад хэрэглэгчийн " "процессыг үгүй хийх эсвэл глобал утгыг өөрчлөх шаардлагатай болно." -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "Завсрын хүснэгт үүсгэхийг зөвшөөрөх." -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "Тухайн процесст хүснэгт түгжихийг зөвшөөрөх." -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 msgid "Needed for the replication replicas." msgstr "" -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 #, fuzzy @@ -13192,7 +13187,7 @@ msgstr "" msgid "Allows the user to ask where the replicas / primaries are." msgstr "Gives the right to the user to ask where the slaves / masters are." -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 #, fuzzy @@ -13201,8 +13196,8 @@ msgid "Allows to set up events for the event scheduler." msgstr "Тухайн процесст хүснэгт түгжихийг зөвшөөрөх." #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 #, fuzzy @@ -13210,47 +13205,47 @@ msgstr "Тухайн процесст хүснэгт түгжихийг зөвш msgid "Allows deleting historical rows." msgstr "Өгөгдөл устгахыг зөвшөөрөх." -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "Хадгалагдсан заншил үүсгэхийг зөвшөөрөх." -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "Хадгалагдсан заншил устгах, өөрчлөхийг зөвшөөрөх." -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "Хэрэглэгчийн эрхийг үүсгэх, устгах, да.нэрлэхийг зөвшөөрөх." -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "Хадгалагдсан заншлыг ажиллуулахыг зөвшөөрөх." -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "%s-ы нууц үг солигдлоо." -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "Онцгой эрх %s -ыг хүчингүй болголоо." -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "" -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -13260,24 +13255,24 @@ msgstr "" msgid "Edit privileges" msgstr "Онцгой эрхүүдийг засах" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "Хүчингүй" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "Онцгой эрх, өгөгдлийн сангийн эрх" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "Хүснэгтийн тусгай онцгой эрхүүд" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 @@ -13286,31 +13281,31 @@ msgstr "Хүснэгтийн тусгай онцгой эрхүүд" msgid "Routine" msgstr "Шинэ талбар нэмэх" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 #, fuzzy #| msgid "Column-specific privileges" msgid "Routine-specific privileges" msgstr "Онцгой эрх, баганын эрх" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "Устгахаар хэрэглэгч сонгогдсонгүй!" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "Онцгой эрхийг дахин дуудаж байна" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "Сонгогдсон хэрэглэгч устгагдлаа." -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, fuzzy, php-format msgid "You have updated the privileges for %s." msgstr "Онцгой эрх шинэчлэгдлээ" -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 #, fuzzy @@ -13318,40 +13313,40 @@ msgstr "Онцгой эрх шинэчлэгдлээ" msgid "No user found." msgstr "Хэрэглэгч олдсонгүй." -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "%s-г устгаж байна" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "Онцгой эрхүүд дахин дуудагдлаа." -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "Хэрэглэгч %s оршин байна!" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, fuzzy, php-format #| msgid "Privileges" msgid "Privileges for %s" msgstr "Онцгой эрхүүд" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "Хэрэглэгч" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " "allows a connection from any (%) host." msgstr "" -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, fuzzy, php-format #| msgid "" #| "Note: phpMyAdmin gets the users' privileges directly from MySQL's " @@ -13369,7 +13364,7 @@ msgstr "" "агуулга нь сервэрт хэрэглэгдэж буйгаас өөр байна. Энэ тохиолдолд %sдахин " "дуудаж%s үргэлжлүүлнэ үү." -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 #, fuzzy #| msgid "" #| "Note: phpMyAdmin gets the users' privileges directly from MySQL's " @@ -13388,7 +13383,7 @@ msgstr "" "агуулга нь сервэрт хэрэглэгдэж буйгаас өөр байна. Энэ тохиолдолд %sдахин " "дуудаж%s үргэлжлүүлнэ үү." -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "Шинэ хэрэглэгч нэмэгдлээ." @@ -13580,7 +13575,7 @@ msgstr "%s нь уг MySQL сервэр дээр хаалттай байна." msgid "This MySQL server does not support the %s storage engine." msgstr "Энэ MySQL сервэр нь %s агуулах хөдөлгүүрийг дэмжихгүй." -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "Үндсэн түлхүүрийн нэр нь PRIMARY байх ёстой!" @@ -13589,61 +13584,61 @@ msgstr "Үндсэн түлхүүрийн нэр нь PRIMARY байх ёсто msgid "Problems with indexes of table `%s`" msgstr "Хүснэгт `%s`-ийн индекс асуудалтай" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 #, fuzzy #| msgid "Show slave status" msgid "Unknown table status:" msgstr "Дагавар төлвийг харуулах" -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, php-format msgid "Source database `%s` was not found!" msgstr "" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, fuzzy, php-format #| msgid "Theme %s not found!" msgid "Target database `%s` was not found!" msgstr "Сэдэв %s олдсонгүй!" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 #, fuzzy #| msgid "Invalid database" msgid "Invalid database:" msgstr "Буруу өгөгдлийн сан" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 #, fuzzy #| msgid "Invalid table name" msgid "Invalid table name:" msgstr "Хүснэгтийн буруу нэр" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, fuzzy, php-format #| msgid "General relation features" msgid "Failed to rename table %1$s to %2$s!" msgstr "Ерөнхий хамаатай онцлог" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, fuzzy, php-format #| msgid "Table %s has been renamed to %s." msgid "Table %1$s has been renamed to %2$s." msgstr "Хүснэгт %s-ын нэр %s болж өөрчлөгдлөө" -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 #, fuzzy #| msgid "Could not load default configuration from: \"%1$s\"" msgid "Could not save table UI preferences!" msgstr "Анхдагч тохиргоо дуудагдсангүй нь: \"%1$s\"" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" "['MaxTableUiprefs'] %s)" msgstr "" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -13651,15 +13646,15 @@ msgid "" "changed." msgstr "" -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "Индексийг PRIMARY болгож чадсангүй!" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "Тодорхойлогдсон индексийн хэсэггүй!" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, fuzzy, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "Гадаад түлхүүр үүсгэхэд алдаа гарлаа %1$s (өгөгдлийн төрлөө шалга)" @@ -14089,13 +14084,13 @@ msgstr "Профиль шинэчлэгдлээ." msgid "Password is too long!" msgstr "Нууц үг хувиргах" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 #, fuzzy #| msgid "Could not load default configuration from: \"%1$s\"" msgid "Could not save configuration" msgstr "Анхдагч тохиргоо дуудагдсангүй нь: \"%1$s\"" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 #, fuzzy #| msgid "" #| "The phpMyAdmin configuration storage has been deactivated. To find out " diff --git a/po/ms.po b/po/ms.po index 30a8d46176..8180f6e1b9 100644 --- a/po/ms.po +++ b/po/ms.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2022-02-15 16:21+0000\n" "Last-Translator: Maurício Meneghini Fauth \n" "Language-Team: Malay (includes info such as export timestamp, PHP version, " "and server version)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 msgid "Additional custom header comment (\\n splits lines):" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 #, fuzzy #| msgid "Export" msgid "Export metadata" msgstr "Eksport" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 #, fuzzy #| msgid "Statements" msgid "Add statements:" msgstr "Penyataan" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, fuzzy, php-format #| msgid "Statements" msgid "Add %s statement" msgstr "Penyataan" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, fuzzy, php-format #| msgid "Session value" msgid "%s value" msgstr "Nilai Sessi" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 #, fuzzy msgid "Data creation options" msgstr "Statistik pangkalan data" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " "(1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 #, fuzzy #| msgid "Export" msgid "Metadata" msgstr "Eksport" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, fuzzy, php-format #| msgid "Dumping data for table" msgid "Metadata for table %s" msgstr "Melonggok data bagi jadual" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, fuzzy, php-format msgid "Metadata for database %s" msgstr "Tiada pangkalan data" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, fuzzy, php-format #| msgid "Table structure for table" msgid "Error reading structure for table %s:" msgstr "Struktur jadual bagi jadual" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 #, fuzzy #| msgid "Inside tables:" msgid "Indexes for dumped tables" msgstr "Di dalam jadual:" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 #, fuzzy #| msgid "Inside tables:" msgid "Indexes for table" msgstr "Di dalam jadual:" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 #, fuzzy #| msgid "Add AUTO_INCREMENT value" msgid "AUTO_INCREMENT for dumped tables" msgstr "Tambahkan nilai AUTO_INCREMENT" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 #, fuzzy #| msgid "Add AUTO_INCREMENT value" msgid "AUTO_INCREMENT for table" msgstr "Tambahkan nilai AUTO_INCREMENT" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 msgid "MEDIA TYPES FOR TABLE" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 msgid "RELATIONSHIPS FOR TABLE" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, fuzzy, php-format msgid "Structure for view %s exported as a table" msgstr "Struktur sahaja" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, fuzzy, php-format #| msgid "Dumping data for table" msgid "Error reading data for table %s:" msgstr "Melonggok data bagi jadual" -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 #, fuzzy #| msgid "Creation" msgid "Creation:" msgstr "Mewujudkan" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 #, fuzzy #| msgid "Last update" msgid "Last update:" msgstr "Kemaskini terakhir" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 #, fuzzy #| msgid "Last check" msgid "Last check:" msgstr "Semakan Terakhir" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 #, fuzzy #| msgid "Table" msgid "Table:" msgstr "Jadual" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "" @@ -12255,100 +12250,100 @@ msgstr "" msgid "Details…" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 #, fuzzy #| msgid "Documentation" msgid "Could not save recent table!" msgstr "Dokumentasi" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 #, fuzzy #| msgid "Documentation" msgid "Could not save favorite table!" msgstr "Dokumentasi" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 #, fuzzy msgid "Recent tables" msgstr "Tiada Jadual" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 #, fuzzy #| msgid "Reset" msgid "Recent" msgstr "Ulangtetap" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 #, fuzzy #| msgid "Variables" msgid "Favorites" msgstr "Pemboleh-pembolehubah" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." msgstr "" -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 #, fuzzy #| msgid "Chart generated successfully." msgid "Replication started successfully." msgstr "Bebenang %s telah berjaya dimatikan." -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 msgid "Error starting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 #, fuzzy #| msgid "Chart generated successfully." msgid "Replication stopped successfully." msgstr "Bebenang %s telah berjaya dimatikan." -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 msgid "Error stopping replication." msgstr "" -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 #, fuzzy #| msgid "Chart generated successfully." msgid "Replication resetting successfully." msgstr "Bebenang %s telah berjaya dimatikan." -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 msgid "Error resetting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "" -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 #, fuzzy #| msgid "Error" msgid "Error." msgstr "Ralat" -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, fuzzy, php-format msgid "Unable to connect to primary %s." msgstr "Limits the number of new connections the user may open per hour." -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 msgid "" "Unable to read primary log position. Possible privilege problem on primary." msgstr "" -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 msgid "Unable to change primary!" msgstr "" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, fuzzy, php-format #| msgid "Thread %s was successfully killed." msgid "Primary server changed successfully to %s." @@ -12396,8 +12391,8 @@ msgid "Error while loading the search." msgstr "" #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 #, fuzzy #| msgid "Documentation" msgid "Native MySQL authentication" @@ -12432,17 +12427,17 @@ msgstr "Dokumentasi" msgid "Account locking is not supported." msgstr "" -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 #, fuzzy msgid "No privileges." msgstr "Tiada Privilej" -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "" -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -12450,7 +12445,7 @@ msgstr "" msgid "Allows deleting data." msgstr "" -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -12458,7 +12453,7 @@ msgstr "" msgid "Allows creating new tables." msgstr "" -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -12466,8 +12461,8 @@ msgstr "" msgid "Allows dropping tables." msgstr "" -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -12475,8 +12470,8 @@ msgstr "" msgid "Allows creating and dropping indexes." msgstr "" -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -12484,9 +12479,9 @@ msgstr "" msgid "Allows altering the structure of existing tables." msgstr "" -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -12496,9 +12491,9 @@ msgstr "" msgid "Allows creating new views." msgstr "" -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -12506,8 +12501,8 @@ msgstr "" msgid "Allows performing SHOW CREATE VIEW queries." msgstr "" -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -12515,76 +12510,76 @@ msgstr "" msgid "Allows creating and dropping triggers." msgstr "" -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "" -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "" -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "" -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "" -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "" -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." msgstr "" -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "" -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 msgid "Allows viewing processes of all users." msgstr "" -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "" -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "" -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "" -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -12593,39 +12588,39 @@ msgid "" "killing threads of other users." msgstr "" -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "" -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "" -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 msgid "Needed for the replication replicas." msgstr "" -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 msgid "Allows the user to ask where the replicas / primaries are." msgstr "" -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 msgid "Allows to set up events for the event scheduler." msgstr "" #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 #, fuzzy @@ -12633,47 +12628,47 @@ msgstr "" msgid "Allows deleting historical rows." msgstr "Tambah/Padam baris kriteria" -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "" -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "Anda telah menarikbalik privilej Keistimewaan untuk %s." -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "" -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -12683,24 +12678,24 @@ msgstr "" msgid "Edit privileges" msgstr "Ubah Privilej" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "TarikBalik" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 @@ -12708,30 +12703,30 @@ msgstr "" msgid "Routine" msgstr "Tambah medan baru" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 #, fuzzy msgid "Routine-specific privileges" msgstr "Tiada Privilej" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "Anda telah mengemaskini privilej bagi %s." -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 #, fuzzy @@ -12739,40 +12734,40 @@ msgstr "Anda telah mengemaskini privilej bagi %s." msgid "No user found." msgstr "Tiada pengguna dijumpai." -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, fuzzy, php-format #| msgid "Privileges" msgid "Privileges for %s" msgstr "Privilej" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "Pengguna" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " "allows a connection from any (%) host." msgstr "" -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, php-format msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " @@ -12781,7 +12776,7 @@ msgid "" "%sreload the privileges%s before you continue." msgstr "" -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " "tables. The content of these tables may differ from the privileges the " @@ -12790,7 +12785,7 @@ msgid "" "privilege." msgstr "" -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "Anda telah menambah pengguna baru." @@ -12984,7 +12979,7 @@ msgstr "" msgid "This MySQL server does not support the %s storage engine." msgstr "" -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "Nama kekunci utama mestilah \"PRIMARY\"!" @@ -12993,56 +12988,56 @@ msgstr "Nama kekunci utama mestilah \"PRIMARY\"!" msgid "Problems with indexes of table `%s`" msgstr "" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 #, fuzzy #| msgid "Show tables" msgid "Unknown table status:" msgstr "Papar jadual" -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, fuzzy, php-format msgid "Source database `%s` was not found!" msgstr "Cari di pangkalan data" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, fuzzy, php-format msgid "Target database `%s` was not found!" msgstr "Cari di pangkalan data" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 #, fuzzy msgid "Invalid database:" msgstr "Tiada pangkalan data" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 #, fuzzy #| msgid "Inside tables:" msgid "Invalid table name:" msgstr "Di dalam jadual:" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, fuzzy, php-format msgid "Failed to rename table %1$s to %2$s!" msgstr "Versi Pelayan" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, fuzzy, php-format #| msgid "Table %s has been renamed to %s." msgid "Table %1$s has been renamed to %2$s." msgstr "Jadual %s telah ditukarnama ke %s" -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 msgid "Could not save table UI preferences!" msgstr "" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" "['MaxTableUiprefs'] %s)" msgstr "" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -13050,15 +13045,15 @@ msgid "" "changed." msgstr "" -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "Tidak boleh menukar indekx ke PRIMARY!" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "Tiada bahagian indeks ditakrifkan!" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "" @@ -13481,11 +13476,11 @@ msgstr "Profil telah dikemaskini." msgid "Password is too long!" msgstr "Katalaluan:" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 msgid "Could not save configuration" msgstr "" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 #, fuzzy #| msgid "" #| "The phpMyAdmin configuration storage has been deactivated. %sFind out " diff --git a/po/my.po b/po/my.po index cd136d19d5..38a0c40f2f 100644 --- a/po/my.po +++ b/po/my.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2019-04-21 21:34+0000\n" "Last-Translator: AJ \n" "Language-Team: Burmese (includes info such as export timestamp, PHP version, " "and server version)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 msgid "Additional custom header comment (\\n splits lines):" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 msgid "Export metadata" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 msgid "Add statements:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, php-format msgid "Add %s statement" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, php-format msgid "%s value" msgstr "" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 msgid "Data creation options" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " "(1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 msgid "Metadata" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, php-format msgid "Metadata for table %s" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, php-format msgid "Metadata for database %s" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, php-format msgid "Error reading structure for table %s:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 msgid "Indexes for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 msgid "Indexes for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 msgid "AUTO_INCREMENT for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 msgid "AUTO_INCREMENT for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 msgid "MEDIA TYPES FOR TABLE" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 msgid "RELATIONSHIPS FOR TABLE" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, php-format msgid "Structure for view %s exported as a table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, php-format msgid "Error reading data for table %s:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 msgid "Creation:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 msgid "Last update:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 msgid "Last check:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 msgid "Table:" msgstr "" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "" @@ -11336,83 +11331,83 @@ msgstr "" msgid "Details…" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 msgid "Could not save recent table!" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 msgid "Could not save favorite table!" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 msgid "Recent tables" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 msgid "Recent" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 msgid "Favorites" msgstr "" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." msgstr "" -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 msgid "Replication started successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 msgid "Error starting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 msgid "Replication stopped successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 msgid "Error stopping replication." msgstr "" -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 msgid "Replication resetting successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 msgid "Error resetting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "" -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 msgid "Error." msgstr "" -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, php-format msgid "Unable to connect to primary %s." msgstr "" -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 msgid "" "Unable to read primary log position. Possible privilege problem on primary." msgstr "" -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 msgid "Unable to change primary!" msgstr "" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, php-format msgid "Primary server changed successfully to %s." msgstr "" @@ -11459,8 +11454,8 @@ msgid "Error while loading the search." msgstr "" #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 msgid "Native MySQL authentication" msgstr "" @@ -11485,16 +11480,16 @@ msgstr "" msgid "Account locking is not supported." msgstr "" -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "" -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "" -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -11502,7 +11497,7 @@ msgstr "" msgid "Allows deleting data." msgstr "" -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -11510,7 +11505,7 @@ msgstr "" msgid "Allows creating new tables." msgstr "" -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -11518,8 +11513,8 @@ msgstr "" msgid "Allows dropping tables." msgstr "" -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -11527,8 +11522,8 @@ msgstr "" msgid "Allows creating and dropping indexes." msgstr "" -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -11536,9 +11531,9 @@ msgstr "" msgid "Allows altering the structure of existing tables." msgstr "" -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -11548,9 +11543,9 @@ msgstr "" msgid "Allows creating new views." msgstr "" -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -11558,8 +11553,8 @@ msgstr "" msgid "Allows performing SHOW CREATE VIEW queries." msgstr "" -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -11567,76 +11562,76 @@ msgstr "" msgid "Allows creating and dropping triggers." msgstr "" -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "" -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "" -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "" -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "" -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "" -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." msgstr "" -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "" -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 msgid "Allows viewing processes of all users." msgstr "" -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "" -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "" -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "" -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -11645,85 +11640,85 @@ msgid "" "killing threads of other users." msgstr "" -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "" -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "" -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 msgid "Needed for the replication replicas." msgstr "" -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 msgid "Allows the user to ask where the replicas / primaries are." msgstr "" -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 msgid "Allows to set up events for the event scheduler." msgstr "" #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 msgid "Allows deleting historical rows." msgstr "" -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "" -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "" -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "" -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -11731,91 +11726,91 @@ msgstr "" msgid "Edit privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 msgid "Routine" msgstr "" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 msgid "Routine-specific privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "" -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 msgid "No user found." msgstr "" -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, php-format msgid "Privileges for %s" msgstr "" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " "allows a connection from any (%) host." msgstr "" -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, php-format msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " @@ -11824,7 +11819,7 @@ msgid "" "%sreload the privileges%s before you continue." msgstr "" -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " "tables. The content of these tables may differ from the privileges the " @@ -11833,7 +11828,7 @@ msgid "" "privilege." msgstr "" -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "" @@ -12017,7 +12012,7 @@ msgstr "" msgid "This MySQL server does not support the %s storage engine." msgstr "" -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "" @@ -12026,50 +12021,50 @@ msgstr "" msgid "Problems with indexes of table `%s`" msgstr "" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 msgid "Unknown table status:" msgstr "" -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, php-format msgid "Source database `%s` was not found!" msgstr "" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, php-format msgid "Target database `%s` was not found!" msgstr "" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 msgid "Invalid database:" msgstr "" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 msgid "Invalid table name:" msgstr "" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, php-format msgid "Failed to rename table %1$s to %2$s!" msgstr "" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, php-format msgid "Table %1$s has been renamed to %2$s." msgstr "" -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 msgid "Could not save table UI preferences!" msgstr "" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" "['MaxTableUiprefs'] %s)" msgstr "" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -12077,15 +12072,15 @@ msgid "" "changed." msgstr "" -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "" @@ -12497,11 +12492,11 @@ msgstr "" msgid "Password is too long!" msgstr "" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 msgid "Could not save configuration" msgstr "" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 msgid "The phpMyAdmin configuration storage database could not be accessed." msgstr "" diff --git a/po/nb.po b/po/nb.po index d0ba1e9973..c15ada9268 100644 --- a/po/nb.po +++ b/po/nb.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2022-02-15 16:21+0000\n" "Last-Translator: Maurício Meneghini Fauth \n" "Language-Team: Norwegian Bokmål (includes info such as export timestamp, PHP version, " "and server version)" @@ -12077,270 +12072,270 @@ msgstr "" "Vis kommentarer (inkluderer info som eksporteringstidsstempel, PHP-" "versjon, og tjenerversjon)" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 msgid "Additional custom header comment (\\n splits lines):" msgstr "" "Ytterligere egendefinert kommentar hodekommentar (\\n lager linjeskift):" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 #, fuzzy #| msgid "Export method" msgid "Export metadata" msgstr "Eksportmetode" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 #, fuzzy #| msgid "Statements" msgid "Add statements:" msgstr "Oversikt" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, fuzzy, php-format #| msgid "Statements" msgid "Add %s statement" msgstr "Oversikt" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, fuzzy, php-format #| msgid "Session value" msgid "%s value" msgstr "Økts verdi" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 #, fuzzy #| msgid "Transformation options" msgid "Data creation options" msgstr "Transformasjonsvalg" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " "(1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 #, fuzzy #| msgid "Missing data for %s" msgid "Metadata" msgstr "Mangler data for %s" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, fuzzy, php-format #| msgid "Missing data for %s" msgid "Metadata for table %s" msgstr "Mangler data for %s" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, fuzzy, php-format #| msgid "Missing data for %s" msgid "Metadata for database %s" msgstr "Mangler data for %s" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, fuzzy, php-format #| msgid "Table structure for table" msgid "Error reading structure for table %s:" msgstr "Tabellstruktur for tabell" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "Begrensninger for dumpede tabeller" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "Begrensninger for tabell" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 #, fuzzy #| msgid "Constraints for dumped tables" msgid "Indexes for dumped tables" msgstr "Begrensninger for dumpede tabeller" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 #, fuzzy #| msgid "Inside tables:" msgid "Indexes for table" msgstr "I tabellene:" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 #, fuzzy #| msgid "Do not use AUTO_INCREMENT for zero values" msgid "AUTO_INCREMENT for dumped tables" msgstr "Ikke bruk AUTO_INCREMENT for nullverdier" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 #, fuzzy #| msgid "Add AUTO_INCREMENT value" msgid "AUTO_INCREMENT for table" msgstr "Legg til AUTO_INCREMENT verdi" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 #, fuzzy #| msgid "MIME TYPES FOR TABLE" msgid "MEDIA TYPES FOR TABLE" msgstr "MIME TYPER FOR TABELLEN" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 #, fuzzy #| msgid "RELATIONS FOR TABLE" msgid "RELATIONSHIPS FOR TABLE" msgstr "RELASJONER FOR TABELLEN" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, fuzzy, php-format #| msgid "Structure for view" msgid "Structure for view %s exported as a table" msgstr "Visningsstruktur" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, fuzzy, php-format #| msgid "Allows reading data." msgid "Error reading data for table %s:" msgstr "Tillater lesing av data." -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 msgid "Creation:" msgstr "Opprettet:" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 msgid "Last update:" msgstr "Sist oppdatert:" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 msgid "Last check:" msgstr "Sist sjekket:" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "Eksporter innhold" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 #, fuzzy #| msgid "Table" msgid "Table:" msgstr "Tabell" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "" @@ -12950,89 +12945,89 @@ msgstr "Vennligst sjekk privilegiene på mappen som inneholder databasen." msgid "Details…" msgstr "Detaljer…" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 msgid "Could not save recent table!" msgstr "Kunne ikke lagre tabell!" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 msgid "Could not save favorite table!" msgstr "Kunne ikke lagre favorittabell!" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 msgid "Recent tables" msgstr "Tidligere tabeller" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 msgid "Recent" msgstr "Nylige" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 msgid "Favorites" msgstr "Favoritter" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." msgstr "" -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 #, fuzzy #| msgid "Replication status" msgid "Replication started successfully." msgstr "Replikasjonsstatus" -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 #, fuzzy #| msgid "Master replication" msgid "Error starting replication." msgstr "Masterreplikasjon" -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 #, fuzzy #| msgid "Chart generated successfully." msgid "Replication stopped successfully." msgstr "Oppfriskingen av privilegiene lyktes." -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 #, fuzzy #| msgid "Master replication" msgid "Error stopping replication." msgstr "Masterreplikasjon" -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 #, fuzzy #| msgid "Replication status" msgid "Replication resetting successfully." msgstr "Replikasjonsstatus" -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 #, fuzzy #| msgid "Master replication" msgid "Error resetting replication." msgstr "Masterreplikasjon" -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "" -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 #, fuzzy #| msgid "Error" msgid "Error." msgstr "Feil" -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "Ukjent feil" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, fuzzy, php-format #| msgid "Unable to connect to master %s." msgid "Unable to connect to primary %s." msgstr "Kan ikke koble til master %s." -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 #, fuzzy #| msgid "" #| "Unable to read master log position. Possible privilege problem on master." @@ -13041,13 +13036,13 @@ msgid "" msgstr "" "Kan ikke lese masterloggposisjon. Muligens privilegieproblem på master." -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 #, fuzzy #| msgid "Unable to change master!" msgid "Unable to change primary!" msgstr "Kan ikke endre master!" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, fuzzy, php-format #| msgid "Master server changed succesfully to %s" msgid "Primary server changed successfully to %s." @@ -13095,8 +13090,8 @@ msgid "Error while loading the search." msgstr "Feil ved lasting av søket." #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 #, fuzzy #| msgid "Cookie authentication" msgid "Native MySQL authentication" @@ -13131,16 +13126,16 @@ msgstr "Autentisering informasjonskapsler" msgid "Account locking is not supported." msgstr "" -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "Ingen privilegier." -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "Inkluder alle privilegier unntatt GRANT." -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -13148,7 +13143,7 @@ msgstr "Inkluder alle privilegier unntatt GRANT." msgid "Allows deleting data." msgstr "Tillater sletting av data." -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -13156,7 +13151,7 @@ msgstr "Tillater sletting av data." msgid "Allows creating new tables." msgstr "Tillater oppretting av nye tabeller." -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -13164,8 +13159,8 @@ msgstr "Tillater oppretting av nye tabeller." msgid "Allows dropping tables." msgstr "Tillater sletting av tabeller." -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -13173,8 +13168,8 @@ msgstr "Tillater sletting av tabeller." msgid "Allows creating and dropping indexes." msgstr "Tillater oppretting og sletting av indekser." -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -13182,9 +13177,9 @@ msgstr "Tillater oppretting og sletting av indekser." msgid "Allows altering the structure of existing tables." msgstr "Tillater endring av struktur på eksisterende tabeller." -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -13194,9 +13189,9 @@ msgstr "Tillater endring av struktur på eksisterende tabeller." msgid "Allows creating new views." msgstr "Tillater oppretting av nye visninger." -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -13204,8 +13199,8 @@ msgstr "Tillater oppretting av nye visninger." msgid "Allows performing SHOW CREATE VIEW queries." msgstr "Tillater utføring av SHOW CREATE VIEW spørringer." -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -13215,53 +13210,53 @@ msgstr "Tillater utføring av SHOW CREATE VIEW spørringer." msgid "Allows creating and dropping triggers." msgstr "Tillater opprettelse og sletting av triggere" -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "Tillater lesing av data." -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "Tillater å legge til og erstatte data." -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "Tillater endring av data." -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "Tillater oppretting av nye databaser og tabeller." -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "Tillater sletting av databaser og tabeller." -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." msgstr "" "Tillater oppfrisking av tjenerinnstillinger og oppfrisking av mellomlager." -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "Tillater avslutting av tjener." -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 #, fuzzy @@ -13269,25 +13264,25 @@ msgstr "Tillater avslutting av tjener." msgid "Allows viewing processes of all users." msgstr "Tillater visning av prosessene til alle brukere" -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "Tillater import og eksport av data til og fra filer." -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "har ingen effekt i denne versjonen av MySQL." -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "Gir adgang til komplett liste over databaser." -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -13299,19 +13294,19 @@ msgstr "" "fleste administrative operasjoner som å sette globale variabler eller " "avslutting av andre brukeres tråder." -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "Tillater oppretting av midlertidige tabeller." -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "Tillater låsing av tabeller for den kjørende tråden." -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 #, fuzzy @@ -13319,7 +13314,7 @@ msgstr "Tillater låsing av tabeller for den kjørende tråden." msgid "Needed for the replication replicas." msgstr "Trenges av replikasjonsslavene." -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 #, fuzzy @@ -13329,7 +13324,7 @@ msgstr "" "Gir tillatelse til brukeren til å spørre hvor replikasjonsslaver eller -" "tjenere er." -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 #, fuzzy @@ -13338,8 +13333,8 @@ msgid "Allows to set up events for the event scheduler." msgstr "Tillater å sette opp hendelser for hendelseskalenderen" #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 #, fuzzy @@ -13347,47 +13342,47 @@ msgstr "Tillater å sette opp hendelser for hendelseskalenderen" msgid "Allows deleting historical rows." msgstr "Tillater sletting av data." -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "Tillater oppreting av lagrede rutiner." -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "Tillater endring og sletting av lagrede rutiner." -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "Tillater oppretting, sletting og navneendring av brukerkontoer." -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "Tillater utføring av lagrede rutiner." -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "Passordet til %s er endret." -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "Du har fjernet privilegiene til %s." -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "" -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -13397,24 +13392,24 @@ msgstr "" msgid "Edit privileges" msgstr "Rediger privilegier" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "Tilbakekall" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "Databasespesifikke privilegier" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "Tabell-spesifikke privilegier" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 @@ -13423,70 +13418,70 @@ msgstr "Tabell-spesifikke privilegier" msgid "Routine" msgstr "Rutiner" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 #, fuzzy #| msgid "Column-specific privileges" msgid "Routine-specific privileges" msgstr "Kolonne-spesifikke privilegier" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "Ingen brukere merket for sletting!" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "Oppfrisker privilegiene" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "De valgte brukerne har blitt slettet." -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "Du har oppdatert privilegiene til %s." -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 msgid "No user found." msgstr "Ingen bruker(e) funnet." -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "Sletter %s" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "Oppfriskingen av privilegiene lyktes." -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "Brukeren %s finnes fra før!" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, fuzzy, php-format #| msgid "Privileges" msgid "Privileges for %s" msgstr "Privilegier" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "Bruker" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " "allows a connection from any (%) host." msgstr "" -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, fuzzy, php-format #| msgid "" #| "Note: phpMyAdmin gets the users' privileges directly from MySQL's " @@ -13504,7 +13499,7 @@ msgstr "" "privilegiene tjeneren bruker hvis det er utført manuelle endringer på den. I " "så fall bør du %soppfriske privilegiene%s før du fortsetter." -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 #, fuzzy #| msgid "" #| "Note: phpMyAdmin gets the users' privileges directly from MySQL's " @@ -13523,7 +13518,7 @@ msgstr "" "privilegiene tjeneren bruker hvis det er utført manuelle endringer på den. I " "så fall bør du %soppfriske privilegiene%s før du fortsetter." -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "Du har lagt til en ny bruker." @@ -13732,7 +13727,7 @@ msgstr "%s har blitt dekativert for denne MySQL tjeneren." msgid "This MySQL server does not support the %s storage engine." msgstr "Denne MySQL tjeneren har ikke støtte for %s lagringsmotoren." -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "Navnet til primærnøkkelen må være \"PRIMARY\"!" @@ -13741,43 +13736,43 @@ msgstr "Navnet til primærnøkkelen må være \"PRIMARY\"!" msgid "Problems with indexes of table `%s`" msgstr "Problemer med indeksene i tabellen `%s`" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 msgid "Unknown table status:" msgstr "Ukjent tabellstatus:" -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, php-format msgid "Source database `%s` was not found!" msgstr "Kildedatabasen \"%s\" ble ikke funnet!" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, php-format msgid "Target database `%s` was not found!" msgstr "Måldatabasen %s ble ikke funnet!" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 msgid "Invalid database:" msgstr "Ugylding database:" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 msgid "Invalid table name:" msgstr "Ugyldig tabellnavn:" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, php-format msgid "Failed to rename table %1$s to %2$s!" msgstr "Feil ved endring av tabellnavn %1$s til %2$s!" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, php-format msgid "Table %1$s has been renamed to %2$s." msgstr "Tabellen %1$s har endret navn til %2$s." -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 msgid "Could not save table UI preferences!" msgstr "Kunne ikke lagre preferanser for tabellgrensesnitt!" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" @@ -13786,7 +13781,7 @@ msgstr "" "Feil ved opprydning av preferansene for tabellgrensesnitt (se $cfg['Servers']" "[$i]['MaxTableUiprefs'] %s)" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -13797,15 +13792,15 @@ msgstr "" "etter at du har lastet denne siden på nytt. Vennligst sjekk om " "tabellstrukturen har blitt endret." -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "Kan ikke endre indeks til PRIMARY!" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "Ingen indeksdeler definert!" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "" @@ -14292,11 +14287,11 @@ msgstr "Profilen har blitt oppdatert." msgid "Password is too long!" msgstr "Passord er for langt!" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 msgid "Could not save configuration" msgstr "Kunne ikke lagre konfigurasjonen" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 #, fuzzy #| msgid "Missing phpMyAdmin configuration storage tables" msgid "The phpMyAdmin configuration storage database could not be accessed." diff --git a/po/ne.po b/po/ne.po index 761c05ea15..fffd64fc63 100644 --- a/po/ne.po +++ b/po/ne.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2022-02-15 16:21+0000\n" "Last-Translator: Maurício Meneghini Fauth \n" "Language-Team: Nepali (includes info such as export timestamp, PHP version, " "and server version)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 msgid "Additional custom header comment (\\n splits lines):" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 msgid "Export metadata" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 msgid "Add statements:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, php-format msgid "Add %s statement" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, php-format msgid "%s value" msgstr "" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 msgid "Data creation options" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " "(1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 msgid "Metadata" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, fuzzy, php-format #| msgid "Delete tracking data for this table" msgid "Metadata for table %s" msgstr "यो तालिकाको लागि ट्रैकिंग डेटा मेट्नुहोस्" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, php-format msgid "Metadata for database %s" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, php-format msgid "Error reading structure for table %s:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 msgid "Indexes for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 msgid "Indexes for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 msgid "AUTO_INCREMENT for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 msgid "AUTO_INCREMENT for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 msgid "MEDIA TYPES FOR TABLE" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 msgid "RELATIONSHIPS FOR TABLE" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, php-format msgid "Structure for view %s exported as a table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, fuzzy, php-format #| msgid "Delete tracking data for this table" msgid "Error reading data for table %s:" msgstr "यो तालिकाको लागि ट्रैकिंग डेटा मेट्नुहोस्" -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 msgid "Creation:" msgstr "निर्माण:" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 msgid "Last update:" msgstr "पछिल्लो विवरण:" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 msgid "Last check:" msgstr "पछिल्लो जाँच:" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 msgid "Table:" msgstr "" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "" @@ -11436,83 +11431,83 @@ msgstr "" msgid "Details…" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 msgid "Could not save recent table!" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 msgid "Could not save favorite table!" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 msgid "Recent tables" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 msgid "Recent" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 msgid "Favorites" msgstr "" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." msgstr "" -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 msgid "Replication started successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 msgid "Error starting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 msgid "Replication stopped successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 msgid "Error stopping replication." msgstr "" -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 msgid "Replication resetting successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 msgid "Error resetting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "" -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 msgid "Error." msgstr "" -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, php-format msgid "Unable to connect to primary %s." msgstr "" -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 msgid "" "Unable to read primary log position. Possible privilege problem on primary." msgstr "" -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 msgid "Unable to change primary!" msgstr "" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, php-format msgid "Primary server changed successfully to %s." msgstr "" @@ -11559,8 +11554,8 @@ msgid "Error while loading the search." msgstr "" #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 msgid "Native MySQL authentication" msgstr "" @@ -11591,16 +11586,16 @@ msgstr "निर्यात प्रकार अवैध भयो" msgid "Account locking is not supported." msgstr "" -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "" -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "" -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -11608,7 +11603,7 @@ msgstr "" msgid "Allows deleting data." msgstr "" -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -11616,7 +11611,7 @@ msgstr "" msgid "Allows creating new tables." msgstr "" -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -11624,8 +11619,8 @@ msgstr "" msgid "Allows dropping tables." msgstr "" -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -11633,8 +11628,8 @@ msgstr "" msgid "Allows creating and dropping indexes." msgstr "" -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -11642,9 +11637,9 @@ msgstr "" msgid "Allows altering the structure of existing tables." msgstr "" -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -11654,9 +11649,9 @@ msgstr "" msgid "Allows creating new views." msgstr "" -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -11664,8 +11659,8 @@ msgstr "" msgid "Allows performing SHOW CREATE VIEW queries." msgstr "" -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -11673,76 +11668,76 @@ msgstr "" msgid "Allows creating and dropping triggers." msgstr "" -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "" -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "" -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "" -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "" -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "" -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." msgstr "" -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "" -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 msgid "Allows viewing processes of all users." msgstr "" -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "" -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "" -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "" -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -11751,85 +11746,85 @@ msgid "" "killing threads of other users." msgstr "" -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "" -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "" -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 msgid "Needed for the replication replicas." msgstr "" -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 msgid "Allows the user to ask where the replicas / primaries are." msgstr "" -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 msgid "Allows to set up events for the event scheduler." msgstr "" #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 msgid "Allows deleting historical rows." msgstr "" -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "" -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "" -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "" -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -11837,91 +11832,91 @@ msgstr "" msgid "Edit privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 msgid "Routine" msgstr "" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 msgid "Routine-specific privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "" -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 msgid "No user found." msgstr "" -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, php-format msgid "Privileges for %s" msgstr "" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " "allows a connection from any (%) host." msgstr "" -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, php-format msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " @@ -11930,7 +11925,7 @@ msgid "" "%sreload the privileges%s before you continue." msgstr "" -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " "tables. The content of these tables may differ from the privileges the " @@ -11939,7 +11934,7 @@ msgid "" "privilege." msgstr "" -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "" @@ -12123,7 +12118,7 @@ msgstr "" msgid "This MySQL server does not support the %s storage engine." msgstr "" -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "" @@ -12132,50 +12127,50 @@ msgstr "" msgid "Problems with indexes of table `%s`" msgstr "" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 msgid "Unknown table status:" msgstr "" -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, php-format msgid "Source database `%s` was not found!" msgstr "" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, php-format msgid "Target database `%s` was not found!" msgstr "" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 msgid "Invalid database:" msgstr "" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 msgid "Invalid table name:" msgstr "" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, php-format msgid "Failed to rename table %1$s to %2$s!" msgstr "" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, php-format msgid "Table %1$s has been renamed to %2$s." msgstr "" -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 msgid "Could not save table UI preferences!" msgstr "" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" "['MaxTableUiprefs'] %s)" msgstr "" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -12183,15 +12178,15 @@ msgid "" "changed." msgstr "" -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "" @@ -12603,11 +12598,11 @@ msgstr "" msgid "Password is too long!" msgstr "" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 msgid "Could not save configuration" msgstr "" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 #, fuzzy #| msgid "" #| "The phpMyAdmin configuration storage has been deactivated. %sFind out " diff --git a/po/nl.po b/po/nl.po index a3c95262fb..8ae20575ca 100644 --- a/po/nl.po +++ b/po/nl.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2023-01-07 14:25+0000\n" "Last-Translator: theking2 \n" "Language-Team: Dutch (includes info such as export timestamp, PHP version, " "and server version)" @@ -11694,11 +11689,11 @@ msgstr "" "Opmerkingen weergeven (bevat informatie zoals tijdstip van export, PHP-" "versie en serverversie)" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 msgid "Additional custom header comment (\\n splits lines):" msgstr "Een opmerking toevoegen in de header (\\n om regels af te breken):" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" @@ -11706,42 +11701,42 @@ msgstr "" "Voeg een tijdstip toe waarop databases aangemaakt, laatst aangepast en " "laatst gecontroleerd zijn" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 msgid "Export metadata" msgstr "Exporteer metadata" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 msgid "Add statements:" msgstr "Statements toevoegen:" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, php-format msgid "Add %s statement" msgstr "%s statement toevoegen" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "" "(minder efficiënt doordat indexen worden gegenereerd tijdens het aanmaken " "van de tabel)" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, php-format msgid "%s value" msgstr "%s waarde" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "Gebruik de eenvoudige (simple) view export" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" @@ -11749,37 +11744,37 @@ msgstr "" "Voeg aanhalingstekens toe aan tabel- en kolomnamen (Beschermt tabel- en " "kolomnamen die speciale tekens en sleutelwoorden bevatten)" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 msgid "Data creation options" msgstr "Data-aanmaakopties" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "Tabel leegmaken voor invoegen" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "In plaats van INSERT-opdrachten, gebruik:" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "INSERT DELAYED-opdrachten" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "INSERT IGNORE-opdrachten" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "Functie om te gebruiken bij het exporteren van gegevens:" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "Syntax om te gebruiken bij het toevoegen van gegevens:" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " @@ -11789,7 +11784,7 @@ msgstr "" "  Voorbeeld: INSERT INTO tbl_naam (kol_A,kol_B,kol_C) VALUES " "(1,2,3)" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " @@ -11799,7 +11794,7 @@ msgstr "" "    Voorbeeld: INSERT INTO tbl_naam VALUES (1,2,3), (4,5,6), " "(7,8,9)" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" @@ -11807,7 +11802,7 @@ msgstr "" "beide van bovenstaande
      Voorbeeld: INSERT INTO " "tbl_naam (kol_A,kol_B,kol_C) VALUES (1,2,3), (4,5,6), (7,8,9)" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" @@ -11815,7 +11810,7 @@ msgstr "" "geen van bovenstaande
      Voorbeeld: INSERT INTO " "tbl_naam VALUES (1,2,3)" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" @@ -11823,7 +11818,7 @@ msgstr "" "Exporteer kolommen in binair formaat met hexadecimale notatie " "(bijvoorbeeld, \"abc\" wordt 0x616263)" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" @@ -11832,125 +11827,125 @@ msgstr "" "kolommen geëxporteerd en opnieuw ingeladen kunnen worden in servers in " "verschillende tijdszones)" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "Het lijkt erop dat uw database programmaroutines gebruikt;" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "alias uitvoer mogelijk niet betrouwbaar in alle gevallen." -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 msgid "Metadata" msgstr "Metadata" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, php-format msgid "Metadata for table %s" msgstr "Metadata voor tabel %s" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, php-format msgid "Metadata for database %s" msgstr "Metadata voor database %s" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, php-format msgid "Error reading structure for table %s:" msgstr "Fout bij lezen van tabelstructuur van tabel %s:" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "Het lijkt erop dat uw databaseviews gebruikt;" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "Beperkingen voor geëxporteerde tabellen" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "Beperkingen voor tabel" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 msgid "Indexes for dumped tables" msgstr "Indexen voor geëxporteerde tabellen" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 msgid "Indexes for table" msgstr "Indexen voor tabel" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 msgid "AUTO_INCREMENT for dumped tables" msgstr "AUTO_INCREMENT voor geëxporteerde tabellen" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 msgid "AUTO_INCREMENT for table" msgstr "AUTO_INCREMENT voor een tabel" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 msgid "MEDIA TYPES FOR TABLE" msgstr "MEDIA TYPEN VOOR TABEL" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 msgid "RELATIONSHIPS FOR TABLE" msgstr "RELATIES VOOR TABEL" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "Het lijkt erop dat uw tabel triggers gebruikt;" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, php-format msgid "Structure for view %s exported as a table" msgstr "Structuur voor view %s geëxporteerd als tabel" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "(Zie onder voor de actuele view)" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, php-format msgid "Error reading data for table %s:" msgstr "Fout bij het lezen van gegevens voor tabel %s:" -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 msgid "Creation:" msgstr "Aangemaakt:" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 msgid "Last update:" msgstr "Laatst bijgewerkt:" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 msgid "Last check:" msgstr "Laatst gecontroleerd:" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" "Databasesysteem of oudere MySQL-server om uitvoercompatibiliteit mee te " "maximaliseren:" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "Object-aanmaakopties (alle zijn aangeraden)" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "Exporteerinhoud" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 msgid "Table:" msgstr "Tabel:" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "Doel:" @@ -12549,27 +12544,27 @@ msgstr "Controleer de rechten op de map met de database." msgid "Details…" msgstr "Details…" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 msgid "Could not save recent table!" msgstr "Recente tabel kon niet opgeslagen worden!" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 msgid "Could not save favorite table!" msgstr "Favoriete tabel kon niet opgeslagen worden!" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 msgid "Recent tables" msgstr "Recente tabellen" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 msgid "Recent" msgstr "Recentelijk" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 msgid "Favorites" msgstr "Favorieten" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." @@ -12577,59 +12572,59 @@ msgstr "" "Connectie met server is uitgeschakeld, stel in phpMyAdmin configuratie a.u." "b, $cfg['AllowArbitraryServer'] in." -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 msgid "Replication started successfully." msgstr "Replicatie is succesvol gestart." -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 msgid "Error starting replication." msgstr "Fout bij starten van replicatie." -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 msgid "Replication stopped successfully." msgstr "Replicatie is succesvol gestopt." -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 msgid "Error stopping replication." msgstr "Fout bij stoppen van replicatie." -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 msgid "Replication resetting successfully." msgstr "Opnieuw instellen van replicatie was succesvol." -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 msgid "Error resetting replication." msgstr "Fout bij opnieuw instellen van replicatie." -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "Geslaagd." -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 msgid "Error." msgstr "Fout." -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "Onbekende fout" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, php-format msgid "Unable to connect to primary %s." msgstr "Het verbinden met de primaire database %s is mislukt." -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 msgid "" "Unable to read primary log position. Possible privilege problem on primary." msgstr "" "Het lezen van de primaire log positie is mislukt. Mogelijk gaat het om een " "probleem met de rechten op de primaire database." -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 msgid "Unable to change primary!" msgstr "Wijzigen van primaire server is mislukt!" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, php-format msgid "Primary server changed successfully to %s." msgstr "Primaire server succesvol gewijzigd in %s." @@ -12678,8 +12673,8 @@ msgid "Error while loading the search." msgstr "Fout bij het laden van de opzoeking." #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 msgid "Native MySQL authentication" msgstr "MySQL authenticatie" @@ -12704,16 +12699,16 @@ msgstr "Oude MySQL-4.0 authenticatie" msgid "Account locking is not supported." msgstr "Gebruikersaccount vergrendeling wordt niet ondersteund." -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "Geen rechten." -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "Omvat alle rechten behalve GRANT." -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -12721,7 +12716,7 @@ msgstr "Omvat alle rechten behalve GRANT." msgid "Allows deleting data." msgstr "Maakt het mogelijk om gegevens te verwijderen." -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -12729,7 +12724,7 @@ msgstr "Maakt het mogelijk om gegevens te verwijderen." msgid "Allows creating new tables." msgstr "Maakt het mogelijk nieuwe tabellen te maken." -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -12737,8 +12732,8 @@ msgstr "Maakt het mogelijk nieuwe tabellen te maken." msgid "Allows dropping tables." msgstr "Maakt het mogelijk tabellen te verwijderen." -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -12746,8 +12741,8 @@ msgstr "Maakt het mogelijk tabellen te verwijderen." msgid "Allows creating and dropping indexes." msgstr "Maakt het mogelijk om indexen aan te maken en te verwijderen." -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -12755,9 +12750,9 @@ msgstr "Maakt het mogelijk om indexen aan te maken en te verwijderen." msgid "Allows altering the structure of existing tables." msgstr "Maakt het mogelijk de structuur van bestaande tabellen aan te passen." -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -12767,9 +12762,9 @@ msgstr "Maakt het mogelijk de structuur van bestaande tabellen aan te passen." msgid "Allows creating new views." msgstr "Maakt het mogelijk om nieuwe views te maken." -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -12777,8 +12772,8 @@ msgstr "Maakt het mogelijk om nieuwe views te maken." msgid "Allows performing SHOW CREATE VIEW queries." msgstr "Maakt het mogelijk om SHOW CREATE VIEW uit te voeren." -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -12786,40 +12781,40 @@ msgstr "Maakt het mogelijk om SHOW CREATE VIEW uit te voeren." msgid "Allows creating and dropping triggers." msgstr "Maakt het mogelijk om triggers aan te maken en te verwijderen." -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "Maakt het lezen van gegevens mogelijk." -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "Maakt het mogelijk om gegevens in te voegen en te vervangen." -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "Maakt het mogelijk gegevens aan te passen." -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "Maakt het mogelijk om nieuwe databases en tabellen te maken." -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "Maakt het mogelijk om databases en tabellen te verwijderen." -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." @@ -12827,19 +12822,19 @@ msgstr "" "Maakt het mogelijk om de serverinstellingen opnieuw op te vragen en de cache " "van de server leeg te maken." -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "Maakt het mogelijk om de server te stoppen." -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 msgid "Allows viewing processes of all users." msgstr "Maakt het mogelijk om processen van alle gebruikers te zien." -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." @@ -12847,19 +12842,19 @@ msgstr "" "Maakt het mogelijk om gegevens te importeren en te exporteren van en naar " "bestanden." -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "Heeft geen effect in deze MySQL-versie." -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "Geeft toegang tot de volledige lijst van databases." -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -12872,25 +12867,25 @@ msgstr "" "opties zoals het instellen van globale variabelen of het stoppen van threads " "van andere gebruikers." -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "Maakt het mogelijk om tijdelijke tabellen te maken." -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "Maakt het mogelijk tabellen op slot te zetten voor de huidige thread." -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 msgid "Needed for the replication replicas." msgstr "Nodig voor de replica's." -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 msgid "Allows the user to ask where the replicas / primaries are." @@ -12898,63 +12893,63 @@ msgstr "" "Geeft het recht aan de gebruiker om te vragen waar de replica's / primaire " "databases zijn." -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 msgid "Allows to set up events for the event scheduler." msgstr "Maakt het mogelijk om gebeurtenissen in de planner te zetten." #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 msgid "Allows deleting historical rows." msgstr "Staat verwijderen van historische rijen toe." -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "Maakt het mogelijk om opgeslagen routines aan te maken." -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "" "Maakt het mogelijk om opgeslagen routines te bewerken en te verwijderen." -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "" "Maakt het mogelijk om gebruikersaccounts te maken, hernoemen en verwijderen." -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "Maakt het mogelijk om opgeslagen routines uit te voeren." -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "Het wachtwoord voor %s is succesvol veranderd." -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "U heeft de rechten ingetrokken voor %s." -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "Niet genoeg rechten om gebruikers in te zien." -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -12962,85 +12957,85 @@ msgstr "Niet genoeg rechten om gebruikers in te zien." msgid "Edit privileges" msgstr "Rechten bewerken" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "Ongedaan maken" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "Database-specifieke rechten" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "Tabel-specifieke rechten" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 msgid "Routine" msgstr "Routine" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 msgid "Routine-specific privileges" msgstr "Routine-specifieke rechten" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "Geen gebruikers geselecteerd om te verwijderen!" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "De rechten worden opnieuw geladen" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "De geselecteerde gebruikers zijn met succes verwijderd." -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "U heeft de rechten aangepast voor %s." # Enkelvoud. -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 msgid "No user found." msgstr "Geen gebruiker gevonden." -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "Verwijderen van %s" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "De rechten zijn succesvol opnieuw geladen." -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "De gebruiker %s bestaat al!" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, php-format msgid "Privileges for %s" msgstr "Rechten voor %s" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "Gebruiker" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " @@ -13051,7 +13046,7 @@ msgstr "" "maken als het server deel van hun account een verbinding toestaat vanaf elke " "server (%)." -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, php-format msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " @@ -13065,7 +13060,7 @@ msgstr "" "dit het geval zijn dan moet men %s de rechtentabel vernieuwen %s voordat men " "verder gaat." -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " "tables. The content of these tables may differ from the privileges the " @@ -13079,7 +13074,7 @@ msgstr "" "aangebracht. Mocht dit het geval zijn dan moet de gebruikersrechten opnieuw " "geladen worden, maar op dit moment heeft u niet het RELOAD gebruikersrecht." -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "U heeft een nieuwe gebruiker toegevoegd." @@ -13275,7 +13270,7 @@ msgstr "%s is uitgeschakeld op deze MySQL-server." msgid "This MySQL server does not support the %s storage engine." msgstr "Deze MySQL-server ondersteund de %s opslag-engine niet." -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "De naam van de primaire sleutel moet \"PRIMARY\" zijn!" @@ -13284,43 +13279,43 @@ msgstr "De naam van de primaire sleutel moet \"PRIMARY\" zijn!" msgid "Problems with indexes of table `%s`" msgstr "Problemen met de indexen van de tabel `%s`" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 msgid "Unknown table status:" msgstr "Onbekende tabelstatus:" -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, php-format msgid "Source database `%s` was not found!" msgstr "Brondatabase `%s` is niet gevonden!" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, php-format msgid "Target database `%s` was not found!" msgstr "Doeldatabase `%s` niet gevonden!" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 msgid "Invalid database:" msgstr "Ongeldige database:" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 msgid "Invalid table name:" msgstr "Ongeldige tabelnaam:" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, php-format msgid "Failed to rename table %1$s to %2$s!" msgstr "Fout bij hernoemen van tabel %1$s naar %2$s!" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, php-format msgid "Table %1$s has been renamed to %2$s." msgstr "Tabel %1$s is hernoemd naar %2$s." -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 msgid "Could not save table UI preferences!" msgstr "Tabelinterfacevoorkeuren konden niet worden opgeslagen!" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" @@ -13329,7 +13324,7 @@ msgstr "" "Opkuisen van tabelinterfacevoorkeuren is mislukt (zie $cfg['Servers'][$i]" "['MaxTableUiprefs'] %s)" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -13340,15 +13335,15 @@ msgstr "" "wijzigingen zullen verdwijnen na verversen van deze pagina. Controleer of de " "tabelstructuur is gewijzigd." -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "Kan index niet naar PRIMARY hernoemen!" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "Geen index-delen gedefinieerd!" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "" @@ -13834,11 +13829,11 @@ msgstr "Het profiel is aangepast." msgid "Password is too long!" msgstr "Wachtwoord is te lang!" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 msgid "Could not save configuration" msgstr "Opslaan van het configuratiebestand is niet mogelijk" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 msgid "The phpMyAdmin configuration storage database could not be accessed." msgstr "De phpMyAdmin configuratie opslagdatabase kon niet worden benaderd." @@ -19282,6 +19277,10 @@ msgstr "VIEW-naam" msgid "Column names" msgstr "Kolomnamen" +#, php-format +#~ msgid "Analyze Explain at %s" +#~ msgstr "Analyseer uitleg op %s" + #~ msgid "Key is too short, it should have at least 32 characters." #~ msgstr "Sleutel is te kort, deze moet minimaal 32 tekens bevatten." diff --git a/po/nn.po b/po/nn.po index c4cbff02da..eb0c063d36 100644 --- a/po/nn.po +++ b/po/nn.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2022-02-15 16:21+0000\n" "Last-Translator: Maurício Meneghini Fauth \n" "Language-Team: Norwegian Nynorsk (includes info such as export timestamp, PHP version, " "and server version)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 msgid "Additional custom header comment (\\n splits lines):" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 msgid "Export metadata" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 msgid "Add statements:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, php-format msgid "Add %s statement" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, php-format msgid "%s value" msgstr "" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 msgid "Data creation options" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " "(1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 msgid "Metadata" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, php-format msgid "Metadata for table %s" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, php-format msgid "Metadata for database %s" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, php-format msgid "Error reading structure for table %s:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 msgid "Indexes for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 msgid "Indexes for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 msgid "AUTO_INCREMENT for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 msgid "AUTO_INCREMENT for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 msgid "MEDIA TYPES FOR TABLE" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 msgid "RELATIONSHIPS FOR TABLE" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, php-format msgid "Structure for view %s exported as a table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, php-format msgid "Error reading data for table %s:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 msgid "Creation:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 msgid "Last update:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 msgid "Last check:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 msgid "Table:" msgstr "" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "" @@ -11345,83 +11340,83 @@ msgstr "" msgid "Details…" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 msgid "Could not save recent table!" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 msgid "Could not save favorite table!" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 msgid "Recent tables" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 msgid "Recent" msgstr "Nylege" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 msgid "Favorites" msgstr "Favorittar" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." msgstr "" -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 msgid "Replication started successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 msgid "Error starting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 msgid "Replication stopped successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 msgid "Error stopping replication." msgstr "" -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 msgid "Replication resetting successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 msgid "Error resetting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "" -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 msgid "Error." msgstr "" -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, php-format msgid "Unable to connect to primary %s." msgstr "" -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 msgid "" "Unable to read primary log position. Possible privilege problem on primary." msgstr "" -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 msgid "Unable to change primary!" msgstr "" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, php-format msgid "Primary server changed successfully to %s." msgstr "" @@ -11468,8 +11463,8 @@ msgid "Error while loading the search." msgstr "" #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 msgid "Native MySQL authentication" msgstr "" @@ -11496,16 +11491,16 @@ msgstr "Dokumentasjon" msgid "Account locking is not supported." msgstr "" -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "" -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "" -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -11513,7 +11508,7 @@ msgstr "" msgid "Allows deleting data." msgstr "" -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -11521,7 +11516,7 @@ msgstr "" msgid "Allows creating new tables." msgstr "" -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -11529,8 +11524,8 @@ msgstr "" msgid "Allows dropping tables." msgstr "" -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -11538,8 +11533,8 @@ msgstr "" msgid "Allows creating and dropping indexes." msgstr "" -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -11547,9 +11542,9 @@ msgstr "" msgid "Allows altering the structure of existing tables." msgstr "" -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -11559,9 +11554,9 @@ msgstr "" msgid "Allows creating new views." msgstr "" -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -11569,8 +11564,8 @@ msgstr "" msgid "Allows performing SHOW CREATE VIEW queries." msgstr "" -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -11578,76 +11573,76 @@ msgstr "" msgid "Allows creating and dropping triggers." msgstr "" -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "" -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "" -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "" -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "" -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "" -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." msgstr "" -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "" -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 msgid "Allows viewing processes of all users." msgstr "" -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "" -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "" -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "" -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -11656,85 +11651,85 @@ msgid "" "killing threads of other users." msgstr "" -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "" -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "" -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 msgid "Needed for the replication replicas." msgstr "" -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 msgid "Allows the user to ask where the replicas / primaries are." msgstr "" -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 msgid "Allows to set up events for the event scheduler." msgstr "" #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 msgid "Allows deleting historical rows." msgstr "" -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "" -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "" -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "" -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -11742,91 +11737,91 @@ msgstr "" msgid "Edit privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 msgid "Routine" msgstr "" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 msgid "Routine-specific privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "" -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 msgid "No user found." msgstr "" -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, php-format msgid "Privileges for %s" msgstr "" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " "allows a connection from any (%) host." msgstr "" -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, php-format msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " @@ -11835,7 +11830,7 @@ msgid "" "%sreload the privileges%s before you continue." msgstr "" -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " "tables. The content of these tables may differ from the privileges the " @@ -11844,7 +11839,7 @@ msgid "" "privilege." msgstr "" -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "" @@ -12028,7 +12023,7 @@ msgstr "" msgid "This MySQL server does not support the %s storage engine." msgstr "" -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "" @@ -12037,50 +12032,50 @@ msgstr "" msgid "Problems with indexes of table `%s`" msgstr "" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 msgid "Unknown table status:" msgstr "" -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, php-format msgid "Source database `%s` was not found!" msgstr "" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, php-format msgid "Target database `%s` was not found!" msgstr "" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 msgid "Invalid database:" msgstr "" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 msgid "Invalid table name:" msgstr "" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, php-format msgid "Failed to rename table %1$s to %2$s!" msgstr "" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, php-format msgid "Table %1$s has been renamed to %2$s." msgstr "" -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 msgid "Could not save table UI preferences!" msgstr "" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" "['MaxTableUiprefs'] %s)" msgstr "" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -12088,15 +12083,15 @@ msgid "" "changed." msgstr "" -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "" @@ -12508,11 +12503,11 @@ msgstr "" msgid "Password is too long!" msgstr "" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 msgid "Could not save configuration" msgstr "" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 #, fuzzy #| msgid "phpMyAdmin documentation" msgid "The phpMyAdmin configuration storage database could not be accessed." diff --git a/po/pa.po b/po/pa.po index 7c5582c2d3..b258030f97 100644 --- a/po/pa.po +++ b/po/pa.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2022-02-15 16:20+0000\n" "Last-Translator: Maurício Meneghini Fauth \n" "Language-Team: Punjabi (includes info such as export timestamp, PHP version, " "and server version)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 msgid "Additional custom header comment (\\n splits lines):" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 msgid "Export metadata" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 msgid "Add statements:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, php-format msgid "Add %s statement" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, php-format msgid "%s value" msgstr "" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 msgid "Data creation options" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " "(1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 msgid "Metadata" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, php-format msgid "Metadata for table %s" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, php-format msgid "Metadata for database %s" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, php-format msgid "Error reading structure for table %s:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 msgid "Indexes for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 msgid "Indexes for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 msgid "AUTO_INCREMENT for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 msgid "AUTO_INCREMENT for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 msgid "MEDIA TYPES FOR TABLE" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 msgid "RELATIONSHIPS FOR TABLE" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, php-format msgid "Structure for view %s exported as a table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, php-format msgid "Error reading data for table %s:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 msgid "Creation:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 msgid "Last update:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 msgid "Last check:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 msgid "Table:" msgstr "" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "" @@ -11518,85 +11513,85 @@ msgstr "" msgid "Details…" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 msgid "Could not save recent table!" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 msgid "Could not save favorite table!" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 msgid "Recent tables" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 msgid "Recent" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 #, fuzzy #| msgid "Show all" msgid "Favorites" msgstr "ਸਾਰੇ ਦਿਖ਼ਾਓ" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." msgstr "" -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 msgid "Replication started successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 msgid "Error starting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 msgid "Replication stopped successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 msgid "Error stopping replication." msgstr "" -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 msgid "Replication resetting successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 msgid "Error resetting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "" -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 msgid "Error." msgstr "" -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, php-format msgid "Unable to connect to primary %s." msgstr "" -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 msgid "" "Unable to read primary log position. Possible privilege problem on primary." msgstr "" -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 msgid "Unable to change primary!" msgstr "" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, php-format msgid "Primary server changed successfully to %s." msgstr "" @@ -11643,8 +11638,8 @@ msgid "Error while loading the search." msgstr "" #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 msgid "Native MySQL authentication" msgstr "" @@ -11671,16 +11666,16 @@ msgstr "" msgid "Account locking is not supported." msgstr "" -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "" -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "" -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -11688,7 +11683,7 @@ msgstr "" msgid "Allows deleting data." msgstr "" -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -11696,7 +11691,7 @@ msgstr "" msgid "Allows creating new tables." msgstr "" -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -11704,8 +11699,8 @@ msgstr "" msgid "Allows dropping tables." msgstr "" -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -11713,8 +11708,8 @@ msgstr "" msgid "Allows creating and dropping indexes." msgstr "" -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -11722,9 +11717,9 @@ msgstr "" msgid "Allows altering the structure of existing tables." msgstr "" -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -11734,9 +11729,9 @@ msgstr "" msgid "Allows creating new views." msgstr "" -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -11744,8 +11739,8 @@ msgstr "" msgid "Allows performing SHOW CREATE VIEW queries." msgstr "" -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -11753,76 +11748,76 @@ msgstr "" msgid "Allows creating and dropping triggers." msgstr "" -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "" -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "" -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "" -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "" -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "" -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." msgstr "" -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "" -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 msgid "Allows viewing processes of all users." msgstr "" -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "" -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "" -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "" -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -11831,85 +11826,85 @@ msgid "" "killing threads of other users." msgstr "" -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "" -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "" -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 msgid "Needed for the replication replicas." msgstr "" -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 msgid "Allows the user to ask where the replicas / primaries are." msgstr "" -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 msgid "Allows to set up events for the event scheduler." msgstr "" #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 msgid "Allows deleting historical rows." msgstr "" -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "" -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "" -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "" -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -11917,91 +11912,91 @@ msgstr "" msgid "Edit privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 msgid "Routine" msgstr "" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 msgid "Routine-specific privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "" -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 msgid "No user found." msgstr "" -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, php-format msgid "Privileges for %s" msgstr "" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " "allows a connection from any (%) host." msgstr "" -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, php-format msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " @@ -12010,7 +12005,7 @@ msgid "" "%sreload the privileges%s before you continue." msgstr "" -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " "tables. The content of these tables may differ from the privileges the " @@ -12019,7 +12014,7 @@ msgid "" "privilege." msgstr "" -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "" @@ -12207,7 +12202,7 @@ msgstr "" msgid "This MySQL server does not support the %s storage engine." msgstr "" -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "" @@ -12216,52 +12211,52 @@ msgstr "" msgid "Problems with indexes of table `%s`" msgstr "" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 #, fuzzy #| msgid "Show all" msgid "Unknown table status:" msgstr "ਸਾਰੇ ਦਿਖ਼ਾਓ" -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, php-format msgid "Source database `%s` was not found!" msgstr "" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, php-format msgid "Target database `%s` was not found!" msgstr "" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 msgid "Invalid database:" msgstr "" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 msgid "Invalid table name:" msgstr "" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, php-format msgid "Failed to rename table %1$s to %2$s!" msgstr "" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, php-format msgid "Table %1$s has been renamed to %2$s." msgstr "" -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 msgid "Could not save table UI preferences!" msgstr "" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" "['MaxTableUiprefs'] %s)" msgstr "" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -12269,15 +12264,15 @@ msgid "" "changed." msgstr "" -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "" @@ -12689,11 +12684,11 @@ msgstr "" msgid "Password is too long!" msgstr "" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 msgid "Could not save configuration" msgstr "" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 #, fuzzy #| msgid "" #| "The phpMyAdmin configuration storage has been deactivated. %sFind out " diff --git a/po/phpmyadmin.pot b/po/phpmyadmin.pot index 8169d627e7..56d19fa0e2 100644 --- a/po/phpmyadmin.pot +++ b/po/phpmyadmin.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -1512,44 +1512,44 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "" -#: libraries/classes/Common.php:268 +#: libraries/classes/Common.php:269 #, possible-php-format msgid "You should upgrade to %s %s or later." msgstr "" -#: libraries/classes/Common.php:300 +#: libraries/classes/Common.php:301 msgid "Error: Token mismatch" msgstr "" -#: libraries/classes/Common.php:361 +#: libraries/classes/Common.php:362 #, possible-php-format msgid "See %sour documentation%s for more information." msgstr "" -#: libraries/classes/Common.php:521 +#: libraries/classes/Common.php:522 msgid "" "Failed to set session cookie. Maybe you are using HTTP instead of HTTPS to " "access phpMyAdmin." msgstr "" -#: libraries/classes/Common.php:568 +#: libraries/classes/Common.php:569 msgid "" "You have enabled mbstring.func_overload in your PHP configuration. This " "option is incompatible with phpMyAdmin and might cause some data to be " "corrupted!" msgstr "" -#: libraries/classes/Common.php:583 +#: libraries/classes/Common.php:584 msgid "" "The ini_get and/or ini_set functions are disabled in php.ini. phpMyAdmin " "requires these functions!" msgstr "" -#: libraries/classes/Common.php:593 +#: libraries/classes/Common.php:594 msgid "GLOBALS overwrite attempt" msgstr "" -#: libraries/classes/Common.php:603 +#: libraries/classes/Common.php:604 msgid "possible exploit" msgstr "" @@ -1693,7 +1693,7 @@ msgstr "" #: libraries/classes/Config/Descriptions.php:184 #: libraries/classes/Config/Descriptions.php:728 -#: libraries/classes/Plugins/Export/ExportSql.php:323 +#: libraries/classes/Plugins/Export/ExportSql.php:324 msgid "Exclude definition of current user" msgstr "" @@ -2796,12 +2796,12 @@ msgstr "" #: libraries/classes/Config/Descriptions.php:692 #: libraries/classes/Config/Descriptions.php:694 #: libraries/classes/Config/Descriptions.php:741 -#: libraries/classes/Plugins/Export/ExportCsv.php:89 +#: libraries/classes/Plugins/Export/ExportCsv.php:90 #: libraries/classes/Plugins/Export/ExportExcel.php:61 -#: libraries/classes/Plugins/Export/ExportHtmlword.php:85 -#: libraries/classes/Plugins/Export/ExportOds.php:69 -#: libraries/classes/Plugins/Export/ExportOdt.php:128 -#: libraries/classes/Plugins/Export/ExportTexytext.php:79 +#: libraries/classes/Plugins/Export/ExportHtmlword.php:86 +#: libraries/classes/Plugins/Export/ExportOds.php:70 +#: libraries/classes/Plugins/Export/ExportOdt.php:129 +#: libraries/classes/Plugins/Export/ExportTexytext.php:80 msgid "Put columns names in the first row" msgstr "" @@ -2868,30 +2868,30 @@ msgstr "" #: libraries/classes/Config/Descriptions.php:699 #: libraries/classes/Config/Descriptions.php:737 #: libraries/classes/Config/Descriptions.php:743 -#: libraries/classes/Plugins/Export/ExportHtmlword.php:56 -#: libraries/classes/Plugins/Export/ExportLatex.php:89 -#: libraries/classes/Plugins/Export/ExportMediawiki.php:55 -#: libraries/classes/Plugins/Export/ExportMediawiki.php:61 -#: libraries/classes/Plugins/Export/ExportOdt.php:70 +#: libraries/classes/Plugins/Export/ExportHtmlword.php:57 +#: libraries/classes/Plugins/Export/ExportLatex.php:90 +#: libraries/classes/Plugins/Export/ExportMediawiki.php:56 +#: libraries/classes/Plugins/Export/ExportMediawiki.php:62 +#: libraries/classes/Plugins/Export/ExportOdt.php:71 #: libraries/classes/Plugins/Export/ExportPdf.php:86 -#: libraries/classes/Plugins/Export/ExportSql.php:215 -#: libraries/classes/Plugins/Export/ExportTexytext.php:55 +#: libraries/classes/Plugins/Export/ExportSql.php:216 +#: libraries/classes/Plugins/Export/ExportTexytext.php:56 msgid "Dump table" msgstr "" #: libraries/classes/Config/Descriptions.php:678 -#: libraries/classes/Plugins/Export/ExportLatex.php:80 +#: libraries/classes/Plugins/Export/ExportLatex.php:81 msgid "Include table caption" msgstr "" #: libraries/classes/Config/Descriptions.php:680 #: libraries/classes/Config/Descriptions.php:695 #: libraries/classes/Config/Descriptions.php:731 -#: libraries/classes/Plugins/Export/ExportHtmlword.php:382 -#: libraries/classes/Plugins/Export/ExportLatex.php:528 -#: libraries/classes/Plugins/Export/ExportOdt.php:486 -#: libraries/classes/Plugins/Export/ExportTexytext.php:386 -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:544 +#: libraries/classes/Plugins/Export/ExportHtmlword.php:383 +#: libraries/classes/Plugins/Export/ExportLatex.php:529 +#: libraries/classes/Plugins/Export/ExportOdt.php:487 +#: libraries/classes/Plugins/Export/ExportTexytext.php:387 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:545 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:683 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:706 #: templates/columns_definitions/table_fields_definitions.twig:54 @@ -2918,10 +2918,10 @@ msgstr "" #: libraries/classes/Config/Descriptions.php:684 #: libraries/classes/Config/Descriptions.php:696 #: libraries/classes/Config/Descriptions.php:734 -#: libraries/classes/Plugins/Export/ExportHtmlword.php:389 -#: libraries/classes/Plugins/Export/ExportOdt.php:493 -#: libraries/classes/Plugins/Export/ExportTexytext.php:391 -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:552 +#: libraries/classes/Plugins/Export/ExportHtmlword.php:390 +#: libraries/classes/Plugins/Export/ExportOdt.php:494 +#: libraries/classes/Plugins/Export/ExportTexytext.php:392 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:553 #: templates/columns_definitions/table_fields_definitions.twig:71 #: templates/database/data_dictionary/index.twig:31 msgid "Media type" @@ -2986,12 +2986,12 @@ msgid "Use delayed inserts" msgstr "" #: libraries/classes/Config/Descriptions.php:712 -#: libraries/classes/Plugins/Export/ExportSql.php:181 +#: libraries/classes/Plugins/Export/ExportSql.php:182 msgid "Disable foreign key checks" msgstr "" #: libraries/classes/Config/Descriptions.php:713 -#: libraries/classes/Plugins/Export/ExportSql.php:195 +#: libraries/classes/Plugins/Export/ExportSql.php:196 msgid "Export views as tables" msgstr "" @@ -3023,7 +3023,7 @@ msgid "" msgstr "" #: libraries/classes/Config/Descriptions.php:729 -#: libraries/classes/Plugins/Export/ExportSql.php:329 +#: libraries/classes/Plugins/Export/ExportSql.php:330 #, possible-php-format msgid "%s view" msgstr "" @@ -3037,7 +3037,7 @@ msgid "Syntax to use when inserting data" msgstr "" #: libraries/classes/Config/Descriptions.php:733 -#: libraries/classes/Plugins/Export/ExportSql.php:466 +#: libraries/classes/Plugins/Export/ExportSql.php:467 msgid "Maximal length of created query" msgstr "" @@ -3046,7 +3046,7 @@ msgid "Export type" msgstr "" #: libraries/classes/Config/Descriptions.php:739 -#: libraries/classes/Plugins/Export/ExportSql.php:167 +#: libraries/classes/Plugins/Export/ExportSql.php:168 msgid "Enclose export in a transaction" msgstr "" @@ -3136,10 +3136,10 @@ msgid "Servers" msgstr "" #: libraries/classes/Config/Descriptions.php:763 -#: libraries/classes/Controllers/Server/DatabasesController.php:297 +#: libraries/classes/Controllers/Server/DatabasesController.php:298 #: libraries/classes/Navigation/Nodes/NodeTableContainer.php:25 #: libraries/classes/Navigation/Nodes/NodeTableContainer.php:26 -#: libraries/classes/Plugins/Export/ExportXml.php:119 +#: libraries/classes/Plugins/Export/ExportXml.php:120 #: libraries/classes/Server/Status/Data.php:163 #: templates/database/export/index.twig:22 #: templates/database/structure/show_create.twig:6 @@ -3476,7 +3476,7 @@ msgid "Recently used tables" msgstr "" #: libraries/classes/Config/Descriptions.php:855 -#: libraries/classes/RecentFavoriteTable.php:243 +#: libraries/classes/RecentFavoriteTable.php:244 msgid "Favorite tables" msgstr "" @@ -3846,8 +3846,8 @@ msgstr "" #: libraries/classes/ConfigStorage/UserGroups.php:120 #: libraries/classes/Controllers/JavaScriptMessagesController.php:405 #: libraries/classes/Display/Results.php:2749 -#: libraries/classes/Html/Generator.php:658 -#: libraries/classes/Html/Generator.php:912 +#: libraries/classes/Html/Generator.php:645 +#: libraries/classes/Html/Generator.php:899 #: templates/console/bookmark_content.twig:10 #: templates/console/display.twig:41 #: templates/console/display.twig:199 @@ -3874,12 +3874,12 @@ msgid "Edit" msgstr "" #: libraries/classes/Config/Descriptions.php:947 -#: libraries/classes/Html/Generator.php:626 +#: libraries/classes/Html/Generator.php:625 msgid "Explain SQL" msgstr "" #: libraries/classes/Config/Descriptions.php:948 -#: libraries/classes/Export.php:1278 libraries/classes/Html/Generator.php:706 +#: libraries/classes/Export.php:1278 libraries/classes/Html/Generator.php:693 #: templates/console/display.twig:121 #: templates/server/status/processes/index.twig:19 #: templates/server/status/variables/index.twig:42 @@ -3887,7 +3887,7 @@ msgid "Refresh" msgstr "" #: libraries/classes/Config/Descriptions.php:949 -#: libraries/classes/Html/Generator.php:690 +#: libraries/classes/Html/Generator.php:677 msgid "Create PHP code" msgstr "" @@ -3908,11 +3908,11 @@ msgid "Textarea rows" msgstr "" #: libraries/classes/Config/Descriptions.php:954 -#: libraries/classes/Plugins/Export/ExportHtmlword.php:141 -#: libraries/classes/Plugins/Export/ExportOdt.php:186 -#: libraries/classes/Plugins/Export/ExportTexytext.php:125 +#: libraries/classes/Plugins/Export/ExportHtmlword.php:142 +#: libraries/classes/Plugins/Export/ExportOdt.php:187 +#: libraries/classes/Plugins/Export/ExportTexytext.php:126 +#: libraries/classes/Server/Privileges.php:1835 #: libraries/classes/Server/Privileges.php:1837 -#: libraries/classes/Server/Privileges.php:1839 #: libraries/classes/Server/Status/Processes.php:118 #: templates/console/bookmark_content.twig:12 #: templates/console/display.twig:48 @@ -3942,9 +3942,9 @@ msgid "Server" msgstr "" #: libraries/classes/Config/Descriptions.php:957 -#: libraries/classes/Plugins/Export/ExportXml.php:453 +#: libraries/classes/Plugins/Export/ExportXml.php:454 +#: libraries/classes/Server/Privileges.php:1841 #: libraries/classes/Server/Privileges.php:1843 -#: libraries/classes/Server/Privileges.php:1845 #: templates/database/structure/show_create.twig:10 #: templates/database/structure/table_header.twig:8 #: templates/database/tracking/tables.twig:13 @@ -4176,7 +4176,7 @@ msgstr "" #: libraries/classes/Config/Forms/User/ExportForm.php:108 #: libraries/classes/Config/Forms/User/ExportForm.php:133 #: libraries/classes/Config/Forms/User/ExportForm.php:139 -#: libraries/classes/Controllers/Server/DatabasesController.php:307 +#: libraries/classes/Controllers/Server/DatabasesController.php:308 #: templates/database/export/index.twig:24 #: templates/server/privileges/privileges_table.twig:280 #: templates/table/structure/display_table_stats.twig:17 @@ -4203,7 +4203,7 @@ msgstr "" #: libraries/classes/Config/Forms/User/ExportForm.php:153 #: libraries/classes/Controllers/JavaScriptMessagesController.php:390 #: libraries/classes/Menu.php:275 libraries/classes/Menu.php:377 -#: libraries/classes/Menu.php:505 libraries/classes/Server/Privileges.php:1532 +#: libraries/classes/Menu.php:505 libraries/classes/Server/Privileges.php:1530 #: libraries/classes/Util.php:1853 libraries/classes/Util.php:1868 #: libraries/classes/Util.php:1885 #: templates/database/events/index.twig:16 @@ -4269,31 +4269,31 @@ msgstr "" msgid "Cannot save settings, submitted configuration form contains errors!" msgstr "" -#: libraries/classes/Config.php:646 +#: libraries/classes/Config.php:649 #, possible-php-format msgid "Existing configuration file (%s) is not readable." msgstr "" -#: libraries/classes/Config.php:682 +#: libraries/classes/Config.php:685 msgid "Wrong permissions on configuration file, should not be world writable!" msgstr "" -#: libraries/classes/Config.php:696 +#: libraries/classes/Config.php:699 msgid "Failed to read configuration file!" msgstr "" -#: libraries/classes/Config.php:698 +#: libraries/classes/Config.php:701 msgid "" "This usually means there is a syntax error in it, please check any errors " "shown below." msgstr "" -#: libraries/classes/Config.php:1191 +#: libraries/classes/Config.php:1194 #, possible-php-format msgid "Invalid server index: %s" msgstr "" -#: libraries/classes/Config.php:1204 +#: libraries/classes/Config.php:1207 #, possible-php-format msgid "Server %d" msgstr "" @@ -4398,11 +4398,11 @@ msgid "" "are unavailable on this system." msgstr "" -#: libraries/classes/ConfigStorage/Relation.php:1346 +#: libraries/classes/ConfigStorage/Relation.php:1347 msgid "no description" msgstr "" -#: libraries/classes/ConfigStorage/Relation.php:1548 +#: libraries/classes/ConfigStorage/Relation.php:1549 #, possible-php-format msgid "" "You do not have necessary privileges to create a database named '%s'. You " @@ -4509,7 +4509,7 @@ msgstr "" #: libraries/classes/Controllers/AbstractController.php:137 #: libraries/classes/Controllers/SchemaExportController.php:43 -#: libraries/classes/Controllers/Server/UserGroupsFormController.php:47 +#: libraries/classes/Controllers/Server/UserGroupsFormController.php:48 msgid "Missing parameter:" msgstr "" @@ -4676,10 +4676,10 @@ msgstr "" #: libraries/classes/Controllers/Table/DropColumnController.php:57 #: libraries/classes/Controllers/Table/Structure/PrimaryController.php:81 #: libraries/classes/IndexColumn.php:164 libraries/classes/Index.php:503 -#: libraries/classes/Plugins/Export/ExportHtmlword.php:623 -#: libraries/classes/Plugins/Export/ExportLatex.php:597 -#: libraries/classes/Plugins/Export/ExportOdt.php:771 -#: libraries/classes/Plugins/Export/ExportTexytext.php:604 +#: libraries/classes/Plugins/Export/ExportHtmlword.php:624 +#: libraries/classes/Plugins/Export/ExportLatex.php:598 +#: libraries/classes/Plugins/Export/ExportOdt.php:772 +#: libraries/classes/Plugins/Export/ExportTexytext.php:605 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:752 #: templates/config/form_display/input.twig:42 #: templates/database/central_columns/main.twig:362 @@ -5162,7 +5162,7 @@ msgid "Matched rows:" msgstr "" #: libraries/classes/Controllers/JavaScriptMessagesController.php:139 -#: libraries/classes/Html/Generator.php:884 +#: libraries/classes/Html/Generator.php:871 #: templates/export.twig:67 msgid "SQL query:" msgstr "" @@ -5185,13 +5185,13 @@ msgid "The user name is empty!" msgstr "" #: libraries/classes/Controllers/JavaScriptMessagesController.php:151 -#: libraries/classes/Server/Privileges.php:973 +#: libraries/classes/Server/Privileges.php:972 #: libraries/classes/UserPassword.php:44 msgid "The password is empty!" msgstr "" #: libraries/classes/Controllers/JavaScriptMessagesController.php:152 -#: libraries/classes/Server/Privileges.php:971 +#: libraries/classes/Server/Privileges.php:970 #: libraries/classes/UserPassword.php:48 msgid "The passwords aren't the same!" msgstr "" @@ -5489,7 +5489,7 @@ msgstr "" #: libraries/classes/Controllers/JavaScriptMessagesController.php:225 #: libraries/classes/Display/Results.php:1068 -#: libraries/classes/Plugins/Export/ExportSql.php:2091 +#: libraries/classes/Plugins/Export/ExportSql.php:2092 #: libraries/classes/Plugins/Schema/SchemaPdf.php:100 #: libraries/config.values.php:111 #: templates/columns_definitions/column_attributes.twig:217 @@ -5702,10 +5702,10 @@ msgstr "" #. l10n: A specific point in the day, as shown on a clock. #: libraries/classes/Controllers/JavaScriptMessagesController.php:293 #: libraries/classes/Controllers/JavaScriptMessagesController.php:818 -#: libraries/classes/Plugins/Export/ExportHtmlword.php:468 -#: libraries/classes/Plugins/Export/ExportOdt.php:591 -#: libraries/classes/Plugins/Export/ExportTexytext.php:451 -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:359 +#: libraries/classes/Plugins/Export/ExportHtmlword.php:469 +#: libraries/classes/Plugins/Export/ExportOdt.php:592 +#: libraries/classes/Plugins/Export/ExportTexytext.php:452 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:360 #: libraries/classes/Server/Status/Processes.php:126 #: templates/database/triggers/list.twig:47 #: templates/sql/profiling_chart.twig:17 @@ -5968,10 +5968,10 @@ msgstr "" #: libraries/classes/Controllers/JavaScriptMessagesController.php:372 #: libraries/classes/IndexColumn.php:161 libraries/classes/Index.php:476 #: libraries/classes/Index.php:504 -#: libraries/classes/Plugins/Export/ExportHtmlword.php:622 -#: libraries/classes/Plugins/Export/ExportLatex.php:597 -#: libraries/classes/Plugins/Export/ExportOdt.php:770 -#: libraries/classes/Plugins/Export/ExportTexytext.php:604 +#: libraries/classes/Plugins/Export/ExportHtmlword.php:623 +#: libraries/classes/Plugins/Export/ExportLatex.php:598 +#: libraries/classes/Plugins/Export/ExportOdt.php:771 +#: libraries/classes/Plugins/Export/ExportTexytext.php:605 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:751 #: templates/config/form_display/input.twig:42 #: templates/database/central_columns/main.twig:362 @@ -6207,7 +6207,7 @@ msgid "No partial dependencies selected!" msgstr "" #: libraries/classes/Controllers/JavaScriptMessagesController.php:440 -#: libraries/classes/Export.php:1318 libraries/classes/Html/Generator.php:984 +#: libraries/classes/Export.php:1318 libraries/classes/Html/Generator.php:971 #: libraries/classes/Plugins/Schema/ExportRelationSchema.php:286 #: templates/import_status.twig:2 #: templates/user_password.twig:2 @@ -6345,7 +6345,7 @@ msgstr "" #: libraries/classes/Controllers/JavaScriptMessagesController.php:493 #: libraries/classes/Display/Results.php:2753 -#: libraries/classes/Html/Generator.php:79 +#: libraries/classes/Html/Generator.php:78 #: templates/display/results/table.twig:312 #: templates/display/results/table.twig:313 msgid "Copy" @@ -7357,7 +7357,7 @@ msgstr "" msgid "Two-factor authentication has been configured." msgstr "" -#: libraries/classes/Controllers/Server/DatabasesController.php:302 +#: libraries/classes/Controllers/Server/DatabasesController.php:303 #: libraries/classes/Import.php:149 #: templates/database/structure/table_header.twig:26 #: templates/table/structure/display_partitions.twig:29 @@ -7366,7 +7366,7 @@ msgstr "" msgid "Rows" msgstr "" -#: libraries/classes/Controllers/Server/DatabasesController.php:312 +#: libraries/classes/Controllers/Server/DatabasesController.php:313 #: libraries/classes/Navigation/Nodes/NodeIndexContainer.php:25 #: libraries/classes/Navigation/Nodes/NodeIndexContainer.php:26 #: templates/database/data_dictionary/index.twig:68 @@ -7376,14 +7376,14 @@ msgstr "" msgid "Indexes" msgstr "" -#: libraries/classes/Controllers/Server/DatabasesController.php:317 +#: libraries/classes/Controllers/Server/DatabasesController.php:318 #: libraries/classes/Controllers/Server/Status/StatusController.php:153 #: libraries/classes/Controllers/Server/Status/StatusController.php:205 #: templates/table/structure/display_table_stats.twig:45 msgid "Total" msgstr "" -#: libraries/classes/Controllers/Server/DatabasesController.php:322 +#: libraries/classes/Controllers/Server/DatabasesController.php:323 #: templates/database/structure/table_header.twig:38 #: templates/table/structure/display_table_stats.twig:32 msgid "Overhead" @@ -8014,7 +8014,7 @@ msgstr "" msgid "The number of threads that are not sleeping." msgstr "" -#: libraries/classes/Controllers/Server/UserGroupsFormController.php:61 +#: libraries/classes/Controllers/Server/UserGroupsFormController.php:62 msgid "User groups management is not enabled." msgstr "" @@ -8196,7 +8196,7 @@ msgstr "" #: libraries/classes/Controllers/Table/Partition/RebuildController.php:61 #: libraries/classes/Controllers/Table/Partition/TruncateController.php:61 #: libraries/classes/Controllers/View/OperationsController.php:94 -#: libraries/classes/Html/Generator.php:860 libraries/classes/Import.php:138 +#: libraries/classes/Html/Generator.php:847 libraries/classes/Import.php:138 #: libraries/classes/InsertEdit.php:740 libraries/classes/Message.php:191 #: templates/error/generic.twig:37 #: templates/table/structure/display_structure.twig:372 @@ -8304,42 +8304,42 @@ msgstr "" msgid "The %s extension is missing. Please check your PHP configuration." msgstr "" -#: libraries/classes/Database/CentralColumns.php:293 -#: libraries/classes/Database/CentralColumns.php:397 -#: libraries/classes/Database/CentralColumns.php:605 +#: libraries/classes/Database/CentralColumns.php:294 +#: libraries/classes/Database/CentralColumns.php:398 +#: libraries/classes/Database/CentralColumns.php:606 msgid "" "The configuration storage is not ready for the central list of columns " "feature." msgstr "" -#: libraries/classes/Database/CentralColumns.php:351 +#: libraries/classes/Database/CentralColumns.php:352 #, possible-php-format msgid "Could not add %1$s as they already exist in central list!" msgstr "" -#: libraries/classes/Database/CentralColumns.php:366 +#: libraries/classes/Database/CentralColumns.php:367 msgid "Could not add columns!" msgstr "" -#: libraries/classes/Database/CentralColumns.php:449 +#: libraries/classes/Database/CentralColumns.php:450 #, possible-php-format msgid "" "Couldn't remove Column(s) %1$s as they don't exist in central columns list!" msgstr "" -#: libraries/classes/Database/CentralColumns.php:462 +#: libraries/classes/Database/CentralColumns.php:463 msgid "Could not remove columns!" msgstr "" -#: libraries/classes/Database/CentralColumns.php:619 +#: libraries/classes/Database/CentralColumns.php:620 msgid "YES" msgstr "" -#: libraries/classes/Database/CentralColumns.php:619 +#: libraries/classes/Database/CentralColumns.php:620 msgid "NO" msgstr "" -#: libraries/classes/Database/Designer/Common.php:520 +#: libraries/classes/Database/Designer/Common.php:521 msgctxt "" "phpMyAdmin configuration storage is not configured for \"Display Features\" " "on designer when user tries to set a display field." @@ -8347,44 +8347,44 @@ msgid "" "phpMyAdmin configuration storage is not configured for \"Display Features\"." msgstr "" -#: libraries/classes/Database/Designer/Common.php:565 +#: libraries/classes/Database/Designer/Common.php:566 msgid "Error: relationship already exists." msgstr "" -#: libraries/classes/Database/Designer/Common.php:617 +#: libraries/classes/Database/Designer/Common.php:618 msgid "FOREIGN KEY relationship has been added." msgstr "" -#: libraries/classes/Database/Designer/Common.php:625 +#: libraries/classes/Database/Designer/Common.php:626 msgid "Error: FOREIGN KEY relationship could not be added!" msgstr "" -#: libraries/classes/Database/Designer/Common.php:632 +#: libraries/classes/Database/Designer/Common.php:633 msgid "Error: Missing index on column(s)." msgstr "" -#: libraries/classes/Database/Designer/Common.php:640 -#: libraries/classes/Database/Designer/Common.php:719 +#: libraries/classes/Database/Designer/Common.php:641 +#: libraries/classes/Database/Designer/Common.php:720 msgid "Error: Relational features are disabled!" msgstr "" -#: libraries/classes/Database/Designer/Common.php:664 +#: libraries/classes/Database/Designer/Common.php:665 msgid "Internal relationship has been added." msgstr "" -#: libraries/classes/Database/Designer/Common.php:672 +#: libraries/classes/Database/Designer/Common.php:673 msgid "Error: Internal relationship could not be added!" msgstr "" -#: libraries/classes/Database/Designer/Common.php:710 +#: libraries/classes/Database/Designer/Common.php:711 msgid "FOREIGN KEY relationship has been removed." msgstr "" -#: libraries/classes/Database/Designer/Common.php:741 +#: libraries/classes/Database/Designer/Common.php:742 msgid "Error: Internal relationship could not be removed!" msgstr "" -#: libraries/classes/Database/Designer/Common.php:747 +#: libraries/classes/Database/Designer/Common.php:748 msgid "Internal relationship has been removed." msgstr "" @@ -8419,7 +8419,7 @@ msgstr "" #: libraries/classes/Database/Triggers.php:134 #: libraries/classes/Database/Triggers.php:161 #: libraries/classes/Database/Triggers.php:443 -#: libraries/classes/Html/Generator.php:928 +#: libraries/classes/Html/Generator.php:915 msgid "MySQL said: " msgstr "" @@ -8507,7 +8507,7 @@ msgid "" "Error in processing request: No event with name %1$s found in database %2$s." msgstr "" -#: libraries/classes/DatabaseInterface.php:1124 +#: libraries/classes/DatabaseInterface.php:1125 #, possible-php-format msgid "" "Unable to use timezone \"%1$s\" for server %2$d. Please check your " @@ -8515,15 +8515,15 @@ msgid "" "phpMyAdmin is currently using the default time zone of the database server." msgstr "" -#: libraries/classes/DatabaseInterface.php:1166 +#: libraries/classes/DatabaseInterface.php:1167 msgid "Failed to set configured collation connection!" msgstr "" -#: libraries/classes/DatabaseInterface.php:1621 +#: libraries/classes/DatabaseInterface.php:1625 msgid "Missing connection parameters!" msgstr "" -#: libraries/classes/DatabaseInterface.php:1648 +#: libraries/classes/DatabaseInterface.php:1652 msgid "Connection for controluser as defined in your configuration failed." msgstr "" @@ -8754,11 +8754,11 @@ msgid "" "%2$s." msgstr "" -#: libraries/classes/Dbal/DbiMysqli.php:127 +#: libraries/classes/Dbal/DbiMysqli.php:126 msgid "SSL connection enforced by server, automatically enabling it." msgstr "" -#: libraries/classes/Dbal/DbiMysqli.php:138 +#: libraries/classes/Dbal/DbiMysqli.php:137 #, possible-php-format msgid "" "Error 1045: Access denied for user. Additional error information may be " @@ -9157,7 +9157,7 @@ msgid "" msgstr "" #: libraries/classes/Engines/Pbxt.php:169 -#: libraries/classes/Html/Generator.php:791 +#: libraries/classes/Html/Generator.php:778 #: libraries/classes/Html/MySQLDocumentation.php:49 #: libraries/classes/Sanitize.php:202 #: templates/config/form_display/input.twig:10 @@ -9280,76 +9280,71 @@ msgstr "" msgid "Session not found." msgstr "" -#: libraries/classes/Html/Generator.php:147 +#: libraries/classes/Html/Generator.php:146 #, possible-php-format msgid "Jump to database “%s”." msgstr "" -#: libraries/classes/Html/Generator.php:173 +#: libraries/classes/Html/Generator.php:172 #, possible-php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "" -#: libraries/classes/Html/Generator.php:241 +#: libraries/classes/Html/Generator.php:240 msgid "SSL is not being used" msgstr "" -#: libraries/classes/Html/Generator.php:246 +#: libraries/classes/Html/Generator.php:245 msgid "SSL is used with disabled verification" msgstr "" -#: libraries/classes/Html/Generator.php:248 +#: libraries/classes/Html/Generator.php:247 msgid "SSL is used without certification authority" msgstr "" -#: libraries/classes/Html/Generator.php:251 +#: libraries/classes/Html/Generator.php:250 msgid "SSL is used" msgstr "" -#: libraries/classes/Html/Generator.php:356 +#: libraries/classes/Html/Generator.php:355 msgid "The PHP function password_hash() with default options." msgstr "" -#: libraries/classes/Html/Generator.php:357 +#: libraries/classes/Html/Generator.php:356 msgid "password_hash() PHP function" msgstr "" -#: libraries/classes/Html/Generator.php:634 +#: libraries/classes/Html/Generator.php:633 msgid "Skip Explain SQL" msgstr "" -#: libraries/classes/Html/Generator.php:643 -#, possible-php-format -msgid "Analyze Explain at %s" -msgstr "" - -#: libraries/classes/Html/Generator.php:672 +#: libraries/classes/Html/Generator.php:659 msgid "Without PHP code" msgstr "" -#: libraries/classes/Html/Generator.php:680 +#: libraries/classes/Html/Generator.php:667 #: templates/database/multi_table_query/form.twig:175 #: templates/database/qbe/selection_form.twig:115 msgid "Submit query" msgstr "" -#: libraries/classes/Html/Generator.php:727 +#: libraries/classes/Html/Generator.php:714 #: templates/console/display.twig:43 #: templates/console/display.twig:201 #: templates/sql/profiling_chart.twig:2 msgid "Profiling" msgstr "" -#: libraries/classes/Html/Generator.php:740 +#: libraries/classes/Html/Generator.php:727 msgctxt "Inline edit query" msgid "Edit inline" msgstr "" -#: libraries/classes/Html/Generator.php:867 +#: libraries/classes/Html/Generator.php:854 msgid "Static analysis:" msgstr "" -#: libraries/classes/Html/Generator.php:870 +#: libraries/classes/Html/Generator.php:857 #, possible-php-format msgid "%d errors were found during analysis." msgstr "" @@ -9378,20 +9373,20 @@ msgstr "" #: libraries/classes/Import.php:1220 libraries/classes/Import.php:1254 #: libraries/classes/Plugins/Export/ExportCodegen.php:68 -#: libraries/classes/Plugins/Export/ExportCsv.php:47 +#: libraries/classes/Plugins/Export/ExportCsv.php:48 #: libraries/classes/Plugins/Export/ExportExcel.php:39 -#: libraries/classes/Plugins/Export/ExportHtmlword.php:46 -#: libraries/classes/Plugins/Export/ExportJson.php:72 -#: libraries/classes/Plugins/Export/ExportLatex.php:68 -#: libraries/classes/Plugins/Export/ExportMediawiki.php:45 -#: libraries/classes/Plugins/Export/ExportOds.php:52 -#: libraries/classes/Plugins/Export/ExportOdt.php:60 +#: libraries/classes/Plugins/Export/ExportHtmlword.php:47 +#: libraries/classes/Plugins/Export/ExportJson.php:73 +#: libraries/classes/Plugins/Export/ExportLatex.php:69 +#: libraries/classes/Plugins/Export/ExportMediawiki.php:46 +#: libraries/classes/Plugins/Export/ExportOds.php:53 +#: libraries/classes/Plugins/Export/ExportOdt.php:61 #: libraries/classes/Plugins/Export/ExportPdf.php:65 -#: libraries/classes/Plugins/Export/ExportPhparray.php:46 -#: libraries/classes/Plugins/Export/ExportSql.php:113 -#: libraries/classes/Plugins/Export/ExportTexytext.php:45 -#: libraries/classes/Plugins/Export/ExportXml.php:80 -#: libraries/classes/Plugins/Export/ExportYaml.php:45 +#: libraries/classes/Plugins/Export/ExportPhparray.php:47 +#: libraries/classes/Plugins/Export/ExportSql.php:114 +#: libraries/classes/Plugins/Export/ExportTexytext.php:46 +#: libraries/classes/Plugins/Export/ExportXml.php:81 +#: libraries/classes/Plugins/Export/ExportYaml.php:46 #: libraries/classes/Plugins/Import/ImportCsv.php:70 #: libraries/classes/Plugins/Import/ImportLdi.php:51 #: libraries/classes/Plugins/Import/ImportMediawiki.php:59 @@ -9454,14 +9449,14 @@ msgid "Function" msgstr "" #: libraries/classes/InsertEdit.php:368 -#: libraries/classes/Plugins/Export/ExportHtmlword.php:273 -#: libraries/classes/Plugins/Export/ExportHtmlword.php:366 -#: libraries/classes/Plugins/Export/ExportLatex.php:520 -#: libraries/classes/Plugins/Export/ExportOdt.php:370 -#: libraries/classes/Plugins/Export/ExportOdt.php:470 -#: libraries/classes/Plugins/Export/ExportTexytext.php:290 -#: libraries/classes/Plugins/Export/ExportTexytext.php:378 -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:523 +#: libraries/classes/Plugins/Export/ExportHtmlword.php:274 +#: libraries/classes/Plugins/Export/ExportHtmlword.php:367 +#: libraries/classes/Plugins/Export/ExportLatex.php:521 +#: libraries/classes/Plugins/Export/ExportOdt.php:371 +#: libraries/classes/Plugins/Export/ExportOdt.php:471 +#: libraries/classes/Plugins/Export/ExportTexytext.php:291 +#: libraries/classes/Plugins/Export/ExportTexytext.php:379 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:524 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:666 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:700 #: templates/columns_definitions/table_fields_definitions.twig:12 @@ -9570,7 +9565,7 @@ msgid "Insert" msgstr "" #: libraries/classes/Menu.php:291 libraries/classes/Menu.php:399 -#: libraries/classes/Server/Privileges.php:2865 libraries/classes/Util.php:1871 +#: libraries/classes/Server/Privileges.php:2863 libraries/classes/Util.php:1871 #: libraries/classes/Util.php:1887 libraries/config.values.php:161 #: templates/database/privileges/index.twig:20 #: templates/server/privileges/privileges_summary.twig:16 @@ -9595,12 +9590,12 @@ msgstr "" #: libraries/classes/Menu.php:325 libraries/classes/Menu.php:418 #: libraries/classes/Navigation/Nodes/NodeTriggerContainer.php:25 #: libraries/classes/Navigation/Nodes/NodeTriggerContainer.php:26 -#: libraries/classes/Plugins/Export/ExportHtmlword.php:548 -#: libraries/classes/Plugins/Export/ExportOdt.php:692 +#: libraries/classes/Plugins/Export/ExportHtmlword.php:549 +#: libraries/classes/Plugins/Export/ExportOdt.php:693 #: libraries/classes/Plugins/Export/ExportPdf.php:263 -#: libraries/classes/Plugins/Export/ExportSql.php:1968 -#: libraries/classes/Plugins/Export/ExportTexytext.php:527 -#: libraries/classes/Plugins/Export/ExportXml.php:124 +#: libraries/classes/Plugins/Export/ExportSql.php:1969 +#: libraries/classes/Plugins/Export/ExportTexytext.php:528 +#: libraries/classes/Plugins/Export/ExportXml.php:125 #: libraries/classes/Util.php:1874 libraries/classes/Util.php:1890 #: templates/database/triggers/list.twig:3 msgid "Triggers" @@ -9623,8 +9618,8 @@ msgstr "" #: libraries/classes/Menu.php:411 #: libraries/classes/Navigation/Nodes/NodeEventContainer.php:25 #: libraries/classes/Navigation/Nodes/NodeEventContainer.php:26 -#: libraries/classes/Plugins/Export/ExportSql.php:965 -#: libraries/classes/Plugins/Export/ExportXml.php:104 +#: libraries/classes/Plugins/Export/ExportSql.php:966 +#: libraries/classes/Plugins/Export/ExportXml.php:105 #: libraries/classes/Util.php:1873 #: templates/database/events/index.twig:3 msgid "Events" @@ -9768,14 +9763,14 @@ msgid "New" msgstr "" #: libraries/classes/Navigation/Nodes/NodeColumn.php:32 -#: libraries/classes/Plugins/Export/ExportHtmlword.php:270 -#: libraries/classes/Plugins/Export/ExportHtmlword.php:363 -#: libraries/classes/Plugins/Export/ExportLatex.php:519 -#: libraries/classes/Plugins/Export/ExportOdt.php:367 -#: libraries/classes/Plugins/Export/ExportOdt.php:467 -#: libraries/classes/Plugins/Export/ExportTexytext.php:289 -#: libraries/classes/Plugins/Export/ExportTexytext.php:377 -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:521 +#: libraries/classes/Plugins/Export/ExportHtmlword.php:271 +#: libraries/classes/Plugins/Export/ExportHtmlword.php:364 +#: libraries/classes/Plugins/Export/ExportLatex.php:520 +#: libraries/classes/Plugins/Export/ExportOdt.php:368 +#: libraries/classes/Plugins/Export/ExportOdt.php:468 +#: libraries/classes/Plugins/Export/ExportTexytext.php:290 +#: libraries/classes/Plugins/Export/ExportTexytext.php:378 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:522 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:665 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:699 #: templates/columns_definitions/column_name.twig:16 @@ -9820,10 +9815,10 @@ msgid "New" msgstr "" #: libraries/classes/Navigation/Nodes/NodeEvent.php:28 -#: libraries/classes/Plugins/Export/ExportHtmlword.php:469 -#: libraries/classes/Plugins/Export/ExportOdt.php:594 -#: libraries/classes/Plugins/Export/ExportTexytext.php:452 -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:361 +#: libraries/classes/Plugins/Export/ExportHtmlword.php:470 +#: libraries/classes/Plugins/Export/ExportOdt.php:595 +#: libraries/classes/Plugins/Export/ExportTexytext.php:453 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:362 #: templates/database/triggers/editor_form.twig:47 #: templates/database/triggers/list.twig:48 msgid "Event" @@ -9831,8 +9826,8 @@ msgstr "" #: libraries/classes/Navigation/Nodes/NodeFunctionContainer.php:25 #: libraries/classes/Navigation/Nodes/NodeFunctionContainer.php:26 -#: libraries/classes/Plugins/Export/ExportSql.php:608 -#: libraries/classes/Plugins/Export/ExportXml.php:109 +#: libraries/classes/Plugins/Export/ExportSql.php:609 +#: libraries/classes/Plugins/Export/ExportXml.php:110 msgid "Functions" msgstr "" @@ -9852,8 +9847,8 @@ msgstr "" #: libraries/classes/Navigation/Nodes/NodeProcedureContainer.php:25 #: libraries/classes/Navigation/Nodes/NodeProcedureContainer.php:26 -#: libraries/classes/Plugins/Export/ExportSql.php:597 -#: libraries/classes/Plugins/Export/ExportXml.php:114 +#: libraries/classes/Plugins/Export/ExportSql.php:598 +#: libraries/classes/Plugins/Export/ExportXml.php:115 msgid "Procedures" msgstr "" @@ -9882,7 +9877,7 @@ msgstr "" #: libraries/classes/Navigation/Nodes/NodeViewContainer.php:25 #: libraries/classes/Navigation/Nodes/NodeViewContainer.php:26 -#: libraries/classes/Plugins/Export/ExportXml.php:129 +#: libraries/classes/Plugins/Export/ExportXml.php:130 #: templates/database/structure/show_create.twig:28 msgid "Views" msgstr "" @@ -10331,37 +10326,37 @@ msgstr "" msgid "Format:" msgstr "" -#: libraries/classes/Plugins/Export/ExportCsv.php:59 +#: libraries/classes/Plugins/Export/ExportCsv.php:60 #: libraries/classes/Plugins/Import/AbstractImportCsv.php:36 msgid "Columns separated with:" msgstr "" -#: libraries/classes/Plugins/Export/ExportCsv.php:64 +#: libraries/classes/Plugins/Export/ExportCsv.php:65 #: libraries/classes/Plugins/Import/AbstractImportCsv.php:42 msgid "Columns enclosed with:" msgstr "" -#: libraries/classes/Plugins/Export/ExportCsv.php:69 +#: libraries/classes/Plugins/Export/ExportCsv.php:70 #: libraries/classes/Plugins/Import/AbstractImportCsv.php:49 msgid "Columns escaped with:" msgstr "" -#: libraries/classes/Plugins/Export/ExportCsv.php:74 +#: libraries/classes/Plugins/Export/ExportCsv.php:75 #: libraries/classes/Plugins/Import/AbstractImportCsv.php:56 msgid "Lines terminated with:" msgstr "" -#: libraries/classes/Plugins/Export/ExportCsv.php:79 +#: libraries/classes/Plugins/Export/ExportCsv.php:80 #: libraries/classes/Plugins/Export/ExportExcel.php:51 -#: libraries/classes/Plugins/Export/ExportHtmlword.php:80 -#: libraries/classes/Plugins/Export/ExportLatex.php:188 -#: libraries/classes/Plugins/Export/ExportOds.php:64 -#: libraries/classes/Plugins/Export/ExportOdt.php:133 -#: libraries/classes/Plugins/Export/ExportTexytext.php:84 +#: libraries/classes/Plugins/Export/ExportHtmlword.php:81 +#: libraries/classes/Plugins/Export/ExportLatex.php:189 +#: libraries/classes/Plugins/Export/ExportOds.php:65 +#: libraries/classes/Plugins/Export/ExportOdt.php:134 +#: libraries/classes/Plugins/Export/ExportTexytext.php:85 msgid "Replace NULL with:" msgstr "" -#: libraries/classes/Plugins/Export/ExportCsv.php:84 +#: libraries/classes/Plugins/Export/ExportCsv.php:85 #: libraries/classes/Plugins/Export/ExportExcel.php:56 msgid "Remove carriage return/line feed characters within columns" msgstr "" @@ -10370,68 +10365,68 @@ msgstr "" msgid "Excel edition:" msgstr "" -#: libraries/classes/Plugins/Export/ExportHtmlword.php:62 -#: libraries/classes/Plugins/Export/ExportLatex.php:95 -#: libraries/classes/Plugins/Export/ExportMediawiki.php:66 -#: libraries/classes/Plugins/Export/ExportOdt.php:76 +#: libraries/classes/Plugins/Export/ExportHtmlword.php:63 +#: libraries/classes/Plugins/Export/ExportLatex.php:96 +#: libraries/classes/Plugins/Export/ExportMediawiki.php:67 +#: libraries/classes/Plugins/Export/ExportOdt.php:77 #: libraries/classes/Plugins/Export/ExportPdf.php:91 -#: libraries/classes/Plugins/Export/ExportSql.php:220 -#: libraries/classes/Plugins/Export/ExportTexytext.php:61 +#: libraries/classes/Plugins/Export/ExportSql.php:221 +#: libraries/classes/Plugins/Export/ExportTexytext.php:62 #: libraries/config.values.php:251 libraries/config.values.php:312 #: libraries/config.values.php:328 libraries/config.values.php:336 #: libraries/config.values.php:341 msgid "structure" msgstr "" -#: libraries/classes/Plugins/Export/ExportHtmlword.php:63 -#: libraries/classes/Plugins/Export/ExportLatex.php:96 -#: libraries/classes/Plugins/Export/ExportMediawiki.php:67 -#: libraries/classes/Plugins/Export/ExportOdt.php:77 +#: libraries/classes/Plugins/Export/ExportHtmlword.php:64 +#: libraries/classes/Plugins/Export/ExportLatex.php:97 +#: libraries/classes/Plugins/Export/ExportMediawiki.php:68 +#: libraries/classes/Plugins/Export/ExportOdt.php:78 #: libraries/classes/Plugins/Export/ExportPdf.php:92 -#: libraries/classes/Plugins/Export/ExportSql.php:221 -#: libraries/classes/Plugins/Export/ExportTexytext.php:62 +#: libraries/classes/Plugins/Export/ExportSql.php:222 +#: libraries/classes/Plugins/Export/ExportTexytext.php:63 #: libraries/config.values.php:252 libraries/config.values.php:313 #: libraries/config.values.php:329 libraries/config.values.php:337 #: libraries/config.values.php:342 msgid "data" msgstr "" -#: libraries/classes/Plugins/Export/ExportHtmlword.php:64 -#: libraries/classes/Plugins/Export/ExportLatex.php:97 -#: libraries/classes/Plugins/Export/ExportMediawiki.php:68 -#: libraries/classes/Plugins/Export/ExportOdt.php:78 +#: libraries/classes/Plugins/Export/ExportHtmlword.php:65 +#: libraries/classes/Plugins/Export/ExportLatex.php:98 +#: libraries/classes/Plugins/Export/ExportMediawiki.php:69 +#: libraries/classes/Plugins/Export/ExportOdt.php:79 #: libraries/classes/Plugins/Export/ExportPdf.php:93 -#: libraries/classes/Plugins/Export/ExportSql.php:222 -#: libraries/classes/Plugins/Export/ExportTexytext.php:63 +#: libraries/classes/Plugins/Export/ExportSql.php:223 +#: libraries/classes/Plugins/Export/ExportTexytext.php:64 #: libraries/config.values.php:253 libraries/config.values.php:314 #: libraries/config.values.php:330 libraries/config.values.php:338 #: libraries/config.values.php:343 msgid "structure and data" msgstr "" -#: libraries/classes/Plugins/Export/ExportHtmlword.php:74 -#: libraries/classes/Plugins/Export/ExportLatex.php:159 -#: libraries/classes/Plugins/Export/ExportOdt.php:122 -#: libraries/classes/Plugins/Export/ExportTexytext.php:73 -#: libraries/classes/Plugins/Export/ExportXml.php:137 +#: libraries/classes/Plugins/Export/ExportHtmlword.php:75 +#: libraries/classes/Plugins/Export/ExportLatex.php:160 +#: libraries/classes/Plugins/Export/ExportOdt.php:123 +#: libraries/classes/Plugins/Export/ExportTexytext.php:74 +#: libraries/classes/Plugins/Export/ExportXml.php:138 msgid "Data dump options" msgstr "" -#: libraries/classes/Plugins/Export/ExportHtmlword.php:192 -#: libraries/classes/Plugins/Export/ExportOdt.php:248 -#: libraries/classes/Plugins/Export/ExportSql.php:2215 -#: libraries/classes/Plugins/Export/ExportTexytext.php:176 +#: libraries/classes/Plugins/Export/ExportHtmlword.php:193 +#: libraries/classes/Plugins/Export/ExportOdt.php:249 +#: libraries/classes/Plugins/Export/ExportSql.php:2216 +#: libraries/classes/Plugins/Export/ExportTexytext.php:177 msgid "Dumping data for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportHtmlword.php:276 -#: libraries/classes/Plugins/Export/ExportHtmlword.php:369 -#: libraries/classes/Plugins/Export/ExportLatex.php:521 -#: libraries/classes/Plugins/Export/ExportOdt.php:373 -#: libraries/classes/Plugins/Export/ExportOdt.php:473 -#: libraries/classes/Plugins/Export/ExportTexytext.php:291 -#: libraries/classes/Plugins/Export/ExportTexytext.php:379 -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:525 +#: libraries/classes/Plugins/Export/ExportHtmlword.php:277 +#: libraries/classes/Plugins/Export/ExportHtmlword.php:370 +#: libraries/classes/Plugins/Export/ExportLatex.php:522 +#: libraries/classes/Plugins/Export/ExportOdt.php:374 +#: libraries/classes/Plugins/Export/ExportOdt.php:474 +#: libraries/classes/Plugins/Export/ExportTexytext.php:292 +#: libraries/classes/Plugins/Export/ExportTexytext.php:380 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:526 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:668 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:702 #: templates/columns_definitions/table_fields_definitions.twig:30 @@ -10450,14 +10445,14 @@ msgstr "" msgid "Null" msgstr "" -#: libraries/classes/Plugins/Export/ExportHtmlword.php:279 -#: libraries/classes/Plugins/Export/ExportHtmlword.php:372 -#: libraries/classes/Plugins/Export/ExportLatex.php:522 -#: libraries/classes/Plugins/Export/ExportOdt.php:376 -#: libraries/classes/Plugins/Export/ExportOdt.php:476 -#: libraries/classes/Plugins/Export/ExportTexytext.php:292 -#: libraries/classes/Plugins/Export/ExportTexytext.php:380 -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:527 +#: libraries/classes/Plugins/Export/ExportHtmlword.php:280 +#: libraries/classes/Plugins/Export/ExportHtmlword.php:373 +#: libraries/classes/Plugins/Export/ExportLatex.php:523 +#: libraries/classes/Plugins/Export/ExportOdt.php:377 +#: libraries/classes/Plugins/Export/ExportOdt.php:477 +#: libraries/classes/Plugins/Export/ExportTexytext.php:293 +#: libraries/classes/Plugins/Export/ExportTexytext.php:381 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:528 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:669 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:703 #: templates/columns_definitions/table_fields_definitions.twig:20 @@ -10472,21 +10467,21 @@ msgstr "" msgid "Default" msgstr "" -#: libraries/classes/Plugins/Export/ExportHtmlword.php:376 -#: libraries/classes/Plugins/Export/ExportLatex.php:524 -#: libraries/classes/Plugins/Export/ExportOdt.php:480 -#: libraries/classes/Plugins/Export/ExportTexytext.php:382 -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:536 +#: libraries/classes/Plugins/Export/ExportHtmlword.php:377 +#: libraries/classes/Plugins/Export/ExportLatex.php:525 +#: libraries/classes/Plugins/Export/ExportOdt.php:481 +#: libraries/classes/Plugins/Export/ExportTexytext.php:383 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:537 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:671 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:705 #: templates/database/data_dictionary/index.twig:27 msgid "Links to" msgstr "" -#: libraries/classes/Plugins/Export/ExportHtmlword.php:467 -#: libraries/classes/Plugins/Export/ExportOdt.php:588 -#: libraries/classes/Plugins/Export/ExportTexytext.php:450 -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:357 +#: libraries/classes/Plugins/Export/ExportHtmlword.php:468 +#: libraries/classes/Plugins/Export/ExportOdt.php:589 +#: libraries/classes/Plugins/Export/ExportTexytext.php:451 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:358 #: templates/columns_definitions/table_fields_definitions.twig:9 #: templates/database/central_columns/edit.twig:8 #: templates/database/central_columns/main.twig:16 @@ -10501,154 +10496,154 @@ msgstr "" msgid "Name" msgstr "" -#: libraries/classes/Plugins/Export/ExportHtmlword.php:470 -#: libraries/classes/Plugins/Export/ExportOdt.php:597 -#: libraries/classes/Plugins/Export/ExportTexytext.php:453 -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:363 +#: libraries/classes/Plugins/Export/ExportHtmlword.php:471 +#: libraries/classes/Plugins/Export/ExportOdt.php:598 +#: libraries/classes/Plugins/Export/ExportTexytext.php:454 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:364 #: templates/database/events/editor_form.twig:82 #: templates/database/routines/editor_form.twig:109 #: templates/database/triggers/editor_form.twig:57 msgid "Definition" msgstr "" -#: libraries/classes/Plugins/Export/ExportHtmlword.php:538 -#: libraries/classes/Plugins/Export/ExportOdt.php:671 -#: libraries/classes/Plugins/Export/ExportSql.php:1954 -#: libraries/classes/Plugins/Export/ExportTexytext.php:508 +#: libraries/classes/Plugins/Export/ExportHtmlword.php:539 +#: libraries/classes/Plugins/Export/ExportOdt.php:672 +#: libraries/classes/Plugins/Export/ExportSql.php:1955 +#: libraries/classes/Plugins/Export/ExportTexytext.php:509 msgid "Table structure for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportHtmlword.php:556 -#: libraries/classes/Plugins/Export/ExportOdt.php:702 -#: libraries/classes/Plugins/Export/ExportSql.php:2005 -#: libraries/classes/Plugins/Export/ExportTexytext.php:533 +#: libraries/classes/Plugins/Export/ExportHtmlword.php:557 +#: libraries/classes/Plugins/Export/ExportOdt.php:703 +#: libraries/classes/Plugins/Export/ExportSql.php:2006 +#: libraries/classes/Plugins/Export/ExportTexytext.php:534 msgid "Structure for view" msgstr "" -#: libraries/classes/Plugins/Export/ExportHtmlword.php:562 -#: libraries/classes/Plugins/Export/ExportOdt.php:721 -#: libraries/classes/Plugins/Export/ExportSql.php:2037 -#: libraries/classes/Plugins/Export/ExportTexytext.php:548 +#: libraries/classes/Plugins/Export/ExportHtmlword.php:563 +#: libraries/classes/Plugins/Export/ExportOdt.php:722 +#: libraries/classes/Plugins/Export/ExportSql.php:2038 +#: libraries/classes/Plugins/Export/ExportTexytext.php:549 msgid "Stand-in structure for view" msgstr "" -#: libraries/classes/Plugins/Export/ExportJson.php:87 +#: libraries/classes/Plugins/Export/ExportJson.php:88 msgid "Output pretty-printed JSON (Use human-readable formatting)" msgstr "" -#: libraries/classes/Plugins/Export/ExportJson.php:93 +#: libraries/classes/Plugins/Export/ExportJson.php:94 msgid "Output unicode characters unescaped" msgstr "" -#: libraries/classes/Plugins/Export/ExportLatex.php:50 +#: libraries/classes/Plugins/Export/ExportLatex.php:51 msgid "Content of table @TABLE@" msgstr "" -#: libraries/classes/Plugins/Export/ExportLatex.php:51 +#: libraries/classes/Plugins/Export/ExportLatex.php:52 msgid "(continued)" msgstr "" -#: libraries/classes/Plugins/Export/ExportLatex.php:52 +#: libraries/classes/Plugins/Export/ExportLatex.php:53 msgid "Structure of table @TABLE@" msgstr "" -#: libraries/classes/Plugins/Export/ExportLatex.php:108 -#: libraries/classes/Plugins/Export/ExportOdt.php:89 -#: libraries/classes/Plugins/Export/ExportSql.php:235 +#: libraries/classes/Plugins/Export/ExportLatex.php:109 +#: libraries/classes/Plugins/Export/ExportOdt.php:90 +#: libraries/classes/Plugins/Export/ExportSql.php:236 msgid "Object creation options" msgstr "" -#: libraries/classes/Plugins/Export/ExportLatex.php:114 -#: libraries/classes/Plugins/Export/ExportLatex.php:170 +#: libraries/classes/Plugins/Export/ExportLatex.php:115 +#: libraries/classes/Plugins/Export/ExportLatex.php:171 msgid "Table caption:" msgstr "" -#: libraries/classes/Plugins/Export/ExportLatex.php:120 -#: libraries/classes/Plugins/Export/ExportLatex.php:176 +#: libraries/classes/Plugins/Export/ExportLatex.php:121 +#: libraries/classes/Plugins/Export/ExportLatex.php:177 msgid "Table caption (continued):" msgstr "" -#: libraries/classes/Plugins/Export/ExportLatex.php:126 -#: libraries/classes/Plugins/Export/ExportLatex.php:182 +#: libraries/classes/Plugins/Export/ExportLatex.php:127 +#: libraries/classes/Plugins/Export/ExportLatex.php:183 msgid "Label key:" msgstr "" -#: libraries/classes/Plugins/Export/ExportLatex.php:134 -#: libraries/classes/Plugins/Export/ExportOdt.php:97 -#: libraries/classes/Plugins/Export/ExportSql.php:149 +#: libraries/classes/Plugins/Export/ExportLatex.php:135 +#: libraries/classes/Plugins/Export/ExportOdt.php:98 +#: libraries/classes/Plugins/Export/ExportSql.php:150 msgid "Display foreign key relationships" msgstr "" -#: libraries/classes/Plugins/Export/ExportLatex.php:141 -#: libraries/classes/Plugins/Export/ExportOdt.php:104 +#: libraries/classes/Plugins/Export/ExportLatex.php:142 +#: libraries/classes/Plugins/Export/ExportOdt.php:105 msgid "Display comments" msgstr "" -#: libraries/classes/Plugins/Export/ExportLatex.php:147 -#: libraries/classes/Plugins/Export/ExportOdt.php:110 -#: libraries/classes/Plugins/Export/ExportSql.php:157 +#: libraries/classes/Plugins/Export/ExportLatex.php:148 +#: libraries/classes/Plugins/Export/ExportOdt.php:111 +#: libraries/classes/Plugins/Export/ExportSql.php:158 msgid "Display media types" msgstr "" -#: libraries/classes/Plugins/Export/ExportLatex.php:165 +#: libraries/classes/Plugins/Export/ExportLatex.php:166 msgid "Put columns names in the first row:" msgstr "" -#: libraries/classes/Plugins/Export/ExportLatex.php:209 -#: libraries/classes/Plugins/Export/ExportSql.php:724 -#: libraries/classes/Plugins/Export/ExportXml.php:219 +#: libraries/classes/Plugins/Export/ExportLatex.php:210 +#: libraries/classes/Plugins/Export/ExportSql.php:725 +#: libraries/classes/Plugins/Export/ExportXml.php:220 #: templates/server/replication/change_primary.twig:22 #: templates/server/replication/primary_add_replica_user.twig:29 msgid "Host:" msgstr "" -#: libraries/classes/Plugins/Export/ExportLatex.php:215 -#: libraries/classes/Plugins/Export/ExportSql.php:731 -#: libraries/classes/Plugins/Export/ExportXml.php:225 +#: libraries/classes/Plugins/Export/ExportLatex.php:216 +#: libraries/classes/Plugins/Export/ExportSql.php:732 +#: libraries/classes/Plugins/Export/ExportXml.php:226 msgid "Generation Time:" msgstr "" -#: libraries/classes/Plugins/Export/ExportLatex.php:217 -#: libraries/classes/Plugins/Export/ExportSql.php:735 -#: libraries/classes/Plugins/Export/ExportXml.php:227 +#: libraries/classes/Plugins/Export/ExportLatex.php:218 +#: libraries/classes/Plugins/Export/ExportSql.php:736 +#: libraries/classes/Plugins/Export/ExportXml.php:228 #: templates/home/index.twig:173 msgid "Server version:" msgstr "" -#: libraries/classes/Plugins/Export/ExportLatex.php:218 -#: libraries/classes/Plugins/Export/ExportSql.php:737 -#: libraries/classes/Plugins/Export/ExportXml.php:228 +#: libraries/classes/Plugins/Export/ExportLatex.php:219 +#: libraries/classes/Plugins/Export/ExportSql.php:738 +#: libraries/classes/Plugins/Export/ExportXml.php:229 msgid "PHP Version:" msgstr "" -#: libraries/classes/Plugins/Export/ExportLatex.php:244 -#: libraries/classes/Plugins/Export/ExportSql.php:903 -#: libraries/classes/Plugins/Export/ExportXml.php:382 -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:201 +#: libraries/classes/Plugins/Export/ExportLatex.php:245 +#: libraries/classes/Plugins/Export/ExportSql.php:904 +#: libraries/classes/Plugins/Export/ExportXml.php:383 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 #: templates/database/structure/copy_form.twig:5 #: templates/menu/breadcrumbs.twig:16 msgid "Database:" msgstr "" -#: libraries/classes/Plugins/Export/ExportLatex.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:2091 +#: libraries/classes/Plugins/Export/ExportLatex.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:2092 msgid "Data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportLatex.php:497 +#: libraries/classes/Plugins/Export/ExportLatex.php:498 msgid "Structure:" msgstr "" -#: libraries/classes/Plugins/Export/ExportMediawiki.php:77 +#: libraries/classes/Plugins/Export/ExportMediawiki.php:78 msgid "Export table names" msgstr "" -#: libraries/classes/Plugins/Export/ExportMediawiki.php:84 +#: libraries/classes/Plugins/Export/ExportMediawiki.php:85 msgid "Export table headers" msgstr "" -#: libraries/classes/Plugins/Export/ExportOdt.php:249 -#: libraries/classes/Plugins/Export/ExportTexytext.php:177 +#: libraries/classes/Plugins/Export/ExportOdt.php:250 +#: libraries/classes/Plugins/Export/ExportTexytext.php:178 msgid "Dumping data for query result" msgstr "" @@ -10672,246 +10667,246 @@ msgstr "" msgid "Stand in" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:128 +#: libraries/classes/Plugins/Export/ExportSql.php:129 msgid "" "Display comments (includes info such as export timestamp, PHP version, " "and server version)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 msgid "Additional custom header comment (\\n splits lines):" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 msgid "Export metadata" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 msgid "Add statements:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, possible-php-format msgid "Add %s statement" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, possible-php-format msgid "%s value" msgstr "" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 msgid "Data creation options" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " "(1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 msgid "Metadata" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, possible-php-format msgid "Metadata for table %s" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, possible-php-format msgid "Metadata for database %s" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, possible-php-format msgid "Error reading structure for table %s:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 msgid "Indexes for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 msgid "Indexes for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 msgid "AUTO_INCREMENT for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 msgid "AUTO_INCREMENT for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 msgid "MEDIA TYPES FOR TABLE" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 msgid "RELATIONSHIPS FOR TABLE" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, possible-php-format msgid "Structure for view %s exported as a table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, possible-php-format msgid "Error reading data for table %s:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 msgid "Creation:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 msgid "Last update:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 msgid "Last check:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 msgid "Table:" msgstr "" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "" @@ -11416,83 +11411,83 @@ msgstr "" msgid "Details…" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 msgid "Could not save recent table!" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 msgid "Could not save favorite table!" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 msgid "Recent tables" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 msgid "Recent" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 msgid "Favorites" msgstr "" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." msgstr "" -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 msgid "Replication started successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 msgid "Error starting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 msgid "Replication stopped successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 msgid "Error stopping replication." msgstr "" -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 msgid "Replication resetting successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 msgid "Error resetting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "" -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 msgid "Error." msgstr "" -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, possible-php-format msgid "Unable to connect to primary %s." msgstr "" -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 msgid "" "Unable to read primary log position. Possible privilege problem on primary." msgstr "" -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 msgid "Unable to change primary!" msgstr "" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, possible-php-format msgid "Primary server changed successfully to %s." msgstr "" @@ -11539,8 +11534,8 @@ msgid "Error while loading the search." msgstr "" #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 msgid "Native MySQL authentication" msgstr "" @@ -11565,16 +11560,16 @@ msgstr "" msgid "Account locking is not supported." msgstr "" -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "" -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "" -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -11582,7 +11577,7 @@ msgstr "" msgid "Allows deleting data." msgstr "" -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -11590,7 +11585,7 @@ msgstr "" msgid "Allows creating new tables." msgstr "" -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -11598,8 +11593,8 @@ msgstr "" msgid "Allows dropping tables." msgstr "" -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -11607,8 +11602,8 @@ msgstr "" msgid "Allows creating and dropping indexes." msgstr "" -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -11616,9 +11611,9 @@ msgstr "" msgid "Allows altering the structure of existing tables." msgstr "" -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -11628,9 +11623,9 @@ msgstr "" msgid "Allows creating new views." msgstr "" -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -11638,8 +11633,8 @@ msgstr "" msgid "Allows performing SHOW CREATE VIEW queries." msgstr "" -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -11647,76 +11642,76 @@ msgstr "" msgid "Allows creating and dropping triggers." msgstr "" -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "" -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "" -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "" -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "" -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "" -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." msgstr "" -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "" -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 msgid "Allows viewing processes of all users." msgstr "" -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "" -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "" -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "" -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -11725,85 +11720,85 @@ msgid "" "killing threads of other users." msgstr "" -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "" -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "" -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 msgid "Needed for the replication replicas." msgstr "" -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 msgid "Allows the user to ask where the replicas / primaries are." msgstr "" -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 msgid "Allows to set up events for the event scheduler." msgstr "" #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 msgid "Allows deleting historical rows." msgstr "" -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "" -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, possible-php-format msgid "The password for %s was changed successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, possible-php-format msgid "You have revoked the privileges for %s." msgstr "" -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "" -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -11811,91 +11806,91 @@ msgstr "" msgid "Edit privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 msgid "Routine" msgstr "" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 msgid "Routine-specific privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, possible-php-format msgid "You have updated the privileges for %s." msgstr "" -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 msgid "No user found." msgstr "" -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, possible-php-format msgid "Deleting %s" msgstr "" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, possible-php-format msgid "The user %s already exists!" msgstr "" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, possible-php-format msgid "Privileges for %s" msgstr "" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " "allows a connection from any (%) host." msgstr "" -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, possible-php-format msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " @@ -11904,7 +11899,7 @@ msgid "" "%sreload the privileges%s before you continue." msgstr "" -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " "tables. The content of these tables may differ from the privileges the " @@ -11913,7 +11908,7 @@ msgid "" "privilege." msgstr "" -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "" @@ -12098,7 +12093,7 @@ msgstr "" msgid "This MySQL server does not support the %s storage engine." msgstr "" -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "" @@ -12107,50 +12102,50 @@ msgstr "" msgid "Problems with indexes of table `%s`" msgstr "" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 msgid "Unknown table status:" msgstr "" -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, possible-php-format msgid "Source database `%s` was not found!" msgstr "" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, possible-php-format msgid "Target database `%s` was not found!" msgstr "" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 msgid "Invalid database:" msgstr "" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 msgid "Invalid table name:" msgstr "" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, possible-php-format msgid "Failed to rename table %1$s to %2$s!" msgstr "" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, possible-php-format msgid "Table %1$s has been renamed to %2$s." msgstr "" -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 msgid "Could not save table UI preferences!" msgstr "" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, possible-php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" "['MaxTableUiprefs'] %s)" msgstr "" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, possible-php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -12158,15 +12153,15 @@ msgid "" "changed." msgstr "" -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, possible-php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "" @@ -12578,11 +12573,11 @@ msgstr "" msgid "Password is too long!" msgstr "" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 msgid "Could not save configuration" msgstr "" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 msgid "The phpMyAdmin configuration storage database could not be accessed." msgstr "" diff --git a/po/pl.po b/po/pl.po index 3adf5dfc41..8666f44ac1 100644 --- a/po/pl.po +++ b/po/pl.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2022-09-04 23:40+0000\n" "Last-Translator: Kozioł Marcin \n" "Language-Team: Polish (includes info such as export timestamp, PHP version, " "and server version)" @@ -11643,11 +11638,11 @@ msgstr "" "Wyświetl komentarze (zawiera informacje takie jak znacznik czasowy " "eksportu, wersję PHP, wersję serwera)" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 msgid "Additional custom header comment (\\n splits lines):" msgstr "Dodatkowe komentarz niestandardowych nagłówków (\\ndzieli wiersze):" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" @@ -11655,41 +11650,41 @@ msgstr "" "Dołącz znacznik czasu, gdy bazy danych zostały stworzone, ostatnio " "aktualizowane i ostatnio sprawdzane" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 msgid "Export metadata" msgstr "Eksportuj metadane" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 msgid "Add statements:" msgstr "Cecha:" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, php-format msgid "Add %s statement" msgstr "Dodaj oświadczenie %s" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "" "(mniej wydajne, ponieważ indeksy będą generowane podczas tworzenia tabeli)" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, php-format msgid "%s value" msgstr "Wartość %s" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "Użyj prostego eksportu widoku" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" @@ -11697,37 +11692,37 @@ msgstr "" "Załącz tabelę i nazwę kolumny z odwrotnym cudzysłowem (Chroni kolumn i " "nazwy tabeli utworzonych ze znakami specjalnymi lub słowami kluczowymi)" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 msgid "Data creation options" msgstr "Opcje tworzenia danych" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "Tabela Truncate przed wstawieniem" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "Zamiast zapytań INSERT użyj:" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "Zapytania INSERT DELAYED" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "Zapytania INSERT IGNORE" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "Funkcja eksportu danych:" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "Składnia do użycia podczas wstawiania danych:" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " @@ -11737,7 +11732,7 @@ msgstr "" "    Np: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " "(1,2,3)" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " @@ -11747,7 +11742,7 @@ msgstr "" "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" @@ -11755,7 +11750,7 @@ msgstr "" "obu powyższych
Przykład:INSERT INTO tbl_name (col_A,col_B,col_C) " "VALUES (1,2,3), (4,5,6), (7,8,9)" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" @@ -11763,7 +11758,7 @@ msgstr "" "żadne z powyższych
Przykład: INSERT INTO tbl_name VALUES (1,2,3)" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" @@ -11771,7 +11766,7 @@ msgstr "" "Zrzuć binarne kolumny w postaci szesnastkowej (np. \"abc\" zmienia się na " "0x616263)" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" @@ -11779,126 +11774,126 @@ msgstr "" "Zrzuć znacznik czasu kolumn w UTC (włączenie znacznik czasu kolumn bedzie " "zrzucone i przełądowane między serwerami w różnych strefach czasowych)" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "Wygląda na to, że twoja baza danych używa procedur;" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "" "eksport aliasów może nie działać niezawodnie we wszystkich przypadkach." -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 msgid "Metadata" msgstr "Metadane" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, php-format msgid "Metadata for table %s" msgstr "Metadane dla tabeli %s" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, php-format msgid "Metadata for database %s" msgstr "Metadane dla Bazy danych %s" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, php-format msgid "Error reading structure for table %s:" msgstr "Błąd odczytu struktury tabeli %s:" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "Wygląda na to, że twoja baza danych używa widoków;" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "Ograniczenia dla zrzutów tabel" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "Ograniczenia dla tabeli" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 msgid "Indexes for dumped tables" msgstr "Indeksy dla zrzutów tabel" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 msgid "Indexes for table" msgstr "Indeksy dla tabeli" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 msgid "AUTO_INCREMENT for dumped tables" msgstr "AUTO_INCREMENT dla zrzuconych tabel" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 msgid "AUTO_INCREMENT for table" msgstr "AUTO_INCREMENT dla tabeli" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 msgid "MEDIA TYPES FOR TABLE" msgstr "TYPY NOŚNIKÓW NA TABELĘ" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 msgid "RELATIONSHIPS FOR TABLE" msgstr "RELACJE DLA TABELI" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "Wygląda na to, że twoja tabela używa wyzwalaczy;" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, php-format msgid "Structure for view %s exported as a table" msgstr "Struktura widoku %s eksportowana jako tabela" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "(Zobacz poniżej rzeczywisty widok)" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, php-format msgid "Error reading data for table %s:" msgstr "Błąd odczytu danych dla tabeli %s:" -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 msgid "Creation:" msgstr "Utworzenie:" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 msgid "Last update:" msgstr "Ostatnia aktualizacja:" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 msgid "Last check:" msgstr "Ostatnie sprawdzanie:" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" "System bazy danych lub starszego serwera MySQL w celu maksymalizacji " "zgodności produkcji z:" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "Opcje tworzenia obiektów (wszystkie są polecane)" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "Eksportuj zawartość" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 msgid "Table:" msgstr "Tabela:" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "Zamiar:" @@ -12488,27 +12483,27 @@ msgstr "Proszę sprawdzić uprawnienia katalogu zawierającej bazę danych." msgid "Details…" msgstr "Szczegóły…" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 msgid "Could not save recent table!" msgstr "Nie można zapisać ostatniej tabeli!" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 msgid "Could not save favorite table!" msgstr "Nie można zapisać tabeli ulubionych!" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 msgid "Recent tables" msgstr "Ostatnie tabele" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 msgid "Recent" msgstr "Ostatnie" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 msgid "Favorites" msgstr "Ulubione" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." @@ -12516,48 +12511,48 @@ msgstr "" "Połączenie z serwerem jest wyłączone, proszę włączyć " "$cfg['AllowArbitraryServer'] w konfiguracji phpMyAdmin." -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 msgid "Replication started successfully." msgstr "Replikacja rozpoczęła się pomyślnie." -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 msgid "Error starting replication." msgstr "Błąd uruchomienia replikacji." -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 msgid "Replication stopped successfully." msgstr "Replikacja została zatrzymana pomyślnie." -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 msgid "Error stopping replication." msgstr "Błąd zatrzymywania replikacji." -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 msgid "Replication resetting successfully." msgstr "Reset replikacji powiódł się pomyślnie." -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 msgid "Error resetting replication." msgstr "Błąd resetowania replikacji." -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "Sukces." -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 msgid "Error." msgstr "Błąd." -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "Nieznany błąd" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, fuzzy, php-format msgid "Unable to connect to primary %s." msgstr "Nie można połączyć się z serwerem głównym %s." -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 #, fuzzy msgid "" "Unable to read primary log position. Possible privilege problem on primary." @@ -12565,12 +12560,12 @@ msgstr "" "Nie można odczytać pozycji dziennika głównego. Możliwy problem uprawnień na " "serwerze głównym." -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 #, fuzzy msgid "Unable to change primary!" msgstr "Nie można zmienić serwera głównego!" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, fuzzy, php-format msgid "Primary server changed successfully to %s." msgstr "Serwer główny został pomyślnie zmieniony na %s." @@ -12619,8 +12614,8 @@ msgid "Error while loading the search." msgstr "Błąd podczas ładowania wyszukiwania." #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 msgid "Native MySQL authentication" msgstr "Natywne uwierzytelnianie MySQL" @@ -12648,16 +12643,16 @@ msgstr "Natywne uwierzytelnianie MySQL" msgid "Account locking is not supported." msgstr "Blokowanie konta nie jest obsługiwane." -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "Brak uprawnień." -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "Wszystkie uprawnienia, oprócz GRANT." -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -12665,7 +12660,7 @@ msgstr "Wszystkie uprawnienia, oprócz GRANT." msgid "Allows deleting data." msgstr "Pozwól usuwać dane." -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -12673,7 +12668,7 @@ msgstr "Pozwól usuwać dane." msgid "Allows creating new tables." msgstr "Pozwól tworzyć nowe tabele." -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -12681,8 +12676,8 @@ msgstr "Pozwól tworzyć nowe tabele." msgid "Allows dropping tables." msgstr "Pozwól usuwać tabele." -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -12690,8 +12685,8 @@ msgstr "Pozwól usuwać tabele." msgid "Allows creating and dropping indexes." msgstr "Pozwól tworzyć i usuwać indeksy." -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -12699,9 +12694,9 @@ msgstr "Pozwól tworzyć i usuwać indeksy." msgid "Allows altering the structure of existing tables." msgstr "Pozwól zmieniać strukturę istniejących tabel." -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -12711,9 +12706,9 @@ msgstr "Pozwól zmieniać strukturę istniejących tabel." msgid "Allows creating new views." msgstr "Pozwól tworzyć widoki." -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -12721,8 +12716,8 @@ msgstr "Pozwól tworzyć widoki." msgid "Allows performing SHOW CREATE VIEW queries." msgstr "Pozwól wykonywać zapytania SHOW CREATE VIEW." -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -12730,77 +12725,77 @@ msgstr "Pozwól wykonywać zapytania SHOW CREATE VIEW." msgid "Allows creating and dropping triggers." msgstr "Pozwala tworzyć i upuszczać wyzwalacze." -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "Pozwól czytać dane." -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "Pozwól dodawać i zamieniać dane." -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "Pozwól zmieniać dane." -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "Pozwól tworzyć nowe bazy danych i tabele." -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "Pozwól usuwać bazy danych i tabele." -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." msgstr "" "Pozwól przeładowywać ustawienia serwera i opróżniać pamięć podręczną serwera." -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "Pozwól wyłączyć serwer." -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 msgid "Allows viewing processes of all users." msgstr "Umożliwia przeglądanie procesów wszystkich użytkowników." -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "Pozwól importować i eksportować dane z/do plików." -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "Nie ma żadnych skutków w tej wersji MySQL." -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "Daj dostęp do pełnej listy baz danych." -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -12812,26 +12807,26 @@ msgstr "" "połączeń; Wymagane dla większość operacji administracyjnych, takich jak " "ustawianie zmiennych globalnych czy unicestwianie wątków innych użytkowników." -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "Pozwala tworzyć tabele tymczasowe." -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "Pozwól blokować tabele dla aktualnego wątku." -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 #, fuzzy msgid "Needed for the replication replicas." msgstr "Potrzebne dla replikacji serwera podrzędnego." -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 #, fuzzy @@ -12839,61 +12834,61 @@ msgid "Allows the user to ask where the replicas / primaries are." msgstr "" "Nadaj użytkownikowi prawo, by zapytać gdzie są serwery podrzędne / nadrzędne." -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 msgid "Allows to set up events for the event scheduler." msgstr "Umożliwia konfigurowanie zdarzeń dla programu planującego zdarzenia." #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 msgid "Allows deleting historical rows." msgstr "Umożliwia usuwanie historycznych wierszy." -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "Pozwól tworzyć procedury składowane." -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "Pozwól modyfikować i usuwać procedury składowane." -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "Pozwól tworzyć, usuwać i zmieniać nazwy kont użytkowników." -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "Pozwól wykonywać procedury składowane." -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "Hasło dla %s zostało zmienione." -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "Masz cofnięte uprawnienia dla %s." -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "Za małe uprawnienia do przeglądania użytkowników." -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -12901,84 +12896,84 @@ msgstr "Za małe uprawnienia do przeglądania użytkowników." msgid "Edit privileges" msgstr "Edytuj uprawnienia" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "Cofnij" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "Uprawnienia specyficzne dla baz danych" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "Uprawnienia specyficzne dla tabel" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 msgid "Routine" msgstr "Algorytm" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 msgid "Routine-specific privileges" msgstr "Uprawnienia specyficzne dla rutyny" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "Żaden użytkownik ze został zaznaczony do usunięcia!" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "Przeładuj uprawnienia" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "Wybrani użytkownicy zostali usunięci pomyślnie." -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "Zaktualizowano uprawnienia dla %s." -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 msgid "No user found." msgstr "Żadnego użytkownika nie znaleziono." -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "Usuwanie %s" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "Uprawnienia były przeładowane pomyślnie." -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "Użytkownik %s już istnieje!" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, php-format msgid "Privileges for %s" msgstr "Uprawnienia dla %s" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "Użytkownik" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " @@ -12988,7 +12983,7 @@ msgstr "" "połączenie lokalne. Uniemożliwi to innym użytkownikom łączenie się, jeśli " "część hosta ich konta zezwala na połączenie z dowolnego (%) hosta." -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, php-format msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " @@ -13001,7 +12996,7 @@ msgstr "" "przez serwer, jeśli zostały one zmienione ręcznie. W takim przypadku przed " "kontynuowaniem powinieneś %s przeładować uprawnienia %s." -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " "tables. The content of these tables may differ from the privileges the " @@ -13015,7 +13010,7 @@ msgstr "" "uprawnienia muszą zostać ponownie załadowane, ale obecnie nie masz " "uprawnienia RELOAD." -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "Dodałeś nowego użytkownika." @@ -13210,7 +13205,7 @@ msgstr "Mechanizm %s został wyłączony dla tego serwera MySQL." msgid "This MySQL server does not support the %s storage engine." msgstr "Ten serwer MySQL nie obsługuje mechanizmu składowania %s." -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "Nazwą podstawowego klucza musi być… PRIMARY!" @@ -13219,43 +13214,43 @@ msgstr "Nazwą podstawowego klucza musi być… PRIMARY!" msgid "Problems with indexes of table `%s`" msgstr "Problemy z indeksami tabeli `%s`" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 msgid "Unknown table status:" msgstr "Nieznany status tabeli:" -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, php-format msgid "Source database `%s` was not found!" msgstr "Źródło bazy danych '%s' nie zostało znalezione!" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, php-format msgid "Target database `%s` was not found!" msgstr "Docelowej bazy '%s' nie znaleziono!" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 msgid "Invalid database:" msgstr "Niewłaściwa baza danych:" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 msgid "Invalid table name:" msgstr "Niewłaściwa nazwa tabeli:" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, php-format msgid "Failed to rename table %1$s to %2$s!" msgstr "Błąd podczas zmiany nazwy tabeli z %1$s na %2$s!" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, php-format msgid "Table %1$s has been renamed to %2$s." msgstr "Tabela %1$s ma nazwę zmienioną na %2$s." -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 msgid "Could not save table UI preferences!" msgstr "Nie można zapisać preferencji UI tabeli!" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" @@ -13264,7 +13259,7 @@ msgstr "" "Nie udało się czyszczenie preferencji tabeli UI (see $cfg['Servers'][$i]" "['MaxTableUiprefs'] %s)" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -13274,15 +13269,15 @@ msgstr "" "Nie można zapisać \"%s\" własności UI. Wprowadzone zmiany nie będą trwałe po " "odświeżeniu strony. Proszę sprawdzić, czy struktura tabeli została zmieniona." -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "Nie można zmienić nazwy indeksu na PRIMARY!" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "Brak zdefiniowanych części indeksu!" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "" @@ -13762,11 +13757,11 @@ msgstr "Profil został zaktualizowany." msgid "Password is too long!" msgstr "Hasło jest za długie!" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 msgid "Could not save configuration" msgstr "Nie można zapisać konfiguracji" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 #, fuzzy #| msgid "" #| "%sCreate%s the phpMyAdmin configuration storage in the current database." @@ -19273,6 +19268,10 @@ msgstr "Nazwa widoku" msgid "Column names" msgstr "Nazwy kolumn" +#, php-format +#~ msgid "Analyze Explain at %s" +#~ msgstr "Analizuj objaśnienia w %s" + #~ msgid "Key is too short, it should have at least 32 characters." #~ msgstr "Klucz jest za krótki, powinien mieć co najmniej 32 znaki." diff --git a/po/pt.po b/po/pt.po index aa1b18b7d5..469a940aef 100644 --- a/po/pt.po +++ b/po/pt.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2022-02-15 16:21+0000\n" "Last-Translator: Maurício Meneghini Fauth \n" "Language-Team: Portuguese (includes info such as export timestamp, PHP version, " "and server version)" @@ -11702,12 +11697,12 @@ msgstr "" "Mostrar comentários (inclui informação como data(timestamp) de " "exportação, versão do PHP, e versão do servidor)" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 msgid "Additional custom header comment (\\n splits lines):" msgstr "" "Comentário adicional personalizado de cabeçalho (\\n separa as linhas):" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" @@ -11715,41 +11710,41 @@ msgstr "" "Inclui a data(timestamp) em que as bases de dados foram criadas, atualizadas " "pela última vez, e verificadas pela última vez" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 msgid "Export metadata" msgstr "Exportar metadata" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 msgid "Add statements:" msgstr "Adicionar declarações:" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, php-format msgid "Add %s statement" msgstr "Adicionar declaração %s" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "" "(menos eficiente pois os índices serão gerados durante a criação da tabela)" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, php-format msgid "%s value" msgstr "Valor de %s" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "Usar exportação para vista simples" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" @@ -11757,37 +11752,37 @@ msgstr "" "Envolver nomes de tabela e colunas com crases (Protege os nomes de " "colunas e tabelas formados com caracteres especiais ou palavras chaves)" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 msgid "Data creation options" msgstr "Opções de criação de dados" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "Truncar tabela antes do insert" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "Em vez de usar declarações INSERT, use:" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "declarações INSERT DELAYED" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "declarações INSERT IGNORE" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "Função a ser usada para despejo de dados:" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "Sintaxe a usar para inserimento de dados:" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " @@ -11797,7 +11792,7 @@ msgstr "" "    Exemplo: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " "(1,2,3)" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " @@ -11807,7 +11802,7 @@ msgstr "" "    Exemplo: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" @@ -11815,7 +11810,7 @@ msgstr "" "ambos acima
      Exemplo: INSERT INTO tbl_name " "(col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" @@ -11823,7 +11818,7 @@ msgstr "" "nenhuma das opções acima
      Exemplo: INSERT INTO " "tbl_name VALUES (1,2,3)" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" @@ -11831,7 +11826,7 @@ msgstr "" "Despejar colunas binárias em notação hexadecimal (por exemplo, \"abc\" " "seria 0x616263)" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" @@ -11840,125 +11835,125 @@ msgstr "" "TIMESTAMP sejam descarregadas e carregadas entre servidores em diferentes " "zonas horárias) " -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "Parece que seu banco de dados utiliza rotinas;" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "exportar apelidos pode não funcionar confiavelmente em todos os casos." -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 msgid "Metadata" msgstr "Metadata" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, php-format msgid "Metadata for table %s" msgstr "Metadata para tabela %s" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, php-format msgid "Metadata for database %s" msgstr "Metadata para o banco de dados %s" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, php-format msgid "Error reading structure for table %s:" msgstr "Erro ao ler a estrutura para a tabela %s:" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "Parece que seu banco de dados utiliza views;" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "Restrições para despejos de tabelas" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "Limitadores para a tabela" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 msgid "Indexes for dumped tables" msgstr "Índices para tabelas despejadas" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 msgid "Indexes for table" msgstr "Índices para tabela" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 msgid "AUTO_INCREMENT for dumped tables" msgstr "AUTO_INCREMENT de tabelas despejadas" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 msgid "AUTO_INCREMENT for table" msgstr "AUTO_INCREMENT de tabela" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 msgid "MEDIA TYPES FOR TABLE" msgstr "TIPOS DE MÍDIA PARA TABELAS" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 msgid "RELATIONSHIPS FOR TABLE" msgstr "RELACIONAMENTOS PARA TABELAS" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "Isso demonstra que sua tabela utiliza gatilhos;" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, php-format msgid "Structure for view %s exported as a table" msgstr "Estrutura da view %s exportado como tabela" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "(Veja abaixo para a view atual)" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, php-format msgid "Error reading data for table %s:" msgstr "Erro ao ler dados para tabela %s:" -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 msgid "Creation:" msgstr "Criação:" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 msgid "Last update:" msgstr "Última actualização:" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 msgid "Last check:" msgstr "Última verificação:" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" "Sistema de banco de dados ou servidor de MySQL antigo para maximizar " "compatibilidade de saída com:" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "Opções de criação de objetos (todas são recomendadas)" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "Exportar conteúdo" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 msgid "Table:" msgstr "Tabela:" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "Propósito:" @@ -12554,27 +12549,27 @@ msgstr "Verifique quais os privilégios que o directório da base de dados tem." msgid "Details…" msgstr "Informações…" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 msgid "Could not save recent table!" msgstr "Não foi possível guardar a tabela recente!" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 msgid "Could not save favorite table!" msgstr "Não foi possível guardar a tabela favorita!" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 msgid "Recent tables" msgstr "Tabelas recentes" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 msgid "Recent" msgstr "Recente" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 msgid "Favorites" msgstr "Favoritos" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." @@ -12582,49 +12577,49 @@ msgstr "" "A conexão ao servidor está desativada. Por favor ative " "$cfg['AllowArbitraryServer'] nas configuração do phpMyAdmin." -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 msgid "Replication started successfully." msgstr "Replicação iniciada com sucesso." -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 msgid "Error starting replication." msgstr "Erro ao iniciar a replicação." -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 msgid "Replication stopped successfully." msgstr "Replicação parada com sucesso." -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 msgid "Error stopping replication." msgstr "Erro ao parar a replicação." -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 msgid "Replication resetting successfully." msgstr "Replicação reiniciada com sucesso." -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 msgid "Error resetting replication." msgstr "Erro ao reiniciar a replicação." -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "Sucesso." -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 msgid "Error." msgstr "Erro." -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "Erro desconhecido" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, fuzzy, php-format #| msgid "Unable to connect to master %s." msgid "Unable to connect to primary %s." msgstr "Não foi possível conectar ao master %s." -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 #, fuzzy #| msgid "" #| "Unable to read master log position. Possible privilege problem on master." @@ -12634,13 +12629,13 @@ msgstr "" "Não foi possível ler a posição do master log. Possívelmente é um problema de " "permissões no master." -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 #, fuzzy #| msgid "Unable to change master!" msgid "Unable to change primary!" msgstr "Não foi possível mudar de master!" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, fuzzy, php-format #| msgid "Master server changed successfully to %s." msgid "Primary server changed successfully to %s." @@ -12690,8 +12685,8 @@ msgid "Error while loading the search." msgstr "Erro ao carregar a pesquisa." #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 msgid "Native MySQL authentication" msgstr "Autenticação nativa do MySQL" @@ -12716,16 +12711,16 @@ msgstr "Autenticação do antigo MySQL 4.0" msgid "Account locking is not supported." msgstr "O bloqueio de conta não é suportado." -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "Sem privilégios." -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "Inclui todos os privilégios excepto GRANT." -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -12733,7 +12728,7 @@ msgstr "Inclui todos os privilégios excepto GRANT." msgid "Allows deleting data." msgstr "Permite apagar dados." -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -12741,7 +12736,7 @@ msgstr "Permite apagar dados." msgid "Allows creating new tables." msgstr "Permite criar novas tabelas." -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -12749,8 +12744,8 @@ msgstr "Permite criar novas tabelas." msgid "Allows dropping tables." msgstr "Permite apagar tabelas." -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -12758,8 +12753,8 @@ msgstr "Permite apagar tabelas." msgid "Allows creating and dropping indexes." msgstr "Permite criar e apagar indexes." -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -12767,9 +12762,9 @@ msgstr "Permite criar e apagar indexes." msgid "Allows altering the structure of existing tables." msgstr "Permite alterar a estrutura de tabelas existentes." -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -12779,9 +12774,9 @@ msgstr "Permite alterar a estrutura de tabelas existentes." msgid "Allows creating new views." msgstr "Permitir criar novas vistas." -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -12789,8 +12784,8 @@ msgstr "Permitir criar novas vistas." msgid "Allows performing SHOW CREATE VIEW queries." msgstr "Permite executar consultas SHOW CREATE VIEW." -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -12798,77 +12793,77 @@ msgstr "Permite executar consultas SHOW CREATE VIEW." msgid "Allows creating and dropping triggers." msgstr "Permite criar e apagar gatilhos." -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "Permite ler dados." -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "Permite inserir e substituir dados." -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "Permite alterar dados." -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "Permite criar novas Bases de Dados e tabelas." -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "Permite apagar Bases de Dados e tabelas." -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." msgstr "" "Permite recarregar as definições do servidor e limpar as caches do servidor." -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "Permite desligar o servidor." -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 msgid "Allows viewing processes of all users." msgstr "Permite visualizar processos de todos os utilizadores." -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "Permite importar ou exportar dados de e para ficheiros." -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "Não tem efeito nesta versão do MySQL." -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "Dá acesso à lista de bases de dados completa." -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -12880,19 +12875,19 @@ msgstr "" "necessário para a maioria das operações administrativas, como definir " "variáveis globais ou matar processos de outros utilizadores." -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "Permite criar tabelas temporárias." -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "Permite bloquear tabelas para a thread atual." -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 #, fuzzy @@ -12900,7 +12895,7 @@ msgstr "Permite bloquear tabelas para a thread atual." msgid "Needed for the replication replicas." msgstr "Necessário para a replicação dos slaves." -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 #, fuzzy @@ -12908,61 +12903,61 @@ msgstr "Necessário para a replicação dos slaves." msgid "Allows the user to ask where the replicas / primaries are." msgstr "Permitir que o utilizador pergunte onde os slaves / masters estão." -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 msgid "Allows to set up events for the event scheduler." msgstr "Permite definir eventos no agendador de eventos." #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 msgid "Allows deleting historical rows." msgstr "Permite apagar linhas históricas." -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "Permite criar rotinas armazenadas." -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "Permite alterar e apagar rotinas armazenadas." -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "Permite criar, apagar e mudar o nome das contas dos utilizadores." -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "Permite executar rotinas armazenadas." -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "A palavra-passe para %s foi alterada com sucesso." -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "Anulou os privilégios para %s." -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "Privilégio insuficiente para exibir utilizador(es)." -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -12970,84 +12965,84 @@ msgstr "Privilégio insuficiente para exibir utilizador(es)." msgid "Edit privileges" msgstr "Editar privilégios" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "Anula" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "Privilégios específicos da Base de Dados" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "Privilégios específicos da tabela" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 msgid "Routine" msgstr "Rotina" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 msgid "Routine-specific privileges" msgstr "Privilégios específicos de rotina" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "Nenhum utilizador selecionado para exclusão!" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "A recarregar privilégios" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "Os utilizadores selecionado foram apagados com sucesso." -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "Actualizou os privilégios de %s." -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 msgid "No user found." msgstr "Nenhum utilizador encontrado." -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "A apagar %s" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "O privilégios foram recarregados com sucesso." -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "O utilizador %s já existe!" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, php-format msgid "Privileges for %s" msgstr "Privilégios para %s" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "Utilizador" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " @@ -13057,7 +13052,7 @@ msgstr "" "localhost se conecte. Isso impedirá que outros utilizadores se conectem se a " "parte do host dessas contas permitir uma conexão de qualquer host (%)." -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, php-format msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " @@ -13070,7 +13065,7 @@ msgstr "" "privilégios que o servidor usa, se eles foram modificados manualmente. Neste " "caso, você deve %srecarregar os privilégios%s antes de continuar." -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " "tables. The content of these tables may differ from the privileges the " @@ -13084,7 +13079,7 @@ msgstr "" "caso, os privilégios devem ser recarregados, mas atualmente não tem o " "privilégio RELOAD." -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "Acrescentou um novo utilizador." @@ -13284,7 +13279,7 @@ msgstr "%s está desactivado neste servidor MySQL." msgid "This MySQL server does not support the %s storage engine." msgstr "Este servidor MySQL não suporta o mecanismo de armazenamento %s." -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "O nome da chave primária tem de ser \"PRIMARY\"!" @@ -13293,43 +13288,43 @@ msgstr "O nome da chave primária tem de ser \"PRIMARY\"!" msgid "Problems with indexes of table `%s`" msgstr "Problemas com os índices da tabela `%s`" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 msgid "Unknown table status:" msgstr "Estado da tabela desconhecido:" -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, php-format msgid "Source database `%s` was not found!" msgstr "A base de dados fonte `%s` não foi encontrada!" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, php-format msgid "Target database `%s` was not found!" msgstr "A base de dados de destino `%s` não foi encontrada!" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 msgid "Invalid database:" msgstr "Base de dados inválida:" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 msgid "Invalid table name:" msgstr "Nome da tabela inválido:" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, php-format msgid "Failed to rename table %1$s to %2$s!" msgstr "Falha ao mudar o nome da tabela %1$s para %2$s!" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, php-format msgid "Table %1$s has been renamed to %2$s." msgstr "Tabela %1$s renomeada para %2$s." -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 msgid "Could not save table UI preferences!" msgstr "Não foi possível guardar as preferências de interface da tabela!" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" @@ -13338,7 +13333,7 @@ msgstr "" "Falha ao limpar as preferências de interface da tabela (consulte " "$cfg['Servers'][$i]['MaxTableUiprefs'] %s)" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -13349,15 +13344,15 @@ msgstr "" "não serão constantes quando recarregar esta página. Por favor, verifique se " "a estrutura da tabela foi alterada." -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "Impossível renomear índice para PRIMARY!" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "Nenhuma parte do índice definida!" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "Erro criando chave estrangeira em %1$s (verifique tipo de dados)" @@ -13840,11 +13835,11 @@ msgstr "O prefil foi actualizado." msgid "Password is too long!" msgstr "Palavra-passe muito longa!" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 msgid "Could not save configuration" msgstr "Não foi possível guardar a configuração" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 #, fuzzy #| msgid "" #| "%sCreate%s the phpMyAdmin configuration storage in the current database." @@ -19424,6 +19419,10 @@ msgstr "Nome da VIEW" msgid "Column names" msgstr "Nome dos Campos" +#, php-format +#~ msgid "Analyze Explain at %s" +#~ msgstr "Analyze Explain em %s" + #~ msgid "Key is too short, it should have at least 32 characters." #~ msgstr "A chave é muito curta, deveria ter pelo menos 32 caracteres." diff --git a/po/pt_BR.po b/po/pt_BR.po index 9e3b1b9dcf..6e638bdade 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2022-09-30 18:54+0000\n" "Last-Translator: Maurício Meneghini Fauth \n" "Language-Team: Portuguese (Brazil) (includes info such as export timestamp, PHP version, " "and server version)" @@ -11680,12 +11675,12 @@ msgstr "" "Mostrar comentários (inclui informação como data e hora de exportação, " "versão do PHP e versão do servidor)" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 msgid "Additional custom header comment (\\n splits lines):" msgstr "" "Comentário adicional personalizado de cabeçalho (\\n separa as linhas):" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" @@ -11693,41 +11688,41 @@ msgstr "" "Inclui a timestamp da data de criação, última atualização e última " "verificação dos bancos de dados" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 msgid "Export metadata" msgstr "Exportar metadata" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 msgid "Add statements:" msgstr "Adicionar instruções:" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, php-format msgid "Add %s statement" msgstr "Adicionar comando %s" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "" "(menos eficiente pois os índices serão gerados durante a criação da tabela)" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, php-format msgid "%s value" msgstr "Valor de %s" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "Usar exportação para visualização simples" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" @@ -11735,37 +11730,37 @@ msgstr "" "Envolver nomes de tabela e colunas com crase (Protege os nomes de colunas " "e tabelas formados com caracteres especiais ou palavras chaves)" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 msgid "Data creation options" msgstr "Opções de criação de dados" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "Tabela truncada antes do insert" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "Em vez de usar declarações INSERT, use:" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "declarações INSERT DELAYED" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "declarações INSERT IGNORE" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "Função a ser usada para despejo de dados:" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "Sintaxe a usar para inserimento de dados:" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " @@ -11775,7 +11770,7 @@ msgstr "" "    Exemplo: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " "(1,2,3)" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " @@ -11785,7 +11780,7 @@ msgstr "" "    Exemplo: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" @@ -11793,7 +11788,7 @@ msgstr "" "ambos acima
      Exemplo: INSERT INTO tbl_name " "(col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" @@ -11801,7 +11796,7 @@ msgstr "" "nenhuma das opções acima
      Exemplo: INSERT INTO " "tbl_name VALUES (1,2,3)" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" @@ -11809,7 +11804,7 @@ msgstr "" "Despejar colunas binárias em notação hexadecimal (por exemplo, \"abc\" " "seria 0x616263)" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" @@ -11817,125 +11812,125 @@ msgstr "" "Despejar colunas TIMESTAMP em UTC (permite que colunas TIMESTAMP sejam " "despejadas e recarregadas entre servidores em fusos horários diferentes)" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "Parece que seu banco de dados utiliza rotinas;" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "exportar apelidos pode não funcionar confiavelmente em todos os casos." -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 msgid "Metadata" msgstr "Metadata" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, php-format msgid "Metadata for table %s" msgstr "Metadata para tabela %s" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, php-format msgid "Metadata for database %s" msgstr "Metadata para o banco de dados %s" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, php-format msgid "Error reading structure for table %s:" msgstr "Erro ao ler a estrutura para a tabela %s:" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "Parece que seu banco de dados utiliza visões;" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "Restrições para tabelas despejadas" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "Restrições para tabelas" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 msgid "Indexes for dumped tables" msgstr "Índices para tabelas despejadas" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 msgid "Indexes for table" msgstr "Índices de tabela" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 msgid "AUTO_INCREMENT for dumped tables" msgstr "AUTO_INCREMENT para tabelas despejadas" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 msgid "AUTO_INCREMENT for table" msgstr "AUTO_INCREMENT de tabela" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 msgid "MEDIA TYPES FOR TABLE" msgstr "TIPOS DE MÍDIA PARA TABELAS" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 msgid "RELATIONSHIPS FOR TABLE" msgstr "RELACIONAMENTOS PARA TABELAS" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "Parece que sua tabela usa acionadores;" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, php-format msgid "Structure for view %s exported as a table" msgstr "Estrutura da view %s exportado como tabela" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "(Veja abaixo para a visão atual)" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, php-format msgid "Error reading data for table %s:" msgstr "Erro ao ler dados para tabela %s:" -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 msgid "Creation:" msgstr "Criação:" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 msgid "Last update:" msgstr "Última atualização:" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 msgid "Last check:" msgstr "Última verificação:" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" "Sistema de banco de dados ou servidor de MySQL antigo para maximizar " "compatibilidade de saída com:" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "Opções de criação de objetos (todas são recomendadas)" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "Exportar conteúdo" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 msgid "Table:" msgstr "Tabela:" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "Propósito:" @@ -12533,27 +12528,27 @@ msgstr "" msgid "Details…" msgstr "Detalhes…" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 msgid "Could not save recent table!" msgstr "Não foi possível salvar a tabela recente!" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 msgid "Could not save favorite table!" msgstr "Não foi possível salvar a tabela favorita!" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 msgid "Recent tables" msgstr "Tabelas recentes" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 msgid "Recent" msgstr "Recente" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 msgid "Favorites" msgstr "Favoritos" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." @@ -12561,59 +12556,59 @@ msgstr "" "A conexão com o servidor está desabilitada. Por favor habilite em " "$cfg['AllowArbitraryServer'] nas configurações do phpMyAdmin." -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 msgid "Replication started successfully." msgstr "Replicação iniciada com sucesso." -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 msgid "Error starting replication." msgstr "Erro ao iniciar replicação." -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 msgid "Replication stopped successfully." msgstr "Replicação encerrada com sucesso." -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 msgid "Error stopping replication." msgstr "Erro ao parar replicação." -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 msgid "Replication resetting successfully." msgstr "Replicação reiniciada com sucesso." -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 msgid "Error resetting replication." msgstr "Erro ao reiniciar replicação." -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "Sucesso." -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 msgid "Error." msgstr "Erro." -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "Erro desconhecido" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, php-format msgid "Unable to connect to primary %s." msgstr "Não foi possível conectar ao primário %s." -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 msgid "" "Unable to read primary log position. Possible privilege problem on primary." msgstr "" "Não foi possível fazer a leitura da posição de log do primário. Possível " "problema de permissões no primário." -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 msgid "Unable to change primary!" msgstr "Não foi possível alterar o primário!" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, php-format msgid "Primary server changed successfully to %s." msgstr "Servidor primário alterado com sucesso para %s." @@ -12662,8 +12657,8 @@ msgid "Error while loading the search." msgstr "Erro ao carregar a pesquisa." #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 msgid "Native MySQL authentication" msgstr "Autenticação nativa do MySQL" @@ -12688,16 +12683,16 @@ msgstr "Autenticação do antigo MySQL 4.0" msgid "Account locking is not supported." msgstr "O bloqueio de conta não é suportado." -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "Sem privilégios." -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "Incluir todos os privilégios exceto o GRANT." -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -12705,7 +12700,7 @@ msgstr "Incluir todos os privilégios exceto o GRANT." msgid "Allows deleting data." msgstr "Permitir apagar dados." -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -12713,7 +12708,7 @@ msgstr "Permitir apagar dados." msgid "Allows creating new tables." msgstr "Permitir criar novas tabelas." -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -12721,8 +12716,8 @@ msgstr "Permitir criar novas tabelas." msgid "Allows dropping tables." msgstr "Permitir eliminar tabelas." -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -12730,8 +12725,8 @@ msgstr "Permitir eliminar tabelas." msgid "Allows creating and dropping indexes." msgstr "Permitir criar e eliminar índices." -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -12739,9 +12734,9 @@ msgstr "Permitir criar e eliminar índices." msgid "Allows altering the structure of existing tables." msgstr "Permitir alterar a estrutura das tabelas existentes." -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -12751,9 +12746,9 @@ msgstr "Permitir alterar a estrutura das tabelas existentes." msgid "Allows creating new views." msgstr "Permitir criar novas views." -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -12761,8 +12756,8 @@ msgstr "Permitir criar novas views." msgid "Allows performing SHOW CREATE VIEW queries." msgstr "Permitir executar consultas SHOW CREATE VIEW." -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -12770,77 +12765,77 @@ msgstr "Permitir executar consultas SHOW CREATE VIEW." msgid "Allows creating and dropping triggers." msgstr "Permitir criar e remover acionadores." -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "Permitir leitura de dados." -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "Permitir inserir e substituir dados." -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "Permitir modificar dados." -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "Permitir criar novos bancos de dados e tabelas." -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "Permitir eliminar bancos de dados e tabelas." -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." msgstr "" "Permitir recarregar configurações do servidor e limpar o cache do servidor." -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "Permitir desligar o servidor." -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 msgid "Allows viewing processes of all users." msgstr "Permitir visualizar processos de todos os usuários." -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "Permitir importar dados e exportar dados em arquivos." -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "Não tem nenhum efeito nessa versão do MySQL." -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "Dá acesso à lista completa de bancos de dados." -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -12852,85 +12847,85 @@ msgstr "" "necessário para a maioria das operações administrativas, como definir " "variáveis globais e matar processos de outros usuários." -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "Permitir criar tabelas temporárias." -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "Permitir bloquear tabelas para a processo atual." -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 msgid "Needed for the replication replicas." msgstr "Necessário para a replicação das réplicas." -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 msgid "Allows the user to ask where the replicas / primaries are." msgstr "Permitir que o usuário pergunte onde estão as réplicas/primários." -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 msgid "Allows to set up events for the event scheduler." msgstr "Permitir definir eventos no agendador de eventos." #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 msgid "Allows deleting historical rows." msgstr "Permite apagar linhas históricas." -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "Permitir criar rotinas armazenadas." -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "Permitir alterar e apagar rotinas armazenadas." -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "Permitir criar, apagar e renomear contas dos usuários." -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "Permitir executar rotinas armazenadas." -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "A senha para %s foi modificada com sucesso." -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "Você revogou os privilégios para %s." -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "Privilégio insuficiente para exibir o(s) usuário(s)." -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -12938,84 +12933,84 @@ msgstr "Privilégio insuficiente para exibir o(s) usuário(s)." msgid "Edit privileges" msgstr "Editar privilégios" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "Revogar" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "Privilégios específicos de banco de dados" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "Privilégios específicos de tabela" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 msgid "Routine" msgstr "Rotinas" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 msgid "Routine-specific privileges" msgstr "Privilégios específicos de rotina" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "Nenhum usuário selecionado para exclusão!" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "Recarregando os privilégios" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "Os usuários selecionados foram apagados com sucesso." -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "Você mudou os privilégios para %s." -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 msgid "No user found." msgstr "Nenhum usuário encontrado." -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "Eliminando %s" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "Os privilégios foram recarregados com sucesso." -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "O usuário %s já existe!" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, php-format msgid "Privileges for %s" msgstr "Privilégios para %s" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "Usuário" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " @@ -13025,7 +13020,7 @@ msgstr "" "conecte. Isso impedirá que outros usuários se conectem se a parte do host " "dessas contas permitir uma conexão de qualquer host (%)." -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, php-format msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " @@ -13038,7 +13033,7 @@ msgstr "" "privilégios que o servidor usa, se eles foram modificados manualmente. Neste " "caso, você deve %srecarregar os privilégios%s antes de continuar." -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " "tables. The content of these tables may differ from the privileges the " @@ -13052,7 +13047,7 @@ msgstr "" "caso, os privilégios devem ser recarregados, mas atualmente você não tem o " "privilégio RELOAD." -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "Você adicionou um novo usuário." @@ -13246,7 +13241,7 @@ msgstr "%s está desabilitado neste servidor MySQL." msgid "This MySQL server does not support the %s storage engine." msgstr "Esse servidor MySQL não suporta o motor de armazenamento %s." -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "O nome da chave primária deve ser \"PRIMARY\"!" @@ -13255,43 +13250,43 @@ msgstr "O nome da chave primária deve ser \"PRIMARY\"!" msgid "Problems with indexes of table `%s`" msgstr "Problemas com os índices da tabela `%s`" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 msgid "Unknown table status:" msgstr "Status desconhecido de tabela:" -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, php-format msgid "Source database `%s` was not found!" msgstr "O banco de dados fonte `%s` não foi encontrado!" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, php-format msgid "Target database `%s` was not found!" msgstr "O banco de dados alvo `%s` não foi encontrado!" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 msgid "Invalid database:" msgstr "Banco de dados inválido:" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 msgid "Invalid table name:" msgstr "Nome de tabela inválido:" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, php-format msgid "Failed to rename table %1$s to %2$s!" msgstr "Erro ao renomear tabela %1$s para %2$s!" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, php-format msgid "Table %1$s has been renamed to %2$s." msgstr "A tabela foi renomeada de %1$s para %2$s." -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 msgid "Could not save table UI preferences!" msgstr "Não foi possível salvar as preferências visuais da tabela!" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" @@ -13300,7 +13295,7 @@ msgstr "" "Falha ao limpar as preferências visuais da tabela (veja $cfg['Servers'][$i]" "['MaxTableUiprefs'] %s)" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -13311,15 +13306,15 @@ msgstr "" "permanecerão depois que você recarregar esta página. Favor cheque se a " "estrutura da tabela foi alterada." -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "Não foi possível renomear o índice para PRIMARY!" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "Nenhuma parte de índice definida!" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "Erro ao criar chave externa no %1$s (check data types)" @@ -13802,11 +13797,11 @@ msgstr "O perfil foi atualizado." msgid "Password is too long!" msgstr "Senha muito longa!" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 msgid "Could not save configuration" msgstr "A configuração não pôde ser salva" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 #, fuzzy #| msgid "" #| "%sCreate%s the phpMyAdmin configuration storage in the current database." @@ -19269,6 +19264,10 @@ msgstr "Nome da VIEW" msgid "Column names" msgstr "Nome das colunas" +#, php-format +#~ msgid "Analyze Explain at %s" +#~ msgstr "Explicação da analise em %s" + #~ msgid "Key is too short, it should have at least 32 characters." #~ msgstr "A chave é muito curta, deveria ter pelo menos 32 caracteres." diff --git a/po/rcf.po b/po/rcf.po index 431fde4f64..72ff51192d 100644 --- a/po/rcf.po +++ b/po/rcf.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2022-09-11 14:23+0000\n" "Last-Translator: William Desportes \n" "Language-Team: Réunion Creole (includes info such as export timestamp, PHP version, " "and server version)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 msgid "Additional custom header comment (\\n splits lines):" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 msgid "Export metadata" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 msgid "Add statements:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, php-format msgid "Add %s statement" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, php-format msgid "%s value" msgstr "" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 msgid "Data creation options" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " "(1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 msgid "Metadata" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, php-format msgid "Metadata for table %s" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, php-format msgid "Metadata for database %s" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, php-format msgid "Error reading structure for table %s:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 msgid "Indexes for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 msgid "Indexes for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 msgid "AUTO_INCREMENT for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 msgid "AUTO_INCREMENT for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 msgid "MEDIA TYPES FOR TABLE" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 msgid "RELATIONSHIPS FOR TABLE" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, php-format msgid "Structure for view %s exported as a table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, php-format msgid "Error reading data for table %s:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 msgid "Creation:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 msgid "Last update:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 msgid "Last check:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 msgid "Table:" msgstr "" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "" @@ -11345,83 +11340,83 @@ msgstr "" msgid "Details…" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 msgid "Could not save recent table!" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 msgid "Could not save favorite table!" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 msgid "Recent tables" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 msgid "Recent" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 msgid "Favorites" msgstr "" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." msgstr "" -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 msgid "Replication started successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 msgid "Error starting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 msgid "Replication stopped successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 msgid "Error stopping replication." msgstr "" -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 msgid "Replication resetting successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 msgid "Error resetting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "" -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 msgid "Error." msgstr "" -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, php-format msgid "Unable to connect to primary %s." msgstr "" -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 msgid "" "Unable to read primary log position. Possible privilege problem on primary." msgstr "" -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 msgid "Unable to change primary!" msgstr "" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, php-format msgid "Primary server changed successfully to %s." msgstr "" @@ -11468,8 +11463,8 @@ msgid "Error while loading the search." msgstr "" #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 msgid "Native MySQL authentication" msgstr "" @@ -11494,16 +11489,16 @@ msgstr "" msgid "Account locking is not supported." msgstr "" -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "" -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "" -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -11511,7 +11506,7 @@ msgstr "" msgid "Allows deleting data." msgstr "" -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -11519,7 +11514,7 @@ msgstr "" msgid "Allows creating new tables." msgstr "" -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -11527,8 +11522,8 @@ msgstr "" msgid "Allows dropping tables." msgstr "" -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -11536,8 +11531,8 @@ msgstr "" msgid "Allows creating and dropping indexes." msgstr "" -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -11545,9 +11540,9 @@ msgstr "" msgid "Allows altering the structure of existing tables." msgstr "" -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -11557,9 +11552,9 @@ msgstr "" msgid "Allows creating new views." msgstr "" -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -11567,8 +11562,8 @@ msgstr "" msgid "Allows performing SHOW CREATE VIEW queries." msgstr "" -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -11576,76 +11571,76 @@ msgstr "" msgid "Allows creating and dropping triggers." msgstr "" -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "" -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "" -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "" -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "" -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "" -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." msgstr "" -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "" -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 msgid "Allows viewing processes of all users." msgstr "" -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "" -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "" -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "" -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -11654,85 +11649,85 @@ msgid "" "killing threads of other users." msgstr "" -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "" -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "" -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 msgid "Needed for the replication replicas." msgstr "" -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 msgid "Allows the user to ask where the replicas / primaries are." msgstr "" -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 msgid "Allows to set up events for the event scheduler." msgstr "" #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 msgid "Allows deleting historical rows." msgstr "Ou autorise a moin pou supprime des données historique." -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "" -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "" -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "" -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -11740,91 +11735,91 @@ msgstr "" msgid "Edit privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 msgid "Routine" msgstr "" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 msgid "Routine-specific privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "" -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 msgid "No user found." msgstr "" -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, php-format msgid "Privileges for %s" msgstr "" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " "allows a connection from any (%) host." msgstr "" -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, php-format msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " @@ -11833,7 +11828,7 @@ msgid "" "%sreload the privileges%s before you continue." msgstr "" -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " "tables. The content of these tables may differ from the privileges the " @@ -11842,7 +11837,7 @@ msgid "" "privilege." msgstr "" -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "" @@ -12026,7 +12021,7 @@ msgstr "" msgid "This MySQL server does not support the %s storage engine." msgstr "" -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "" @@ -12035,50 +12030,50 @@ msgstr "" msgid "Problems with indexes of table `%s`" msgstr "" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 msgid "Unknown table status:" msgstr "" -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, php-format msgid "Source database `%s` was not found!" msgstr "" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, php-format msgid "Target database `%s` was not found!" msgstr "" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 msgid "Invalid database:" msgstr "" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 msgid "Invalid table name:" msgstr "" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, php-format msgid "Failed to rename table %1$s to %2$s!" msgstr "" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, php-format msgid "Table %1$s has been renamed to %2$s." msgstr "" -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 msgid "Could not save table UI preferences!" msgstr "" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" "['MaxTableUiprefs'] %s)" msgstr "" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -12086,15 +12081,15 @@ msgid "" "changed." msgstr "" -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "" @@ -12506,11 +12501,11 @@ msgstr "" msgid "Password is too long!" msgstr "" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 msgid "Could not save configuration" msgstr "" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 msgid "The phpMyAdmin configuration storage database could not be accessed." msgstr "" diff --git a/po/ro.po b/po/ro.po index 840e7d4579..24c5066b91 100644 --- a/po/ro.po +++ b/po/ro.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2022-12-08 08:48+0000\n" "Last-Translator: Emanuel \n" "Language-Team: Romanian (includes info such as export timestamp, PHP version, " "and server version)" @@ -11625,11 +11620,11 @@ msgstr "" "Afișează comentarii (include informații, cum ar fi datarea exportului, " "versiunea PHP și versiunea serverului)" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 msgid "Additional custom header comment (\\n splits lines):" msgstr "Comentariu antet personalizat suplimentar (\\n separă liniile):" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" @@ -11637,42 +11632,42 @@ msgstr "" "Include datarea când au fost create bazele de date, când au fost actualizate " "și verificate ultima dată" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 msgid "Export metadata" msgstr "Exportă metadate" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 msgid "Add statements:" msgstr "Adaugă declarații:" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, php-format msgid "Add %s statement" msgstr "Adaugă declarație %s" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "" "(mai puțin eficientă, deoarece indexurile vor fi generate în timpul creării " "tabelului)" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, php-format msgid "%s value" msgstr "Valoare %s" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" @@ -11680,37 +11675,37 @@ msgstr "" "Închide numele tabelelor și coloanelor cu ghilimele(Protejează numele " "coloanelor și tabelelor formate cu caractere speciale sau cuvinte cheie)" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 msgid "Data creation options" msgstr "Opțiuni creare date" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "Trunchiază tabelul înainte de inserare" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "În loc de declarațiile INSEREAZĂ, folosește:" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "Declarații INSERT DELAYED" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "Declarații INSERT IGNORE" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "Funcție de folosit când se elimină date:" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "Sintaxă de folosit când se inserează date:" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " @@ -11720,7 +11715,7 @@ msgstr "" "code>
      Exemplu: INSEREAZĂ ÎN tbl_name (col_A," "col_B,col_C) VALORILE (1,2,3)" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " @@ -11730,7 +11725,7 @@ msgstr "" "code>
      Exemplu: INSEREAZĂ ÎN tbl_name (col_A," "col_B,col_C) VALORILE (1,2,3), (4,5,6), (7,8,9)" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" @@ -11738,7 +11733,7 @@ msgstr "" "ambele de mai sus
      Exemplu: INSEREAZĂ ÎN " "tbl_name (col_A,col_B,col_C) VALORILE (1,2,3), (4,5,6), (7,8,9)" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" @@ -11746,7 +11741,7 @@ msgstr "" "niciuna de mai sus
      Exemplu: INSEREAZĂ ÎN " "tbl_name VALORILE (1,2,3)" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" @@ -11754,7 +11749,7 @@ msgstr "" "Elimină coloanele binare în notație hexazecimală (de exemplu, „abc” " "devine 0x616263)" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" @@ -11762,126 +11757,126 @@ msgstr "" "Elimină coloanele DATARE în UTC (permite coloanelor DATARE să fie " "eliminate și reîncărcate între servere în diferite fusuri orare)" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "Se pare că baza ta de date folosește rutine;" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "exportul aliasului poate să nu funcționeze fiabil în toate cazurile." -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 msgid "Metadata" msgstr "Metadate" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, php-format msgid "Metadata for table %s" msgstr "Metadate pentru tabelul %s" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, php-format msgid "Metadata for database %s" msgstr "Metadate pentru baza de date %s" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, php-format msgid "Error reading structure for table %s:" msgstr "Eroare la citirea structurii tabelului %s:" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "Se pare că baza ta de date folosește vizualizări;" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "Constrângeri pentru tabele eliminate" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "Constrângeri pentru tabele" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 msgid "Indexes for dumped tables" msgstr "Indexuri pentru tabele eliminate" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 msgid "Indexes for table" msgstr "Indexuri pentru tabele" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 msgid "AUTO_INCREMENT for dumped tables" msgstr "AUTO_INCREMENT pentru tabele eliminate" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 msgid "AUTO_INCREMENT for table" msgstr "AUTO_INCREMENT pentru tabele" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 #, fuzzy msgid "MEDIA TYPES FOR TABLE" msgstr "TIPURI DE MIME PENTRU TABELE" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 msgid "RELATIONSHIPS FOR TABLE" msgstr "RELAȚII PENTRU TABELE" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "Se pare că tabelul tău folosește declanșatori;" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, php-format msgid "Structure for view %s exported as a table" msgstr "Structură pentru vizualizarea %s exportată ca un tabel" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "(Vezi mai jos vizualizarea actuală)" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, php-format msgid "Error reading data for table %s:" msgstr "Eroare la citirea datelor pentru tabelul %s:" -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 msgid "Creation:" msgstr "Creare:" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 msgid "Last update:" msgstr "Ultima actualizare:" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 msgid "Last check:" msgstr "Ultima verificare:" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" "Sistem baze de date sau server MySQL mai vechi pentru a maximiza " "compatibilitatea ieșirilor cu:" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "Opțiuni creare obiect (toate sunt recomandate)" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "Exportă conținuturi" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 msgid "Table:" msgstr "Tabel:" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "Scop:" @@ -12462,27 +12457,27 @@ msgstr "Te rog verifică privilegiile directorului care conține baza de date." msgid "Details…" msgstr "Detalii…" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 msgid "Could not save recent table!" msgstr "Nu am putut salva tabelul recent!" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 msgid "Could not save favorite table!" msgstr "Nu am putut salva tabelul favorit!" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 msgid "Recent tables" msgstr "Tabele recente" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 msgid "Recent" msgstr "Recente" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 msgid "Favorites" msgstr "Favorite" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." @@ -12490,48 +12485,48 @@ msgstr "" "Conexiunea la server este dezactivată, te rog activează " "$cfg['AllowArbitraryServer'] în configurarea phpMyAdmin." -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 msgid "Replication started successfully." msgstr "Replicare începută cu succes." -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 msgid "Error starting replication." msgstr "Eroare la începerea replicării." -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 msgid "Replication stopped successfully." msgstr "Replicare oprită cu succes." -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 msgid "Error stopping replication." msgstr "Eroare la oprirea replicării." -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 msgid "Replication resetting successfully." msgstr "Replicare resetată cu succes." -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 msgid "Error resetting replication." msgstr "Eroare la resetarea replicării." -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "Succes." -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 msgid "Error." msgstr "Eroare." -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "Eroare necunoscută" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, fuzzy, php-format msgid "Unable to connect to primary %s." msgstr "Nu pot face conexiunea la master %s." -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 #, fuzzy msgid "" "Unable to read primary log position. Possible privilege problem on primary." @@ -12539,12 +12534,12 @@ msgstr "" "Nu pot citi poziția jurnalului master. Posibilă problemă de privilegii la " "master." -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 #, fuzzy msgid "Unable to change primary!" msgstr "Nu pot schimba master-ul!" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, fuzzy, php-format msgid "Primary server changed successfully to %s." msgstr "Serverul master schimbat cu succes în %s." @@ -12593,8 +12588,8 @@ msgid "Error while loading the search." msgstr "Eroare în timpul încărcării căutării." #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 msgid "Native MySQL authentication" msgstr "Autentificare nativă MySQL" @@ -12622,16 +12617,16 @@ msgstr "Autentificare nativă MySQL" msgid "Account locking is not supported." msgstr "" -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "Niciun privilegiu." -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "Include toate privilegiile, cu excepția ACORDĂ." -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -12639,7 +12634,7 @@ msgstr "Include toate privilegiile, cu excepția ACORDĂ." msgid "Allows deleting data." msgstr "Permite ștergerea datelor." -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -12647,7 +12642,7 @@ msgstr "Permite ștergerea datelor." msgid "Allows creating new tables." msgstr "Permite crearea de tabele noi." -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -12655,8 +12650,8 @@ msgstr "Permite crearea de tabele noi." msgid "Allows dropping tables." msgstr "Permite eliminarea tabelelor." -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -12664,8 +12659,8 @@ msgstr "Permite eliminarea tabelelor." msgid "Allows creating and dropping indexes." msgstr "Permite crearea și eliminarea indexurilor." -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -12673,9 +12668,9 @@ msgstr "Permite crearea și eliminarea indexurilor." msgid "Allows altering the structure of existing tables." msgstr "Permite modificarea structurii tabelelor existente." -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -12685,9 +12680,9 @@ msgstr "Permite modificarea structurii tabelelor existente." msgid "Allows creating new views." msgstr "Permite crearea de vizualizări noi." -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -12695,8 +12690,8 @@ msgstr "Permite crearea de vizualizări noi." msgid "Allows performing SHOW CREATE VIEW queries." msgstr "Permite executarea interogărilor ARATĂ CREARE VIZUALIZARE." -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -12704,40 +12699,40 @@ msgstr "Permite executarea interogărilor ARATĂ CREARE VIZUALIZARE." msgid "Allows creating and dropping triggers." msgstr "Permite crearea și eliminarea declanșatorilor." -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "Permite citirea datelor." -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "Permite inserarea și înlocuirea datelor." -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "Permite modificarea datelor." -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "Permite crearea de baze de date și tabele noi." -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "Permite eliminarea bazelor de date și tabelelor." -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." @@ -12745,37 +12740,37 @@ msgstr "" "Permite reîncărcarea setărilor serverului și golirea memoriei cache a " "serverului." -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "Permite oprirea serverului." -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 msgid "Allows viewing processes of all users." msgstr "Permite vizualizarea proceselor pentru toți utilizatorii." -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "Permite importul datelor din fișiere și exportul datelor în fișiere." -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "Nu are niciun efect în această versiune MySQL." -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "Dă acces la lista completă de baze de date." -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -12787,33 +12782,33 @@ msgstr "" "necesară pentru majoritatea operațiunilor administrative, cum ar fi setarea " "variabilelor globale sau oprirea firelor de execuție a altor utilizatori." -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "Permite crearea tabelelor temporare." -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "Permite blocarea tabelelor pentru firul de execuție curent." -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 #, fuzzy msgid "Needed for the replication replicas." msgstr "Necesară pentru sclavii de replicare." -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 #, fuzzy msgid "Allows the user to ask where the replicas / primaries are." msgstr "Permite utilizatorului să întrebe unde sunt serverele sclav/master." -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 msgid "Allows to set up events for the event scheduler." @@ -12821,55 +12816,55 @@ msgstr "" "Permite inițializarea evenimentelor pentru programatorul de evenimente." #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 #, fuzzy msgid "Allows deleting historical rows." msgstr "Permite ștergerea datelor." -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "Permite crearea de rutine stocate." -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "Permite modificarea și eliminarea rutinelor stocate." -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "Permite crearea, eliminarea și redenumirea conturilor utilizatorilor." -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "Permite executarea rutinelor stocate." -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "Parola pentru %s a fost schimbată cu succes." -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "Ai revocat privilegiile pentru %s." -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "Nu ai privilegii suficiente pentru a vedea utilizatorii." -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -12877,84 +12872,84 @@ msgstr "Nu ai privilegii suficiente pentru a vedea utilizatorii." msgid "Edit privileges" msgstr "Editează privilegiile" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "Revocă" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "Privilegii specifice bazei de date" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "Privilegii specifice tabelului" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 msgid "Routine" msgstr "Rutină" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 msgid "Routine-specific privileges" msgstr "Privilegii specifice rutinei" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "Niciun utilizator selectat pentru ștergere!" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "Reîncarc privilegiile" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "Utilizatorii selectați au fost șterși cu succes." -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "Ai actualizat privilegiile pentru %s." -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 msgid "No user found." msgstr "Niciun utilizator găsit." -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "Șterg %s" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "Privilegiile au fost reîncărcate cu succes." -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "Utilizatorul %s există deja!" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, php-format msgid "Privileges for %s" msgstr "Privilegii pentru %s" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "Utilizator" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " @@ -12964,7 +12959,7 @@ msgstr "" "conecteze. Acest lucru va împiedica conectarea altor utilizatori dacă partea " "gazdă a contului lor permite o conexiune de la orice gazdă (%)." -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, php-format msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " @@ -12977,7 +12972,7 @@ msgstr "" "privilegiile pe care le utilizează serverul, dacă au fost modificate manual. " "În acest caz, ar trebui %ssă reîncarci privilegiile%s înainte de a continua." -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " "tables. The content of these tables may differ from the privileges the " @@ -12991,7 +12986,7 @@ msgstr "" "În acest caz, privilegiile ar trebui să fie reîncărcate, dar în prezent nu " "ai privilegiul REÎNCARCĂ." -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "Ai adăugat un utilizator nou." @@ -13187,7 +13182,7 @@ msgstr "%s a fost dezactivat pentru acest server MySQL." msgid "This MySQL server does not support the %s storage engine." msgstr "Acest server MySQL nu suportă motorul de stocare %s." -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "Numele cheii principale trebuie să fie „PRIMARY”!" @@ -13196,43 +13191,43 @@ msgstr "Numele cheii principale trebuie să fie „PRIMARY”!" msgid "Problems with indexes of table `%s`" msgstr "Probleme cu indexurile tabelului „%s”" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 msgid "Unknown table status:" msgstr "Stare tabel necunoscută:" -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, php-format msgid "Source database `%s` was not found!" msgstr "Baza de date sursă „%s” nu a fost găsită!" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, php-format msgid "Target database `%s` was not found!" msgstr "Baza de date țintă „%s” nu a fost găsită!" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 msgid "Invalid database:" msgstr "Bază de date invalidă:" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 msgid "Invalid table name:" msgstr "Nume tabel invalid:" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, php-format msgid "Failed to rename table %1$s to %2$s!" msgstr "Redenumirea tabelului %1$s în %2$s a eșuat!" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, php-format msgid "Table %1$s has been renamed to %2$s." msgstr "Tabelul %1$s a fost redenumit în %2$s." -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 msgid "Could not save table UI preferences!" msgstr "Nu am putut salva preferințele UI tabel!" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" @@ -13241,7 +13236,7 @@ msgstr "" "Ștergerea preferințelor UI tabel a eșuat (vezi $cfg['Servers'][$i]" "['MaxTableUiprefs'] %s)" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -13252,15 +13247,15 @@ msgstr "" "după ce reîncarci pagina. Te rog verifică dacă structura tabelului a fost " "modificată." -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "Nu pot redenumi indexul în PRIMARY!" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "Nicio parte de index definită!" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "Eroare la crearea cheii străine pe %1$s (verifică tipurile dedate)" @@ -13733,11 +13728,11 @@ msgstr "Profilul a fost actualizat." msgid "Password is too long!" msgstr "Parola este prea lungă!" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 msgid "Could not save configuration" msgstr "Nu am putut salva configurarea" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 #, fuzzy #| msgid "" #| "%sCreate%s the phpMyAdmin configuration storage in the current database." diff --git a/po/ru.po b/po/ru.po index 959c40a2f1..87633d7f65 100644 --- a/po/ru.po +++ b/po/ru.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2022-09-15 13:15+0000\n" "Last-Translator: Андрей \n" "Language-Team: Russian (includes info such as export timestamp, PHP version, " "and server version)" @@ -11675,12 +11670,12 @@ msgstr "" "Вывести комментарии (включает такую информацию, как: время экспорта, " "версия PHP, и версия MySQL сервера)" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 msgid "Additional custom header comment (\\n splits lines):" msgstr "" "Добавить в заголовок собственный комментарий (\\n для разделения строк):" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" @@ -11688,41 +11683,41 @@ msgstr "" "Включить время создания базы данных, время последнего обновления, и время " "последней проверки" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 msgid "Export metadata" msgstr "Экспорт метаданных" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 msgid "Add statements:" msgstr "Добавить выражения:" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, php-format msgid "Add %s statement" msgstr "Добавить выражение %s" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "" "(менее эффективно, т.к. индексы будут созданы во время создания таблицы)" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, php-format msgid "%s value" msgstr "%s значение" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" @@ -11730,37 +11725,37 @@ msgstr "" "Заключить имена таблиц и полей в обратные кавычки (Защищает имена таблиц " "и полей содержащих специальные символы или зарезервированные слова)" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 msgid "Data creation options" msgstr "Параметры создания данных" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "Очистить таблицу перед добавлением данных" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "Использовать вместо INSERT выражения:" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "INSERT DELAYED" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "INSERT IGNORE" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "Использовать оператор при сохранении данных:" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "Использовать синтаксис при вставке данных:" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " @@ -11770,7 +11765,7 @@ msgstr "" "    Пример: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " "(1,2,3)" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " @@ -11780,7 +11775,7 @@ msgstr "" "    Пример: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" @@ -11789,7 +11784,7 @@ msgstr "" "INSERT INTO tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), " "(7,8,9)" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" @@ -11797,7 +11792,7 @@ msgstr "" "ни один из выше перечисленных
      Пример: INSERT " "INTO tbl_name VALUES (1,2,3)" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" @@ -11805,7 +11800,7 @@ msgstr "" "Сохранение бинарных полей в шестнадцатеричном виде (к примеру, \"abc\" " "станет 0x616263)" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" @@ -11814,125 +11809,125 @@ msgstr "" "поля с типом TIMESTAMP между серверами находящимися в различных временных " "зонах)" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "Кажется, ваша база данных использует подпрограммы;" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "экспорт псевдонима не может надёжно работать во всех случаях." -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 msgid "Metadata" msgstr "Метаданные" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, php-format msgid "Metadata for table %s" msgstr "Метаданные для таблицы %s" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, php-format msgid "Metadata for database %s" msgstr "Метаданные для базы данных %s" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, php-format msgid "Error reading structure for table %s:" msgstr "Структура чтения ошибок для таблицы %s:" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "Похоже, что база данных использует представления;" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "Ограничения внешнего ключа сохраненных таблиц" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "Ограничения внешнего ключа таблицы" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 msgid "Indexes for dumped tables" msgstr "Индексы сохранённых таблиц" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 msgid "Indexes for table" msgstr "Индексы таблицы" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 msgid "AUTO_INCREMENT for dumped tables" msgstr "AUTO_INCREMENT для сохранённых таблиц" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 msgid "AUTO_INCREMENT for table" msgstr "AUTO_INCREMENT для таблицы" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 msgid "MEDIA TYPES FOR TABLE" msgstr "МЕДИАТИПЫ ДЛЯ ТАБЛИЦЫ" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 msgid "RELATIONSHIPS FOR TABLE" msgstr "ССЫЛКИ ТАБЛИЦЫ" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "Похоже, что ваша таблица использует триггеры;" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, php-format msgid "Structure for view %s exported as a table" msgstr "Структура для представления %s экспортирована как таблица" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "(См. Ниже фактическое представление)" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, php-format msgid "Error reading data for table %s:" msgstr "Ошибка считывания данных таблицы %s:" -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 msgid "Creation:" msgstr "Создание:" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 msgid "Last update:" msgstr "Последнее обновление:" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 msgid "Last check:" msgstr "Последняя проверка:" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" "Максимальная совместимость с системой базы данных, или устаревшей версией " "MySQL:" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "Параметры создания объекта (рекомендуется выбрать все)" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "Экспортировать содержимое" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 msgid "Table:" msgstr "Таблица:" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "Цель:" @@ -12524,27 +12519,27 @@ msgstr "Пожалуйста, проверьте привилегии катал msgid "Details…" msgstr "Детали…" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 msgid "Could not save recent table!" msgstr "Не удалось сохранить таблицу недавно использованного!" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 msgid "Could not save favorite table!" msgstr "Невозможно записать таблицу избранного!" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 msgid "Recent tables" msgstr "Недавние таблицы" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 msgid "Recent" msgstr "Недавнее" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 msgid "Favorites" msgstr "Избранное" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." @@ -12552,60 +12547,60 @@ msgstr "" "Подключение к серверу отключено, включите $cfg['AllowArbitraryServer'] в " "конфигурации phpMyAdmin." -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 msgid "Replication started successfully." msgstr "Репликация началась успешно." -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 msgid "Error starting replication." msgstr "Ошибка при начале репликации." -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 msgid "Replication stopped successfully." msgstr "Репликация остановлена успешно." -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 msgid "Error stopping replication." msgstr "Ошибка при остановке репликации." -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 msgid "Replication resetting successfully." msgstr "Репликация сброшена успешно." -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 msgid "Error resetting replication." msgstr "Ошибка при сбросе репликации." -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "Успех." -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 msgid "Error." msgstr "Ошибка." -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "Неизвестная ошибка" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, fuzzy, php-format #| msgid "Unable to connect to master %s." msgid "Unable to connect to primary %s." msgstr "Невозможно соединиться с головным сервером %s." -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 msgid "" "Unable to read primary log position. Possible privilege problem on primary." msgstr "" "Невозможно прочесть позицию журнала у головного сервера. Вероятно проблема в " "настройке привилегий головного сервера." -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 msgid "Unable to change primary!" msgstr "Невозможно изменить главный сервер!" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, php-format msgid "Primary server changed successfully to %s." msgstr "Главный сервер успешно изменён на %s." @@ -12652,8 +12647,8 @@ msgid "Error while loading the search." msgstr "Ошибка при загрузке поиска." #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 msgid "Native MySQL authentication" msgstr "Собственная проверка подлинности MySQL" @@ -12684,16 +12679,16 @@ msgstr "Собственная проверка подлинности MySQL" msgid "Account locking is not supported." msgstr "" -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "Нет привилегий." -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "Содержит все привилегии, за исключением GRANT." -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -12701,7 +12696,7 @@ msgstr "Содержит все привилегии, за исключение msgid "Allows deleting data." msgstr "Разрешает удаление данных." -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -12709,7 +12704,7 @@ msgstr "Разрешает удаление данных." msgid "Allows creating new tables." msgstr "Разрешает создание новых таблиц." -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -12717,8 +12712,8 @@ msgstr "Разрешает создание новых таблиц." msgid "Allows dropping tables." msgstr "Разрешает удаление таблиц." -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -12726,8 +12721,8 @@ msgstr "Разрешает удаление таблиц." msgid "Allows creating and dropping indexes." msgstr "Разрешает создание и удаление индексов." -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -12735,9 +12730,9 @@ msgstr "Разрешает создание и удаление индексов msgid "Allows altering the structure of existing tables." msgstr "Разрешает изменение структуры существующих таблиц." -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -12747,9 +12742,9 @@ msgstr "Разрешает изменение структуры существ msgid "Allows creating new views." msgstr "Разрешает создание новых представлений (CREATE VIEW)." -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -12757,8 +12752,8 @@ msgstr "Разрешает создание новых представлени msgid "Allows performing SHOW CREATE VIEW queries." msgstr "Разрешает вывод запроса создающего представление (SHOW CREATE VIEW)." -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -12766,76 +12761,76 @@ msgstr "Разрешает вывод запроса создающего пре msgid "Allows creating and dropping triggers." msgstr "Разрешает создание и удаление триггеров." -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "Разрешает выборку данных." -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "Разрешает вставку и замену данных." -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "Разрешает изменение данных." -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "Разрешает создание новых баз данных и таблиц." -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "Разрешает удаление баз данных и таблиц." -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." msgstr "Разрешает перезагрузку настроек сервера и очистку его кешей." -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "Разрешает остановку сервера." -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 msgid "Allows viewing processes of all users." msgstr "Разрешает просмотр процессов всех пользователей." -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "Разрешает импорт и экспорт данных в файлы." -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "Не доступно в данной версии MySQL." -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "Разрешает доступ к полному списку баз данных." -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -12848,87 +12843,87 @@ msgstr "" "установка глобальных переменных или завершение процессов других " "пользователей)." -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "Разрешает создание временных таблиц." -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "Разрешает блокировку таблиц для текущего потока." -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 msgid "Needed for the replication replicas." msgstr "Необходимо для подчиненных серверов при репликации." -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 msgid "Allows the user to ask where the replicas / primaries are." msgstr "" "Разрешает запрашивать местонахождение головного и подчиненных серверов." -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 msgid "Allows to set up events for the event scheduler." msgstr "Разрешает настройку отложенных событий." #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 msgid "Allows deleting historical rows." msgstr "Разрешает удаление исторических строк." -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "Разрешает создание хранимых процедур." -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "Разрешает изменение и удаление хранимых процедур." -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "" "Разрешает создание, удаление и переименование учетных записей пользователей." -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "Разрешает выполнение хранимых процедур." -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "Пароль для %s был успешно изменён." -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "Вы отменили привилегии для %s." -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "Недостаточно прав для просмотра пользователей." -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -12936,84 +12931,84 @@ msgstr "Недостаточно прав для просмотра пользо msgid "Edit privileges" msgstr "Редактировать привилегии" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "Отменить" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "Привилегии уровня базы данных" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "Привилегии уровня таблицы" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 msgid "Routine" msgstr "Процедура" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 msgid "Routine-specific privileges" msgstr "Привилегии процедур" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "Не выбраны пользователи, подлежащие удалению!" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "Перезагрузка привилегий" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "Выбранные пользователи были успешно удалены." -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "Вы обновили привилегии для %s." -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 msgid "No user found." msgstr "Пользователь не найден." -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "Удаление %s" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "Привилегии были успешно перезагружены." -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "Пользователь %s уже существует!" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, php-format msgid "Privileges for %s" msgstr "Привилегии для %s" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "Пользователь" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " @@ -13024,7 +13019,7 @@ msgstr "" "пользователей, если хост-часть их учетной записи разрешает соединение с " "любым (%) хостом." -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, php-format msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " @@ -13037,7 +13032,7 @@ msgstr "" "отличаться от привилегий, используемых сервером, если они были изменены " "вручную. В этом случае необходимо %sперезагрузить привилегии%s." -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " "tables. The content of these tables may differ from the privileges the " @@ -13051,7 +13046,7 @@ msgstr "" "вручную. В этом случае требуется перезагрузка привилегий, но привилегия " "RELOAD Вам не предоставлена." -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "Вы добавили нового пользователя." @@ -13245,7 +13240,7 @@ msgstr "Тип таблиц %s был отключен на данном MySQL msgid "This MySQL server does not support the %s storage engine." msgstr "Данный сервер MySQL не поддерживает тип таблиц %s." -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "Имя первичного индекса должно быть \"PRIMARY\"!" @@ -13254,43 +13249,43 @@ msgstr "Имя первичного индекса должно быть \"PRIMA msgid "Problems with indexes of table `%s`" msgstr "Проблемы с индексами таблицы `%s`" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 msgid "Unknown table status:" msgstr "Неизвестный статус таблицы:" -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, php-format msgid "Source database `%s` was not found!" msgstr "База данных `%s`, являющаяся источником, не найдена!" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, php-format msgid "Target database `%s` was not found!" msgstr "База данных `%s`, являющаяся целевой, не найдена!" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 msgid "Invalid database:" msgstr "Некорректная база данных:" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 msgid "Invalid table name:" msgstr "Некорректное имя таблицы:" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, php-format msgid "Failed to rename table %1$s to %2$s!" msgstr "Не удалось переименовать таблицу %1$s в %2$s!" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, php-format msgid "Table %1$s has been renamed to %2$s." msgstr "Таблица %1$s была переименована в %2$s." -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 msgid "Could not save table UI preferences!" msgstr "Не удалось сохранить настройки пользовательского интерфейса!" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" @@ -13299,7 +13294,7 @@ msgstr "" "Ошибка при очистке таблицы содержащей настройки пользовательского интерфейса " "(смотрите переменную $cfg['Servers'][$i]['MaxTableUiprefs'] %s)" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -13310,15 +13305,15 @@ msgstr "" "перезагрузки страницы, изменения интерфейса будут отменены. Пожалуйста, " "проверьте изменена ли структура таблицы." -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "Невозможно переименовать индекс в PRIMARY!" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "Части индекса не определены!" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "Ошибка создания внешнего ключа на %1$s (проверьте типы данных)" @@ -13794,11 +13789,11 @@ msgstr "Профиль был обновлен." msgid "Password is too long!" msgstr "Пароль слишком длинный!" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 msgid "Could not save configuration" msgstr "Не получилось сохранить настройки" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 #, fuzzy #| msgid "" #| "%sCreate%s the phpMyAdmin configuration storage in the current database." @@ -19305,6 +19300,10 @@ msgstr "VIEW название" msgid "Column names" msgstr "Названия столбцов" +#, php-format +#~ msgid "Analyze Explain at %s" +#~ msgstr "Результат анализа %s" + #~ msgid "Key is too short, it should have at least 32 characters." #~ msgstr "Ключ слишком короткий, он должен содержать не менее 32 символов." diff --git a/po/si.po b/po/si.po index 2427daac30..87d7c76776 100644 --- a/po/si.po +++ b/po/si.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2022-02-15 16:21+0000\n" "Last-Translator: Maurício Meneghini Fauth \n" "Language-Team: Sinhala (includes info such as export timestamp, PHP version, " "and server version)" @@ -11839,54 +11834,54 @@ msgstr "" "විස්තර පෙන්වන්න (අපනයන වේලාව, PHP අනුවාදය සහ සේවාදායකයේ අනුවාදය වැනි තොරතුරු ඇතුලත් " "කරන්න)" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 msgid "Additional custom header comment (\\n splits lines):" msgstr "හෙඩිමට වෙනත් විස්තර එක් කරන්න (\\n පේළි වි‍භේදනය):" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" msgstr "" "දත්තගබඩා සෑදූ, අවසන් වරට යාවත්කාලීන කල හා අවසන් වරට පරීක්ෂා කල වේලාවන් ඇතුලත් කරන්න" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 #, fuzzy #| msgid "Export method" msgid "Export metadata" msgstr "අපනයන ක්‍රමය" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 msgid "Add statements:" msgstr "ප්‍රකාශ එක් කරන්න:" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, php-format msgid "Add %s statement" msgstr "%s ප්‍රකාශය එක්කරන්න" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, fuzzy, php-format #| msgid "Session value" msgid "%s value" msgstr "සැසි අගය" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" @@ -11894,37 +11889,37 @@ msgstr "" "වගු සහ තීර නාමයන් පසු උධෘත මගින් අවුරන්න (විශේෂ අනුලකුණු හෝ මූල පද වලින් සැදි වගු සහ තීර " "නාමයන් ආරක්ෂා කරයි)" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 msgid "Data creation options" msgstr "දත්ත සෑදීමේ විකල්ප" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "ඇතුල් කිරීම් වලට පෙර වගුව හිස් කරන්න" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "INSERT ප්‍රකාශ වෙනුවට භාවිතා කරන්න:" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "INSERT DELAYED ප්‍රකාශ" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "INSERT IGNORE ප්‍රකාශ" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "දත්ත නික්ෂේපනයේදී භාවිතා කල යුතු ශ්‍රිතය:" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "දත්ත ඇතුළු කිරීමේදී භාවිතා කලයුතු වාග් රීතිය:" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " @@ -11933,7 +11928,7 @@ msgstr "" "සියලුම INSERT ප්‍රකාශ වල තීර නම් ඇතුලත් කරන්න
      " "උදාහරණ: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES (1,2,3)" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " @@ -11943,7 +11938,7 @@ msgstr "" "    උදාහරණ: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" @@ -11951,7 +11946,7 @@ msgstr "" "ඉහත දෙවර්ගයම
      උදාහරණ: INSERT INTO tbl_name " "(col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" @@ -11959,14 +11954,14 @@ msgstr "" "ඉහත එක් වර්ගයක්වත් නොව
      උදාහරණ: INSERT INTO " "tbl_name VALUES (1,2,3)" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" msgstr "" "ද්වීමය තීර hexadecimal ලෙස නික්ෂේපනය කරන්න (උදාහරණ: \"abc\", 0x616263 ලෙස)" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" @@ -11974,142 +11969,142 @@ msgstr "" "TIMESTAMP තීර UTC ලෙස නික්ෂේපනය කරන්න (වෙනස් වේලා කලාපවල ඇති සේවාදායක අතර " "TIMESTAMP තීර නික්ෂේපනය හා ප්‍රතිපූරණයට අවස්ථාව ලබා දේ)" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 #, fuzzy #| msgid "Missing data for %s" msgid "Metadata" msgstr "%s සඳහා දත්ත නොමැත" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, fuzzy, php-format #| msgid "Missing data for %s" msgid "Metadata for table %s" msgstr "%s සඳහා දත්ත නොමැත" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, fuzzy, php-format #| msgid "Missing data for %s" msgid "Metadata for database %s" msgstr "%s සඳහා දත්ත නොමැත" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, fuzzy, php-format #| msgid "Table structure for table" msgid "Error reading structure for table %s:" msgstr "වගුවක් සඳහා වගු සැකිල්ල" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "නික්ෂේපනය කරන ලද වගු සඳහා සීමා බාධක" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "වගුව සඳහා සීමා බාධක" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 #, fuzzy #| msgid "Constraints for dumped tables" msgid "Indexes for dumped tables" msgstr "නික්ෂේපනය කරන ලද වගු සඳහා සීමා බාධක" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 #, fuzzy #| msgid "Inside tables:" msgid "Indexes for table" msgstr "වගු තුල:" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 #, fuzzy #| msgid "Do not use AUTO_INCREMENT for zero values" msgid "AUTO_INCREMENT for dumped tables" msgstr "ශුන්‍ය අගයන් සඳහා AUTO_INCREMENT භාවිතා නොකරන්න" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 #, fuzzy #| msgid "Add AUTO_INCREMENT value" msgid "AUTO_INCREMENT for table" msgstr "AUTO_INCREMENT අගයක් එක් කරන්න" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 #, fuzzy #| msgid "MIME TYPES FOR TABLE" msgid "MEDIA TYPES FOR TABLE" msgstr "MIME TYPES FOR TABLE" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 #, fuzzy #| msgid "RELATIONS FOR TABLE" msgid "RELATIONSHIPS FOR TABLE" msgstr "RELATIONS FOR TABLE" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, fuzzy, php-format #| msgid "Structure for view" msgid "Structure for view %s exported as a table" msgstr "දසුන සඳහා සැකිල්ල" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, fuzzy, php-format #| msgid "Error reading data:" msgid "Error reading data for table %s:" msgstr "දත්ත කියවීමේදී දෝෂයකි:" -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 msgid "Creation:" msgstr "සෑදීම:" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 msgid "Last update:" msgstr "අවසන් යාවත්කාලීන කිරීම:" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 msgid "Last check:" msgstr "අවසන් පරීක්ෂාව:" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "ප්‍රතිදාන අනුකූලතාව උපරිම කල යුතු පැරණි MySQL සේවාදායකය හෝ වෙනත් දත්තගබඩා පද්ධතිය:" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "වස්තු නිර්මාණය කිරීමේ විකල්ප (සියල්ලම නිර්දේශ කෙරේ)" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "අන්තර්ගතය අපනයනය කරන්න" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 msgid "Table:" msgstr "වගුව:" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "" @@ -12677,100 +12672,100 @@ msgstr "කරුණාකර දත්තගබඩාව අඩංගු ඩි msgid "Details…" msgstr "විස්තර…" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 msgid "Could not save recent table!" msgstr "මෑතදී භාවිතා කල වගු සුරැකීම අසමත් විය!" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 #, fuzzy #| msgid "Could not save recent table!" msgid "Could not save favorite table!" msgstr "මෑතදී භාවිතා කල වගු සුරැකීම අසමත් විය!" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 msgid "Recent tables" msgstr "මෑතදී භාවිතා කල වගු" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 msgid "Recent" msgstr "මෑතකාලීන" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 msgid "Favorites" msgstr "ප්‍රියතම" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." msgstr "" -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 #, fuzzy #| msgid "Replication status" msgid "Replication started successfully." msgstr "අනුරූ කරණයේ තත්වය" -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 #, fuzzy #| msgid "Master replication" msgid "Error starting replication." msgstr "ප්‍රධාන අනුරූකරණය" -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 #, fuzzy #| msgid "Chart generated successfully." msgid "Replication stopped successfully." msgstr "ප්‍රස්තාරය සාර්ථකව අඳින ලදි." -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 #, fuzzy #| msgid "Master replication" msgid "Error stopping replication." msgstr "ප්‍රධාන අනුරූකරණය" -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 #, fuzzy #| msgid "Replication status" msgid "Replication resetting successfully." msgstr "අනුරූ කරණයේ තත්වය" -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 #, fuzzy #| msgid "Master replication" msgid "Error resetting replication." msgstr "ප්‍රධාන අනුරූකරණය" -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "" -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 msgid "Error." msgstr "දෝෂය." -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "හඳුනා නොගත් දෝෂය" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, fuzzy, php-format #| msgid "Unable to connect to master %s." msgid "Unable to connect to primary %s." msgstr "ප්‍රධාන %s වෙත සම්බන්ධ විය නොහැක." -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 msgid "" "Unable to read primary log position. Possible privilege problem on primary." msgstr "" -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 #, fuzzy #| msgid "Unable to change master!" msgid "Unable to change primary!" msgstr "ප්‍රධාන සේවාදායකය වෙනස් කල නොහැක!" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, fuzzy, php-format #| msgid "Master server changed successfully to %s." msgid "Primary server changed successfully to %s." @@ -12825,8 +12820,8 @@ msgid "Error while loading the search." msgstr "උඩුගත කරන ලද ගොනුව චලනයේදී දෝෂයක් මතු විය." #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 #, fuzzy #| msgid "Cookie authentication" msgid "Native MySQL authentication" @@ -12861,16 +12856,16 @@ msgstr "Cookie සත්‍යාපනය" msgid "Account locking is not supported." msgstr "" -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "වරප්‍රසාද නොමැත." -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "" -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -12878,7 +12873,7 @@ msgstr "" msgid "Allows deleting data." msgstr "" -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -12886,7 +12881,7 @@ msgstr "" msgid "Allows creating new tables." msgstr "" -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -12894,8 +12889,8 @@ msgstr "" msgid "Allows dropping tables." msgstr "" -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -12903,8 +12898,8 @@ msgstr "" msgid "Allows creating and dropping indexes." msgstr "" -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -12912,9 +12907,9 @@ msgstr "" msgid "Allows altering the structure of existing tables." msgstr "" -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -12924,9 +12919,9 @@ msgstr "" msgid "Allows creating new views." msgstr "" -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -12934,8 +12929,8 @@ msgstr "" msgid "Allows performing SHOW CREATE VIEW queries." msgstr "" -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -12943,76 +12938,76 @@ msgstr "" msgid "Allows creating and dropping triggers." msgstr "ප්‍රේරක සැදීමට හා ඉවත් කිරීමට අවසර ලබා දෙයි." -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "" -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "" -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "" -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "" -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "" -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." msgstr "" -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "" -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 msgid "Allows viewing processes of all users." msgstr "" -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "" -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "" -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "" -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -13021,39 +13016,39 @@ msgid "" "killing threads of other users." msgstr "" -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "" -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "" -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 msgid "Needed for the replication replicas." msgstr "" -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 msgid "Allows the user to ask where the replicas / primaries are." msgstr "" -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 msgid "Allows to set up events for the event scheduler." msgstr "" #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 #, fuzzy @@ -13061,47 +13056,47 @@ msgstr "" msgid "Allows deleting historical rows." msgstr "නිර්ණායක පේළියක් එක් කරන්න/ඉවත් කරන්න" -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "" -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "%s ගේ මුරපදය සාර්ථකව වෙනස් කරන ලදි." -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "ඔබ %s සඳහා වරප්‍රසාද අහෝසි කර ඇත." -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "" -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -13111,24 +13106,24 @@ msgstr "" msgid "Edit privileges" msgstr "වරප්‍රසාද සංස්කරණය කරන්න:" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "අහෝසි කරන්න" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "දත්තගබඩා විශේෂිත වරප්‍රසාද" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "වගු-විශේෂී වරප්‍රසාද" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 @@ -13137,69 +13132,69 @@ msgstr "වගු-විශේෂී වරප්‍රසාද" msgid "Routine" msgstr "නෛත්‍යක" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 #, fuzzy #| msgid "Column-specific privileges" msgid "Routine-specific privileges" msgstr "තීර-විශේෂී වරප්‍රසාද" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "ඉවත් කිරීම සඳහා භාවිතා කරන්නන් කිසිවෙක් තෝරාගෙන නොමැත!" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "වරප්‍රසාද පූරණය කෙරෙමින්" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "තෝරාගත් භාවිතා කරන්නන් සාර්ථකව ඉවත් කරන ලදි." -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "ඔබ %s සඳහා වරප්‍රසාද අලුත් කර ඇත." -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 msgid "No user found." msgstr "භාවිතා කරන්නන් හමු නොවිණි." -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "%s ඉවත් කරමින් පවතී" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "සාර්ථකව වරප්‍රසාද පූරණය කරන්න ලදි." -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "%s භාවිතා කරන්නා දැනටමත් පවතී!" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, php-format msgid "Privileges for %s" msgstr "%s සඳහා වරප්‍රසාද" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "භාවිතා කරන්නා" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " "allows a connection from any (%) host." msgstr "" -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, fuzzy, php-format #| msgid "" #| "Note: phpMyAdmin gets the users' privileges directly from MySQL's " @@ -13216,7 +13211,7 @@ msgstr "" "සේවාදායකයේ වරප්‍රසාද වෙනම ම වෙනස් කර ඇත්නම් ඉහත වගුවේ දත්ත සේවාදායකයේ වරප්‍රසාද වලට " "වඩා වෙනස් විය හැකිය. එවැනි අවස්ථාවක ඔබ %sවරප්‍රසාද පූරණය%s කල යුතුය." -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 #, fuzzy #| msgid "" #| "Note: phpMyAdmin gets the users' privileges directly from MySQL's " @@ -13234,7 +13229,7 @@ msgstr "" "සේවාදායකයේ වරප්‍රසාද වෙනම ම වෙනස් කර ඇත්නම් ඉහත වගුවේ දත්ත සේවාදායකයේ වරප්‍රසාද වලට " "වඩා වෙනස් විය හැකිය. එවැනි අවස්ථාවක ඔබ %sවරප්‍රසාද පූරණය%s කල යුතුය." -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "ඔබ නව භාවිතා කරන්නනෙක් එක් කරන ලදි." @@ -13441,7 +13436,7 @@ msgstr "මෙම MySQL සේවාදායකයේ %s අක්‍රීය msgid "This MySQL server does not support the %s storage engine." msgstr "මෙම MySQL සේවාදායකයේ %s ගබඩා යන්ත්‍රය භාවිත කල නොහැක." -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "" @@ -13450,46 +13445,46 @@ msgstr "" msgid "Problems with indexes of table `%s`" msgstr "" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 #, fuzzy #| msgid "unknown table status: " msgid "Unknown table status:" msgstr "වගු තත්වය සඳහා නොහඳුනන අගයක්: " -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, php-format msgid "Source database `%s` was not found!" msgstr "`%s` මූලාශ්‍ර දත්තගබඩාව හමු නොවිණි!" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, php-format msgid "Target database `%s` was not found!" msgstr "`%s` ඉලක්කගත දත්තගබඩාව හමු නොවිණි!" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 msgid "Invalid database:" msgstr "වලංගු නොවන දත්තගබඩාව:" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 msgid "Invalid table name:" msgstr "වලංගු නොවන වගු නම:" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, fuzzy, php-format #| msgid "Error renaming table %1$s to %2$s" msgid "Failed to rename table %1$s to %2$s!" msgstr "%1$s සිට %2$s දක්වා වගුවේ නම් වෙනස් කිරීමේ දෝෂයක් ඇත" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, php-format msgid "Table %1$s has been renamed to %2$s." msgstr "%1$s වගුව %2$s ලෙසට නම වෙනස් කරන ලදි." -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 msgid "Could not save table UI preferences!" msgstr "වගු පරිශීලක අතුරුමුහුණත් සඳහා අභිමතයන් සුරැකීම අසමත් විය!" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" @@ -13498,7 +13493,7 @@ msgstr "" "අතුරුමුහුණත සඳහා තේරීම් අඩංගු ගොනුව පවිත්‍ර කිරීම අසමත් විය ($cfg['Servers'][$i]" "['MaxTableUiprefs'] %s බලන්න)" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -13508,15 +13503,15 @@ msgstr "" "අතුරුමුහුණත් විචල්‍යය \"%s\" සුරැකිය නොහැක. මෙම පිටුව ප්‍රතිපූර්ණයෙන් පසු සිදුකල වෙනස්කම් අහිමි වනු " "ඇත. අදාල වගුවේ සැකිල්ල වෙනස් වී ඇත්දැයි පරීක්ෂාකර බලන්න." -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "%1$s මත අන්‍ය මූලය සෑදීමේදී දෝෂ ඇතිවිය (දත්ත වර්ග පරීක්ෂා කරන්න)" @@ -13981,11 +13976,11 @@ msgstr "පරිශීලක පැතිකඩ යාවත්කාලීන msgid "Password is too long!" msgstr "මුරපදය hash කිරීම:" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 msgid "Could not save configuration" msgstr "වින්‍යාස සුරැකීම අසමත් විය" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 #, fuzzy #| msgid "Missing phpMyAdmin configuration storage tables" msgid "The phpMyAdmin configuration storage database could not be accessed." diff --git a/po/sk.po b/po/sk.po index 0691c24874..0accc1cbff 100644 --- a/po/sk.po +++ b/po/sk.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2022-03-03 21:56+0000\n" "Last-Translator: Jozef Pistej \n" "Language-Team: Slovak (includes info such as export timestamp, PHP version, " "and server version)" @@ -11356,51 +11351,51 @@ msgstr "" "Zobraziť komentíre (zahŕňa informácie ako je čas exportu, verzia PHP a " "verzia servera)" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 msgid "Additional custom header comment (\\n splits lines):" msgstr "Pridať vlastný komentár do hlavičky (\\n oddeľuje riadky):" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" msgstr "" "Zahrnúť čas vytorenia, poslednej aktualizácie a poslednej kontroly databáz" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 msgid "Export metadata" msgstr "Exportovať metadáta" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 msgid "Add statements:" msgstr "Pridať príkazy:" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, php-format msgid "Add %s statement" msgstr "Pridať údaj %s" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, php-format msgid "%s value" msgstr "%s hodnota" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" @@ -11408,63 +11403,63 @@ msgstr "" "Použiť opačný apostrof pri názvoch tabuliek a polí (To ochráni názvy " "stĺpcov a tabuliek so špeciálnymi znakmi alebo kľúčové slová)" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 msgid "Data creation options" msgstr "Možnosti vytvárania údajov" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "Vyprázdniť tabuľku pred vložením" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "Namiesto príkazu INSERT použiť:" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "príkazy INSERT DELAYED" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "príkazy INSERT IGNORE" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "Funkcia použitá pri ukladaní dát:" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "Použitá syntax pre vkladanie dát:" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " "(1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" @@ -11472,131 +11467,131 @@ msgstr "" "Uložiť binárne stĺpce v šestnástkovom zápise (napríklad \"abc\" sa zapíše " "0x616263)" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 msgid "Metadata" msgstr "Metadáta" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, php-format msgid "Metadata for table %s" msgstr "Metadáta pre tabuľku %s" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, php-format msgid "Metadata for database %s" msgstr "Metadáta pre databázu %s" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, fuzzy, php-format msgid "Error reading structure for table %s:" msgstr "Štruktúra tabuľky pre tabuľku" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "Obmedzenie pre exportované tabuľky" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "Obmedzenie pre tabuľku" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 msgid "Indexes for dumped tables" msgstr "Kľúče pre exportované tabuľky" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 msgid "Indexes for table" msgstr "Indexy pre tabuľku" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 msgid "AUTO_INCREMENT for dumped tables" msgstr "AUTO_INCREMENT pre exportované tabuľky" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 msgid "AUTO_INCREMENT for table" msgstr "AUTO_INCREMENT pre tabuľku" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 #, fuzzy msgid "MEDIA TYPES FOR TABLE" msgstr "MIME TYPY PRE TABUĽKU" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 #, fuzzy msgid "RELATIONSHIPS FOR TABLE" msgstr "PREPOJENIA PRE TABUĽKU" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, php-format msgid "Structure for view %s exported as a table" msgstr "Štruktúra pre zobrazenie %s exportovanej ako tabuľka" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, fuzzy, php-format msgid "Error reading data for table %s:" msgstr "Chyba pri čítaní dát:" -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 msgid "Creation:" msgstr "Vytvorené:" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 msgid "Last update:" msgstr "Posledná zmena:" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 msgid "Last check:" msgstr "Posledná kontrola:" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 msgid "Table:" msgstr "Tabuľka:" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "Účel:" @@ -12138,83 +12133,83 @@ msgstr "Overte prístupové práva k adresáru, v ktorom je uložená databáza. msgid "Details…" msgstr "Podrobnosti…" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 msgid "Could not save recent table!" msgstr "Nepodarilo sa uložiť najnovšiu tabuľku!" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 msgid "Could not save favorite table!" msgstr "Nepodarilo sa uložiť obľubenú tabuľku!" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 msgid "Recent tables" msgstr "Nedávne tabuľky" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 msgid "Recent" msgstr "Nedávne" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 msgid "Favorites" msgstr "Obľúbené" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." msgstr "" -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 msgid "Replication started successfully." msgstr "Replikácia bola úspešne spustená." -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 msgid "Error starting replication." msgstr "Chyba pri spúšťaní replikácie." -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 msgid "Replication stopped successfully." msgstr "Replikácia bola úspešne zastavená." -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 msgid "Error stopping replication." msgstr "Chyba pri zastavovaní replikácie." -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 msgid "Replication resetting successfully." msgstr "Replikácie bola úspešne obnovená." -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 msgid "Error resetting replication." msgstr "Chyba pri obnovovaní replikácie." -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "Úspech." -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 msgid "Error." msgstr "Chyba." -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "Neznáma chyba" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, fuzzy, php-format msgid "Unable to connect to primary %s." msgstr "Nepodarilo sa pripojiť k SQL validátoru!" -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 msgid "" "Unable to read primary log position. Possible privilege problem on primary." msgstr "" -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 msgid "Unable to change primary!" msgstr "" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, fuzzy, php-format msgid "Primary server changed successfully to %s." msgstr "Master server zmenený úspešne na %s." @@ -12261,8 +12256,8 @@ msgid "Error while loading the search." msgstr "Chyba pri načítaní vyhľadávania." #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 msgid "Native MySQL authentication" msgstr "Natívne MySQL overovanie" @@ -12290,16 +12285,16 @@ msgstr "Natívne MySQL overovanie" msgid "Account locking is not supported." msgstr "" -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "Žiadne práva." -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "Všetky oprávnenia okrem GRANT." -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -12307,7 +12302,7 @@ msgstr "Všetky oprávnenia okrem GRANT." msgid "Allows deleting data." msgstr "Povolí mazanie dát." -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -12315,7 +12310,7 @@ msgstr "Povolí mazanie dát." msgid "Allows creating new tables." msgstr "Povolí vytváranie nových tabuliek." -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -12323,8 +12318,8 @@ msgstr "Povolí vytváranie nových tabuliek." msgid "Allows dropping tables." msgstr "Povolí odstraňovanie tabuliek." -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -12332,8 +12327,8 @@ msgstr "Povolí odstraňovanie tabuliek." msgid "Allows creating and dropping indexes." msgstr "Povolí vytváranie a mazanie indexov." -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -12341,9 +12336,9 @@ msgstr "Povolí vytváranie a mazanie indexov." msgid "Allows altering the structure of existing tables." msgstr "Povolí meniť štruktúru existujúcich tabuliek." -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -12353,9 +12348,9 @@ msgstr "Povolí meniť štruktúru existujúcich tabuliek." msgid "Allows creating new views." msgstr "Umožňuje vytvárať nové pohľady." -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -12363,8 +12358,8 @@ msgstr "Umožňuje vytvárať nové pohľady." msgid "Allows performing SHOW CREATE VIEW queries." msgstr "Umožňuje spúšťať príkazy so SHOW CREATE VIEW." -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -12372,40 +12367,40 @@ msgstr "Umožňuje spúšťať príkazy so SHOW CREATE VIEW." msgid "Allows creating and dropping triggers." msgstr "Povolí vytváranie a mazanie spúšťačov." -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "Povolí čítanie dát." -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "Povolí vkladanie a nahradzovanie dát." -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "Povolí menenie dát." -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "Povolí vytváranie nových databáz a tabuliek." -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "Povolí odstraňovanie databáz a tabuliek." -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." @@ -12413,37 +12408,37 @@ msgstr "" "Povolí znovunačítanie nastavení a vyprázdňovanie vyrovnávacích pamätí " "serveru." -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "Povolí vypnutie serveru." -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 msgid "Allows viewing processes of all users." msgstr "" -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "Povolí importovanie a exportovanie dát zo/do súborov na serveri." -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "Nefunguje v tejto verzii MySQL." -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "Povolí prístup ku kompletnému zoznamu databáz." -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -12455,88 +12450,88 @@ msgstr "" "Potrebné pre väčšinu operácií pri správe serveru ako nastavovanie globálny " "premenných alebo zabíjanie procesov iných používateľov." -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "Povolí vytváranie dočasných tabuliek." -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "Povolí zmaknutie tabuliek pre aktuálne vlákno." -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 #, fuzzy msgid "Needed for the replication replicas." msgstr "Potrebné pre replikáciu pomocných serverov." -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 #, fuzzy msgid "Allows the user to ask where the replicas / primaries are." msgstr "Povolí používateľovi zistiť kde je hlavný / pomocný server." -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 msgid "Allows to set up events for the event scheduler." msgstr "Umožňuje plánovať udalosti pomocou plánovača." #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 #, fuzzy msgid "Allows deleting historical rows." msgstr "Povolí mazanie dát." -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "Umožňuje vytvárať uložené procedúry." -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "Umožňuje upravovať a odstraňovať uložené procedúry." -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "Umožňuje vytvárať, odstraňovať a premenovávať používateľské kontá." -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "Umožňuje spúšťať uložené procedúry." -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "Heslo pre %s bolo úspešne zmenené." -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "Boli zrušené oprávnenia pre %s." -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "" -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -12544,92 +12539,92 @@ msgstr "" msgid "Edit privileges" msgstr "Upraviť oprávnenia" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "Zrušiť" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "Oprávnenia pre jednotlivé databázy" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "Oprávnenia pre jednotlivé tabuľky" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 msgid "Routine" msgstr "Rutina" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 #, fuzzy msgid "Routine-specific privileges" msgstr "Oprávnenia pre jednotlivé stĺpce" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "Na odstránenie neboli vybraní žiadni používatelia!" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "Znovunačítanie práv" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "Vybraní používatelia bol úspešne odstránený." -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "Boli aktualizované oprávnenia pre %s." -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 msgid "No user found." msgstr "Nebol nájdený žiadny používateľ." -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "Odstraňuje sa %s" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "Práva boli úspešne znovunačítané." -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "Používateľ %s už existuje!" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, php-format msgid "Privileges for %s" msgstr "Oprávnenia pre %s" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "Používateľ" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " "allows a connection from any (%) host." msgstr "" -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, fuzzy, php-format msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " @@ -12642,7 +12637,7 @@ msgstr "" "tieto tabuľky ručne upravené. V tomto prípade sa odporúča vykonať " "%sznovunačítanie práv%s predtým ako budete pokračovať." -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 #, fuzzy msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " @@ -12656,7 +12651,7 @@ msgstr "" "tieto tabuľky ručne upravené. V tom prípade je potrebné znovu načítanie " "práv. Nemáte oprávnenie na RELOAD ." -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "Používateľ bol pridaný." @@ -12848,7 +12843,7 @@ msgstr "%s bol zakázaný na tomto MySQL serveri." msgid "This MySQL server does not support the %s storage engine." msgstr "Tento MySQL server nepodporuje úložný systém %s." -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "Názov primárneho kľúča musí byť \"PRIMARY\"!" @@ -12857,43 +12852,43 @@ msgstr "Názov primárneho kľúča musí byť \"PRIMARY\"!" msgid "Problems with indexes of table `%s`" msgstr "Problémy s indexami v tabuľke `%s`" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 msgid "Unknown table status:" msgstr "Neznámy status tabuľky:" -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, php-format msgid "Source database `%s` was not found!" msgstr "Zdrojová databáza `%s` nebola nájdená!" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, php-format msgid "Target database `%s` was not found!" msgstr "Cieľová databáza `%s` nebola nájdená!" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 msgid "Invalid database:" msgstr "Chybná databáza:" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 msgid "Invalid table name:" msgstr "Chybný názov tabuľky:" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, php-format msgid "Failed to rename table %1$s to %2$s!" msgstr "Chyba pri premenovaní tabuľky %1$s na %2$s!" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, php-format msgid "Table %1$s has been renamed to %2$s." msgstr "Tabuľka %1$s bola premenovaná na %2$s." -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 msgid "Could not save table UI preferences!" msgstr "Nepodarilo sa uložiť nastavenia tabuľky!" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" @@ -12902,7 +12897,7 @@ msgstr "" "Nepodarilo sa vyčistiť nastavenia tabuľky (pozri $cfg['Servers'][$i]" "['MaxTableUiprefs'] %s)" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -12912,15 +12907,15 @@ msgstr "" "Nepodarilo sa uložiť nastavenie \"%s\". Po obnovení stránky sa zmeny " "stratia. Skontrolujte, či sa zmenila štruktúra tabuľky." -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "Nie je možné premenovať index na PRIMARY!" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "Časti indexu neboli definované!" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "" @@ -13385,11 +13380,11 @@ msgstr "Profil bol aktualizovaný." msgid "Password is too long!" msgstr "Hashovanie hesla:" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 msgid "Could not save configuration" msgstr "Nemožno uložiť nastavenie" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 #, fuzzy msgid "The phpMyAdmin configuration storage database could not be accessed." msgstr "" diff --git a/po/sl.po b/po/sl.po index a8298955ac..3319327eb0 100644 --- a/po/sl.po +++ b/po/sl.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2022-12-04 10:16+0000\n" "Last-Translator: Domen \n" "Language-Team: Slovenian (includes info such as export timestamp, PHP version, " "and server version)" @@ -11559,11 +11554,11 @@ msgstr "" "Pokaži pripombe (vsebuje informacije, kot je časovni žig izvoza, " "različica PHP in različica strežnika)" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 msgid "Additional custom header comment (\\n splits lines):" msgstr "Dodatna prilagojena pripomba v glavi (\\n prelomi vrstice):" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" @@ -11571,40 +11566,40 @@ msgstr "" "Vključi časovni žig ustvarjanja, zadnje posodobitve in zadnjega preverjanja " "zbirk podatkov" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 msgid "Export metadata" msgstr "Izvozi metapodatke" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 msgid "Add statements:" msgstr "Dodaj izjave:" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, php-format msgid "Add %s statement" msgstr "Dodaj izjavo %s" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "(manj učinkovito, saj bodo indeksi ustvarjeni med ustvarjanjem tabele)" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, php-format msgid "%s value" msgstr "Vrednost %s" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "Uporabi poenostavljen izvoz pogleda" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" @@ -11612,37 +11607,37 @@ msgstr "" "Obdaj imena tabel in stolpcev z narekovaji (Zaščiti imena stolpcev in " "tabel, tvorjenih s posebnimi znaki ali ključnimi besedami)" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 msgid "Data creation options" msgstr "Možnosti ustvarjanja podatkov" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "Izprazni tabelo pred vstavljanjem" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "Namesto izjav INSERT uporabi:" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "Izjave INSERT DELAYED" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "Izjave INSERT IGNORE" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "Funkcija, ki se naj uporabi pri odlaganju podatkov:" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "Skladnja za vstavljanje podatkov:" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " @@ -11652,7 +11647,7 @@ msgstr "" "  Primer: INSERT INTO ime_tabele (stolp_A,stolp_B,stolp_C) VALUES " "(1,2,3)" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " @@ -11662,7 +11657,7 @@ msgstr "" "  Primer: INSERT INTO ime_tabele VALUES (1,2,3), (4,5,6), " "(7,8,9)" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" @@ -11670,7 +11665,7 @@ msgstr "" "oboje zgoraj
      Primer: INSERT INTO ime_tabele " "(sto_A,sto_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" @@ -11678,7 +11673,7 @@ msgstr "" "nič od zgoraj
      Primer: INSERT INTO ime_tabele " "VALUES (1,2,3)" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" @@ -11686,7 +11681,7 @@ msgstr "" "Odloži dvojiške stolpce v šestnajstiškem zapisu (na primer: \"abc\" " "postane 0x616263)" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" @@ -11694,125 +11689,125 @@ msgstr "" "Odloži stolpce TIMESTAMP v UTC (omogoči stolpcem TIMESTAMP odlaganje in " "ponovno nalaganje med strežniki v različnih časovnih pasovih)" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "Kot kaže, vaša zbirka podatkov uporablja rutine;" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "izvoz z vzdevkom v vseh primerih morda ne bo deloval zanesljivo." -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 msgid "Metadata" msgstr "Metapodatki" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, php-format msgid "Metadata for table %s" msgstr "Metapodatki tabele %s" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, php-format msgid "Metadata for database %s" msgstr "Metapodatki zbirke podatkov %s" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, php-format msgid "Error reading structure for table %s:" msgstr "Napaka pri branju strukture tabele %s:" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "Kot kaže, vaša zbirka podatkov uporablja poglede;" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "Omejitve tabel za povzetek stanja" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "Omejitve za tabelo" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 msgid "Indexes for dumped tables" msgstr "Indeksi zavrženih tabel" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 msgid "Indexes for table" msgstr "Indeksi tabele" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 msgid "AUTO_INCREMENT for dumped tables" msgstr "AUTO_INCREMENT zavrženih tabel" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 msgid "AUTO_INCREMENT for table" msgstr "AUTO_INCREMENT tabele" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 msgid "MEDIA TYPES FOR TABLE" msgstr "VRSTE PREDSTAVNOSTI ZA TABELO" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 msgid "RELATIONSHIPS FOR TABLE" msgstr "RAZMERJA ZA TABELO" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "Kot kaže, vaša tabela uporablja sprožilce;" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, php-format msgid "Structure for view %s exported as a table" msgstr "Struktura pogleda %s, izvoženega kot tabela" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "(Oglejte si spodaj za resnični pogled)" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, php-format msgid "Error reading data for table %s:" msgstr "Napaka pri branju podatkov tabele %s:" -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 msgid "Creation:" msgstr "Ustvarjeno:" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 msgid "Last update:" msgstr "Zadnjič posodobljeno:" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 msgid "Last check:" msgstr "Zadnjič pregledano:" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" "Sistem zbirk podatkov ali starejši strežnik MySQL, s katerim naj bo izhod " "kar se da združljiv:" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "Možnosti ustvarjanja objektov (vse so priporočljive)" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "Izvozi vsebine" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 msgid "Table:" msgstr "Tabela:" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "Namen:" @@ -12405,27 +12400,27 @@ msgstr "Prosimo, preverite pravice mape, v kateri se nahaja zbirka podatkov." msgid "Details…" msgstr "Podrobnosti …" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 msgid "Could not save recent table!" msgstr "Ne morem shraniti nedavne tabele!" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 msgid "Could not save favorite table!" msgstr "Ne morem shraniti priljubljene tabele!" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 msgid "Recent tables" msgstr "Nedavne tabele" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 msgid "Recent" msgstr "Nedavno" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 msgid "Favorites" msgstr "Priljubljene" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." @@ -12433,59 +12428,59 @@ msgstr "" "Povezava s strežnikom je onemogočena; prosimo, omogočite " "$cfg['AllowArbitraryServer'] v konfiguraciji phpMyAdmin." -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 msgid "Replication started successfully." msgstr "Podvojevanje se je uspešno začelo." -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 msgid "Error starting replication." msgstr "Napaka pri zagonu podvojevanja." -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 msgid "Replication stopped successfully." msgstr "Podvojevanje je uspešno ustavljeno." -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 msgid "Error stopping replication." msgstr "Napaka pri ustavljanju podvojevanja." -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 msgid "Replication resetting successfully." msgstr "Ponastavljanje podvojevanja je bilo uspešno." -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 msgid "Error resetting replication." msgstr "Napaka pri ponastavljanju podvojevanja." -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "Uspešno." -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 msgid "Error." msgstr "Napaka." -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "Neznana napaka" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, php-format msgid "Unable to connect to primary %s." msgstr "Ne morem se povezati z glavnim strežnikom %s." -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 msgid "" "Unable to read primary log position. Possible privilege problem on primary." msgstr "" "Ne morem prebrati položaja dnevnika glavnega strežnika. Možne težave s " "privilegiji na glavnem strežniku." -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 msgid "Unable to change primary!" msgstr "Ne morem spremeniti glavnega strežnika!" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, php-format msgid "Primary server changed successfully to %s." msgstr "Glavni strežnik smo uspešno spremenili v %s." @@ -12534,8 +12529,8 @@ msgid "Error while loading the search." msgstr "Napaka pri nalaganju iskanja." #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 msgid "Native MySQL authentication" msgstr "Domorodna overitev MySQL" @@ -12560,16 +12555,16 @@ msgstr "Stara overitev MySQL 4.0" msgid "Account locking is not supported." msgstr "Zaklepanje računov ni podprto." -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "Brez privilegijev." -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "Vsebuje vse privilegije razen GRANT." -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -12577,7 +12572,7 @@ msgstr "Vsebuje vse privilegije razen GRANT." msgid "Allows deleting data." msgstr "Omogoča brisanje podatkov." -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -12585,7 +12580,7 @@ msgstr "Omogoča brisanje podatkov." msgid "Allows creating new tables." msgstr "Omogoča ustvarjanje novih tabel." -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -12593,8 +12588,8 @@ msgstr "Omogoča ustvarjanje novih tabel." msgid "Allows dropping tables." msgstr "Omogoča brisanje tabel." -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -12602,8 +12597,8 @@ msgstr "Omogoča brisanje tabel." msgid "Allows creating and dropping indexes." msgstr "Omogoča ustvarjanje in brisanje indeksov." -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -12611,9 +12606,9 @@ msgstr "Omogoča ustvarjanje in brisanje indeksov." msgid "Allows altering the structure of existing tables." msgstr "Omogoča spreminjanje strukture obstoječih tabel." -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -12623,9 +12618,9 @@ msgstr "Omogoča spreminjanje strukture obstoječih tabel." msgid "Allows creating new views." msgstr "Omogoča ustvarjanje novih pogledov." -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -12633,8 +12628,8 @@ msgstr "Omogoča ustvarjanje novih pogledov." msgid "Allows performing SHOW CREATE VIEW queries." msgstr "Omogoča izvajanje poizvedb SHOW CREATE VIEW." -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -12642,40 +12637,40 @@ msgstr "Omogoča izvajanje poizvedb SHOW CREATE VIEW." msgid "Allows creating and dropping triggers." msgstr "Omogoča ustvarjanje in brisanje sprožilcev." -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "Omogoča branje podatkov." -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "Omogoča vstavljanje in zamenjavo podatkov." -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "Omogoča spreminjanje podatkov." -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "Omogoča ustvarjanje novih zbirk podatkov in tabel." -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "Omogoča brisanje zbirk podatkov in tabel." -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." @@ -12683,37 +12678,37 @@ msgstr "" "Omogoča osveževanje strežnikovih nastavitev in praznjenje strežnikovih " "predpomnilnikov." -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "Omogoča ugašanje strežnika." -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 msgid "Allows viewing processes of all users." msgstr "Omogoča ogled procesov vseh uporabnikov." -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "Omogoča uvažanje in izvažanje podatkov v datoteke." -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "V tej različici MySQL nima pomena." -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "Omogoča dostop do popolnega spiska zbirk podatkov." -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -12725,86 +12720,86 @@ msgstr "" "priklopov; potrebno za večino administrativnih nalog kot sta postavljanje " "globalnih spremenljivk in ukinjanje procesov drugih uporabnikov." -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "Omogoča ustvarjanje začasnih tabel." -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "Omogoča zaklepanje tabel za trenutno nit." -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 msgid "Needed for the replication replicas." msgstr "Potrebno za podrejene strežnike pri replikaciji." -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 msgid "Allows the user to ask where the replicas / primaries are." msgstr "" "Da uporabniku pravico poizvedovati kje so njegovi podrejeni/glavni strežniki." -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 msgid "Allows to set up events for the event scheduler." msgstr "Omogoča določanje dogodkov za načrtovalnik dogodkov." #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 msgid "Allows deleting historical rows." msgstr "Omogoča brisanje zgodovinskih vrstic." -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "Omogoča ustvarjanje shranjenih rutin." -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "Omogoča ustvarjanje in brisanje shranjenih rutin." -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "Omogoča ustvarjanje, brisanje in preimenovanje uporabniških računov." -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "Omogoča izvajanje shranjenih rutin." -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "Geslo za %s je uspešno spremenjeno." -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "Odvzeli ste privilegije za %s." -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "Nimate zadostnih privilegijev za ogled uporabnikov." -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -12812,84 +12807,84 @@ msgstr "Nimate zadostnih privilegijev za ogled uporabnikov." msgid "Edit privileges" msgstr "Uredi privilegije" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "Odvzemi" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "Privilegiji, tipični za zbirko podatkov" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "Privilegiji tipični za tabelo" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 msgid "Routine" msgstr "Rutina" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 msgid "Routine-specific privileges" msgstr "Privilegiji, vezani na rutino" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "Ni izbranih uporabnikov za brisanje!" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "Osvežujem privilegije" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "Uspešno smo izbrisali izbrane uporabnike." -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "Posodobili ste privilegije za %s." -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 msgid "No user found." msgstr "Najden ni bil noben uporabnik." -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "Brišemo %s" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "Uspešno smo osvežili privilegije." -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "Uporabnik %s že obstaja!" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, php-format msgid "Privileges for %s" msgstr "Privilegiji %s" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "Uporabnik" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " @@ -12900,7 +12895,7 @@ msgstr "" "gostiteljski del njihovega računa dovoljuje povezavo s katerega koli (%) " "gostitelja." -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, php-format msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " @@ -12913,7 +12908,7 @@ msgstr "" "jih uporablja strežnik, če so bile tabele ročno spremenjene. V tem primeru " "morate pred nadaljevanjem %sosvežiti privilegije%s." -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " "tables. The content of these tables may differ from the privileges the " @@ -12927,7 +12922,7 @@ msgstr "" "morate pred nadaljevanjem osvežiti privilegije, vendar trenuno nimate " "privilegija RELOAD." -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "Dodali ste novega uporabnika." @@ -13120,7 +13115,7 @@ msgstr "%s je onemogočeno za ta strežnik MySQL." msgid "This MySQL server does not support the %s storage engine." msgstr "Ta strežnik MySQL ne podpira skladiščnega pogona %s." -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "Ime primarnega ključa mora biti \"PRIMARY\"!" @@ -13129,43 +13124,43 @@ msgstr "Ime primarnega ključa mora biti \"PRIMARY\"!" msgid "Problems with indexes of table `%s`" msgstr "Težave z indeksi tabele `%s`" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 msgid "Unknown table status:" msgstr "Neznano stanje tabele:" -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, php-format msgid "Source database `%s` was not found!" msgstr "Izvorne zbirke podatkov `%s` nismo našli!" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, php-format msgid "Target database `%s` was not found!" msgstr "Ciljne zbirke podatkov `%s` nismo našli!" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 msgid "Invalid database:" msgstr "Neveljavna zbirka podatkov:" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 msgid "Invalid table name:" msgstr "Neveljavno ime tabele:" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, php-format msgid "Failed to rename table %1$s to %2$s!" msgstr "Preimenovanje tabele %1$s v %2$s je spodletelo!" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, php-format msgid "Table %1$s has been renamed to %2$s." msgstr "Tabelo %1$s smo preimenovali v %2$s." -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 msgid "Could not save table UI preferences!" msgstr "Ne morem shraniti nastavitev uporabniškega vmesnika tabel!" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" @@ -13174,7 +13169,7 @@ msgstr "" "Čiščenje nastavitev uporabniškega vmesnika tabel je spodletelo (glej " "$cfg['Servers'][$i]['MaxTableUiprefs'] %s)" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -13185,15 +13180,15 @@ msgstr "" "spremembe po osvežitvi te strani ne bodo stalne. Prosimo, preverite, ali je " "bila struktura tabele spremenjena." -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "Indeksa ni mogoče preimenovati v PRIMARY!" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "Ni definiranega dela indeksa!" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "" @@ -13671,11 +13666,11 @@ msgstr "Profil je posodobljen." msgid "Password is too long!" msgstr "Geslo je predolgo!" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 msgid "Could not save configuration" msgstr "Ne morem shraniti konfiguracije" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 msgid "The phpMyAdmin configuration storage database could not be accessed." msgstr "" "Do zbirke podatkov za hrambo konfiguracije phpMyAdmin ni možno dostopati." @@ -19086,6 +19081,10 @@ msgstr "Ime VIEW" msgid "Column names" msgstr "Imena stolpcev" +#, php-format +#~ msgid "Analyze Explain at %s" +#~ msgstr "Analiziraj explain pri %s" + #~ msgid "Key is too short, it should have at least 32 characters." #~ msgstr "Ključ je prekratek, ima naj vsaj 32 znakov." diff --git a/po/sq.po b/po/sq.po index a4077cc8fa..a4fd856f39 100644 --- a/po/sq.po +++ b/po/sq.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2022-02-15 16:20+0000\n" "Last-Translator: Maurício Meneghini Fauth \n" "Language-Team: Albanian (includes info such as export timestamp, PHP version, " "and server version)" @@ -11868,11 +11863,11 @@ msgstr "" "Shfaq komentet (përfshin info si psh. eksporti i vulës kohore, versioni " "PHP, dhe versioni i serverit)" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 msgid "Additional custom header comment (\\n splits lines):" msgstr "Koment shtesë i kokës së përshtatur (\\nndan linjat):" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" @@ -11880,41 +11875,41 @@ msgstr "" "Përfshij një vulë kohore se kur databazat janë kriijuar, aktualizuar dhe " "kontrolluar së fundi" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 msgid "Export metadata" msgstr "Eksporto metadata" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 msgid "Add statements:" msgstr "Shto deklarata:" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, php-format msgid "Add %s statement" msgstr "Shto %s deklaratë" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "" "(më pak efiçiente, pasi indekset do të gjenerohen gjatë krijimirt të tabelës)" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, php-format msgid "%s value" msgstr "Vlera %s" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" @@ -11923,37 +11918,37 @@ msgstr "" "emrat e kolonave dhe tabelave të formuara me karaktere të veçanta ose fjalë " "kyçe)" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 msgid "Data creation options" msgstr "Opsionet e krijimit të të dhënave" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "Cungo tabelën para futjes" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "Në vend të deklaratës INSERT, përdor:" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "FUT TË VONUAR deklaratat" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "FUT INJORO deklaratat" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "Funksioni për përdorim kur zbraz të dhënat:" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "Sintaksa që përdoret kur fut të dhënat:" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " @@ -11963,7 +11958,7 @@ msgstr "" "    Shembull: INSERT INTO tbl_name (col_A,col_B,col_C) " "VALUES (1,2,3)" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " @@ -11973,7 +11968,7 @@ msgstr "" "    Shembull: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" @@ -11981,7 +11976,7 @@ msgstr "" "të dyja më sipër
      Shembull: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" @@ -11989,7 +11984,7 @@ msgstr "" "asnjë nga ato më sipër
      Shembull: INSERT INTO " "tbl_name VALUES (1,2,3)" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" @@ -11997,7 +11992,7 @@ msgstr "" "Zbraz kolonat binare në shënimet hekzadecimale (për shembull, \"abc\" " "bëhet 0x616263)" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" @@ -12005,129 +12000,129 @@ msgstr "" "Zbraz kolonat TIMESTAMP në UTC (aftëson kolonat TIMESTAMP që të zbrazen " "dhe ri-ngarkohen ndërmjet serverave në zona kohore të ndryshme)" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "Duket se databaza juaj përdor rutinat;" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "" "eksporti i pseudonimit nuk mund të punojnë në mënyrë të besueshme në të " "gjitha rastet." -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 msgid "Metadata" msgstr "Metadata" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, php-format msgid "Metadata for table %s" msgstr "Metadata për tabelën %s" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, php-format msgid "Metadata for database %s" msgstr "Metadata për databazën %s" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, php-format msgid "Error reading structure for table %s:" msgstr "Gabim në leximin e strukturës për tabelën %s:" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "Duket se databaza juaj përdor pamjet;" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "Detyrimet për tabelat e hedhura" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "Detyrimet për tabelën" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 msgid "Indexes for dumped tables" msgstr "Indekset për tabelat e hedhura" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 msgid "Indexes for table" msgstr "Indekset për tabelë" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 msgid "AUTO_INCREMENT for dumped tables" msgstr "AUTO_INCREMENT për tabelat e hedhura" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 msgid "AUTO_INCREMENT for table" msgstr "AUTO_INCREMENT për tabelë" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 #, fuzzy #| msgid "MIME TYPES FOR TABLE" msgid "MEDIA TYPES FOR TABLE" msgstr "TIPET MIME PËR TABELËN" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 msgid "RELATIONSHIPS FOR TABLE" msgstr "RELACIONET PËR TABELËN" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "Duket se tabela juaj përdor shkrehës;" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, php-format msgid "Structure for view %s exported as a table" msgstr "Struktura për pamjen %s eksportuar si një tabelë" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "(Shiko më poshtë pamjen aktuale)" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, php-format msgid "Error reading data for table %s:" msgstr "Gabim gjatë leximit të të dhënave për tabelën %s:" -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 msgid "Creation:" msgstr "Krijimi:" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 msgid "Last update:" msgstr "Aktualizimi i fundit:" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 msgid "Last check:" msgstr "Kontrolli i fundit:" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" "Sistemi i databazës ose serveri i vjetër MySQL për të maksimizuar " "pajtueshmërinë e rezultatit me:" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "Opsionet e krijimit të objektit (të gjitha rekomandohen)" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "Përmbajtja e eksportit" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 msgid "Table:" msgstr "Tabela:" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "Qëllimi:" @@ -12731,27 +12726,27 @@ msgstr "Ju lutem, kontrollo privilegjet e drejtorisë që përmban databazën." msgid "Details…" msgstr "Detajet…" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 msgid "Could not save recent table!" msgstr "Nuk mund të ruajë tabelën e fundit!" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 msgid "Could not save favorite table!" msgstr "Nuk mund të ruajë tabelën e preferuar!" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 msgid "Recent tables" msgstr "Tabelat e fundit" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 msgid "Recent" msgstr "Të fundit" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 msgid "Favorites" msgstr "Preferencat" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." @@ -12759,49 +12754,49 @@ msgstr "" "Lidhja me serverin është e çaktivizuar, ju lutemi të aktivizoni $ cfg " "['AllowArbitraryServer'] në konfigurimin phpMyAdmin." -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 msgid "Replication started successfully." msgstr "Replikimi filloi me sukses." -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 msgid "Error starting replication." msgstr "Gabim në fillimin e replikimit." -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 msgid "Replication stopped successfully." msgstr "Replikimi ndaloi me sukses." -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 msgid "Error stopping replication." msgstr "Gabim në ndalimin e replikimit." -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 msgid "Replication resetting successfully." msgstr "Replikimi rivendoset me sukses." -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 msgid "Error resetting replication." msgstr "Gabim në rivendosjen e replikimit." -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "Sukses." -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 msgid "Error." msgstr "Gabim." -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "Gabim i panjohur" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, fuzzy, php-format #| msgid "Unable to connect to master %s." msgid "Unable to connect to primary %s." msgstr "Nuk mund të lidhet me master %s." -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 #, fuzzy #| msgid "" #| "Unable to read master log position. Possible privilege problem on master." @@ -12811,13 +12806,13 @@ msgstr "" "Nuk mund të lexojë pozicionin e regjistrit (log) master. Problem i mundshëm " "privilegjesh në master." -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 #, fuzzy #| msgid "Unable to change master!" msgid "Unable to change primary!" msgstr "Nuk mund të ndryshojë master!" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, fuzzy, php-format #| msgid "Master server changed successfully to %s." msgid "Primary server changed successfully to %s." @@ -12866,8 +12861,8 @@ msgid "Error while loading the search." msgstr "Gabim gjatë ngarkimit të kërkimit." #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 msgid "Native MySQL authentication" msgstr "Autentifikimi autokton MySQL" @@ -12898,16 +12893,16 @@ msgstr "Autentifikimi autokton MySQL" msgid "Account locking is not supported." msgstr "" -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "Nuk ka privilegje." -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "Përfshij të gjitha privilegjet, përveç GRANT." -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -12915,7 +12910,7 @@ msgstr "Përfshij të gjitha privilegjet, përveç GRANT." msgid "Allows deleting data." msgstr "Lejon fshirjen e të dhënave." -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -12923,7 +12918,7 @@ msgstr "Lejon fshirjen e të dhënave." msgid "Allows creating new tables." msgstr "Lejon krijimin e tabelave të reja." -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -12931,8 +12926,8 @@ msgstr "Lejon krijimin e tabelave të reja." msgid "Allows dropping tables." msgstr "Lejon fshirjen e tabelave." -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -12940,8 +12935,8 @@ msgstr "Lejon fshirjen e tabelave." msgid "Allows creating and dropping indexes." msgstr "Lejon krijimin dhe fshirjen e treguesve (indekseve)." -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -12949,9 +12944,9 @@ msgstr "Lejon krijimin dhe fshirjen e treguesve (indekseve)." msgid "Allows altering the structure of existing tables." msgstr "Lejon ndryshimin e strukturës së tabelave ekzistuese." -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -12961,9 +12956,9 @@ msgstr "Lejon ndryshimin e strukturës së tabelave ekzistuese." msgid "Allows creating new views." msgstr "Lejon krijimin e pamjeve të reja." -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -12971,8 +12966,8 @@ msgstr "Lejon krijimin e pamjeve të reja." msgid "Allows performing SHOW CREATE VIEW queries." msgstr "Lejon kryerjen e pyetsorëve SHOW CREATE VIEW." -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -12980,78 +12975,78 @@ msgstr "Lejon kryerjen e pyetsorëve SHOW CREATE VIEW." msgid "Allows creating and dropping triggers." msgstr "Lejo krijimin dhe fshirjen e shkrehësve." -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "Lejon leximin e të dhënave." -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "Lejon futjen dhe zëvendësimin e të dhënave." -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "Lejon ndryshimin e të dhënave." -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "Lejon krijimin e databazave dhe tabelave të reja." -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "Lejon fshirjen e databazave dhe tabelave." -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." msgstr "" "Lejon ringarkimin e rregullimeve të serverit dhe rifreskon cachen e serverit." -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "Lejon fikjen e serverit." -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 msgid "Allows viewing processes of all users." msgstr "Lejon shfaqjen e proçeseve për të gjithë përdoruesit." -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "" "Lejon importimin e të dhënave nga filet dhe eksportimin e të dhënave në file." -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "Nuk ka efekt në këtë version MySQL." -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "Jep hyrje tek lista e plotë e databazës." -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -13063,19 +13058,19 @@ msgstr "" "kërkohet për shumicën e veprimeve të administrimit, si vendosjen e " "variablave globale, apo fshirjen e rrjedhave të përdoruesve të tjerë." -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "Lejon krijimin e tabelave të përkohëshme." -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "Lejon kyçjen e tabelave për rrjedhën aktuale." -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 #, fuzzy @@ -13083,7 +13078,7 @@ msgstr "Lejon kyçjen e tabelave për rrjedhën aktuale." msgid "Needed for the replication replicas." msgstr "Kërkohet për skllavët e replikimit." -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 #, fuzzy @@ -13091,15 +13086,15 @@ msgstr "Kërkohet për skllavët e replikimit." msgid "Allows the user to ask where the replicas / primaries are." msgstr "Lejon përdoruesin të pyesë se ku janë skllevërit / masterat." -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 msgid "Allows to set up events for the event scheduler." msgstr "Lejon për të ngritur ngjarjet për planifikimin e ngjarjeve." #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 #, fuzzy @@ -13107,47 +13102,47 @@ msgstr "Lejon për të ngritur ngjarjet për planifikimin e ngjarjeve." msgid "Allows deleting historical rows." msgstr "Lejon fshirjen e të dhënave." -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "Lejon krijimin e rutinave të ruajtura." -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "Lejon ndryshimin dhe fshirjen e rutinave të ruajtura." -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "Lejon krijimin, fshirjen dhe riemërimin e llogarive të përdoruesit." -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "Lejon ekzekutimin e rutinave të ruajtura." -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "Fjalëkalimi për %s u ndryshua me sukses." -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "Keni anuluar privilegjet për %s." -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "Nuk ka privilegje të mjaftueshme për të shfaqur përdoruesit." -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -13155,84 +13150,84 @@ msgstr "Nuk ka privilegje të mjaftueshme për të shfaqur përdoruesit." msgid "Edit privileges" msgstr "Redakto privilegjet" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "Tërhiq" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "Privilegjet specifike të databazës" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "Privilegjet specifike të tabelës" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 msgid "Routine" msgstr "Rutina" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 msgid "Routine-specific privileges" msgstr "Privilegjet specifike të rutinës" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "Nuk janë zgjedhur përdorues për fshirje!" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "Ringarkon privilegjet" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "Përdoruesit e zgjedhur u fshinë me sukses." -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "Keni aktualizuar privilegjet për %s." -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 msgid "No user found." msgstr "Nuk gjendet asnjë përdorues." -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "Fshin %s" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "Privilegjet u ri-ngarkuan me sukses." -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "Përdoruesi %s ekziston ndërkohë!" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, php-format msgid "Privileges for %s" msgstr "Privilegjet për %s" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "Përdoruesi" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " @@ -13243,7 +13238,7 @@ msgstr "" "ndërlidhen nëse pjesa e pritësit (host) të llogarisë së tyre lejon një " "lidhje nga çdo pritës (%)." -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, php-format msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " @@ -13256,7 +13251,7 @@ msgstr "" "privilegjet që përdor serveri, nëse ato janë ndryshuar me dorë. Në këtë " "rast, duhet të %s reloader privilegjet %s para se të vazhdoni." -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " "tables. The content of these tables may differ from the privileges the " @@ -13270,7 +13265,7 @@ msgstr "" "rast, privilegjet duhet të rifreskohen, por aktualisht, ju nuk keni " "privilegj RELOAD." -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "Keni shtuar një përdorues të ri." @@ -13469,7 +13464,7 @@ msgstr "%s është pasivizuar për këtë MySQL server." msgid "This MySQL server does not support the %s storage engine." msgstr "Ky MySQL server nuk e mbështet motorin e ruajtjes %s." -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "Emri i çelësit primar duhet të jetë \"PRIMARY\"!" @@ -13478,43 +13473,43 @@ msgstr "Emri i çelësit primar duhet të jetë \"PRIMARY\"!" msgid "Problems with indexes of table `%s`" msgstr "Problemet me indekset e tabelës `%s`" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 msgid "Unknown table status:" msgstr "Status i panjohur tabele:" -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, php-format msgid "Source database `%s` was not found!" msgstr "Databaza e burimit `%s` nuk gjendet!" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, php-format msgid "Target database `%s` was not found!" msgstr "Databaza e objektivit `%s` nuk u gjend!" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 msgid "Invalid database:" msgstr "Databazë e pavlefshme:" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 msgid "Invalid table name:" msgstr "Emër tabele i pavlefshëm:" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, php-format msgid "Failed to rename table %1$s to %2$s!" msgstr "Dështoi në riemërimin e tabelës %1$s në %2$s!" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, php-format msgid "Table %1$s has been renamed to %2$s." msgstr "Tabela %1$s është riemëruar në %2$s." -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 msgid "Could not save table UI preferences!" msgstr "Nuk mund të ruajë tabelën e preferencave UI!" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" @@ -13523,7 +13518,7 @@ msgstr "" "Dështoi në pastrimin e tabelës së preferencave UI (shiko $cfg['Servers'][$i]" "['MaxTableUiprefs'] %s)" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -13534,15 +13529,15 @@ msgstr "" "qëndrueshme, pasi ju ta rifreskoni këtë faqe. Ju lutem, kontrollo nëse " "struktura e tabelës ka ndryshuar." -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "uk mund ta riemërojë indeksin tek PRIMARY!" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "Nuk janë përcaktuar pjesë të indeksit!" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "" @@ -14019,11 +14014,11 @@ msgstr "Profili është aktualizuar." msgid "Password is too long!" msgstr "Fjalëkalimi është shumë i gjatë!" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 msgid "Could not save configuration" msgstr "Nuk mund ta ruajë konfigurimin" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 #, fuzzy #| msgid "" #| "%sCreate%s the phpMyAdmin configuration storage in the current database." @@ -19822,6 +19817,10 @@ msgstr "SHFAQ emrin" msgid "Column names" msgstr "Emrat e kolonës" +#, php-format +#~ msgid "Analyze Explain at %s" +#~ msgstr "Analizo sqarimin në %s" + #~ msgid "Key is too short, it should have at least 32 characters." #~ msgstr "Çelësi është tepër i shkurtër, duhet të ketë së paku 32 karaktere." diff --git a/po/sr.po b/po/sr.po index 2464dec62d..2634d4b52f 100644 --- a/po/sr.po +++ b/po/sr.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2022-02-15 16:21+0000\n" "Last-Translator: Maurício Meneghini Fauth \n" "Language-Team: Serbian (includes info such as export timestamp, PHP version, " "and server version)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 #, fuzzy #| msgid "Add custom comment into header (\\n splits lines)" msgid "Additional custom header comment (\\n splits lines):" msgstr "Додај коментар у заглавље (\\n раздваја линије)" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 #, fuzzy #| msgid "Export type" msgid "Export metadata" msgstr "Тип извоза" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 #, fuzzy #| msgid "Statements" msgid "Add statements:" msgstr "Име" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, fuzzy, php-format #| msgid "Statements" msgid "Add %s statement" msgstr "Име" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, fuzzy, php-format #| msgid "Session value" msgid "%s value" msgstr "Вредност сесије" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 #, fuzzy #| msgid "Transformation options" msgid "Data creation options" msgstr "Опције трансформације" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " "(1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 #, fuzzy #| msgid "Export type" msgid "Metadata" msgstr "Тип извоза" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, fuzzy, php-format #| msgid "Dumping data for table" msgid "Metadata for table %s" msgstr "Приказ података табеле" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, fuzzy, php-format #| msgid "Create table on database %s" msgid "Metadata for database %s" msgstr "Направи нову табелу у бази %s" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, fuzzy, php-format #| msgid "Table structure for table" msgid "Error reading structure for table %s:" msgstr "Структура табеле" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "Ограничења за извезене табеле" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "Ограничења за табеле" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 #, fuzzy #| msgid "Constraints for dumped tables" msgid "Indexes for dumped tables" msgstr "Ограничења за извезене табеле" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 #, fuzzy #| msgid "Inside table(s):" msgid "Indexes for table" msgstr "Унутар табела:" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 #, fuzzy #| msgid "Add AUTO_INCREMENT value" msgid "AUTO_INCREMENT for dumped tables" msgstr "Додај AUTO_INCREMENT вредност" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 #, fuzzy #| msgid "Add AUTO_INCREMENT value" msgid "AUTO_INCREMENT for table" msgstr "Додај AUTO_INCREMENT вредност" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 #, fuzzy #| msgid "MIME TYPES FOR TABLE" msgid "MEDIA TYPES FOR TABLE" msgstr "MIME ТИПОВИ ЗА ТАБЕЛУ" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 #, fuzzy #| msgid "RELATIONS FOR TABLE" msgid "RELATIONSHIPS FOR TABLE" msgstr "РЕЛАЦИЈЕ ТАБЕЛЕ" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, fuzzy, php-format #| msgid "Structure for view" msgid "Structure for view %s exported as a table" msgstr "Структура за поглед (view)" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, fuzzy, php-format #| msgid "Allows reading data." msgid "Error reading data for table %s:" msgstr "Дозвољава читање података." -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 #, fuzzy #| msgid "Creation" msgid "Creation:" msgstr "Направљено" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 #, fuzzy #| msgid "Last update" msgid "Last update:" msgstr "Последња измена" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 #, fuzzy #| msgid "Last check" msgid "Last check:" msgstr "Последња провера" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 #, fuzzy msgid "Export contents" msgstr "Тип извоза" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 #, fuzzy #| msgid "Table" msgid "Table:" msgstr "Табела" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "" @@ -12964,99 +12959,99 @@ msgstr "" msgid "Details…" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 #, fuzzy #| msgid "Could not load default configuration from: \"%1$s\"" msgid "Could not save recent table!" msgstr "Не могу да учитам подразумевану конфигурацију из: \"%1$s\"" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 #, fuzzy #| msgid "Could not load default configuration from: \"%1$s\"" msgid "Could not save favorite table!" msgstr "Не могу да учитам подразумевану конфигурацију из: \"%1$s\"" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 #, fuzzy msgid "Recent tables" msgstr "Нема табела" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 #, fuzzy #| msgid "Reset" msgid "Recent" msgstr "Поништи" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 #, fuzzy #| msgid "Variables" msgid "Favorites" msgstr "Променљиве" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." msgstr "" -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 #, fuzzy msgid "Replication started successfully." msgstr "Репликација" -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 msgid "Error starting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 #, fuzzy #| msgid "Chart generated successfully." msgid "Replication stopped successfully." msgstr "Привилегије су успешно поново учитане." -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 msgid "Error stopping replication." msgstr "" -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 #, fuzzy msgid "Replication resetting successfully." msgstr "Репликација" -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 msgid "Error resetting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "" -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 #, fuzzy #| msgid "Error" msgid "Error." msgstr "Грешка" -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, fuzzy, php-format #| msgid "The number of fsync() writes done to the log file." msgid "Unable to connect to primary %s." msgstr "Број fsyncs уписа начињених у датотеку дневника." -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 msgid "" "Unable to read primary log position. Possible privilege problem on primary." msgstr "" -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 msgid "Unable to change primary!" msgstr "" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, fuzzy, php-format #| msgid "The privileges were reloaded successfully." msgid "Primary server changed successfully to %s." @@ -13107,8 +13102,8 @@ msgid "Error while loading the search." msgstr "Непозната грешка при слању датотеке." #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 #, fuzzy #| msgid "Documentation" msgid "Native MySQL authentication" @@ -13143,16 +13138,16 @@ msgstr "Документација" msgid "Account locking is not supported." msgstr "" -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "Нема привилегија." -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "Укључује све привилегије осим GRANT." -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -13160,7 +13155,7 @@ msgstr "Укључује све привилегије осим GRANT." msgid "Allows deleting data." msgstr "Дозвољава брисање података." -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -13168,7 +13163,7 @@ msgstr "Дозвољава брисање података." msgid "Allows creating new tables." msgstr "Дозвољава креирање нових табела." -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -13176,8 +13171,8 @@ msgstr "Дозвољава креирање нових табела." msgid "Allows dropping tables." msgstr "Дозвољава одбацивање табела." -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -13185,8 +13180,8 @@ msgstr "Дозвољава одбацивање табела." msgid "Allows creating and dropping indexes." msgstr "Дозвољава креирање и брисање кључева." -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -13194,9 +13189,9 @@ msgstr "Дозвољава креирање и брисање кључева." msgid "Allows altering the structure of existing tables." msgstr "Дозвољава измену структура постојећих табела." -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -13206,9 +13201,9 @@ msgstr "Дозвољава измену структура постојећих msgid "Allows creating new views." msgstr "Дозволи креирање нових погледа." -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -13216,8 +13211,8 @@ msgstr "Дозволи креирање нових погледа." msgid "Allows performing SHOW CREATE VIEW queries." msgstr "Дозвољава извршавање SHOW CREATE VIEW упита." -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -13226,77 +13221,77 @@ msgstr "Дозвољава извршавање SHOW CREATE VIEW упита." msgid "Allows creating and dropping triggers." msgstr "Дозвољава креирање и брисање кључева." -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "Дозвољава читање података." -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "Дозвољава уметање и замену података." -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "Дозвољава измену података." -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "Дозвољава креирање нових база и табела." -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "Дозвољава одбацивање база и табела." -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." msgstr "" "Дозвољава поновно учитавање подешавања сервера и пражњење кеша сервера." -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "Дозвољава гашење сервера." -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 msgid "Allows viewing processes of all users." msgstr "" -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "Дозвољава увоз података и њихов извоз у датотеке." -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "Нема ефекта у овој верзији MySQL-a." -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "Даје приступ комплетној листи база." -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -13308,19 +13303,19 @@ msgstr "" "Неопходно за већину административних опција као што су подешавање глобалних " "променљивих или прекидање процеса осталих корисника." -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "Дозвољава креирање привремених табела.." -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "Дозвољава закључавање табела текућим процесима." -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 #, fuzzy @@ -13328,7 +13323,7 @@ msgstr "Дозвољава закључавање табела текућим п msgid "Needed for the replication replicas." msgstr "Потребно због помоћних сервера за репликацију." -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 #, fuzzy @@ -13336,7 +13331,7 @@ msgstr "Потребно због помоћних сервера за репл msgid "Allows the user to ask where the replicas / primaries are." msgstr "Даје право кориснику да пита где су главни/помоћни сервери." -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 #, fuzzy @@ -13345,8 +13340,8 @@ msgid "Allows to set up events for the event scheduler." msgstr "Дозвољава закључавање табела текућим процесима." #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 #, fuzzy @@ -13354,47 +13349,47 @@ msgstr "Дозвољава закључавање табела текућим п msgid "Allows deleting historical rows." msgstr "Дозвољава брисање података." -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "Дозвољава прављење сачуваних рутина." -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "Дозвољава измену и одбацивање сачуваних рутина." -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "Дозвољава прављење, одбацивање и преименовање корисничких налога." -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "Дозвољава извршавање сачуваних рутина." -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "Лозинка за %s је успешно промењена." -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "Забранили сте привилегије за %s." -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "" -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -13404,24 +13399,24 @@ msgstr "" msgid "Edit privileges" msgstr "Промени привилегије" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "Забрани" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "Привилегије везане за базу" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "Привилегије везане за табеле" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 @@ -13430,31 +13425,31 @@ msgstr "Привилегије везане за табеле" msgid "Routine" msgstr "Рутине" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 #, fuzzy #| msgid "Column-specific privileges" msgid "Routine-specific privileges" msgstr "Привилегије везане за колоне" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "Ниједан корисник није одабран за брисање!" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "Поново учитавам привилегије" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "Изабрани корисници су успешно обрисани." -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "Ажурирали сте привилегије за %s." -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 #, fuzzy @@ -13462,40 +13457,40 @@ msgstr "Ажурирали сте привилегије за %s." msgid "No user found." msgstr "Корисник није нађен." -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "Бришем %s" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "Привилегије су успешно поново учитане." -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "Корисник %s већ постоји!" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, fuzzy, php-format #| msgid "Privileges" msgid "Privileges for %s" msgstr "Привилегије" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "Корисник" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " "allows a connection from any (%) host." msgstr "" -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, fuzzy, php-format #| msgid "" #| "Note: phpMyAdmin gets the users' privileges directly from MySQL's " @@ -13513,7 +13508,7 @@ msgstr "" "сервер користи ако су вршене ручне измене. У том случају %sпоново учитајте " "привилегије%s пре него што наставите." -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 #, fuzzy #| msgid "" #| "Note: phpMyAdmin gets the users' privileges directly from MySQL's " @@ -13532,7 +13527,7 @@ msgstr "" "сервер користи ако су вршене ручне измене. У том случају %sпоново учитајте " "привилегије%s пре него што наставите." -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "Додали сте новог корисника." @@ -13723,7 +13718,7 @@ msgstr "%s је онемогућен на овом MySQL серверу." msgid "This MySQL server does not support the %s storage engine." msgstr "Овај MySQL сервер не подржава %s погон складиштења." -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "Име примарног кључа мора да буде \"PRIMARY\"!" @@ -13732,61 +13727,61 @@ msgstr "Име примарног кључа мора да буде \"PRIMARY\"! msgid "Problems with indexes of table `%s`" msgstr "Проблем при индексирању табеле `%s`" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 #, fuzzy #| msgid "Show slave status" msgid "Unknown table status:" msgstr "Прикажи статус подређених сервера" -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, fuzzy, php-format msgid "Source database `%s` was not found!" msgstr "Претраживање базе" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, fuzzy, php-format #| msgid "Theme %s not found!" msgid "Target database `%s` was not found!" msgstr "Није пронађена тема %s!" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 #, fuzzy #| msgid "Invalid database" msgid "Invalid database:" msgstr "Неисправна база података" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 #, fuzzy #| msgid "Invalid table name" msgid "Invalid table name:" msgstr "Неисправан назив табеле" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, fuzzy, php-format #| msgid "Error renaming table %1$s to %2$s" msgid "Failed to rename table %1$s to %2$s!" msgstr "Грешка при преименовању табеле %1$s у %2$s" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, fuzzy, php-format #| msgid "Table %s has been renamed to %s." msgid "Table %1$s has been renamed to %2$s." msgstr "Табели %s промењено име у %s" -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 #, fuzzy #| msgid "Could not load default configuration from: \"%1$s\"" msgid "Could not save table UI preferences!" msgstr "Не могу да учитам подразумевану конфигурацију из: \"%1$s\"" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" "['MaxTableUiprefs'] %s)" msgstr "" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -13794,15 +13789,15 @@ msgid "" "changed." msgstr "" -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "Не могу да променим кључ у PRIMARY (примарни) !" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "Делови кључа нису дефинисани!" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "" @@ -14229,13 +14224,13 @@ msgstr "Профил је промењен." msgid "Password is too long!" msgstr "Хеширање лозинке" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 #, fuzzy #| msgid "Could not load default configuration from: \"%1$s\"" msgid "Could not save configuration" msgstr "Не могу да учитам подразумевану конфигурацију из: \"%1$s\"" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 #, fuzzy #| msgid "" #| "ditional features for working with linked tables have been ctivated. To d " diff --git a/po/sr@latin.po b/po/sr@latin.po index ac849d4730..f398fb810d 100644 --- a/po/sr@latin.po +++ b/po/sr@latin.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2022-12-13 20:50+0000\n" "Last-Translator: Kristijan Fremen Velkovski \n" "Language-Team: Serbian (latin) (includes info such as export timestamp, PHP version, " "and server version)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 msgid "Additional custom header comment (\\n splits lines):" msgstr "Dodatni komentar prilagođenog zaglavlja (\\n deli linije):" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 #, fuzzy #| msgid "Export method" msgid "Export metadata" msgstr "Način izvoza" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 msgid "Add statements:" msgstr "Dodaj iskaze:" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, php-format msgid "Add %s statement" msgstr "Dodaj %s iskaz" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, fuzzy, php-format #| msgid "Session value" msgid "%s value" msgstr "Vrednost sesije" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 #, fuzzy #| msgid "Transformation options" msgid "Data creation options" msgstr "Opcije transformacije" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " "(1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 #, fuzzy #| msgid "Missing data for %s" msgid "Metadata" msgstr "Nedostaju podaci za %s" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, fuzzy, php-format #| msgid "Missing data for %s" msgid "Metadata for table %s" msgstr "Nedostaju podaci za %s" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, fuzzy, php-format #| msgid "Missing data for %s" msgid "Metadata for database %s" msgstr "Nedostaju podaci za %s" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, fuzzy, php-format #| msgid "Table structure for table" msgid "Error reading structure for table %s:" msgstr "Struktura tabele" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "Ograničenja za izvezene tabele" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "Ograničenja za tabele" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 #, fuzzy #| msgid "Constraints for dumped tables" msgid "Indexes for dumped tables" msgstr "Ograničenja za izvezene tabele" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 #, fuzzy #| msgid "Inside tables:" msgid "Indexes for table" msgstr "Unutar tabela:" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 #, fuzzy #| msgid "Do not use AUTO_INCREMENT for zero values" msgid "AUTO_INCREMENT for dumped tables" msgstr "Ne koristi AUTO_INCREMENT za nulte vrednosti" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 #, fuzzy #| msgid "Add AUTO_INCREMENT value" msgid "AUTO_INCREMENT for table" msgstr "Dodaj AUTO_INCREMENT vrednost" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 #, fuzzy #| msgid "MIME TYPES FOR TABLE" msgid "MEDIA TYPES FOR TABLE" msgstr "MIME TIPOVI ZA TABELU" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 #, fuzzy #| msgid "RELATIONS FOR TABLE" msgid "RELATIONSHIPS FOR TABLE" msgstr "RELACIJE TABELE" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, fuzzy, php-format #| msgid "Structure for view" msgid "Structure for view %s exported as a table" msgstr "Struktura za pogled (view)" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, fuzzy, php-format #| msgid "Error reading data:" msgid "Error reading data for table %s:" msgstr "Greška kod čitanja podataka:" -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 #, fuzzy #| msgid "Creation" msgid "Creation:" msgstr "Napravljeno" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 #, fuzzy #| msgid "Last update" msgid "Last update:" msgstr "Poslednja izmena" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 #, fuzzy #| msgid "Last check" msgid "Last check:" msgstr "Poslednja provera" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "Izvoz sadržajaTip izvoza" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 #, fuzzy #| msgid "Table" msgid "Table:" msgstr "Tabela" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "" @@ -12929,100 +12924,100 @@ msgstr "" msgid "Details…" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 #, fuzzy #| msgid "Could not save recent table" msgid "Could not save recent table!" msgstr "Nije moguće sačuvati poslednju tabelu" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 #, fuzzy #| msgid "Could not save recent table" msgid "Could not save favorite table!" msgstr "Nije moguće sačuvati poslednju tabelu" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 msgid "Recent tables" msgstr "Skorašnje pristupane tabele" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 #, fuzzy #| msgid "Reset" msgid "Recent" msgstr "Poništi" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 #, fuzzy #| msgid "Variables" msgid "Favorites" msgstr "Promenljive" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." msgstr "" -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 #, fuzzy #| msgid "Replication status" msgid "Replication started successfully." msgstr "Status replikacije" -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 msgid "Error starting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 #, fuzzy #| msgid "Chart generated successfully." msgid "Replication stopped successfully." msgstr "Privilegije su uspešno ponovo učitane." -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 msgid "Error stopping replication." msgstr "" -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 #, fuzzy #| msgid "Replication status" msgid "Replication resetting successfully." msgstr "Status replikacije" -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 msgid "Error resetting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "" -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 #, fuzzy #| msgid "Error" msgid "Error." msgstr "Greška" -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, fuzzy, php-format #| msgid "The number of failed attempts to connect to the MySQL server." msgid "Unable to connect to primary %s." msgstr "Broj neuspelih pokušaja povezivanja na MySQL server." -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 msgid "" "Unable to read primary log position. Possible privilege problem on primary." msgstr "" -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 msgid "Unable to change primary!" msgstr "" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, fuzzy, php-format #| msgid "Master server changed successfully to %s" msgid "Primary server changed successfully to %s." @@ -13076,8 +13071,8 @@ msgid "Error while loading the search." msgstr "Greška kod premeštanja primljene datoteke." #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 #, fuzzy #| msgid "Authentication" msgid "Native MySQL authentication" @@ -13112,16 +13107,16 @@ msgstr "Autentikacija" msgid "Account locking is not supported." msgstr "" -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "Nema privilegija." -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "Uključuje sve privilegije osim GRANT." -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -13129,7 +13124,7 @@ msgstr "Uključuje sve privilegije osim GRANT." msgid "Allows deleting data." msgstr "Dozvoljava brisanje podataka." -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -13137,7 +13132,7 @@ msgstr "Dozvoljava brisanje podataka." msgid "Allows creating new tables." msgstr "Dozvoljava kreiranje novih tabela." -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -13145,8 +13140,8 @@ msgstr "Dozvoljava kreiranje novih tabela." msgid "Allows dropping tables." msgstr "Dozvoljava odbacivanje tabela." -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -13154,8 +13149,8 @@ msgstr "Dozvoljava odbacivanje tabela." msgid "Allows creating and dropping indexes." msgstr "Dozvoljava kreiranje i brisanje ključeva." -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -13163,9 +13158,9 @@ msgstr "Dozvoljava kreiranje i brisanje ključeva." msgid "Allows altering the structure of existing tables." msgstr "Dozvoljava izmenu struktura postojećih tabela." -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -13175,9 +13170,9 @@ msgstr "Dozvoljava izmenu struktura postojećih tabela." msgid "Allows creating new views." msgstr "Dozvoli kreiranje novih pogleda." -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -13185,8 +13180,8 @@ msgstr "Dozvoli kreiranje novih pogleda." msgid "Allows performing SHOW CREATE VIEW queries." msgstr "Dozvoljava izvršavanje SHOW CREATE VIEW upita." -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -13196,77 +13191,77 @@ msgstr "Dozvoljava izvršavanje SHOW CREATE VIEW upita." msgid "Allows creating and dropping triggers." msgstr "Omogućava kreiranje i brisanje okidača" -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "Dozvoljava čitanje podataka." -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "Dozvoljava umetanje i zamenu podataka." -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "Dozvoljava izmenu podataka." -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "Dozvoljava kreiranje novih baza i tabela." -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "Dozvoljava odbacivanje baza i tabela." -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." msgstr "" "Dozvoljava ponovno učitavanje podešavanja servera i pražnjenje keša servera." -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "Dozvoljava gašenje servera." -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 msgid "Allows viewing processes of all users." msgstr "" -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "Dozvoljava uvoz podataka i njihov izvoz u datoteke." -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "Nema efekta u ovoj verziji MySQL-a." -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "Daje pristup kompletnoj listi baza." -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -13278,19 +13273,19 @@ msgstr "" "Neophodno za većinu administrativnih opcija kao što su podešavanje globalnih " "promenljivih ili prekidanje procesa ostalih korisnika." -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "Dozvoljava kreiranje privremenih tabela.." -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "Dozvoljava zaključavanje tabela tekućim procesima." -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 #, fuzzy @@ -13298,7 +13293,7 @@ msgstr "Dozvoljava zaključavanje tabela tekućim procesima." msgid "Needed for the replication replicas." msgstr "Potrebno zbog pomoćnih servera za replikaciju." -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 #, fuzzy @@ -13306,7 +13301,7 @@ msgstr "Potrebno zbog pomoćnih servera za replikaciju." msgid "Allows the user to ask where the replicas / primaries are." msgstr "Daje pravo korisniku da pita gde su glavni/pomoćni serveri." -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 #, fuzzy @@ -13315,8 +13310,8 @@ msgid "Allows to set up events for the event scheduler." msgstr "Dozvoljava zaključavanje tabela tekućim procesima." #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 #, fuzzy @@ -13324,47 +13319,47 @@ msgstr "Dozvoljava zaključavanje tabela tekućim procesima." msgid "Allows deleting historical rows." msgstr "Dozvoljava brisanje podataka." -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "Dozvoljava pravljenje sačuvanih rutina." -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "Dozvoljava izmenu i odbacivanje sačuvanih rutina." -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "Dozvoljava pravljenje, odbacivanje i preimenovanje korisničkih naloga." -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "Dozvoljava izvršavanje sačuvanih rutina." -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "Lozinka za %s je uspešno promenjena." -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "Zabranili ste privilegije za %s." -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "" -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -13374,24 +13369,24 @@ msgstr "" msgid "Edit privileges" msgstr "Promeni privilegije" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "Zabrani" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "Privilegije vezane za bazu" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "Privilegije vezane za tabele" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 @@ -13400,70 +13395,70 @@ msgstr "Privilegije vezane za tabele" msgid "Routine" msgstr "Rutine" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 #, fuzzy #| msgid "Column-specific privileges" msgid "Routine-specific privileges" msgstr "Privilegije vezane za kolone" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "Nijedan korisnik nije odabran za brisanje!" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "Ponovo učitavam privilegije" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "Izabrani korisnici su uspešno obrisani." -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "Ažurirali ste privilegije za %s." -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 msgid "No user found." msgstr "Ni jedan korisnik nije pronađen." -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "Brišem %s" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "Privilegije su uspešno ponovo učitane." -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "Korisnik %s već postoji!" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, fuzzy, php-format #| msgid "Privileges" msgid "Privileges for %s" msgstr "Privilegije" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "Korisnik" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " "allows a connection from any (%) host." msgstr "" -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, fuzzy, php-format #| msgid "" #| "Note: phpMyAdmin gets the users' privileges directly from MySQL's " @@ -13481,7 +13476,7 @@ msgstr "" "server koristi ako su vršene ručne izmene. U tom slučaju %sponovo učitajte " "privilegije%s pre nego što nastavite." -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 #, fuzzy #| msgid "" #| "Note: phpMyAdmin gets the users' privileges directly from MySQL's " @@ -13500,7 +13495,7 @@ msgstr "" "server koristi ako su vršene ručne izmene. U tom slučaju %sponovo učitajte " "privilegije%s pre nego što nastavite." -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "Dodali ste novog korisnika." @@ -13704,7 +13699,7 @@ msgstr "%s je onemogućen na ovom MySQL serveru." msgid "This MySQL server does not support the %s storage engine." msgstr "Ovaj MySQL server ne podržava %s pogon skladištenja." -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "Ime primarnog ključa mora da bude \"PRIMARY\"!" @@ -13713,54 +13708,54 @@ msgstr "Ime primarnog ključa mora da bude \"PRIMARY\"!" msgid "Problems with indexes of table `%s`" msgstr "Problem pri indeksiranju tabele `%s`" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 #, fuzzy #| msgid "unknown table status: " msgid "Unknown table status:" msgstr "Nepoznat status tabele: " -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, fuzzy, php-format msgid "Source database `%s` was not found!" msgstr "Pretraživanje baze" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, fuzzy, php-format #| msgid "Theme %s not found!" msgid "Target database `%s` was not found!" msgstr "Nije pronađena tema %s!" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 #, fuzzy #| msgid "Invalid database" msgid "Invalid database:" msgstr "Neispravna baza podataka" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 #, fuzzy #| msgid "Invalid table name" msgid "Invalid table name:" msgstr "Neispravan naziv tabele" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, fuzzy, php-format #| msgid "Error renaming table %1$s to %2$s" msgid "Failed to rename table %1$s to %2$s!" msgstr "Greška pri preimenovanju tabele %1$s u %2$s" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, fuzzy, php-format #| msgid "Table %s has been renamed to %s." msgid "Table %1$s has been renamed to %2$s." msgstr "Tabeli %s promenjeno ime u %s" -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 #, fuzzy #| msgid "Could not save table UI preferences" msgid "Could not save table UI preferences!" msgstr "Nije bilo moguće saćuvati podešavanja korisničkog interfejsa tabele" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" @@ -13769,7 +13764,7 @@ msgstr "" "Neuspelo brisanje podešavanja korisničkog interfejsa tabele (pogledajte " "$cfg['Servers'][$i]['MaxTableUiprefs'] %s)" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -13780,15 +13775,15 @@ msgstr "" "neće biti trajne nakon osveženja ove strane. Molimo vas da proverite da li " "je struktura tabele izmenjena." -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "Ne mogu da promenim ključ u PRIMARY (primarni) !" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "Delovi ključa nisu definisani!" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "" @@ -14214,11 +14209,11 @@ msgstr "Profil je promenjen." msgid "Password is too long!" msgstr "Heširanje lozinke" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 msgid "Could not save configuration" msgstr "Nije moguće snimiti konfiguraciju" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 #, fuzzy #| msgid "Missing phpMyAdmin configuration storage tables" msgid "The phpMyAdmin configuration storage database could not be accessed." diff --git a/po/sv.po b/po/sv.po index 4a7d1cc086..885fa2213a 100644 --- a/po/sv.po +++ b/po/sv.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2022-05-03 16:53+0000\n" "Last-Translator: Erik Fornander \n" "Language-Team: Swedish (includes info such as export timestamp, PHP version, " "and server version)" @@ -11867,11 +11862,11 @@ msgstr "" "Visa kommentarer (inkluderar info såsom exporttidsstämpel, PHP-version, " "och serverversion)" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 msgid "Additional custom header comment (\\n splits lines):" msgstr "Ytterligare en anpassad sidhuvudkommentar (\\n delar rader):" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" @@ -11879,40 +11874,40 @@ msgstr "" "Inkludera en tidsstämpel på när databaser skapades, senast uppdaterade, och " "senast kontrollerade" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 msgid "Export metadata" msgstr "Exportera metadata" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 msgid "Add statements:" msgstr "Lägg till uppgift:" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, php-format msgid "Add %s statement" msgstr "Lägg till uppgiften %s" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "(mindre effektivt eftersom index ska genereras när tabellen skapades)" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, php-format msgid "%s value" msgstr "%s värde" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" @@ -11920,37 +11915,37 @@ msgstr "" "Bifoga tabell-och kolumnnamn med backquote (`) (Skyddar kolumn- och " "tabellnamn skapade med specialtecken eller nyckelord)" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 msgid "Data creation options" msgstr "Valmöjligheter vid skapande av data" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "Trunkera tabell innan inläggning" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "Istället för INSERT-kommandon, använd:" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "INSERT DELAYED-kommandon" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "INSERT IGNORE-kommandon" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "Funktion att använda när data dumpas:" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "Syntax att använda när data infogas:" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " @@ -11960,7 +11955,7 @@ msgstr "" "  Exempel: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " "(1,2,3)" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " @@ -11970,7 +11965,7 @@ msgstr "" "  Exempel: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), (7,8,9)" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" @@ -11978,7 +11973,7 @@ msgstr "" "båda av ovanstående
      Exempel: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" @@ -11986,7 +11981,7 @@ msgstr "" "inget av ovanstående
      Exempel: INSERT INTO " "tbl_name VALUES (1,2,3)" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" @@ -11994,7 +11989,7 @@ msgstr "" "Dumpa binära kolumner i hexadecimal notation (t.ex. \"abc\" blir " "0x616263)" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" @@ -12002,135 +11997,135 @@ msgstr "" "Dumpa TIMESTAMP-kolumner i UTC (gör TIMESTAMP-kolumner som ska dumpas och " "laddas mellan servrar i olika tidszoner)" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 #, fuzzy #| msgid "It appears your database uses functions;" msgid "It appears your database uses routines;" msgstr "Det verkar som om databasen använder följande funktioner;" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "export med alias fungerar inte alltid tillförlitligt." -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 msgid "Metadata" msgstr "Metadata" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, fuzzy, php-format #| msgid "Metadata for %s" msgid "Metadata for table %s" msgstr "Metadata för %s" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, fuzzy, php-format #| msgid "Metadata for %s" msgid "Metadata for database %s" msgstr "Metadata för %s" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, fuzzy, php-format #| msgid "Table structure for table" msgid "Error reading structure for table %s:" msgstr "Tabellstruktur" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "Det verkar som om databasen använder följande vyer;" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "Restriktioner för dumpade tabeller" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "Restriktioner för tabell" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 msgid "Indexes for dumped tables" msgstr "Index för dumpade tabeller" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 msgid "Indexes for table" msgstr "Index för tabell" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 msgid "AUTO_INCREMENT for dumped tables" msgstr "AUTO_INCREMENT för dumpade tabeller" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 msgid "AUTO_INCREMENT for table" msgstr "AUTO_INCREMENT för tabell" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 #, fuzzy #| msgid "MIME TYPES FOR TABLE" msgid "MEDIA TYPES FOR TABLE" msgstr "MIME-TYPER FÖR TABELL" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 #, fuzzy #| msgid "RELATIONS FOR TABLE" msgid "RELATIONSHIPS FOR TABLE" msgstr "RELATIONER FÖR TABELL" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "Det verkar dom om tabellen använder följande utlösare;" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, php-format msgid "Structure for view %s exported as a table" msgstr "Struktur för vy %s exporterad som en tabell" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, fuzzy, php-format #| msgid "Error reading data:" msgid "Error reading data for table %s:" msgstr "Fel vid läsning av data:" -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 msgid "Creation:" msgstr "Skapat:" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 msgid "Last update:" msgstr "Senaste uppdatering:" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 msgid "Last check:" msgstr "Senaste kontroll:" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" "Databassystem eller äldre MySQL-server att maximera kompatibilitet av utdata " "med:" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "Alternativ vid skapande av objekt (alla rekommenderas)" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "Exportera innehåll" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 msgid "Table:" msgstr "Tabell:" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "Syfte:" @@ -12728,75 +12723,75 @@ msgstr "Kontrollera privilegierna för katalogen som innehåller databasen." msgid "Details…" msgstr "Detaljer…" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 msgid "Could not save recent table!" msgstr "Kunde inte spara den senaste tabellen!" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 msgid "Could not save favorite table!" msgstr "Kunde inte spara favorittabell!" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 msgid "Recent tables" msgstr "De senaste tabellerna" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 msgid "Recent" msgstr "Senaste" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 msgid "Favorites" msgstr "Favoriter" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." msgstr "" -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 msgid "Replication started successfully." msgstr "Replikering startade framgångsrikt." -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 msgid "Error starting replication." msgstr "Fel vid start av replikering." -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 msgid "Replication stopped successfully." msgstr "Replikering stoppades framgångsrikt." -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 msgid "Error stopping replication." msgstr "Fel vid stoppande av replikering." -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 msgid "Replication resetting successfully." msgstr "Replikering återställdes framgångsrikt." -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 msgid "Error resetting replication." msgstr "Fel vid återställning av replikering." -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "Lyckades." -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 msgid "Error." msgstr "Fel." -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "Okänt fel" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, fuzzy, php-format #| msgid "Unable to connect to master %s." msgid "Unable to connect to primary %s." msgstr "Kan inte ansluta till master %s." -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 #, fuzzy #| msgid "" #| "Unable to read master log position. Possible privilege problem on master." @@ -12806,13 +12801,13 @@ msgstr "" "Det går inte att läsa position för master-logg. Möjligt privilegieproblem på " "master." -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 #, fuzzy #| msgid "Unable to change master!" msgid "Unable to change primary!" msgstr "Kan inte ändra master!" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, fuzzy, php-format #| msgid "Master server changed successfully to %s." msgid "Primary server changed successfully to %s." @@ -12860,8 +12855,8 @@ msgid "Error while loading the search." msgstr "Fel då sökningen lästes in." #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 msgid "Native MySQL authentication" msgstr "MySQL-autentisering" @@ -12892,16 +12887,16 @@ msgstr "MySQL-autentisering" msgid "Account locking is not supported." msgstr "" -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "Inga privilegier." -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "Inkluderar alla privilegier förutom GRANT." -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -12909,7 +12904,7 @@ msgstr "Inkluderar alla privilegier förutom GRANT." msgid "Allows deleting data." msgstr "Tillåter borttagning av data." -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -12917,7 +12912,7 @@ msgstr "Tillåter borttagning av data." msgid "Allows creating new tables." msgstr "Tillåter skapande av nya tabeller." -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -12925,8 +12920,8 @@ msgstr "Tillåter skapande av nya tabeller." msgid "Allows dropping tables." msgstr "Tillåter borttagning av tabeller." -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -12934,8 +12929,8 @@ msgstr "Tillåter borttagning av tabeller." msgid "Allows creating and dropping indexes." msgstr "Tillåter skapande och borttagning av index." -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -12943,9 +12938,9 @@ msgstr "Tillåter skapande och borttagning av index." msgid "Allows altering the structure of existing tables." msgstr "Tillåter ändring av befintliga tabellers struktur." -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -12955,9 +12950,9 @@ msgstr "Tillåter ändring av befintliga tabellers struktur." msgid "Allows creating new views." msgstr "Tillåter skapande av nya vyer." -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -12965,8 +12960,8 @@ msgstr "Tillåter skapande av nya vyer." msgid "Allows performing SHOW CREATE VIEW queries." msgstr "Tillåter utförande av SHOW CREATE VIEW-frågor." -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -12974,77 +12969,77 @@ msgstr "Tillåter utförande av SHOW CREATE VIEW-frågor." msgid "Allows creating and dropping triggers." msgstr "Tillåter skapande och borttagning av triggers." -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "Tillåter läsning av data." -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "Tillåter infogning och ersättning av data." -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "Tillåter ändring av data." -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "Tillåter skapande av nya databaser och tabeller." -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "Tillåter borttagning av databaser och tabeller." -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." msgstr "" "Tillåter omladdning av serverinställningar och rensning av serverns cache." -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "Tillåter avstängning av servern." -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 msgid "Allows viewing processes of all users." msgstr "Tillåter visning av processer för alla användare." -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "Tillåter import av data från och export av data till filer." -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "Har ingen effekt i denna version av MySQL." -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "Ger tillgång till den fullständiga databaslistan." -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -13056,19 +13051,19 @@ msgstr "" "Nödvändig för de flesta administrativa funktioner, som att sätta globala " "variabler eller döda andra användares trådar." -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "Tillåter skapande av temporära tabeller." -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "Tillåter låsning av tabeller för gällande tråd." -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 #, fuzzy @@ -13076,7 +13071,7 @@ msgstr "Tillåter låsning av tabeller för gällande tråd." msgid "Needed for the replication replicas." msgstr "Nödvändigt för replikeringsslavar." -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 #, fuzzy @@ -13084,15 +13079,15 @@ msgstr "Nödvändigt för replikeringsslavar." msgid "Allows the user to ask where the replicas / primaries are." msgstr "Ger användaren rätt att fråga var slav- / huvudservrarna är." -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 msgid "Allows to set up events for the event scheduler." msgstr "Tillåter skapande av händelser för händelseschemaläggaren." #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 #, fuzzy @@ -13100,47 +13095,47 @@ msgstr "Tillåter skapande av händelser för händelseschemaläggaren." msgid "Allows deleting historical rows." msgstr "Tillåter borttagning av data." -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "Tillåter skapande av lagrade rutiner." -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "Tillåter ändring och borttagning av lagrade rutiner." -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "Tillåter skapande, borttagning och omdöpning av användarkonton." -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "Tillåter utförande av lagrade rutiner." -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "Lösenordet för %s har ändrats." -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "Du har upphävt privilegierna för %s." -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "Inte tillräckligt privilegier för att visa användare." -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -13148,24 +13143,24 @@ msgstr "Inte tillräckligt privilegier för att visa användare." msgid "Edit privileges" msgstr "Redigera behörigheter" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "Upphäv" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "Databasspecifika privilegier" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "Tabellspecifika privilegier" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 @@ -13174,62 +13169,62 @@ msgstr "Tabellspecifika privilegier" msgid "Routine" msgstr "Rutiner" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 #, fuzzy #| msgid "Column-specific privileges" msgid "Routine-specific privileges" msgstr "Kolumnspecifika privilegier" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "Inga användare valda för borttagning!" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "Laddar om privilegierna" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "De valda användarna har tagits bort." -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "Du har uppdaterat privilegierna för %s." -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 msgid "No user found." msgstr "Ingen användare hittades." -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "Tar bort %s" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "Privilegierna har laddats om." -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "Användaren %s finns redan!" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, php-format msgid "Privileges for %s" msgstr "Privilegier för %s" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "Användare" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " @@ -13239,7 +13234,7 @@ msgstr "" "tillgängligt. Detta kommer att hindra andra användare från att ansluta om " "värddelen av deras konto tillåter anslutning från alla värddatorer (%)." -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, fuzzy, php-format #| msgid "" #| "Note: phpMyAdmin gets the users' privileges directly from MySQL's " @@ -13257,7 +13252,7 @@ msgstr "" "behörigheter servern använder, om manuella ändringar har gjorts. Är så " "fallet bör du %sladda om behörigheterna%s innan du fortsätter." -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 #, fuzzy #| msgid "" #| "Note: phpMyAdmin gets the users' privileges directly from MySQL's " @@ -13278,7 +13273,7 @@ msgstr "" "fallet bör du ladda om behörigheterna innan du fortsätter, du har dock inte " "privilegierna för detta." -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "Du har lagt till en ny användare." @@ -13481,7 +13476,7 @@ msgstr "%s har inaktiverats på denna MySQL-server." msgid "This MySQL server does not support the %s storage engine." msgstr "Denna MySQL-server stödjer inte lagringsmotorn %s." -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "Primärnyckelns namn måste vara \"PRIMARY\"!" @@ -13490,43 +13485,43 @@ msgstr "Primärnyckelns namn måste vara \"PRIMARY\"!" msgid "Problems with indexes of table `%s`" msgstr "Problem med index för tabell `%s`" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 msgid "Unknown table status:" msgstr "Okänd tabellstatus:" -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, php-format msgid "Source database `%s` was not found!" msgstr "Källdatabas `%s` hittades inte!" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, php-format msgid "Target database `%s` was not found!" msgstr "Måldatabas `%s` hittades inte!" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 msgid "Invalid database:" msgstr "Ogiltig databas:" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 msgid "Invalid table name:" msgstr "Ogiltigt tabellnamn:" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, php-format msgid "Failed to rename table %1$s to %2$s!" msgstr "Kunde inte byta namn på tabell %1$s till %2$s!" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, php-format msgid "Table %1$s has been renamed to %2$s." msgstr "Tabell %1$s har döpts om till %2$s." -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 msgid "Could not save table UI preferences!" msgstr "Kunde inte spara gränssnittsinställningarna för tabellen!" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" @@ -13535,7 +13530,7 @@ msgstr "" "Misslyckades med att rensa gränssnittsinställningar för tabell (se " "$cfg['Servers'][$i]['MaxTableUiprefs'] %s)" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -13546,15 +13541,15 @@ msgstr "" "beständiga efter att du uppdaterar denna sida. Kontrollera om tabellens " "struktur har förändrats." -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "Kan inte byta namn på index till \"PRIMARY\"!" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "Inga delar av index är definierade!" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "Fel vid skapande av främmande nyckel för %1$s (kontrollera datatyper)" @@ -14029,11 +14024,11 @@ msgstr "Profilen har uppdaterats." msgid "Password is too long!" msgstr "Hashning av lösenord:" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 msgid "Could not save configuration" msgstr "Kunde inte spara konfigurationen" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 #, fuzzy #| msgid "" #| "%sCreate%s the phpMyAdmin configuration storage in the current database." @@ -19888,6 +19883,10 @@ msgstr "VIEW-namn" msgid "Column names" msgstr "Kolumnnamn" +#, php-format +#~ msgid "Analyze Explain at %s" +#~ msgstr "Analysförklaring Analysförklaringpå %s" + #~ msgid "Key is too short, it should have at least 32 characters." #~ msgstr "Nyckeln är för kort, den måste ha minst 32 tecken." diff --git a/po/ta.po b/po/ta.po index 338e5e9fa5..df39e56322 100644 --- a/po/ta.po +++ b/po/ta.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2022-02-15 16:20+0000\n" "Last-Translator: Maurício Meneghini Fauth \n" "Language-Team: Tamil செய #: libraries/classes/Navigation/Nodes/NodeViewContainer.php:25 #: libraries/classes/Navigation/Nodes/NodeViewContainer.php:26 -#: libraries/classes/Plugins/Export/ExportXml.php:129 +#: libraries/classes/Plugins/Export/ExportXml.php:130 #: templates/database/structure/show_create.twig:28 msgid "Views" msgstr "" @@ -10745,37 +10740,37 @@ msgstr "" msgid "Format:" msgstr "" -#: libraries/classes/Plugins/Export/ExportCsv.php:59 +#: libraries/classes/Plugins/Export/ExportCsv.php:60 #: libraries/classes/Plugins/Import/AbstractImportCsv.php:36 msgid "Columns separated with:" msgstr "" -#: libraries/classes/Plugins/Export/ExportCsv.php:64 +#: libraries/classes/Plugins/Export/ExportCsv.php:65 #: libraries/classes/Plugins/Import/AbstractImportCsv.php:42 msgid "Columns enclosed with:" msgstr "" -#: libraries/classes/Plugins/Export/ExportCsv.php:69 +#: libraries/classes/Plugins/Export/ExportCsv.php:70 #: libraries/classes/Plugins/Import/AbstractImportCsv.php:49 msgid "Columns escaped with:" msgstr "" -#: libraries/classes/Plugins/Export/ExportCsv.php:74 +#: libraries/classes/Plugins/Export/ExportCsv.php:75 #: libraries/classes/Plugins/Import/AbstractImportCsv.php:56 msgid "Lines terminated with:" msgstr "" -#: libraries/classes/Plugins/Export/ExportCsv.php:79 +#: libraries/classes/Plugins/Export/ExportCsv.php:80 #: libraries/classes/Plugins/Export/ExportExcel.php:51 -#: libraries/classes/Plugins/Export/ExportHtmlword.php:80 -#: libraries/classes/Plugins/Export/ExportLatex.php:188 -#: libraries/classes/Plugins/Export/ExportOds.php:64 -#: libraries/classes/Plugins/Export/ExportOdt.php:133 -#: libraries/classes/Plugins/Export/ExportTexytext.php:84 +#: libraries/classes/Plugins/Export/ExportHtmlword.php:81 +#: libraries/classes/Plugins/Export/ExportLatex.php:189 +#: libraries/classes/Plugins/Export/ExportOds.php:65 +#: libraries/classes/Plugins/Export/ExportOdt.php:134 +#: libraries/classes/Plugins/Export/ExportTexytext.php:85 msgid "Replace NULL with:" msgstr "" -#: libraries/classes/Plugins/Export/ExportCsv.php:84 +#: libraries/classes/Plugins/Export/ExportCsv.php:85 #: libraries/classes/Plugins/Export/ExportExcel.php:56 msgid "Remove carriage return/line feed characters within columns" msgstr "" @@ -10784,68 +10779,68 @@ msgstr "" msgid "Excel edition:" msgstr "" -#: libraries/classes/Plugins/Export/ExportHtmlword.php:62 -#: libraries/classes/Plugins/Export/ExportLatex.php:95 -#: libraries/classes/Plugins/Export/ExportMediawiki.php:66 -#: libraries/classes/Plugins/Export/ExportOdt.php:76 +#: libraries/classes/Plugins/Export/ExportHtmlword.php:63 +#: libraries/classes/Plugins/Export/ExportLatex.php:96 +#: libraries/classes/Plugins/Export/ExportMediawiki.php:67 +#: libraries/classes/Plugins/Export/ExportOdt.php:77 #: libraries/classes/Plugins/Export/ExportPdf.php:91 -#: libraries/classes/Plugins/Export/ExportSql.php:220 -#: libraries/classes/Plugins/Export/ExportTexytext.php:61 +#: libraries/classes/Plugins/Export/ExportSql.php:221 +#: libraries/classes/Plugins/Export/ExportTexytext.php:62 #: libraries/config.values.php:251 libraries/config.values.php:312 #: libraries/config.values.php:328 libraries/config.values.php:336 #: libraries/config.values.php:341 msgid "structure" msgstr "கட்டமைப்பு" -#: libraries/classes/Plugins/Export/ExportHtmlword.php:63 -#: libraries/classes/Plugins/Export/ExportLatex.php:96 -#: libraries/classes/Plugins/Export/ExportMediawiki.php:67 -#: libraries/classes/Plugins/Export/ExportOdt.php:77 +#: libraries/classes/Plugins/Export/ExportHtmlword.php:64 +#: libraries/classes/Plugins/Export/ExportLatex.php:97 +#: libraries/classes/Plugins/Export/ExportMediawiki.php:68 +#: libraries/classes/Plugins/Export/ExportOdt.php:78 #: libraries/classes/Plugins/Export/ExportPdf.php:92 -#: libraries/classes/Plugins/Export/ExportSql.php:221 -#: libraries/classes/Plugins/Export/ExportTexytext.php:62 +#: libraries/classes/Plugins/Export/ExportSql.php:222 +#: libraries/classes/Plugins/Export/ExportTexytext.php:63 #: libraries/config.values.php:252 libraries/config.values.php:313 #: libraries/config.values.php:329 libraries/config.values.php:337 #: libraries/config.values.php:342 msgid "data" msgstr "தரவு" -#: libraries/classes/Plugins/Export/ExportHtmlword.php:64 -#: libraries/classes/Plugins/Export/ExportLatex.php:97 -#: libraries/classes/Plugins/Export/ExportMediawiki.php:68 -#: libraries/classes/Plugins/Export/ExportOdt.php:78 +#: libraries/classes/Plugins/Export/ExportHtmlword.php:65 +#: libraries/classes/Plugins/Export/ExportLatex.php:98 +#: libraries/classes/Plugins/Export/ExportMediawiki.php:69 +#: libraries/classes/Plugins/Export/ExportOdt.php:79 #: libraries/classes/Plugins/Export/ExportPdf.php:93 -#: libraries/classes/Plugins/Export/ExportSql.php:222 -#: libraries/classes/Plugins/Export/ExportTexytext.php:63 +#: libraries/classes/Plugins/Export/ExportSql.php:223 +#: libraries/classes/Plugins/Export/ExportTexytext.php:64 #: libraries/config.values.php:253 libraries/config.values.php:314 #: libraries/config.values.php:330 libraries/config.values.php:338 #: libraries/config.values.php:343 msgid "structure and data" msgstr "கட்டமைப்பும் தரவும்" -#: libraries/classes/Plugins/Export/ExportHtmlword.php:74 -#: libraries/classes/Plugins/Export/ExportLatex.php:159 -#: libraries/classes/Plugins/Export/ExportOdt.php:122 -#: libraries/classes/Plugins/Export/ExportTexytext.php:73 -#: libraries/classes/Plugins/Export/ExportXml.php:137 +#: libraries/classes/Plugins/Export/ExportHtmlword.php:75 +#: libraries/classes/Plugins/Export/ExportLatex.php:160 +#: libraries/classes/Plugins/Export/ExportOdt.php:123 +#: libraries/classes/Plugins/Export/ExportTexytext.php:74 +#: libraries/classes/Plugins/Export/ExportXml.php:138 msgid "Data dump options" msgstr "" -#: libraries/classes/Plugins/Export/ExportHtmlword.php:192 -#: libraries/classes/Plugins/Export/ExportOdt.php:248 -#: libraries/classes/Plugins/Export/ExportSql.php:2215 -#: libraries/classes/Plugins/Export/ExportTexytext.php:176 +#: libraries/classes/Plugins/Export/ExportHtmlword.php:193 +#: libraries/classes/Plugins/Export/ExportOdt.php:249 +#: libraries/classes/Plugins/Export/ExportSql.php:2216 +#: libraries/classes/Plugins/Export/ExportTexytext.php:177 msgid "Dumping data for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportHtmlword.php:276 -#: libraries/classes/Plugins/Export/ExportHtmlword.php:369 -#: libraries/classes/Plugins/Export/ExportLatex.php:521 -#: libraries/classes/Plugins/Export/ExportOdt.php:373 -#: libraries/classes/Plugins/Export/ExportOdt.php:473 -#: libraries/classes/Plugins/Export/ExportTexytext.php:291 -#: libraries/classes/Plugins/Export/ExportTexytext.php:379 -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:525 +#: libraries/classes/Plugins/Export/ExportHtmlword.php:277 +#: libraries/classes/Plugins/Export/ExportHtmlword.php:370 +#: libraries/classes/Plugins/Export/ExportLatex.php:522 +#: libraries/classes/Plugins/Export/ExportOdt.php:374 +#: libraries/classes/Plugins/Export/ExportOdt.php:474 +#: libraries/classes/Plugins/Export/ExportTexytext.php:292 +#: libraries/classes/Plugins/Export/ExportTexytext.php:380 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:526 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:668 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:702 #: templates/columns_definitions/table_fields_definitions.twig:30 @@ -10863,14 +10858,14 @@ msgstr "" msgid "Null" msgstr "வெற்று" -#: libraries/classes/Plugins/Export/ExportHtmlword.php:279 -#: libraries/classes/Plugins/Export/ExportHtmlword.php:372 -#: libraries/classes/Plugins/Export/ExportLatex.php:522 -#: libraries/classes/Plugins/Export/ExportOdt.php:376 -#: libraries/classes/Plugins/Export/ExportOdt.php:476 -#: libraries/classes/Plugins/Export/ExportTexytext.php:292 -#: libraries/classes/Plugins/Export/ExportTexytext.php:380 -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:527 +#: libraries/classes/Plugins/Export/ExportHtmlword.php:280 +#: libraries/classes/Plugins/Export/ExportHtmlword.php:373 +#: libraries/classes/Plugins/Export/ExportLatex.php:523 +#: libraries/classes/Plugins/Export/ExportOdt.php:377 +#: libraries/classes/Plugins/Export/ExportOdt.php:477 +#: libraries/classes/Plugins/Export/ExportTexytext.php:293 +#: libraries/classes/Plugins/Export/ExportTexytext.php:381 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:528 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:669 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:703 #: templates/columns_definitions/table_fields_definitions.twig:20 @@ -10885,21 +10880,21 @@ msgstr "வெற்று" msgid "Default" msgstr "இயல்நிலை" -#: libraries/classes/Plugins/Export/ExportHtmlword.php:376 -#: libraries/classes/Plugins/Export/ExportLatex.php:524 -#: libraries/classes/Plugins/Export/ExportOdt.php:480 -#: libraries/classes/Plugins/Export/ExportTexytext.php:382 -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:536 +#: libraries/classes/Plugins/Export/ExportHtmlword.php:377 +#: libraries/classes/Plugins/Export/ExportLatex.php:525 +#: libraries/classes/Plugins/Export/ExportOdt.php:481 +#: libraries/classes/Plugins/Export/ExportTexytext.php:383 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:537 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:671 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:705 #: templates/database/data_dictionary/index.twig:27 msgid "Links to" msgstr "இணைப்புகள்" -#: libraries/classes/Plugins/Export/ExportHtmlword.php:467 -#: libraries/classes/Plugins/Export/ExportOdt.php:588 -#: libraries/classes/Plugins/Export/ExportTexytext.php:450 -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:357 +#: libraries/classes/Plugins/Export/ExportHtmlword.php:468 +#: libraries/classes/Plugins/Export/ExportOdt.php:589 +#: libraries/classes/Plugins/Export/ExportTexytext.php:451 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:358 #: templates/columns_definitions/table_fields_definitions.twig:9 #: templates/database/central_columns/edit.twig:8 #: templates/database/central_columns/main.twig:16 @@ -10913,156 +10908,156 @@ msgstr "இணைப்புகள்" msgid "Name" msgstr "பெயர்" -#: libraries/classes/Plugins/Export/ExportHtmlword.php:470 -#: libraries/classes/Plugins/Export/ExportOdt.php:597 -#: libraries/classes/Plugins/Export/ExportTexytext.php:453 -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:363 +#: libraries/classes/Plugins/Export/ExportHtmlword.php:471 +#: libraries/classes/Plugins/Export/ExportOdt.php:598 +#: libraries/classes/Plugins/Export/ExportTexytext.php:454 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:364 #: templates/database/events/editor_form.twig:82 #: templates/database/routines/editor_form.twig:109 #: templates/database/triggers/editor_form.twig:57 msgid "Definition" msgstr "" -#: libraries/classes/Plugins/Export/ExportHtmlword.php:538 -#: libraries/classes/Plugins/Export/ExportOdt.php:671 -#: libraries/classes/Plugins/Export/ExportSql.php:1954 -#: libraries/classes/Plugins/Export/ExportTexytext.php:508 +#: libraries/classes/Plugins/Export/ExportHtmlword.php:539 +#: libraries/classes/Plugins/Export/ExportOdt.php:672 +#: libraries/classes/Plugins/Export/ExportSql.php:1955 +#: libraries/classes/Plugins/Export/ExportTexytext.php:509 msgid "Table structure for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportHtmlword.php:556 -#: libraries/classes/Plugins/Export/ExportOdt.php:702 -#: libraries/classes/Plugins/Export/ExportSql.php:2005 -#: libraries/classes/Plugins/Export/ExportTexytext.php:533 +#: libraries/classes/Plugins/Export/ExportHtmlword.php:557 +#: libraries/classes/Plugins/Export/ExportOdt.php:703 +#: libraries/classes/Plugins/Export/ExportSql.php:2006 +#: libraries/classes/Plugins/Export/ExportTexytext.php:534 msgid "Structure for view" msgstr "" -#: libraries/classes/Plugins/Export/ExportHtmlword.php:562 -#: libraries/classes/Plugins/Export/ExportOdt.php:721 -#: libraries/classes/Plugins/Export/ExportSql.php:2037 -#: libraries/classes/Plugins/Export/ExportTexytext.php:548 +#: libraries/classes/Plugins/Export/ExportHtmlword.php:563 +#: libraries/classes/Plugins/Export/ExportOdt.php:722 +#: libraries/classes/Plugins/Export/ExportSql.php:2038 +#: libraries/classes/Plugins/Export/ExportTexytext.php:549 msgid "Stand-in structure for view" msgstr "" -#: libraries/classes/Plugins/Export/ExportJson.php:87 +#: libraries/classes/Plugins/Export/ExportJson.php:88 msgid "Output pretty-printed JSON (Use human-readable formatting)" msgstr "" -#: libraries/classes/Plugins/Export/ExportJson.php:93 +#: libraries/classes/Plugins/Export/ExportJson.php:94 msgid "Output unicode characters unescaped" msgstr "" -#: libraries/classes/Plugins/Export/ExportLatex.php:50 +#: libraries/classes/Plugins/Export/ExportLatex.php:51 msgid "Content of table @TABLE@" msgstr "" -#: libraries/classes/Plugins/Export/ExportLatex.php:51 +#: libraries/classes/Plugins/Export/ExportLatex.php:52 msgid "(continued)" msgstr "" -#: libraries/classes/Plugins/Export/ExportLatex.php:52 +#: libraries/classes/Plugins/Export/ExportLatex.php:53 msgid "Structure of table @TABLE@" msgstr "" -#: libraries/classes/Plugins/Export/ExportLatex.php:108 -#: libraries/classes/Plugins/Export/ExportOdt.php:89 -#: libraries/classes/Plugins/Export/ExportSql.php:235 +#: libraries/classes/Plugins/Export/ExportLatex.php:109 +#: libraries/classes/Plugins/Export/ExportOdt.php:90 +#: libraries/classes/Plugins/Export/ExportSql.php:236 msgid "Object creation options" msgstr "" -#: libraries/classes/Plugins/Export/ExportLatex.php:114 -#: libraries/classes/Plugins/Export/ExportLatex.php:170 +#: libraries/classes/Plugins/Export/ExportLatex.php:115 +#: libraries/classes/Plugins/Export/ExportLatex.php:171 msgid "Table caption:" msgstr "அட்டவணை தலைப்பு:" -#: libraries/classes/Plugins/Export/ExportLatex.php:120 -#: libraries/classes/Plugins/Export/ExportLatex.php:176 +#: libraries/classes/Plugins/Export/ExportLatex.php:121 +#: libraries/classes/Plugins/Export/ExportLatex.php:177 msgid "Table caption (continued):" msgstr "" -#: libraries/classes/Plugins/Export/ExportLatex.php:126 -#: libraries/classes/Plugins/Export/ExportLatex.php:182 +#: libraries/classes/Plugins/Export/ExportLatex.php:127 +#: libraries/classes/Plugins/Export/ExportLatex.php:183 msgid "Label key:" msgstr "சிட்டை குறிப்பெழுத்து:" -#: libraries/classes/Plugins/Export/ExportLatex.php:134 -#: libraries/classes/Plugins/Export/ExportOdt.php:97 -#: libraries/classes/Plugins/Export/ExportSql.php:149 +#: libraries/classes/Plugins/Export/ExportLatex.php:135 +#: libraries/classes/Plugins/Export/ExportOdt.php:98 +#: libraries/classes/Plugins/Export/ExportSql.php:150 msgid "Display foreign key relationships" msgstr "" -#: libraries/classes/Plugins/Export/ExportLatex.php:141 -#: libraries/classes/Plugins/Export/ExportOdt.php:104 +#: libraries/classes/Plugins/Export/ExportLatex.php:142 +#: libraries/classes/Plugins/Export/ExportOdt.php:105 msgid "Display comments" msgstr "கருத்துரைகளை காட்டுக" -#: libraries/classes/Plugins/Export/ExportLatex.php:147 -#: libraries/classes/Plugins/Export/ExportOdt.php:110 -#: libraries/classes/Plugins/Export/ExportSql.php:157 +#: libraries/classes/Plugins/Export/ExportLatex.php:148 +#: libraries/classes/Plugins/Export/ExportOdt.php:111 +#: libraries/classes/Plugins/Export/ExportSql.php:158 #, fuzzy #| msgid "Display Features" msgid "Display media types" msgstr "பயன்முறைகளை காட்டுக" -#: libraries/classes/Plugins/Export/ExportLatex.php:165 +#: libraries/classes/Plugins/Export/ExportLatex.php:166 msgid "Put columns names in the first row:" msgstr "" -#: libraries/classes/Plugins/Export/ExportLatex.php:209 -#: libraries/classes/Plugins/Export/ExportSql.php:724 -#: libraries/classes/Plugins/Export/ExportXml.php:219 +#: libraries/classes/Plugins/Export/ExportLatex.php:210 +#: libraries/classes/Plugins/Export/ExportSql.php:725 +#: libraries/classes/Plugins/Export/ExportXml.php:220 #: templates/server/replication/change_primary.twig:22 #: templates/server/replication/primary_add_replica_user.twig:29 msgid "Host:" msgstr "" -#: libraries/classes/Plugins/Export/ExportLatex.php:215 -#: libraries/classes/Plugins/Export/ExportSql.php:731 -#: libraries/classes/Plugins/Export/ExportXml.php:225 +#: libraries/classes/Plugins/Export/ExportLatex.php:216 +#: libraries/classes/Plugins/Export/ExportSql.php:732 +#: libraries/classes/Plugins/Export/ExportXml.php:226 msgid "Generation Time:" msgstr "இயற்றப்பட்ட நேரம்:" -#: libraries/classes/Plugins/Export/ExportLatex.php:217 -#: libraries/classes/Plugins/Export/ExportSql.php:735 -#: libraries/classes/Plugins/Export/ExportXml.php:227 +#: libraries/classes/Plugins/Export/ExportLatex.php:218 +#: libraries/classes/Plugins/Export/ExportSql.php:736 +#: libraries/classes/Plugins/Export/ExportXml.php:228 #: templates/home/index.twig:173 msgid "Server version:" msgstr "வழங்கி பதிப்பு:" -#: libraries/classes/Plugins/Export/ExportLatex.php:218 -#: libraries/classes/Plugins/Export/ExportSql.php:737 -#: libraries/classes/Plugins/Export/ExportXml.php:228 +#: libraries/classes/Plugins/Export/ExportLatex.php:219 +#: libraries/classes/Plugins/Export/ExportSql.php:738 +#: libraries/classes/Plugins/Export/ExportXml.php:229 msgid "PHP Version:" msgstr "PHP பதிப்பு:" -#: libraries/classes/Plugins/Export/ExportLatex.php:244 -#: libraries/classes/Plugins/Export/ExportSql.php:903 -#: libraries/classes/Plugins/Export/ExportXml.php:382 -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:201 +#: libraries/classes/Plugins/Export/ExportLatex.php:245 +#: libraries/classes/Plugins/Export/ExportSql.php:904 +#: libraries/classes/Plugins/Export/ExportXml.php:383 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 #: templates/database/structure/copy_form.twig:5 #: templates/menu/breadcrumbs.twig:16 msgid "Database:" msgstr "தரவுத்தளம்:" -#: libraries/classes/Plugins/Export/ExportLatex.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:2091 +#: libraries/classes/Plugins/Export/ExportLatex.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:2092 msgid "Data:" msgstr "தரவு:" -#: libraries/classes/Plugins/Export/ExportLatex.php:497 +#: libraries/classes/Plugins/Export/ExportLatex.php:498 msgid "Structure:" msgstr "வடிவமைப்பு:" -#: libraries/classes/Plugins/Export/ExportMediawiki.php:77 +#: libraries/classes/Plugins/Export/ExportMediawiki.php:78 msgid "Export table names" msgstr "அட்டவணை பெயர்களை தரவாக்குக" -#: libraries/classes/Plugins/Export/ExportMediawiki.php:84 +#: libraries/classes/Plugins/Export/ExportMediawiki.php:85 msgid "Export table headers" msgstr "அட்டவணை தலைப்புகளை தரவேற்றுக" -#: libraries/classes/Plugins/Export/ExportOdt.php:249 -#: libraries/classes/Plugins/Export/ExportTexytext.php:177 +#: libraries/classes/Plugins/Export/ExportOdt.php:250 +#: libraries/classes/Plugins/Export/ExportTexytext.php:178 msgid "Dumping data for query result" msgstr "" @@ -11092,254 +11087,254 @@ msgstr "கட்டமைப்பு" msgid "Stand in" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:128 +#: libraries/classes/Plugins/Export/ExportSql.php:129 msgid "" "Display comments (includes info such as export timestamp, PHP version, " "and server version)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 msgid "Additional custom header comment (\\n splits lines):" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 #, fuzzy #| msgid "Export schema" msgid "Export metadata" msgstr "ஒழுங்கமைவை தரவேற்றுக" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 msgid "Add statements:" msgstr "கூற்றுகளை சேர்க்க:" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, php-format msgid "Add %s statement" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, fuzzy, php-format #| msgid "Session value" msgid "%s value" msgstr "அமர்வு மதிப்பு" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 msgid "Data creation options" msgstr "தரவேற்ற விருப்பங்கள்" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "தரவுகளை குவிக்கும் போது பயன்படும் செயல்கூறு:" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " "(1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 #, fuzzy #| msgid "data" msgid "Metadata" msgstr "தரவு" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, fuzzy, php-format #| msgid "Delete data or table" msgid "Metadata for table %s" msgstr "தரவை அல்லது அட்டவணையை அழி" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, fuzzy, php-format #| msgid "Go to database: %s" msgid "Metadata for database %s" msgstr "தரவுத்தளம்: %s க்கு செல்க" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, php-format msgid "Error reading structure for table %s:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 msgid "Indexes for dumped tables" msgstr "குவிக்கப்பட்ட அட்டவணைகளுக்கான தொகுப்புக்குறிகள்" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 msgid "Indexes for table" msgstr "அட்டவணைகளில்:->அட்டவணைகளுக்கான தொகுப்புக்குறிகள்" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 msgid "AUTO_INCREMENT for dumped tables" msgstr "குவிக்கப்பட்ட அட்டவணைகளுக்கான AUTO_INCREMENT(தன்னிலைகூட்டு)" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 msgid "AUTO_INCREMENT for table" msgstr "அட்டவணைக்கான AUTO_INCREMENT(தன்னிலைகூட்டு)" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 msgid "MEDIA TYPES FOR TABLE" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 msgid "RELATIONSHIPS FOR TABLE" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, php-format msgid "Structure for view %s exported as a table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, fuzzy, php-format #| msgid "Delete data or table" msgid "Error reading data for table %s:" msgstr "தரவை அல்லது அட்டவணையை அழி" -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 msgid "Creation:" msgstr "உருவாக்கம்:" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 msgid "Last update:" msgstr "கடைசி நிகழ்நிலையாக்கம்:" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 msgid "Last check:" msgstr "கடைசி சரிபார்ப்பு:" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "உள்ளடக்கத்தை தரவேற்றுக" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 msgid "Table:" msgstr "அட்டவணை:" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "" @@ -11866,83 +11861,83 @@ msgstr "தரவுத்தளத்தை கொண்டுள்ள அட msgid "Details…" msgstr "தகவல்கள்…" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 msgid "Could not save recent table!" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 msgid "Could not save favorite table!" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 msgid "Recent tables" msgstr "சமீபத்திய அட்டவணைகள்" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 msgid "Recent" msgstr "அண்மையில்" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 msgid "Favorites" msgstr "விருப்பமானவைகள்" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." msgstr "" -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 msgid "Replication started successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 msgid "Error starting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 msgid "Replication stopped successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 msgid "Error stopping replication." msgstr "" -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 msgid "Replication resetting successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 msgid "Error resetting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "" -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 msgid "Error." msgstr "வழு." -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, php-format msgid "Unable to connect to primary %s." msgstr "" -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 msgid "" "Unable to read primary log position. Possible privilege problem on primary." msgstr "" -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 msgid "Unable to change primary!" msgstr "" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, php-format msgid "Primary server changed successfully to %s." msgstr "" @@ -11989,8 +11984,8 @@ msgid "Error while loading the search." msgstr "" #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 #, fuzzy #| msgid "Authentication" msgid "Native MySQL authentication" @@ -12025,16 +12020,16 @@ msgstr "உறுதிப்படுத்தல்" msgid "Account locking is not supported." msgstr "" -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "" -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "" -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -12042,7 +12037,7 @@ msgstr "" msgid "Allows deleting data." msgstr "" -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -12050,7 +12045,7 @@ msgstr "" msgid "Allows creating new tables." msgstr "" -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -12058,8 +12053,8 @@ msgstr "" msgid "Allows dropping tables." msgstr "" -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -12067,8 +12062,8 @@ msgstr "" msgid "Allows creating and dropping indexes." msgstr "" -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -12076,9 +12071,9 @@ msgstr "" msgid "Allows altering the structure of existing tables." msgstr "" -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -12088,9 +12083,9 @@ msgstr "" msgid "Allows creating new views." msgstr "" -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -12098,8 +12093,8 @@ msgstr "" msgid "Allows performing SHOW CREATE VIEW queries." msgstr "" -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -12107,76 +12102,76 @@ msgstr "" msgid "Allows creating and dropping triggers." msgstr "" -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "" -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "" -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "" -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "" -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "" -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." msgstr "" -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "" -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 msgid "Allows viewing processes of all users." msgstr "" -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "" -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "" -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "" -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -12185,39 +12180,39 @@ msgid "" "killing threads of other users." msgstr "" -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "" -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "" -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 msgid "Needed for the replication replicas." msgstr "" -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 msgid "Allows the user to ask where the replicas / primaries are." msgstr "" -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 msgid "Allows to set up events for the event scheduler." msgstr "" #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 #, fuzzy @@ -12225,47 +12220,47 @@ msgstr "" msgid "Allows deleting historical rows." msgstr "விதி நிரைகளை சேர்க்க/ நீக்க" -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "" -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "" -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "" -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -12275,24 +12270,24 @@ msgstr "" msgid "Edit privileges" msgstr "புதிய பயனாளரை சேர்க்க->தனிச்சலுகையை தொகுக்க:" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 @@ -12301,69 +12296,69 @@ msgstr "" msgid "Routine" msgstr "%s களத்தை சேர்க்க->செயல்முறை" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 #, fuzzy #| msgid "Check Privileges" msgid "Routine-specific privileges" msgstr "தனிசலுகைகளை சரிபார்க்க" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "" -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 msgid "No user found." msgstr "" -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, php-format msgid "Privileges for %s" msgstr "" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " "allows a connection from any (%) host." msgstr "" -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, php-format msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " @@ -12372,7 +12367,7 @@ msgid "" "%sreload the privileges%s before you continue." msgstr "" -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " "tables. The content of these tables may differ from the privileges the " @@ -12381,7 +12376,7 @@ msgid "" "privilege." msgstr "" -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "நீங்கள் புதிய பயனாளரை சேர்த்துள்ளீர்கள்." @@ -12583,7 +12578,7 @@ msgstr "" msgid "This MySQL server does not support the %s storage engine." msgstr "" -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "" @@ -12592,50 +12587,50 @@ msgstr "" msgid "Problems with indexes of table `%s`" msgstr "" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 msgid "Unknown table status:" msgstr "தெரியாத அட்டவணை நிலை:" -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, php-format msgid "Source database `%s` was not found!" msgstr "" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, php-format msgid "Target database `%s` was not found!" msgstr "" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 msgid "Invalid database:" msgstr "செல்லாத தரவுத்தளம்:" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 msgid "Invalid table name:" msgstr "செல்லாத அட்டவணைப் பெயர்:" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, php-format msgid "Failed to rename table %1$s to %2$s!" msgstr "அட்டவணை %1$sஐ %2$s என மறுபெயரிடுதல் தோல்வியடைந்தது!" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, php-format msgid "Table %1$s has been renamed to %2$s." msgstr "%1$s அட்டவணையானது %2$s ஆக பெயர் மாற்றப்பட்டது." -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 msgid "Could not save table UI preferences!" msgstr "" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" "['MaxTableUiprefs'] %s)" msgstr "" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -12643,15 +12638,15 @@ msgid "" "changed." msgstr "" -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "தொகுப்புக்குறிகாட்டியை முதனிலையாக பெயர்மாற்றம் செய்யமுடியவில்லை!" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "" @@ -13068,11 +13063,11 @@ msgstr "" msgid "Password is too long!" msgstr "கடவுச்சொல் கூளமாக்கள்:" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 msgid "Could not save configuration" msgstr "" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 #, fuzzy #| msgid "" #| "The phpMyAdmin configuration storage has been deactivated. %sFind out " diff --git a/po/te.po b/po/te.po index cf3e68c58d..53cda2b440 100644 --- a/po/te.po +++ b/po/te.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2022-02-15 16:21+0000\n" "Last-Translator: Maurício Meneghini Fauth \n" "Language-Team: Telugu (includes info such as export timestamp, PHP version, " "and server version)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 msgid "Additional custom header comment (\\n splits lines):" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 #, fuzzy #| msgid "Export method" msgid "Export metadata" msgstr "ఎగుమతి పద్ధతి" # మొదటి అనువాదము -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 #, fuzzy #| msgid "Add into comments" msgid "Add statements:" msgstr "స్పందనలకు చేర్చు" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, php-format msgid "Add %s statement" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, fuzzy, php-format #| msgid "Use this value" msgid "%s value" msgstr "ఈ విలువని ఉపయోగించు" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 #, fuzzy #| msgid "Table options" msgid "Data creation options" msgstr "పట్టిక ఎంపికలు" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " "(1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 #, fuzzy #| msgid "data" msgid "Metadata" msgstr "భోగట్టా" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, php-format msgid "Metadata for table %s" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, fuzzy, php-format #| msgid "Copy database to" msgid "Metadata for database %s" msgstr "డేటాబేస్ ను ఇక్కడికి కాపీ చేయి" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, php-format msgid "Error reading structure for table %s:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 #, fuzzy #| msgid "Use Tables" msgid "Indexes for dumped tables" msgstr "పట్టికల్ని వాడు" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 #, fuzzy #| msgid "Use Tables" msgid "Indexes for table" msgstr "పట్టికల్ని వాడు" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 msgid "AUTO_INCREMENT for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 msgid "AUTO_INCREMENT for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 msgid "MEDIA TYPES FOR TABLE" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 msgid "RELATIONSHIPS FOR TABLE" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, php-format msgid "Structure for view %s exported as a table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, fuzzy, php-format #| msgid "Copy database to" msgid "Error reading data for table %s:" msgstr "డేటాబేస్ ను ఇక్కడికి కాపీ చేయి" -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 #, fuzzy #| msgid "Creation" msgid "Creation:" msgstr "సృష్టి" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 #, fuzzy #| msgid "Last update" msgid "Last update:" msgstr "చివరి మార్పు" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 #, fuzzy #| msgid "Last check" msgid "Last check:" msgstr "చివరి చూపు" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 #, fuzzy #| msgid "Table" msgid "Table:" msgstr "పట్టిక" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "" @@ -12260,20 +12255,20 @@ msgstr "" msgid "Details…" msgstr "వివరాలు…" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 #, fuzzy #| msgid "Server configuration" msgid "Could not save recent table!" msgstr "సేవకి స్వరూపణం" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 #, fuzzy #| msgid "Server configuration" msgid "Could not save favorite table!" msgstr "సేవకి స్వరూపణం" # మొదటి అనువాదము -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 #, fuzzy #| msgctxt "short form" #| msgid "Create table" @@ -12281,7 +12276,7 @@ msgid "Recent tables" msgstr "పట్టికను సృష్టించు" # మొదటి అనువాదము -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 #, fuzzy #| msgctxt "short form" #| msgid "Create table" @@ -12289,72 +12284,72 @@ msgid "Recent" msgstr "పట్టికను సృష్టించు" # మొదటి అనువాదము -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 #, fuzzy #| msgctxt "short form" #| msgid "Create table" msgid "Favorites" msgstr "పట్టికను సృష్టించు" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." msgstr "" -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 msgid "Replication started successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 msgid "Error starting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 msgid "Replication stopped successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 msgid "Error stopping replication." msgstr "" -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 msgid "Replication resetting successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 msgid "Error resetting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "" -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 #, fuzzy #| msgid "Error" msgid "Error." msgstr "పొరపాటు" -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, php-format msgid "Unable to connect to primary %s." msgstr "" -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 msgid "" "Unable to read primary log position. Possible privilege problem on primary." msgstr "" -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 msgid "Unable to change primary!" msgstr "" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, php-format msgid "Primary server changed successfully to %s." msgstr "" @@ -12403,8 +12398,8 @@ msgid "Error while loading the search." msgstr "" #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 #, fuzzy #| msgid "Server configuration" msgid "Native MySQL authentication" @@ -12439,16 +12434,16 @@ msgstr "సేవకి స్వరూపణం" msgid "Account locking is not supported." msgstr "" -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "" -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "" -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -12456,7 +12451,7 @@ msgstr "" msgid "Allows deleting data." msgstr "" -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -12464,7 +12459,7 @@ msgstr "" msgid "Allows creating new tables." msgstr "" -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -12472,8 +12467,8 @@ msgstr "" msgid "Allows dropping tables." msgstr "" -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -12481,8 +12476,8 @@ msgstr "" msgid "Allows creating and dropping indexes." msgstr "" -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -12490,9 +12485,9 @@ msgstr "" msgid "Allows altering the structure of existing tables." msgstr "" -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -12502,9 +12497,9 @@ msgstr "" msgid "Allows creating new views." msgstr "" -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -12512,8 +12507,8 @@ msgstr "" msgid "Allows performing SHOW CREATE VIEW queries." msgstr "" -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -12521,76 +12516,76 @@ msgstr "" msgid "Allows creating and dropping triggers." msgstr "" -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "" -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "" -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "" -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "" -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "" -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." msgstr "" -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "" -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 msgid "Allows viewing processes of all users." msgstr "" -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "" -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "" -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "" -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -12599,39 +12594,39 @@ msgid "" "killing threads of other users." msgstr "" -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "" -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "" -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 msgid "Needed for the replication replicas." msgstr "" -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 msgid "Allows the user to ask where the replicas / primaries are." msgstr "" -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 msgid "Allows to set up events for the event scheduler." msgstr "" #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 #, fuzzy @@ -12639,47 +12634,47 @@ msgstr "" msgid "Allows deleting historical rows." msgstr "లక్షణాల వరుసలను చేర్చు/తొలగించు" -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "" -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "" -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "" -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -12689,16 +12684,16 @@ msgstr "" msgid "Edit privileges" msgstr "క్రొత్త వాడుకరిని చేర్చు" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 @@ -12706,8 +12701,8 @@ msgid "Table-specific privileges" msgstr "" # మొదటి అనువాదము +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 @@ -12716,69 +12711,69 @@ msgstr "" msgid "Routine" msgstr "స్పందనలకు చేర్చు" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 #, fuzzy #| msgid "Add a new User" msgid "Routine-specific privileges" msgstr "క్రొత్త వాడుకరిని చేర్చు" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "" -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 msgid "No user found." msgstr "వాడుకరి కనబడలేదు." -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "%s అనే వాడుకరి ఇప్పటికే ఉన్నారు!" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, php-format msgid "Privileges for %s" msgstr "" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "వాడుకరి" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " "allows a connection from any (%) host." msgstr "" -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, php-format msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " @@ -12787,7 +12782,7 @@ msgid "" "%sreload the privileges%s before you continue." msgstr "" -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " "tables. The content of these tables may differ from the privileges the " @@ -12797,7 +12792,7 @@ msgid "" msgstr "" # మొదటి అనువాదము -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "మీరు క్రొత్త వాడుకరిని చేర్చారు." @@ -12986,7 +12981,7 @@ msgstr "" msgid "This MySQL server does not support the %s storage engine." msgstr "" -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "" @@ -12995,61 +12990,61 @@ msgstr "" msgid "Problems with indexes of table `%s`" msgstr "" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 #, fuzzy #| msgid "Show all" msgid "Unknown table status:" msgstr "అన్నీ చూపించు" -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, php-format msgid "Source database `%s` was not found!" msgstr "" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, php-format msgid "Target database `%s` was not found!" msgstr "" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 #, fuzzy #| msgid "Rename database to" msgid "Invalid database:" msgstr "డేటాబేసుకు ఈ పేరు పెట్టండి" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 #, fuzzy #| msgid "Use Tables" msgid "Invalid table name:" msgstr "పట్టికల్ని వాడు" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, fuzzy, php-format #| msgid "More settings" msgid "Failed to rename table %1$s to %2$s!" msgstr "మరిన్ని అమరికలు" # మొదటి అనువాదము -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, fuzzy, php-format #| msgid "Page has been created." msgid "Table %1$s has been renamed to %2$s." msgstr "పుటను సృష్టించడమైనది" -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 #, fuzzy #| msgid "Server configuration" msgid "Could not save table UI preferences!" msgstr "సేవకి స్వరూపణం" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" "['MaxTableUiprefs'] %s)" msgstr "" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -13057,15 +13052,15 @@ msgid "" "changed." msgstr "" -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "" @@ -13494,13 +13489,13 @@ msgstr "" msgid "Password is too long!" msgstr "సంకేతపదం:" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 #, fuzzy #| msgid "Server configuration" msgid "Could not save configuration" msgstr "సేవకి స్వరూపణం" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 #, fuzzy #| msgid "Server configuration" msgid "The phpMyAdmin configuration storage database could not be accessed." diff --git a/po/th.po b/po/th.po index aeb63a0b1d..b288a9dbc1 100644 --- a/po/th.po +++ b/po/th.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2022-11-07 12:02+0000\n" "Last-Translator: AefghThreenine \n" "Language-Team: Thai (includes info such as export timestamp, PHP version, " "and server version)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 msgid "Additional custom header comment (\\n splits lines):" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 #, fuzzy #| msgid "Export method" msgid "Export metadata" msgstr "วิธีการส่งออก" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 #, fuzzy #| msgid "Statements" msgid "Add statements:" msgstr "คำสั่ง" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, fuzzy, php-format #| msgid "Statements" msgid "Add %s statement" msgstr "คำสั่ง" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, fuzzy, php-format #| msgid "Session value" msgid "%s value" msgstr "ค่าเซสชั่น" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 #, fuzzy #| msgid "Transformation options" msgid "Data creation options" msgstr "ตัวเลือกการแปลง" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " "(1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 #, fuzzy #| msgid "Missing data for %s" msgid "Metadata" msgstr "ข้อมูลที่หายไปสำหรับ %s" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, fuzzy, php-format #| msgid "Missing data for %s" msgid "Metadata for table %s" msgstr "ข้อมูลที่หายไปสำหรับ %s" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, fuzzy, php-format #| msgid "Missing data for %s" msgid "Metadata for database %s" msgstr "ข้อมูลที่หายไปสำหรับ %s" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, fuzzy, php-format #| msgid "Table structure for table" msgid "Error reading structure for table %s:" msgstr "โครงสร้างตาราง" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 #, fuzzy #| msgid "Inside tables:" msgid "Indexes for dumped tables" msgstr "ภายในตาราง:" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 #, fuzzy #| msgid "Inside tables:" msgid "Indexes for table" msgstr "ภายในตาราง:" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 #, fuzzy #| msgid "Add AUTO_INCREMENT value" msgid "AUTO_INCREMENT for dumped tables" msgstr "เพิ่มค่า AUTO_INCREMENT" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 #, fuzzy #| msgid "Add AUTO_INCREMENT value" msgid "AUTO_INCREMENT for table" msgstr "เพิ่มค่า AUTO_INCREMENT" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 msgid "MEDIA TYPES FOR TABLE" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 msgid "RELATIONSHIPS FOR TABLE" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, fuzzy, php-format msgid "Structure for view %s exported as a table" msgstr "เฉพาะโครงสร้าง" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, fuzzy, php-format #| msgid "Allows reading data." msgid "Error reading data for table %s:" msgstr "อนุญาตให้อ่านข้อมูลได้." -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 msgid "Creation:" msgstr "สร้าง:" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 msgid "Last update:" msgstr "ปรับปรุงครั้งสุดท้าย:" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 msgid "Last check:" msgstr "ตรวจสอบครั้งสุดท้าย:" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 #, fuzzy #| msgid "Table" msgid "Table:" msgstr "ตาราง" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "" @@ -12249,106 +12244,106 @@ msgstr "" msgid "Details…" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 #, fuzzy #| msgid "Could not save recent table" msgid "Could not save recent table!" msgstr "ไม่สามารถบันทึกตารางล่าสุด" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 #, fuzzy #| msgid "Could not save recent table" msgid "Could not save favorite table!" msgstr "ไม่สามารถบันทึกตารางล่าสุด" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 msgid "Recent tables" msgstr "ตารางล่าสุด" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 #, fuzzy #| msgid "Reset" msgid "Recent" msgstr "ตั้งค่าใหม่" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 #, fuzzy #| msgid "Variables" msgid "Favorites" msgstr "ตัวแปร" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." msgstr "" -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 #, fuzzy #| msgid "Chart generated successfully." msgid "Replication started successfully." msgstr "สิทธิได้ถูกเรียกใช้ใหม่เรียบร้อยแล้ว" -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 #, fuzzy #| msgid "Master replication" msgid "Error starting replication." msgstr "การจำลองแบบมาสเตอร์" -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 #, fuzzy #| msgid "Chart generated successfully." msgid "Replication stopped successfully." msgstr "สิทธิได้ถูกเรียกใช้ใหม่เรียบร้อยแล้ว" -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 #, fuzzy #| msgid "Master replication" msgid "Error stopping replication." msgstr "การจำลองแบบมาสเตอร์" -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 #, fuzzy #| msgid "Chart generated successfully." msgid "Replication resetting successfully." msgstr "สิทธิได้ถูกเรียกใช้ใหม่เรียบร้อยแล้ว" -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 #, fuzzy #| msgid "Master replication" msgid "Error resetting replication." msgstr "การจำลองแบบมาสเตอร์" -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "" -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 #, fuzzy #| msgid "Error" msgid "Error." msgstr "ผิดพลาด" -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "ข้อผิดพลาดที่ไม่รู้จัก" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, fuzzy, php-format #| msgid "Enable SSL for connection to MySQL server" msgid "Unable to connect to primary %s." msgstr "เปิดใช้งาน SSL สำหรับการเชื่อมต่อไปยังเซิร์ฟเวอร์ MySQL" -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 msgid "" "Unable to read primary log position. Possible privilege problem on primary." msgstr "" -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 msgid "Unable to change primary!" msgstr "" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, fuzzy, php-format #| msgid "The privileges were reloaded successfully." msgid "Primary server changed successfully to %s." @@ -12398,8 +12393,8 @@ msgid "Error while loading the search." msgstr "ข้อผิดพลาดขณะโหลดการค้นหา" #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 #, fuzzy #| msgid "Cookie authentication" msgid "Native MySQL authentication" @@ -12434,16 +12429,16 @@ msgstr "การรับรองความถูกต้องของค msgid "Account locking is not supported." msgstr "" -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "ไม่มีสิทธิใดๆ." -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "ให้สิทธิทุกอย่าง ยกเว้นการให้สิทธิแก่ผู้อื่น (GRANT)." -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -12451,7 +12446,7 @@ msgstr "ให้สิทธิทุกอย่าง ยกเว้นก msgid "Allows deleting data." msgstr "อนุญาตให้ลบข้อมูล" -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -12459,7 +12454,7 @@ msgstr "อนุญาตให้ลบข้อมูล" msgid "Allows creating new tables." msgstr "อนุญาตให้สร้างตารางใหม่." -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -12467,8 +12462,8 @@ msgstr "อนุญาตให้สร้างตารางใหม่." msgid "Allows dropping tables." msgstr "อนุญาตให้ทิ้งตาราง" -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -12476,8 +12471,8 @@ msgstr "อนุญาตให้ทิ้งตาราง" msgid "Allows creating and dropping indexes." msgstr "อนุญาตให้สร้าง และทิ้ง ดัชนี" -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -12485,9 +12480,9 @@ msgstr "อนุญาตให้สร้าง และทิ้ง ดั msgid "Allows altering the structure of existing tables." msgstr "อนุญาตให้เปลี่ยนโครงสร้างของตารางที่มีอยู่เดิม." -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -12498,9 +12493,9 @@ msgstr "อนุญาตให้เปลี่ยนโครงสร้า msgid "Allows creating new views." msgstr "อนุญาตให้สร้างตารางใหม่." -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -12508,8 +12503,8 @@ msgstr "อนุญาตให้สร้างตารางใหม่." msgid "Allows performing SHOW CREATE VIEW queries." msgstr "" -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -12518,76 +12513,76 @@ msgstr "" msgid "Allows creating and dropping triggers." msgstr "อนุญาตให้สร้าง และทิ้ง ดัชนี" -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "อนุญาตให้อ่านข้อมูลได้." -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "อนุญาตให้เพิ่ม และแทนที่ ข้อมูล" -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "อนุญาตให้เปลี่ยนข้อมูลได้." -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "อนุญาตให้สร้างฐานข้อมูล และตารางใหม่." -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "อนุญาตให้ทิ้งฐานข้อมูล และตาราง" -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." msgstr "อนุญาตให้เรียกใช้ค่ากำหนดของเซิร์ฟเวอร์ใหม่ และล้างแคชของเซิร์ฟเวอร์" -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "อนุญาตให้ปิดเซิร์ฟเวอร์ได้" -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 msgid "Allows viewing processes of all users." msgstr "" -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "อนุญาตให้นำเข้าข้อมูล และส่งออกข้อมูล ไปที่ไฟล์" -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "ไม่มีผลใน MySQL รุ่นนี้" -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "สามารถเรียกดูรายการฐานข้อมูลทั้งหมดได้" -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -12596,25 +12591,25 @@ msgid "" "killing threads of other users." msgstr "" -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "อนุญาตให้สร้างตารางชั่วคราว." -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "อนุญาตให้ล็อกตารางสำหรับเธรดปัจจุบัน" -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 msgid "Needed for the replication replicas." msgstr "" -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 #, fuzzy @@ -12622,7 +12617,7 @@ msgstr "" msgid "Allows the user to ask where the replicas / primaries are." msgstr "มอบสิทธิให้ผู้ใช้ ในการถามว่า slaves หรือ masters อยู่ที่ไหน." -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 #, fuzzy @@ -12631,8 +12626,8 @@ msgid "Allows to set up events for the event scheduler." msgstr "อนุญาตให้ล็อกตารางสำหรับเธรดปัจจุบัน" #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 #, fuzzy @@ -12640,49 +12635,49 @@ msgstr "อนุญาตให้ล็อกตารางสำหรับ msgid "Allows deleting historical rows." msgstr "อนุญาตให้ลบข้อมูล" -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 #, fuzzy msgid "Allows creating stored routines." msgstr "อนุญาตให้สร้างตารางใหม่." -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 #, fuzzy msgid "Allows altering and dropping stored routines." msgstr "อนุญาตให้สร้าง และทิ้ง ดัชนี" -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "" -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "เปลี่ยนรหัสผ่านของ %s เรียบร้อยแล้ว" -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "คุณได้เพิกถอนสิทธิของ %s" -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "" -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -12692,24 +12687,24 @@ msgstr "" msgid "Edit privileges" msgstr "แก้ไขสิทธิ" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "เพิกถอน" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "สิทธิเจาะจงเฉพาะฐานข้อมูล" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "สิทธิเจาะจงเฉพาะตาราง" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 @@ -12718,31 +12713,31 @@ msgstr "สิทธิเจาะจงเฉพาะตาราง" msgid "Routine" msgstr "เพิ่มฟิลด์ใหม่" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 #, fuzzy #| msgid "Column-specific privileges" msgid "Routine-specific privileges" msgstr "สิทธิเฉพาะคอลัมน์" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "ปรับปรุงสิทธิเข้าถึงใหม่อีกรอบ" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "ลบผู้ใช้ที่เลือกไว้เรียบร้อยแล้ว." -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "คุณได้ปรับปรุงสิทธิสำหรับ %s แล้ว" -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 #, fuzzy @@ -12750,40 +12745,40 @@ msgstr "คุณได้ปรับปรุงสิทธิสำหรั msgid "No user found." msgstr "ไม่พบผู้ใช้ใดๆ." -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "กำลังลบ %s" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "สิทธิได้ถูกเรียกใช้ใหม่เรียบร้อยแล้ว" -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "มีผู้ใช้ %s อยู่แล้ว!" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, fuzzy, php-format #| msgid "Privileges" msgid "Privileges for %s" msgstr "สิทธิ" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "ผู้ใช้" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " "allows a connection from any (%) host." msgstr "" -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, php-format msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " @@ -12792,7 +12787,7 @@ msgid "" "%sreload the privileges%s before you continue." msgstr "" -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " "tables. The content of these tables may differ from the privileges the " @@ -12801,7 +12796,7 @@ msgid "" "privilege." msgstr "" -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "เพิ่มผู้ใช้ใหม่เรียบร้อยแล้ว" @@ -13003,7 +12998,7 @@ msgstr "%s ถูกปิดบน MySQL Server" msgid "This MySQL server does not support the %s storage engine." msgstr "MySQL ไม่รองรับ %s" -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "ชื่อขอคีย์หลักจะต้องเป็น \"PRIMARY\" เท่านั้น!" @@ -13012,53 +13007,53 @@ msgstr "ชื่อขอคีย์หลักจะต้องเป็น msgid "Problems with indexes of table `%s`" msgstr "" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 #, fuzzy #| msgid "unknown table status: " msgid "Unknown table status:" msgstr "ไม่ทราบสถานะตาราง: " -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, fuzzy, php-format msgid "Source database `%s` was not found!" msgstr "ค้นหาในฐานข้อมูล" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, fuzzy, php-format msgid "Target database `%s` was not found!" msgstr "ค้นหาในฐานข้อมูล" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 #, fuzzy #| msgid "Invalid database" msgid "Invalid database:" msgstr "ชื่อฐานข้อมูลไม่ถูกต้อง" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 #, fuzzy #| msgid "Invalid table name" msgid "Invalid table name:" msgstr "ชื่อตารางไม่ถูกต้อง" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, fuzzy, php-format #| msgid "Error renaming table %1$s to %2$s" msgid "Failed to rename table %1$s to %2$s!" msgstr "มีข้อผิดพลาดจากเปลี่ยนชื่อตาราง %1$s เป็น %2$s" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, fuzzy, php-format #| msgid "Table %s has been renamed to %s." msgid "Table %1$s has been renamed to %2$s." msgstr "ตาราง %s ได้ถูกเปลี่ยนชื่อเป็น %s" -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 #, fuzzy #| msgid "Could not save table UI preferences" msgid "Could not save table UI preferences!" msgstr "ไม่สามารถบันทึกการกำหนดลักษณะตาราง UI" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" @@ -13067,7 +13062,7 @@ msgstr "" "มีปัญหาในการล้างข้อมูลการตั้งค่าตาราง UL (ดูได้ที่ $cfg['Servers'][$i]" "['MaxTableUiprefs'] %s)" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, fuzzy, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -13077,15 +13072,15 @@ msgstr "" "ไม่สามารถบันทึกคุณสมบัติ UI \"% s\" ได้ การเปลี่ยนแปลงจะมีผล หลังจากคุณรีเฟรชหน้านี้ " "โปรดตรวจสอบหากมีการเปลี่ยนโครงสร้างของตาราง" -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "เปลี่ยนชื่อดัชนีเป็น PRIMARY ไม่ได้!" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "ไม่ได้กำหนดส่วนใดๆ ของดัชนี!" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "" @@ -13520,11 +13515,11 @@ msgstr "ปรับปรุงโพรไฟล์เรียบร้อย msgid "Password is too long!" msgstr "รหัสผ่าน:" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 msgid "Could not save configuration" msgstr "" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 #, fuzzy #| msgid "" #| "The phpMyAdmin configuration storage has been deactivated. %sFind out " diff --git a/po/tk.po b/po/tk.po index cd742798ab..99a55f8d82 100644 --- a/po/tk.po +++ b/po/tk.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2022-02-15 16:21+0000\n" "Last-Translator: Maurício Meneghini Fauth \n" "Language-Team: Turkmen (includes info such as export timestamp, PHP version, " "and server version)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 msgid "Additional custom header comment (\\n splits lines):" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 msgid "Export metadata" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 msgid "Add statements:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, php-format msgid "Add %s statement" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, fuzzy, php-format #| msgid "Use this value" msgid "%s value" msgstr "Şu bahany ulan" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 msgid "Data creation options" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " "(1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 msgid "Metadata" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, php-format msgid "Metadata for table %s" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, php-format msgid "Metadata for database %s" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, php-format msgid "Error reading structure for table %s:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 msgid "Indexes for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 msgid "Indexes for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 msgid "AUTO_INCREMENT for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 msgid "AUTO_INCREMENT for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 msgid "MEDIA TYPES FOR TABLE" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 msgid "RELATIONSHIPS FOR TABLE" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, php-format msgid "Structure for view %s exported as a table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, php-format msgid "Error reading data for table %s:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 msgid "Creation:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 msgid "Last update:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 msgid "Last check:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 msgid "Table:" msgstr "" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "" @@ -11470,85 +11465,85 @@ msgstr "" msgid "Details…" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 msgid "Could not save recent table!" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 msgid "Could not save favorite table!" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 msgid "Recent tables" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 msgid "Recent" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 #, fuzzy #| msgid "Show all" msgid "Favorites" msgstr "Hemmesini görkez" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." msgstr "" -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 msgid "Replication started successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 msgid "Error starting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 msgid "Replication stopped successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 msgid "Error stopping replication." msgstr "" -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 msgid "Replication resetting successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 msgid "Error resetting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "" -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 msgid "Error." msgstr "" -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, php-format msgid "Unable to connect to primary %s." msgstr "" -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 msgid "" "Unable to read primary log position. Possible privilege problem on primary." msgstr "" -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 msgid "Unable to change primary!" msgstr "" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, php-format msgid "Primary server changed successfully to %s." msgstr "" @@ -11595,8 +11590,8 @@ msgid "Error while loading the search." msgstr "" #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 msgid "Native MySQL authentication" msgstr "" @@ -11623,16 +11618,16 @@ msgstr "" msgid "Account locking is not supported." msgstr "" -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "" -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "" -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -11640,7 +11635,7 @@ msgstr "" msgid "Allows deleting data." msgstr "" -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -11648,7 +11643,7 @@ msgstr "" msgid "Allows creating new tables." msgstr "" -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -11656,8 +11651,8 @@ msgstr "" msgid "Allows dropping tables." msgstr "" -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -11665,8 +11660,8 @@ msgstr "" msgid "Allows creating and dropping indexes." msgstr "" -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -11674,9 +11669,9 @@ msgstr "" msgid "Allows altering the structure of existing tables." msgstr "" -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -11686,9 +11681,9 @@ msgstr "" msgid "Allows creating new views." msgstr "" -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -11696,8 +11691,8 @@ msgstr "" msgid "Allows performing SHOW CREATE VIEW queries." msgstr "" -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -11705,76 +11700,76 @@ msgstr "" msgid "Allows creating and dropping triggers." msgstr "" -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "" -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "" -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "" -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "" -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "" -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." msgstr "" -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "" -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 msgid "Allows viewing processes of all users." msgstr "" -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "" -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "" -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "" -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -11783,85 +11778,85 @@ msgid "" "killing threads of other users." msgstr "" -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "" -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "" -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 msgid "Needed for the replication replicas." msgstr "" -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 msgid "Allows the user to ask where the replicas / primaries are." msgstr "" -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 msgid "Allows to set up events for the event scheduler." msgstr "" #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 msgid "Allows deleting historical rows." msgstr "" -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "" -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "" -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "" -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -11869,91 +11864,91 @@ msgstr "" msgid "Edit privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 msgid "Routine" msgstr "" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 msgid "Routine-specific privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "" -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 msgid "No user found." msgstr "" -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, php-format msgid "Privileges for %s" msgstr "" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " "allows a connection from any (%) host." msgstr "" -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, php-format msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " @@ -11962,7 +11957,7 @@ msgid "" "%sreload the privileges%s before you continue." msgstr "" -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " "tables. The content of these tables may differ from the privileges the " @@ -11971,7 +11966,7 @@ msgid "" "privilege." msgstr "" -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "" @@ -12159,7 +12154,7 @@ msgstr "" msgid "This MySQL server does not support the %s storage engine." msgstr "" -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "" @@ -12168,53 +12163,53 @@ msgstr "" msgid "Problems with indexes of table `%s`" msgstr "" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 #, fuzzy #| msgid "Show all" msgid "Unknown table status:" msgstr "Hemmesini görkez" -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, php-format msgid "Source database `%s` was not found!" msgstr "" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, php-format msgid "Target database `%s` was not found!" msgstr "" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 msgid "Invalid database:" msgstr "" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 msgid "Invalid table name:" msgstr "" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, php-format msgid "Failed to rename table %1$s to %2$s!" msgstr "" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, fuzzy, php-format #| msgid "Database %1$s has been created." msgid "Table %1$s has been renamed to %2$s." msgstr "%1$s maglumatlar ulgamy döredildi" -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 msgid "Could not save table UI preferences!" msgstr "" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" "['MaxTableUiprefs'] %s)" msgstr "" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -12222,15 +12217,15 @@ msgid "" "changed." msgstr "" -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "" @@ -12642,11 +12637,11 @@ msgstr "" msgid "Password is too long!" msgstr "" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 msgid "Could not save configuration" msgstr "" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 msgid "The phpMyAdmin configuration storage database could not be accessed." msgstr "" diff --git a/po/tr.po b/po/tr.po index a83b7a5426..5eb74866ca 100644 --- a/po/tr.po +++ b/po/tr.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2023-01-21 17:35+0000\n" "Last-Translator: Burak Yavuz \n" "Language-Team: Turkish (includes info such as export timestamp, PHP version, " "and server version)" @@ -11585,11 +11580,11 @@ msgstr "" "Açıklamaları göster (dışa aktarma zaman damgası, PHP sürümü ve sunucu " "sürümü gibi bilgileri dahil et)" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 msgid "Additional custom header comment (\\n splits lines):" msgstr "İlave özel başlık açıklaması (\\n satırları böler):" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" @@ -11597,41 +11592,41 @@ msgstr "" "Veritabanlarının oluşturulduğu, en son güncellendiği ve en son denetlendiği " "zaman damgasını dahil et" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 msgid "Export metadata" msgstr "Üstveriyi dışa aktar" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 msgid "Add statements:" msgstr "İfadeleri ekle:" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, php-format msgid "Add %s statement" msgstr "%s ifadesi ekle" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "" "(tablo oluşumu sırasında üretilecek olan indeksler gibi daha az etkili)" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, php-format msgid "%s value" msgstr "%s değeri" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "Basit görünüm dışa aktarmayı kullan" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" @@ -11639,37 +11634,37 @@ msgstr "" "Tablo ve alan adlarını tırnak içine al (Özel karakterlerle ya da anahtar " "kelimelerle şekillendirilmiş sütun ve tablo adlarını korur)" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 msgid "Data creation options" msgstr "Veri oluşturma seçenekleri" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "Eklemeden önce tabloyu kes" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "INSERT ifadeleri yerine şunu kullan:" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "INSERT DELAYED ifadeleri" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "INSERT IGNORE ifadeleri" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "Veri dökümlenirken kullanılacak işlev:" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "Veri eklenirken kullanılacak sözdizimi:" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " @@ -11679,7 +11674,7 @@ msgstr "" "  Örnek: INSERT INTO tbl_adı (sütun_A,sütun_B,sütun_C) VALUES " "(1,2,3)" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " @@ -11689,7 +11684,7 @@ msgstr "" "  Örnek: INSERT INTO tbl_adı VALUES (1,2,3), (4,5,6), (7,8,9)" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" @@ -11697,7 +11692,7 @@ msgstr "" "yukarıdakilerin ikisi birden
      Örnek: INSERT " "INTO tbl_adı (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" @@ -11705,7 +11700,7 @@ msgstr "" "yukarıdakilerin hiçbiri
      Örnek: INSERT INTO " "tbl_adı VALUES (1,2,3)" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" @@ -11713,7 +11708,7 @@ msgstr "" "Onaltılık düzende gösterimdeki ikili değer sütunlarını dökümle (örneğin, " "\"abc\", 0x616263 olur)" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" @@ -11722,126 +11717,126 @@ msgstr "" "sunucular arasında TIMESTAMP sütunlarını dökümlemek ve yeniden yüklemek için " "etkinleştirir)" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "Görünüşe göre veritabanınız yordamları kullanmakta;" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "" "kodadını dışa aktarma, her durumda güvenilir bir şekilde çalışmayabilir." -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 msgid "Metadata" msgstr "Üstveri" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, php-format msgid "Metadata for table %s" msgstr "%s tablosu için üstveri" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, php-format msgid "Metadata for database %s" msgstr "%s veritabanı için üstveri" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, php-format msgid "Error reading structure for table %s:" msgstr "%s tablosu için yapı okuma hatası:" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "Görünüşe göre veritabanınız görünümleri kullanmakta;" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "Dökümü yapılmış tablolar için kısıtlamalar" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "Tablo kısıtlamaları" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 msgid "Indexes for dumped tables" msgstr "Dökümü yapılmış tablolar için indeksler" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 msgid "Indexes for table" msgstr "Tablo için indeksler" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 msgid "AUTO_INCREMENT for dumped tables" msgstr "Dökümü yapılmış tablolar için AUTO_INCREMENT değeri" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 msgid "AUTO_INCREMENT for table" msgstr "Tablo için AUTO_INCREMENT değeri" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 msgid "MEDIA TYPES FOR TABLE" msgstr "TABLO ORTAM TÜRLERİ" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 msgid "RELATIONSHIPS FOR TABLE" msgstr "TABLO İLİŞKİLERİ" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "Görünüşe göre tablonuz tetikleyicileri kullanmakta;" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, php-format msgid "Structure for view %s exported as a table" msgstr "Görünüm yapısı %s bir tablo olarak dışa aktarıldı" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "(Asıl görünüm için aşağıya bakın)" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, php-format msgid "Error reading data for table %s:" msgstr "%s tablosu için veri okuma hatası:" -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 msgid "Creation:" msgstr "Oluşturma:" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 msgid "Last update:" msgstr "Son güncelleme:" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 msgid "Last check:" msgstr "Son denetleme:" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" "Şununla en fazla çıktı uyumluluğu için Veritabanı sistemi veya daha eski " "MySQL sunucusu:" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "Nesne oluşturma seçenekleri (tümü önerilir)" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "İçerikleri dışa aktar" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 msgid "Table:" msgstr "Tablo:" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "Amacı:" @@ -12427,27 +12422,27 @@ msgstr "Lütfen veritabanını içeren dizinin yetkilerini denetleyin." msgid "Details…" msgstr "Ayrıntılar…" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 msgid "Could not save recent table!" msgstr "Son tablo kaydedilemedi!" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 msgid "Could not save favorite table!" msgstr "Sık kullanılan tablo kaydedilemedi!" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 msgid "Recent tables" msgstr "Son tablolar" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 msgid "Recent" msgstr "Son" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 msgid "Favorites" msgstr "Sık kullanılanlar" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." @@ -12455,59 +12450,59 @@ msgstr "" "Sunucuya bağlantı etkisizleştirildi, phpMyAdmin yapılandırmasında lütfen " "$cfg['AllowArbitraryServer'] parametresini etkinleştirin." -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 msgid "Replication started successfully." msgstr "Kopyalama başarılı olarak başladı." -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 msgid "Error starting replication." msgstr "Kopyalama başlatılırken hata oldu." -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 msgid "Replication stopped successfully." msgstr "Kopyalama başarılı olarak durduruldu." -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 msgid "Error stopping replication." msgstr "Kopyalama durdurulurken hata oldu." -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 msgid "Replication resetting successfully." msgstr "Kopyalama başarılı olarak sıfırlandı." -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 msgid "Error resetting replication." msgstr "Kopyalama sıfırlanırken hata oldu." -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "Başarılı." -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 msgid "Error." msgstr "Hata." -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "Bilinmeyen hata" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, php-format msgid "Unable to connect to primary %s." msgstr "Birincil %s sunucusuna bağlanılamıyor." -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 msgid "" "Unable to read primary log position. Possible privilege problem on primary." msgstr "" "Birincil sunucu günlük konumu okunamıyor. Birincil sunucuda olası yetki " "sorunu." -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 msgid "Unable to change primary!" msgstr "Birincil sunucu değiştirilemiyor!" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, php-format msgid "Primary server changed successfully to %s." msgstr "Birincil sunucu, %s olarak başarılı olarak değiştirildi." @@ -12556,8 +12551,8 @@ msgid "Error while loading the search." msgstr "Arama yüklenirken hata oldu." #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 msgid "Native MySQL authentication" msgstr "Yerel MySQL kimlik doğrulaması" @@ -12582,16 +12577,16 @@ msgstr "Eski MySQL-4.0 kimlik doğrulaması" msgid "Account locking is not supported." msgstr "Hesap kilitleme desteklenmiyor." -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "Yetkiniz yok." -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "GRANT hariç tüm yetkileri içerir." -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -12599,7 +12594,7 @@ msgstr "GRANT hariç tüm yetkileri içerir." msgid "Allows deleting data." msgstr "Veri silinmesine izin verir." -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -12607,7 +12602,7 @@ msgstr "Veri silinmesine izin verir." msgid "Allows creating new tables." msgstr "Yeni tabloların oluşturulmasına izin verir." -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -12615,8 +12610,8 @@ msgstr "Yeni tabloların oluşturulmasına izin verir." msgid "Allows dropping tables." msgstr "Tabloların kaldırılmasına izin verir." -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -12624,8 +12619,8 @@ msgstr "Tabloların kaldırılmasına izin verir." msgid "Allows creating and dropping indexes." msgstr "İndekslerin oluşturulmasına ve kaldırılmasına izin verir." -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -12633,9 +12628,9 @@ msgstr "İndekslerin oluşturulmasına ve kaldırılmasına izin verir." msgid "Allows altering the structure of existing tables." msgstr "Varolan tabloların yapısının değiştirilmesine izin verir." -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -12645,9 +12640,9 @@ msgstr "Varolan tabloların yapısının değiştirilmesine izin verir." msgid "Allows creating new views." msgstr "Yeni görünümlerin oluşturulmasına izin verir." -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -12655,8 +12650,8 @@ msgstr "Yeni görünümlerin oluşturulmasına izin verir." msgid "Allows performing SHOW CREATE VIEW queries." msgstr "SHOW CREATE VIEW sorgularının yapılmasına izin verir." -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -12664,40 +12659,40 @@ msgstr "SHOW CREATE VIEW sorgularının yapılmasına izin verir." msgid "Allows creating and dropping triggers." msgstr "Tetikleyicileri oluşturmaya ve kaldırmaya izin verir." -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "Veri okunmasına izin verir." -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "Verinin eklenmesine ve yerinin değiştirilmesine izin verir." -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "Veri değiştirilmesine izin ver." -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "Yeni veritabanları ve tabloların oluşturulmasına izin verir." -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "Veritabanları ve tabloların kaldırılmasına izin verir." -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." @@ -12705,37 +12700,37 @@ msgstr "" "Sunucu ayarlarının yeniden yüklenmesine ve sunucunun önbelleğinin " "temizlenmesine izin verir." -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "Sunucunun kapatılmasına izin ver." -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 msgid "Allows viewing processes of all users." msgstr "Tüm kullanıcıların işlemlerini görüntülemeye izin verir." -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "Verinin içe ve dışa aktarılmasına izin verir." -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "Bu MySQL sürümünde etkisi yoktur." -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "Bütün veritabanı listesine erişim verir." -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -12747,25 +12742,25 @@ msgstr "" "değişkenleri ayarlamak veya diğer kullanıcıların iş parçacıklarını " "sonlandırmak gibi pek çok yönetimsel işlemler için gereklidir." -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "Geçici tablolar oluşturulmasına izin verir." -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "Şu anki iş parçacığı için tabloların kilitlenmesine izin verir." -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 msgid "Needed for the replication replicas." msgstr "Kopyalama kopya sunucular için gerekli." -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 msgid "Allows the user to ask where the replicas / primaries are." @@ -12773,33 +12768,33 @@ msgstr "" "Kullanıcının kopya / birincil sunucuların nerede olduğunu sormasına izin " "verir." -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 msgid "Allows to set up events for the event scheduler." msgstr "Olay zamanlayıcısı için olayları ayarlamaya izin verir." #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 msgid "Allows deleting historical rows." msgstr "Geçmişteki satırları silmeye izin verir." -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "Saklanan yordamların oluşturulmasına izin verir." -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "Saklanan yordamların değiştirilmesine ve kaldırılmasına izin verir." -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." @@ -12807,29 +12802,29 @@ msgstr "" "Kullanıcı hesaplarının oluşturulmasına, kaldırılmasına ve yeniden " "adlandırılmasına izin verir." -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "Saklanan yordamların yürütülmesine izin verir." -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "%s için parola başarılı olarak değiştirildi." -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "%s için yetkileri geri aldınız." -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "Kullanıcıları görüntülemek için yetersiz yetki." -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -12837,84 +12832,84 @@ msgstr "Kullanıcıları görüntülemek için yetersiz yetki." msgid "Edit privileges" msgstr "Yetkileri düzenle" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "Geri al" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "Veritabanına özgü yetkiler" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "Tabloya özgü yetkiler" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 msgid "Routine" msgstr "Yordam" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 msgid "Routine-specific privileges" msgstr "Yordama özgü yetkiler" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "Silmek için kullanıcı seçilmedi!" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "Yetkiler yeniden yükleniyor" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "Seçilen kullanıcılar başarılı olarak silindi." -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "%s için yetkileri güncellediniz." -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 msgid "No user found." msgstr "Bulunan kullanıcı yok." -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "%s siliniyor" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "Yetkiler başarılı olarak yüklendi." -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "%s kullanıcısı zaten var!" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, php-format msgid "Privileges for %s" msgstr "%s için yetkiler" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "Kullanıcı" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " @@ -12925,7 +12920,7 @@ msgstr "" "herhangi bir (%) anamakineden bir bağlantıya izin veriyorsa bu " "kullanıcıların bağlanmalarını önler." -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, php-format msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " @@ -12938,7 +12933,7 @@ msgstr "" "sunucunun kullandığı yetkilerden farklı olabilir. Bu durumda devam etmeden " "önce %syetkileri yeniden yüklemeniz%s gerekir." -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " "tables. The content of these tables may differ from the privileges the " @@ -12952,7 +12947,7 @@ msgstr "" "yeniden yüklenmek zorundadır ancak şu anda, yetkileri YENİDEN YÜKLEMENİZ " "gerekmez." -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "Yeni bir kullanıcı eklediniz." @@ -13144,7 +13139,7 @@ msgstr "%s bu MySQL sunucusu için etkisizleştirildi." msgid "This MySQL server does not support the %s storage engine." msgstr "Bu MySQL sunucusu %s depolama motorunu desteklemez." -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "Birincil anahtarın adı \"PRIMARY\" olmalıdır!" @@ -13153,43 +13148,43 @@ msgstr "Birincil anahtarın adı \"PRIMARY\" olmalıdır!" msgid "Problems with indexes of table `%s`" msgstr "`%s` tablosunun indeksleri ile ilgili sorunlar" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 msgid "Unknown table status:" msgstr "Bilinmeyen tablo durumu:" -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, php-format msgid "Source database `%s` was not found!" msgstr "Kaynak veritabanı `%s` bulunamadı!" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, php-format msgid "Target database `%s` was not found!" msgstr "Hedef veritabanı `%s` bulunamadı!" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 msgid "Invalid database:" msgstr "Geçersiz veritabanı:" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 msgid "Invalid table name:" msgstr "Geçersiz tablo adı:" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, php-format msgid "Failed to rename table %1$s to %2$s!" msgstr "%1$s tablo adını %2$s tablo adına değiştirme başarısız!" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, php-format msgid "Table %1$s has been renamed to %2$s." msgstr "%1$s tablosu %2$s olarak yeniden adlandırıldı." -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 msgid "Could not save table UI preferences!" msgstr "Tablo KA tercihleri kaydedilemedi!" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" @@ -13198,7 +13193,7 @@ msgstr "" "Tablo KA tercihlerini temizleme başarısız ($cfg['Servers'][$i]" "['MaxTableUiprefs'] %s bakın)" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -13209,15 +13204,15 @@ msgstr "" "yenilemenizden sonra kalıcı olmayacaktır. Eğer tablo yapısı değiştirilmişse " "lütfen denetleyin." -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "İndeks'i PRIMARY olarak yeniden adlandıramazsınız!" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "Tanımlı indeks kısımları yok!" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "%1$s üzerinde dış anahtar oluşturma hatası (veri türlerini denetleyin)" @@ -13696,11 +13691,11 @@ msgstr "Profil güncellendi." msgid "Password is too long!" msgstr "Parola çok uzun!" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 msgid "Could not save configuration" msgstr "Yapılandırma kaydedilemedi" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 msgid "The phpMyAdmin configuration storage database could not be accessed." msgstr "phpMyAdmin yapılandırma depolama veritabanına erişilemedi." @@ -19101,6 +19096,10 @@ msgstr "GÖRÜNÜM adı" msgid "Column names" msgstr "Sütun adları" +#, php-format +#~ msgid "Analyze Explain at %s" +#~ msgstr "%s sitesinde Açıklamayı Çözümle" + #~ msgid "Key is too short, it should have at least 32 characters." #~ msgstr "Anahtar çok kısa, en az 32 karakter olmalıdır." diff --git a/po/tt.po b/po/tt.po index c0789d8929..35c05e8372 100644 --- a/po/tt.po +++ b/po/tt.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2022-02-15 16:21+0000\n" "Last-Translator: Maurício Meneghini Fauth \n" "Language-Team: Tatar (includes info such as export timestamp, PHP version, " "and server version)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 #, fuzzy #| msgid "Add custom comment into header (\\n splits lines)" msgid "Additional custom header comment (\\n splits lines):" msgstr "Başlıqqa östämä açıqlama östäw (yullar \\n belän ayırıla)" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 #, fuzzy #| msgid "Export type" msgid "Export metadata" msgstr "Çığaru ısulı" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 #, fuzzy #| msgid "Statements" msgid "Add statements:" msgstr "Cömlä" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, fuzzy, php-format #| msgid "Statements" msgid "Add %s statement" msgstr "Cömlä" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, fuzzy, php-format #| msgid "Session value" msgid "%s value" msgstr "Sessi bäyäse" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 #, fuzzy #| msgid "Transformation options" msgid "Data creation options" msgstr "Transformation options" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " "(1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 #, fuzzy #| msgid "Export type" msgid "Metadata" msgstr "Çığaru ısulı" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, fuzzy, php-format #| msgid "Dumping data for table" msgid "Metadata for table %s" msgstr "Tüşämä eçtälegen çığaru" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, fuzzy, php-format #| msgid "Create table on database %s" msgid "Metadata for database %s" msgstr "%s biremlegendä yaña tüşämä yaratu" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, fuzzy, php-format #| msgid "Table structure for table" msgid "Error reading structure for table %s:" msgstr "Tüşämä tözeleşe" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 #, fuzzy #| msgid "Inside table(s):" msgid "Indexes for dumped tables" msgstr "Kiläse tüşämä eçendä:" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 #, fuzzy #| msgid "Inside table(s):" msgid "Indexes for table" msgstr "Kiläse tüşämä eçendä:" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 #, fuzzy #| msgid "Add AUTO_INCREMENT value" msgid "AUTO_INCREMENT for dumped tables" msgstr "\"AUTO_INCREMENT\" bäyäsen östise" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 #, fuzzy #| msgid "Add AUTO_INCREMENT value" msgid "AUTO_INCREMENT for table" msgstr "\"AUTO_INCREMENT\" bäyäsen östise" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 #, fuzzy #| msgid "MIME TYPES FOR TABLE" msgid "MEDIA TYPES FOR TABLE" msgstr "MIME TYPES FOR TABLE" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 #, fuzzy #| msgid "RELATIONS FOR TABLE" msgid "RELATIONSHIPS FOR TABLE" msgstr "RELATIONS FOR TABLE" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, fuzzy, php-format msgid "Structure for view %s exported as a table" msgstr "Tözeleşen genä" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, fuzzy, php-format #| msgid "Allows reading data." msgid "Error reading data for table %s:" msgstr "Eçtälekne uqu xoquqı." -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 #, fuzzy #| msgid "Creation" msgid "Creation:" msgstr "Yasalışı" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 #, fuzzy #| msgid "Last update" msgid "Last update:" msgstr "Soñğı yañartılu" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 #, fuzzy #| msgid "Last check" msgid "Last check:" msgstr "Soñğı tikşerü" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 #, fuzzy msgid "Export contents" msgstr "Çığaru ısulı" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 #, fuzzy #| msgid "Table" msgid "Table:" msgstr "Tüşämä" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "" @@ -12734,98 +12729,98 @@ msgstr "" msgid "Details…" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 #, fuzzy #| msgid "Could not load default configuration from: \"%1$s\"" msgid "Could not save recent table!" msgstr "Töp köyläneşen yökläp bulmadı: \"%1$s\"" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 #, fuzzy #| msgid "Could not load default configuration from: \"%1$s\"" msgid "Could not save favorite table!" msgstr "Töp köyläneşen yökläp bulmadı: \"%1$s\"" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 #, fuzzy msgid "Recent tables" msgstr "Berär genä dä tüşämä yuq" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 #, fuzzy #| msgid "Reset" msgid "Recent" msgstr "Awdar" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 #, fuzzy #| msgid "Variables" msgid "Favorites" msgstr "Üzgärmälär" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." msgstr "" -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 #, fuzzy msgid "Replication started successfully." msgstr "Bäyläneşlär" -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 msgid "Error starting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 #, fuzzy #| msgid "Chart generated successfully." msgid "Replication stopped successfully." msgstr "Bu xoquqlarnı yökläw uñışlı uzdı." -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 msgid "Error stopping replication." msgstr "" -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 #, fuzzy msgid "Replication resetting successfully." msgstr "Bäyläneşlär" -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 msgid "Error resetting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "" -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 #, fuzzy #| msgid "Error" msgid "Error." msgstr "Xata" -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, fuzzy, php-format msgid "Unable to connect to primary %s." msgstr "Köndälek biremenä yazılğan bayt sanı bu." -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 msgid "" "Unable to read primary log position. Possible privilege problem on primary." msgstr "" -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 msgid "Unable to change primary!" msgstr "" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, fuzzy, php-format #| msgid "The privileges were reloaded successfully." msgid "Primary server changed successfully to %s." @@ -12877,8 +12872,8 @@ msgid "Error while loading the search." msgstr "Eçtälekne uqu xoquqı." #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 #, fuzzy #| msgid "Documentation" msgid "Native MySQL authentication" @@ -12913,16 +12908,16 @@ msgstr "Qullanma" msgid "Account locking is not supported." msgstr "" -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "Xoquqlar yuq." -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "GRANT'tan basqa bar xoquqlar da bar." -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -12930,7 +12925,7 @@ msgstr "GRANT'tan basqa bar xoquqlar da bar." msgid "Allows deleting data." msgstr "Eçtälek beterü xoquqı." -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -12938,7 +12933,7 @@ msgstr "Eçtälek beterü xoquqı." msgid "Allows creating new tables." msgstr "Yaña tüşämä yasaw xoquqı." -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -12946,8 +12941,8 @@ msgstr "Yaña tüşämä yasaw xoquqı." msgid "Allows dropping tables." msgstr "Tüşämä beterü xoquqı." -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -12955,8 +12950,8 @@ msgstr "Tüşämä beterü xoquqı." msgid "Allows creating and dropping indexes." msgstr "Açqıçlarnı qoru/beterü xoquqı." -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -12964,9 +12959,9 @@ msgstr "Açqıçlarnı qoru/beterü xoquqı." msgid "Allows altering the structure of existing tables." msgstr "Biredä bulğan tüşämä tözeleşen üzgärtü xoquqı." -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -12976,9 +12971,9 @@ msgstr "Biredä bulğan tüşämä tözeleşen üzgärtü xoquqı." msgid "Allows creating new views." msgstr "Yaña qaraş qorırğa birä." -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -12986,8 +12981,8 @@ msgstr "Yaña qaraş qorırğa birä." msgid "Allows performing SHOW CREATE VIEW queries." msgstr "SHOW CREATE VIEW sorawların eşläterlek itä." -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -12996,76 +12991,76 @@ msgstr "SHOW CREATE VIEW sorawların eşläterlek itä." msgid "Allows creating and dropping triggers." msgstr "Açqıçlarnı qoru/beterü xoquqı." -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "Eçtälekne uqu xoquqı." -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "Eçtälek östäw/almaştıru xoquqı." -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "Eçtälek üzgärtü xoquqı." -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "Yaña biremlek/tüşämä yasaw xoquqı." -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "Biremlek/tüşämä beterü xoquqı." -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." msgstr "" -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "Serverne tuqtatu xoquqı." -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 msgid "Allows viewing processes of all users." msgstr "" -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "" -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "" -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "" -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -13077,25 +13072,25 @@ msgstr "" "Required for most administrative operations like setting global variables or " "killing threads of other users." -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "Waqıtlı tüşämä yasaw xoquqı." -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "" -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 msgid "Needed for the replication replicas." msgstr "" -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 #, fuzzy @@ -13103,15 +13098,15 @@ msgstr "" msgid "Allows the user to ask where the replicas / primaries are." msgstr "Gives the right to the user to ask where the slaves / masters are." -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 msgid "Allows to set up events for the event scheduler." msgstr "" #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 #, fuzzy @@ -13119,47 +13114,47 @@ msgstr "" msgid "Allows deleting historical rows." msgstr "Eçtälek beterü xoquqı." -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "Saqlanğan funksílar qorırğa birä." -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "Qullanuçı xísabın qoru/salu/ataw eşen qılırğa birä." -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "Eçke funksílar eşlätterergä birä." -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "\"%s\" öçen sezsüz üzgärtü uñışlı uzdı." -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "" -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "" -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -13169,24 +13164,24 @@ msgstr "" msgid "Edit privileges" msgstr "Xoquqlar Üzgärtü" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "Töşer" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "Berär biremlekkä qağılışlı xoquqlar" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "Berär tüşämä öçen xoquqlar" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 @@ -13195,31 +13190,31 @@ msgstr "Berär tüşämä öçen xoquqlar" msgid "Routine" msgstr "%s alan östäw" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 #, fuzzy #| msgid "Column-specific privileges" msgid "Routine-specific privileges" msgstr "Berär bağana öçen xoquqlar" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "Beteräse qullanuçılar saylanmağan!" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "Bu xoquqlarnı yöklä" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "Saylanğan qullanuçını beterü uñışlı uzdı." -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "" -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 #, fuzzy @@ -13227,40 +13222,40 @@ msgstr "" msgid "No user found." msgstr "Qullanuçı yuq." -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "\"%s\" Beterü" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "Bu xoquqlarnı yökläw uñışlı uzdı." -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "\"%s\" atlı qullanuçı bar inde!" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, fuzzy, php-format #| msgid "Privileges" msgid "Privileges for %s" msgstr "Xoquqlar" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "Qullanuçı" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " "allows a connection from any (%) host." msgstr "" -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, fuzzy, php-format #| msgid "" #| "Note: phpMyAdmin gets the users' privileges directly from MySQL's " @@ -13278,7 +13273,7 @@ msgstr "" "alardan ayırıla ala. Andí çaqlarda, dawam itü aldınnan, %sxoquqlarnı qabat " "yökläp alası%s." -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 #, fuzzy #| msgid "" #| "Note: phpMyAdmin gets the users' privileges directly from MySQL's " @@ -13297,7 +13292,7 @@ msgstr "" "alardan ayırıla ala. Andí çaqlarda, dawam itü aldınnan, %sxoquqlarnı qabat " "yökläp alası%s." -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "Yana qullanuçı östälände." @@ -13489,7 +13484,7 @@ msgstr "Bu MySQL serverdä %s sünderelgän bulğan." msgid "This MySQL server does not support the %s storage engine." msgstr "Bu MySQL server %s saqlaw enginen totmí." -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "Bu töp açqıçnıñ adı \"PRIMARY\" bulırğa tieş!" @@ -13498,61 +13493,61 @@ msgstr "Bu töp açqıçnıñ adı \"PRIMARY\" bulırğa tieş!" msgid "Problems with indexes of table `%s`" msgstr "`%s` atlı tüşäw tezeşläre belän nidider tiskärlek bar" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 #, fuzzy #| msgid "Show tables" msgid "Unknown table status:" msgstr "Tüşämälär kürsätäse" -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, fuzzy, php-format msgid "Source database `%s` was not found!" msgstr "Biremlektä ezläw: " -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, fuzzy, php-format #| msgid "Theme %s not found!" msgid "Target database `%s` was not found!" msgstr "%s digän tışlaw tabılmadı!" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 #, fuzzy #| msgid "Invalid database" msgid "Invalid database:" msgstr "Yaraqsız biremlek" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 #, fuzzy #| msgid "Invalid table name" msgid "Invalid table name:" msgstr "Tüşämä adı yaraqsız" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, fuzzy, php-format #| msgid "Error renaming table %1$s to %2$s" msgid "Failed to rename table %1$s to %2$s!" msgstr "%1$s atlı tüşämä adın %2$s itep üzgärtep bulmadı" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, fuzzy, php-format #| msgid "Table %s has been renamed to %s." msgid "Table %1$s has been renamed to %2$s." msgstr "\"%s\" tüşämäse \"%s\" itep ataldı" -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 #, fuzzy #| msgid "Could not load default configuration from: \"%1$s\"" msgid "Could not save table UI preferences!" msgstr "Töp köyläneşen yökläp bulmadı: \"%1$s\"" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" "['MaxTableUiprefs'] %s)" msgstr "" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -13560,15 +13555,15 @@ msgid "" "changed." msgstr "" -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "Açqıçnı \"PRIMARY\" itep atap bulmí!" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "" @@ -13997,13 +13992,13 @@ msgstr "" msgid "Password is too long!" msgstr "Sersüz Hash'law" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 #, fuzzy #| msgid "Could not load default configuration from: \"%1$s\"" msgid "Could not save configuration" msgstr "Töp köyläneşen yökläp bulmadı: \"%1$s\"" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 #, fuzzy #| msgid "" #| " additional features for working with linked tables have been ctivated. " diff --git a/po/tzm.po b/po/tzm.po index c251213447..9495e56308 100644 --- a/po/tzm.po +++ b/po/tzm.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2022-02-15 16:21+0000\n" "Last-Translator: Maurício Meneghini Fauth \n" "Language-Team: Tamazight (Central Atlas) (includes info such as export timestamp, PHP version, " "and server version)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 msgid "Additional custom header comment (\\n splits lines):" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 msgid "Export metadata" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 msgid "Add statements:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, php-format msgid "Add %s statement" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, php-format msgid "%s value" msgstr "" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 msgid "Data creation options" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " "(1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 msgid "Metadata" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, php-format msgid "Metadata for table %s" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, php-format msgid "Metadata for database %s" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, php-format msgid "Error reading structure for table %s:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 msgid "Indexes for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 msgid "Indexes for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 msgid "AUTO_INCREMENT for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 msgid "AUTO_INCREMENT for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 msgid "MEDIA TYPES FOR TABLE" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 msgid "RELATIONSHIPS FOR TABLE" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, php-format msgid "Structure for view %s exported as a table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, php-format msgid "Error reading data for table %s:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 msgid "Creation:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 msgid "Last update:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 msgid "Last check:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 msgid "Table:" msgstr "" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "" @@ -11345,83 +11340,83 @@ msgstr "" msgid "Details…" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 msgid "Could not save recent table!" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 msgid "Could not save favorite table!" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 msgid "Recent tables" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 msgid "Recent" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 msgid "Favorites" msgstr "" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." msgstr "" -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 msgid "Replication started successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 msgid "Error starting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 msgid "Replication stopped successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 msgid "Error stopping replication." msgstr "" -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 msgid "Replication resetting successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 msgid "Error resetting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "" -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 msgid "Error." msgstr "" -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, php-format msgid "Unable to connect to primary %s." msgstr "" -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 msgid "" "Unable to read primary log position. Possible privilege problem on primary." msgstr "" -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 msgid "Unable to change primary!" msgstr "" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, php-format msgid "Primary server changed successfully to %s." msgstr "" @@ -11468,8 +11463,8 @@ msgid "Error while loading the search." msgstr "" #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 msgid "Native MySQL authentication" msgstr "" @@ -11494,16 +11489,16 @@ msgstr "" msgid "Account locking is not supported." msgstr "" -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "" -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "" -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -11511,7 +11506,7 @@ msgstr "" msgid "Allows deleting data." msgstr "" -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -11519,7 +11514,7 @@ msgstr "" msgid "Allows creating new tables." msgstr "" -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -11527,8 +11522,8 @@ msgstr "" msgid "Allows dropping tables." msgstr "" -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -11536,8 +11531,8 @@ msgstr "" msgid "Allows creating and dropping indexes." msgstr "" -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -11545,9 +11540,9 @@ msgstr "" msgid "Allows altering the structure of existing tables." msgstr "" -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -11557,9 +11552,9 @@ msgstr "" msgid "Allows creating new views." msgstr "" -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -11567,8 +11562,8 @@ msgstr "" msgid "Allows performing SHOW CREATE VIEW queries." msgstr "" -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -11576,76 +11571,76 @@ msgstr "" msgid "Allows creating and dropping triggers." msgstr "" -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "" -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "" -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "" -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "" -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "" -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." msgstr "" -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "" -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 msgid "Allows viewing processes of all users." msgstr "" -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "" -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "" -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "" -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -11654,85 +11649,85 @@ msgid "" "killing threads of other users." msgstr "" -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "" -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "" -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 msgid "Needed for the replication replicas." msgstr "" -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 msgid "Allows the user to ask where the replicas / primaries are." msgstr "" -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 msgid "Allows to set up events for the event scheduler." msgstr "" #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 msgid "Allows deleting historical rows." msgstr "" -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "" -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "" -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "" -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -11740,91 +11735,91 @@ msgstr "" msgid "Edit privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 msgid "Routine" msgstr "" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 msgid "Routine-specific privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "" -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 msgid "No user found." msgstr "" -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, php-format msgid "Privileges for %s" msgstr "" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " "allows a connection from any (%) host." msgstr "" -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, php-format msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " @@ -11833,7 +11828,7 @@ msgid "" "%sreload the privileges%s before you continue." msgstr "" -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " "tables. The content of these tables may differ from the privileges the " @@ -11842,7 +11837,7 @@ msgid "" "privilege." msgstr "" -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "" @@ -12026,7 +12021,7 @@ msgstr "" msgid "This MySQL server does not support the %s storage engine." msgstr "" -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "" @@ -12035,50 +12030,50 @@ msgstr "" msgid "Problems with indexes of table `%s`" msgstr "" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 msgid "Unknown table status:" msgstr "" -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, php-format msgid "Source database `%s` was not found!" msgstr "" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, php-format msgid "Target database `%s` was not found!" msgstr "" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 msgid "Invalid database:" msgstr "" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 msgid "Invalid table name:" msgstr "" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, php-format msgid "Failed to rename table %1$s to %2$s!" msgstr "" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, php-format msgid "Table %1$s has been renamed to %2$s." msgstr "" -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 msgid "Could not save table UI preferences!" msgstr "" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" "['MaxTableUiprefs'] %s)" msgstr "" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -12086,15 +12081,15 @@ msgid "" "changed." msgstr "" -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "" @@ -12506,11 +12501,11 @@ msgstr "" msgid "Password is too long!" msgstr "" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 msgid "Could not save configuration" msgstr "" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 msgid "The phpMyAdmin configuration storage database could not be accessed." msgstr "" diff --git a/po/ug.po b/po/ug.po index 95f8aca06f..f2582b35fb 100644 --- a/po/ug.po +++ b/po/ug.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2022-02-15 16:21+0000\n" "Last-Translator: Maurício Meneghini Fauth \n" "Language-Team: Uyghur (includes info such as export timestamp, PHP version, " "and server version)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 msgid "Additional custom header comment (\\n splits lines):" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 #, fuzzy #| msgid "Export" msgid "Export metadata" msgstr "چىقىرىش" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 #, fuzzy #| msgid "Add constraints" msgid "Add statements:" msgstr "مەجبۇرى قوشۇش" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, php-format msgid "Add %s statement" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, fuzzy, php-format #| msgid "Use this value" msgid "%s value" msgstr "مۇشۇ قىممەتنى ئىشلىتىش" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 #, fuzzy #| msgid "Action" msgid "Data creation options" msgstr "ئامال" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " "(1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 #, fuzzy #| msgid "Export" msgid "Metadata" msgstr "چىقىرىش" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, fuzzy, php-format #| msgid "Delete tracking data for this table" msgid "Metadata for table %s" msgstr "سانلىق مەلۇماتنى ئىزقوغلاپ ئۈچۈرۈش" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, fuzzy, php-format #| msgid "Create table on database %s" msgid "Metadata for database %s" msgstr "ساندان %s غا جەدىۋەل قۇرۇش" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, fuzzy, php-format #| msgid "Table structure for table" msgid "Error reading structure for table %s:" msgstr "جەدېۋەلنىڭ تۈزىلىشى" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 #, fuzzy #| msgid "Inside table(s):" msgid "Indexes for dumped tables" msgstr "تۆۋەندىكى جەدۋەل(لەر): " -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 #, fuzzy #| msgid "Inside table(s):" msgid "Indexes for table" msgstr "تۆۋەندىكى جەدۋەل(لەر): " -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 #, fuzzy #| msgid "Add AUTO_INCREMENT value" msgid "AUTO_INCREMENT for dumped tables" msgstr "AUTO_INCREMENT قوشۇش" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 #, fuzzy #| msgid "Add AUTO_INCREMENT value" msgid "AUTO_INCREMENT for table" msgstr "AUTO_INCREMENT قوشۇش" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 msgid "MEDIA TYPES FOR TABLE" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 msgid "RELATIONSHIPS FOR TABLE" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, php-format msgid "Structure for view %s exported as a table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, fuzzy, php-format #| msgid "Delete tracking data for this table" msgid "Error reading data for table %s:" msgstr "سانلىق مەلۇماتنى ئىزقوغلاپ ئۈچۈرۈش" -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 #, fuzzy #| msgid "Creation" msgid "Creation:" msgstr "قۇرۇش" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 #, fuzzy #| msgid "Last update" msgid "Last update:" msgstr "ئاخىرقى يېڭلىنىش" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 #, fuzzy #| msgid "Last check" msgid "Last check:" msgstr "ئاخىرقى تەكشۈرۈش" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 #, fuzzy #| msgid "Table" msgid "Table:" msgstr "جەدۋەل" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "" @@ -12376,96 +12371,96 @@ msgstr "" msgid "Details…" msgstr "تەپسىلاتلار…" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 #, fuzzy #| msgid "Could not load default configuration from: %1$s" msgid "Could not save recent table!" msgstr "تەڭشەك ئەندىزى %1$s كىرگۈزىلمىدى." -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 #, fuzzy #| msgid "Could not load default configuration from: %1$s" msgid "Could not save favorite table!" msgstr "تەڭشەك ئەندىزى %1$s كىرگۈزىلمىدى." -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 #, fuzzy #| msgid "Tracked tables" msgid "Recent tables" msgstr "ئىزلانغان جەدۋەل" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 #, fuzzy #| msgid "Events" msgid "Recent" msgstr "ھادىسە" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 #, fuzzy #| msgid "Tracked tables" msgid "Favorites" msgstr "ئىزلانغان جەدۋەل" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." msgstr "" -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 msgid "Replication started successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 msgid "Error starting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 msgid "Replication stopped successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 msgid "Error stopping replication." msgstr "" -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 msgid "Replication resetting successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 msgid "Error resetting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "" -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 #, fuzzy #| msgid "Error" msgid "Error." msgstr "خاتالىق" -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, fuzzy, php-format #| msgid "%s has been disabled for this MySQL server." msgid "Unable to connect to primary %s." msgstr "%s نى بۇ MySQL مۇلازىمىتېرىدا ئىشلىتىشكە بولمايدۇ." -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 msgid "" "Unable to read primary log position. Possible privilege problem on primary." msgstr "" -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 msgid "Unable to change primary!" msgstr "" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, php-format msgid "Primary server changed successfully to %s." msgstr "" @@ -12516,8 +12511,8 @@ msgid "Error while loading the search." msgstr "ھۆججەت يۈكلەشتە ئېنىقسىز خاتالىق كۆرۈلدى." #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 #, fuzzy #| msgid "Authenticating…" msgid "Native MySQL authentication" @@ -12552,16 +12547,16 @@ msgstr "تەكشۈرۈشتىن ئۆزكۈزىۋاتىدۇ…" msgid "Account locking is not supported." msgstr "" -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "" -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "" -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -12569,7 +12564,7 @@ msgstr "" msgid "Allows deleting data." msgstr "" -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -12577,7 +12572,7 @@ msgstr "" msgid "Allows creating new tables." msgstr "" -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -12585,8 +12580,8 @@ msgstr "" msgid "Allows dropping tables." msgstr "" -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -12594,8 +12589,8 @@ msgstr "" msgid "Allows creating and dropping indexes." msgstr "" -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -12603,9 +12598,9 @@ msgstr "" msgid "Allows altering the structure of existing tables." msgstr "" -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -12615,9 +12610,9 @@ msgstr "" msgid "Allows creating new views." msgstr "" -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -12625,8 +12620,8 @@ msgstr "" msgid "Allows performing SHOW CREATE VIEW queries." msgstr "" -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -12634,76 +12629,76 @@ msgstr "" msgid "Allows creating and dropping triggers." msgstr "" -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "" -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "" -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "" -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "" -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "" -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." msgstr "" -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "" -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 msgid "Allows viewing processes of all users." msgstr "" -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "" -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "" -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "" -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -12712,39 +12707,39 @@ msgid "" "killing threads of other users." msgstr "" -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "" -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "" -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 msgid "Needed for the replication replicas." msgstr "" -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 msgid "Allows the user to ask where the replicas / primaries are." msgstr "" -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 msgid "Allows to set up events for the event scheduler." msgstr "" #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 #, fuzzy @@ -12752,47 +12747,47 @@ msgstr "" msgid "Allows deleting historical rows." msgstr "رەت قوشۇش\\ئۆچۈرۈش" -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "" -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "" -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "" -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -12802,24 +12797,24 @@ msgstr "" msgid "Edit privileges" msgstr "ھۇقۇقى" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 @@ -12828,70 +12823,70 @@ msgstr "" msgid "Routine" msgstr "دائىملىق" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 #, fuzzy #| msgid "Privileges" msgid "Routine-specific privileges" msgstr "ھۇقۇقى" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "" -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 msgid "No user found." msgstr "" -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, fuzzy, php-format #| msgid "Privileges" msgid "Privileges for %s" msgstr "ھۇقۇقى" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " "allows a connection from any (%) host." msgstr "" -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, php-format msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " @@ -12900,7 +12895,7 @@ msgid "" "%sreload the privileges%s before you continue." msgstr "" -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " "tables. The content of these tables may differ from the privileges the " @@ -12909,7 +12904,7 @@ msgid "" "privilege." msgstr "" -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "" @@ -13101,7 +13096,7 @@ msgstr "%s نى بۇ MySQL مۇلازىمىتېرىدا ئىشلىتىشكە ب msgid "This MySQL server does not support the %s storage engine." msgstr "بۇ MySQL مۇلازىمىتېرى %s نى قوللىمايدۇ." -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "" @@ -13110,61 +13105,61 @@ msgstr "" msgid "Problems with indexes of table `%s`" msgstr "" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 #, fuzzy #| msgid "Show dimension of tables" msgid "Unknown table status:" msgstr "جەدېۋەلنىڭ چوڭ-كىچىكلىكىنى كۆرسىتىش" -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, php-format msgid "Source database `%s` was not found!" msgstr "" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, fuzzy, php-format #| msgid "Theme %s not found!" msgid "Target database `%s` was not found!" msgstr "تېما %s تېپىلمىدى!" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 #, fuzzy #| msgid "Invalid database" msgid "Invalid database:" msgstr "ئۈنۈمسىز ساندان" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 #, fuzzy #| msgid "Invalid table name" msgid "Invalid table name:" msgstr "ئۈنۈمسىز جەدۋەل ئىسمى" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, fuzzy, php-format #| msgid "Error renaming table %1$s to %2$s" msgid "Failed to rename table %1$s to %2$s!" msgstr "%1$s بۇ جەدۋەل ئىسمىنى %2$s غا ئۆزگەرتىشتە خاتالىق كۆرۈلدى." -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, fuzzy, php-format #| msgid "Table %s has been renamed to %s." msgid "Table %1$s has been renamed to %2$s." msgstr "%1$s بۇ جەدۋەل ئىسمىنى %2$s غا ئۆزگەرتىش غەلبىلىك بولدى." -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 #, fuzzy #| msgid "Could not load default configuration from: %1$s" msgid "Could not save table UI preferences!" msgstr "تەڭشەك ئەندىزى %1$s كىرگۈزىلمىدى." -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" "['MaxTableUiprefs'] %s)" msgstr "" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -13172,15 +13167,15 @@ msgid "" "changed." msgstr "" -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "" @@ -13607,13 +13602,13 @@ msgstr "" msgid "Password is too long!" msgstr "پارول ھېسابلاش" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 #, fuzzy #| msgid "Could not load default configuration from: %1$s" msgid "Could not save configuration" msgstr "تەڭشەك ئەندىزى %1$s كىرگۈزىلمىدى." -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 #, fuzzy #| msgid "" #| "The phpMyAdmin configuration storage has been deactivated. To find out " diff --git a/po/uk.po b/po/uk.po index 6eba9cd561..61cf8a0923 100644 --- a/po/uk.po +++ b/po/uk.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2022-11-12 14:50+0000\n" "Last-Translator: Tlsn \n" "Language-Team: Ukrainian (includes info such as export timestamp, PHP version, " "and server version)" @@ -11583,11 +11578,11 @@ msgstr "" "Відображати примітки (містить таку інформацію як часова позначка " "експорту, версію PHP і версію сервера)" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 msgid "Additional custom header comment (\\n splits lines):" msgstr "Додати до заголовку власний коментар (\\n для розділення рядків):" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" @@ -11595,40 +11590,40 @@ msgstr "" "Включити час створення бази даних, час останнього оновлення а також час " "останньої перевірки" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 msgid "Export metadata" msgstr "Експорт метаданих" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 msgid "Add statements:" msgstr "Додати оператори:" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, php-format msgid "Add %s statement" msgstr "Додати оператор %s" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "(менш ефективно, індекси будуть генеруватися в ході створення таблиці)" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, php-format msgid "%s value" msgstr "%s значення" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "Використовуйте простий експорт подання" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" @@ -11636,37 +11631,37 @@ msgstr "" "Укласти імена таблиць і полів у зворотні лапки (Захищає імена таблиць і " "полів, які містять спеціальні символи або зарезервовані слова)" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 msgid "Data creation options" msgstr "Параметри створення даних" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "Очистити таблицю перед вставкою" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "Замість виразів INSERT використовуйте:" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "Вирази INSERT DELAYED" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "Вирази INSERT IGNORE" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "Використовувати оператор при зберіганні даних:" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "Використовувати синтаксис при вставці даних:" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " @@ -11676,7 +11671,7 @@ msgstr "" "  Приклад: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " "(1,2,3)" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " @@ -11686,7 +11681,7 @@ msgstr "" "    Приклад: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" @@ -11694,7 +11689,7 @@ msgstr "" "обидва вищезазначені
    Наприклад: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" @@ -11702,7 +11697,7 @@ msgstr "" "жоден з вище перерахованих
      Example: INSERT " "INTO tbl_name VALUES (1,2,3)" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" @@ -11710,7 +11705,7 @@ msgstr "" "Збереження бінарних полів в шістнадцятковому вигляді (наприклад, \"abc\" " "стане 0x616263)" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" @@ -11719,124 +11714,124 @@ msgstr "" "поля з типом TIMESTAMP між серверами, що знаходяться в різних часових " "зонах)" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "Виявляється, ваша база даних використовує процедури;" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "експорт псевдоніма не може надійно працювати у всіх випадках." -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 msgid "Metadata" msgstr "Метадані" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, php-format msgid "Metadata for table %s" msgstr "Метадані таблиці %s" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, php-format msgid "Metadata for database %s" msgstr "Метадані бази даних %s" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, php-format msgid "Error reading structure for table %s:" msgstr "Помилка читання структури таблиці %s:" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "Виявляється, ваша база даних використовує подання;" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "Обмеження зовнішнього ключа збережених таблиць" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "Обмеження зовнішнього ключа таблиці" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 msgid "Indexes for dumped tables" msgstr "Індекси збережених таблиць" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 msgid "Indexes for table" msgstr "Індекси таблиці" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 msgid "AUTO_INCREMENT for dumped tables" msgstr "AUTO_INCREMENT для збережених таблиць" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 msgid "AUTO_INCREMENT for table" msgstr "AUTO_INCREMENT для таблиці" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 msgid "MEDIA TYPES FOR TABLE" msgstr "МЕДІА-ТИПИ ТАБЛИЦІ" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 msgid "RELATIONSHIPS FOR TABLE" msgstr "ЗВ'ЯЗКИ ТАБЛИЦІ" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "Схоже, таблиця використовує тригери;" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, php-format msgid "Structure for view %s exported as a table" msgstr "Структура для подання %s, експортованого як таблиця" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "(Див. нижче для фактичного подання)" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, php-format msgid "Error reading data for table %s:" msgstr "Помилка читання даних таблиці %s:" -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 msgid "Creation:" msgstr "Створення:" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 msgid "Last update:" msgstr "Останнє оновлення:" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 msgid "Last check:" msgstr "Остання перевірка:" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" "Максимальна сумісність з системою бази даних чи застарілою версією MySQL:" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "Параметри створення об'єкта (рекомендується вибрати всі)" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "Експортувати вміст" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 msgid "Table:" msgstr "Таблиця:" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "Мета:" @@ -12430,27 +12425,27 @@ msgstr "Будь ласка, перевірте привілеї каталог msgid "Details…" msgstr "Деталі…" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 msgid "Could not save recent table!" msgstr "Не вдалося зберегти останню таблицю!" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 msgid "Could not save favorite table!" msgstr "Не вдалося зберегти улюблену таблицю!" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 msgid "Recent tables" msgstr "Нещодавні таблиці" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 msgid "Recent" msgstr "Нещодавнє" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 msgid "Favorites" msgstr "Уподобання" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." @@ -12458,59 +12453,59 @@ msgstr "" "Підключення до сервера відключене, будь ласка включіть " "$cfg['AllowArbitraryServer'] в конфігурації PhpMyAdmin." -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 msgid "Replication started successfully." msgstr "Реплікація розпочалася вдало." -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 msgid "Error starting replication." msgstr "Помилка початку реплікації." -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 msgid "Replication stopped successfully." msgstr "Реплікація зупинена вдало." -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 msgid "Error stopping replication." msgstr "Помилка переривання реплікації." -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 msgid "Replication resetting successfully." msgstr "Реплікація скинута вдало." -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 msgid "Error resetting replication." msgstr "Помилка скидання реплікації." -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "Успішно." -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 msgid "Error." msgstr "Помилка." -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "Невідома помилка" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, php-format msgid "Unable to connect to primary %s." msgstr "Неможливо з'єднатися з головним сервером %s." -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 msgid "" "Unable to read primary log position. Possible privilege problem on primary." msgstr "" "Неможливо прочитати позицію журналу в головного сервера. Ймовірно проблема в " "налаштуванні привілеїв головного сервера." -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 msgid "Unable to change primary!" msgstr "Неможливо змінити головний сервер!" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, php-format msgid "Primary server changed successfully to %s." msgstr "Головний сервер змінений на %s вдало." @@ -12559,8 +12554,8 @@ msgid "Error while loading the search." msgstr "Помилка під час завантаження пошуку." #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 msgid "Native MySQL authentication" msgstr "Власна авторизація MySQL" @@ -12585,16 +12580,16 @@ msgstr "Застаріла автентифікація MySQL-4.0" msgid "Account locking is not supported." msgstr "Блокування облікового запису не підтримується." -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "Немає прав." -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "Містить всі права за винятком GRANT." -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -12602,7 +12597,7 @@ msgstr "Містить всі права за винятком GRANT." msgid "Allows deleting data." msgstr "Дозволяє видалення даних." -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -12610,7 +12605,7 @@ msgstr "Дозволяє видалення даних." msgid "Allows creating new tables." msgstr "Дозволяє створювати нові таблиці." -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -12618,8 +12613,8 @@ msgstr "Дозволяє створювати нові таблиці." msgid "Allows dropping tables." msgstr "Дозволяє знищувати таблиці." -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -12627,8 +12622,8 @@ msgstr "Дозволяє знищувати таблиці." msgid "Allows creating and dropping indexes." msgstr "Дозволити створення та знищення індексів." -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -12636,9 +12631,9 @@ msgstr "Дозволити створення та знищення індекс msgid "Allows altering the structure of existing tables." msgstr "Дозволяє змінювати структуру наявних таблиць." -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -12648,9 +12643,9 @@ msgstr "Дозволяє змінювати структуру наявних т msgid "Allows creating new views." msgstr "Дозволяє створення нових уявлень (CREATE VIEW)." -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -12658,8 +12653,8 @@ msgstr "Дозволяє створення нових уявлень (CREATE VI msgid "Allows performing SHOW CREATE VIEW queries." msgstr "Дозволяє виконувати SHOW CREATE VIEW запити." -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -12667,76 +12662,76 @@ msgstr "Дозволяє виконувати SHOW CREATE VIEW запити." msgid "Allows creating and dropping triggers." msgstr "Дозволяє створення та видалення тригерів." -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "Дозволити читання даних." -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "Дозволити вставку та заміну даних." -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "Дозволити зміну даних." -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "Дозволяє створювати нові бази даних і таблиці." -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "Дозволяє видалення баз даних та таблиць." -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." msgstr "Дозволити перезавантаження установок та очищення кешу сервера." -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "Дозволити вимкнення сервера." -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 msgid "Allows viewing processes of all users." msgstr "Дозволяє перегляд процесів усіх користувачів." -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "Дозволити імпорт даних з файлів, та експорт у файли." -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "Неефективно для цієї версії MySQL." -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "Надає доступ до повного списку баз даних." -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -12748,58 +12743,58 @@ msgstr "" "під'єднань; обов'язково для більшості адміністративних операцій таких як " "встановлення глобальних змінних чи припинення процесів інших користувачів." -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "Дозволяє створювати тимчасові таблиці." -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "Дозволити блокування таблиць для біжучих потоків." -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 msgid "Needed for the replication replicas." msgstr "Необхідно для реплікації підпорядкованого сереверу." -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 msgid "Allows the user to ask where the replicas / primaries are." msgstr "" "Надати користувачу право запитувати де є підпорядковані/головні сервери." -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 msgid "Allows to set up events for the event scheduler." msgstr "Дозволяє налаштувати події планувальника подій." #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 msgid "Allows deleting historical rows." msgstr "Дозволяє видаляти рядки історії." -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "Дозволяє створення збережених процедур." -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "Дозволяє зміну та видалення збережених процедур." -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." @@ -12807,29 +12802,29 @@ msgstr "" "Дозволяє створення, видалення та перейменування облікових записів " "користувачів." -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "Дозволяє виконання збережених процедур." -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "Пароль для %s змінено вдало." -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "Ви відмінили привілеї для %s." -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "Не достатньо привілеїв для перегляду користувачів." -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -12837,84 +12832,84 @@ msgstr "Не достатньо привілеїв для перегляду к msgid "Edit privileges" msgstr "Редагувати привілеї" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "Відмінити" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "Права, які стосуються бази даних" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "Права, які стосуються таблиці" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 msgid "Routine" msgstr "Процедура" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 msgid "Routine-specific privileges" msgstr "Привілеї процедур" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "Жодного користувача не обрано для видалення!" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "Перезавантаження прав" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "Обраних користувачів видалено вдало." -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "Ви оновили привілеї для %s." -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 msgid "No user found." msgstr "Користувача не знайдено." -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "Видалення %s" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "Привілеї перезавантажено вдало." -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "Користувач %s вже існує!" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, php-format msgid "Privileges for %s" msgstr "Привілеї для %s" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "Користувач" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " @@ -12925,7 +12920,7 @@ msgstr "" "підключатися, якщо їх обліковий запис користувача дозволяє з'єднання з будь-" "якого (%) хоста." -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, php-format msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " @@ -12939,7 +12934,7 @@ msgstr "" "Вам необхідно перед продовженням %sперезавантажити привілеї%s , щоб зміни " "вступили в силу." -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " "tables. The content of these tables may differ from the privileges the " @@ -12953,7 +12948,7 @@ msgstr "" "Вам необхідно перед продовженням перезавантажити привілеї, щоб зміни " "вступили в силу. На даний час, у Вас не має ПЕРЕЗАВАНТАЖЕНИХ привілей." -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "Ви додали нового користувача." @@ -13146,7 +13141,7 @@ msgstr "%s було вимкнене для цього MySQL серверу." msgid "This MySQL server does not support the %s storage engine." msgstr "Цей MySQL сервер не підтримує %s кодування." -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "Ім'я первинного ключа повинно бути PRIMARY!" @@ -13155,43 +13150,43 @@ msgstr "Ім'я первинного ключа повинно бути PRIMARY! msgid "Problems with indexes of table `%s`" msgstr "Проблеми з індексами таблиці `%s`" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 msgid "Unknown table status:" msgstr "Невідомий статус таблиці:" -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, php-format msgid "Source database `%s` was not found!" msgstr "Вихідна база даних '%s' не знайдена!" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, php-format msgid "Target database `%s` was not found!" msgstr "Цільова база даних \"%s\" не знайдена!" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 msgid "Invalid database:" msgstr "Неприпустима база даних:" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 msgid "Invalid table name:" msgstr "Неприпустиме ім'я таблиці:" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, php-format msgid "Failed to rename table %1$s to %2$s!" msgstr "Помилка перейменування таблиці %1$s на %2$s!" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, php-format msgid "Table %1$s has been renamed to %2$s." msgstr "Таблицю %1$s перейменовано в %2$s." -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 msgid "Could not save table UI preferences!" msgstr "Неможливо зберегти табличні налаштування UI!" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" @@ -13200,7 +13195,7 @@ msgstr "" "Помилка очищення табличних налаштувань UI (див. $cfg['Servers'][$i]" "['MaxTableUiprefs'] %s)" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -13211,15 +13206,15 @@ msgstr "" "оновлення цієї сторінки. Будь ласка, перевірте чи не була змінена структура " "таблиці." -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "Неможливо перейменувати індекс в PRIMARY!" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "Не визначено частини індексу!" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "Помилка при створенні зовнішнього ключа на %1$s (перевірте типи даних)" @@ -13696,11 +13691,11 @@ msgstr "Профіль було поновлено." msgid "Password is too long!" msgstr "Пароль занадто довгий!" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 msgid "Could not save configuration" msgstr "Не вдалось зберегти настройки" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 msgid "The phpMyAdmin configuration storage database could not be accessed." msgstr "" "Не вдалося отримати доступ до бази даних сховища конфігурації phpMyAdmin." @@ -19125,6 +19120,10 @@ msgstr "Назва подання" msgid "Column names" msgstr "Ім'я стовпців" +#, php-format +#~ msgid "Analyze Explain at %s" +#~ msgstr "Результати аналіза %s" + #~ msgid "Key is too short, it should have at least 32 characters." #~ msgstr "Ключ надто короткий, він має містити не менше 32 символів." diff --git a/po/ur.po b/po/ur.po index 699d0ee884..d584034e45 100644 --- a/po/ur.po +++ b/po/ur.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2022-02-15 16:20+0000\n" "Last-Translator: Maurício Meneghini Fauth \n" "Language-Team: Urdu (includes info such as export timestamp, PHP version, " "and server version)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 msgid "Additional custom header comment (\\n splits lines):" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 #, fuzzy #| msgid "Export method" msgid "Export metadata" msgstr "برآمد طریقہ" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 #, fuzzy #| msgid "Add constraints" msgid "Add statements:" msgstr "Add constraints" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, php-format msgid "Add %s statement" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, fuzzy, php-format #| msgid "Use this value" msgid "%s value" msgstr "یہ قدر استعمال کریں" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 #, fuzzy #| msgid "Action" msgid "Data creation options" msgstr "عمل" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " "(1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 #, fuzzy #| msgid "Missing data for %s" msgid "Metadata" msgstr "کوائف نہیں ملا برائے %s" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, fuzzy, php-format #| msgid "Missing data for %s" msgid "Metadata for table %s" msgstr "کوائف نہیں ملا برائے %s" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, fuzzy, php-format #| msgid "Missing data for %s" msgid "Metadata for database %s" msgstr "کوائف نہیں ملا برائے %s" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, php-format msgid "Error reading structure for table %s:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 #, fuzzy #| msgid "Inside table(s):" msgid "Indexes for dumped tables" msgstr "جدول میں:" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 #, fuzzy #| msgid "Inside table(s):" msgid "Indexes for table" msgstr "جدول میں:" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 #, fuzzy #| msgid "Do not use AUTO_INCREMENT for zero values" msgid "AUTO_INCREMENT for dumped tables" msgstr "صفر قدروں کے لیے AUTO_INCREMENT استعمال مت کریں" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 #, fuzzy #| msgid "Add AUTO_INCREMENT value" msgid "AUTO_INCREMENT for table" msgstr "AUTO_INCREMENT قدر اضافہ کریں" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 msgid "MEDIA TYPES FOR TABLE" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 msgid "RELATIONSHIPS FOR TABLE" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, php-format msgid "Structure for view %s exported as a table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, fuzzy, php-format #| msgid "Missing data for %s" msgid "Error reading data for table %s:" msgstr "کوائف نہیں ملا برائے %s" -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 #, fuzzy #| msgid "Creation" msgid "Creation:" msgstr "بنائیں" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 msgid "Last update:" msgstr "آخری تازہ کاری:" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 msgid "Last check:" msgstr "آخری پڑتال:" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 #, fuzzy #| msgid "Table" msgid "Table:" msgstr "جدول" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "" @@ -12808,96 +12803,96 @@ msgstr "" msgid "Details…" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 #, fuzzy #| msgid "Could not open file: %s" msgid "Could not save recent table!" msgstr "مسل نہیں کھول سکتا: %s" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 #, fuzzy #| msgid "Could not open file: %s" msgid "Could not save favorite table!" msgstr "مسل نہیں کھول سکتا: %s" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 #, fuzzy #| msgid "Count tables" msgid "Recent tables" msgstr "حداول کی گنتی کریں" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 #, fuzzy #| msgid "Reset" msgid "Recent" msgstr "دوبارہ سیٹ کریں" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 #, fuzzy #| msgid "Count tables" msgid "Favorites" msgstr "حداول کی گنتی کریں" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." msgstr "" -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 msgid "Replication started successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 msgid "Error starting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 msgid "Replication stopped successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 msgid "Error stopping replication." msgstr "" -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 msgid "Replication resetting successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 msgid "Error resetting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "" -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 #, fuzzy #| msgid "Error" msgid "Error." msgstr "نقص" -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, fuzzy, php-format #| msgid "Failed to connect to SQL validator!" msgid "Unable to connect to primary %s." msgstr "SQL جواز دہندہ سے جڑت ناکام ہوا!" -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 msgid "" "Unable to read primary log position. Possible privilege problem on primary." msgstr "" -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 msgid "Unable to change primary!" msgstr "" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, php-format msgid "Primary server changed successfully to %s." msgstr "" @@ -12950,8 +12945,8 @@ msgid "Error while loading the search." msgstr "اپ لوڈ مسل میں نامعلوم نقص ہے۔" #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 #, fuzzy #| msgid "Authentication" msgid "Native MySQL authentication" @@ -12986,16 +12981,16 @@ msgstr "توثیق" msgid "Account locking is not supported." msgstr "" -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "" -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "" -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -13003,7 +12998,7 @@ msgstr "" msgid "Allows deleting data." msgstr "" -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -13011,7 +13006,7 @@ msgstr "" msgid "Allows creating new tables." msgstr "" -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -13019,8 +13014,8 @@ msgstr "" msgid "Allows dropping tables." msgstr "" -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -13028,8 +13023,8 @@ msgstr "" msgid "Allows creating and dropping indexes." msgstr "" -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -13037,9 +13032,9 @@ msgstr "" msgid "Allows altering the structure of existing tables." msgstr "" -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -13049,9 +13044,9 @@ msgstr "" msgid "Allows creating new views." msgstr "" -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -13059,8 +13054,8 @@ msgstr "" msgid "Allows performing SHOW CREATE VIEW queries." msgstr "" -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -13068,76 +13063,76 @@ msgstr "" msgid "Allows creating and dropping triggers." msgstr "" -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "" -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "" -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "" -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "" -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "" -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." msgstr "" -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "" -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 msgid "Allows viewing processes of all users." msgstr "" -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "" -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "" -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "" -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -13146,39 +13141,39 @@ msgid "" "killing threads of other users." msgstr "" -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "" -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "" -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 msgid "Needed for the replication replicas." msgstr "" -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 msgid "Allows the user to ask where the replicas / primaries are." msgstr "" -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 msgid "Allows to set up events for the event scheduler." msgstr "" #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 #, fuzzy @@ -13186,47 +13181,47 @@ msgstr "" msgid "Allows deleting historical rows." msgstr "کسوٹی صفیں اضافہ/حذف کریں" -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "" -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "" -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "" -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -13236,24 +13231,24 @@ msgstr "" msgid "Edit privileges" msgstr "استحقاق پھر لوڈ کرتے ہوئے" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 @@ -13262,70 +13257,70 @@ msgstr "" msgid "Routine" msgstr "فیلڈ کالمز شامل یا ختم کریں" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 #, fuzzy #| msgid "Check Privileges" msgid "Routine-specific privileges" msgstr "استحقاق پڑتال کریں" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "" -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 msgid "No user found." msgstr "" -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, fuzzy, php-format #| msgid "Check Privileges" msgid "Privileges for %s" msgstr "استحقاق پڑتال کریں" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " "allows a connection from any (%) host." msgstr "" -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, php-format msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " @@ -13334,7 +13329,7 @@ msgid "" "%sreload the privileges%s before you continue." msgstr "" -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " "tables. The content of these tables may differ from the privileges the " @@ -13343,7 +13338,7 @@ msgid "" "privilege." msgstr "" -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "" @@ -13535,7 +13530,7 @@ msgstr "%s اس MySQL سرور کے لیے نااہل ہے۔" msgid "This MySQL server does not support the %s storage engine." msgstr "یہMySQL سرور میں %s اس ذخیرہ انجن کی معاونت نہیں ہے۔" -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "" @@ -13544,61 +13539,61 @@ msgstr "" msgid "Problems with indexes of table `%s`" msgstr "" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 #, fuzzy #| msgid "Count tables" msgid "Unknown table status:" msgstr "حداول کی گنتی کریں" -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, php-format msgid "Source database `%s` was not found!" msgstr "" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, fuzzy, php-format #| msgid "Theme %s not found!" msgid "Target database `%s` was not found!" msgstr "خیالیہ %s نیہں ملا!" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 #, fuzzy #| msgid "Invalid database" msgid "Invalid database:" msgstr "غلط کوائفیہ" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 #, fuzzy #| msgid "Invalid table name" msgid "Invalid table name:" msgstr "غلط جدول نام" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, fuzzy, php-format #| msgid "Error renaming table %1$s to %2$s" msgid "Failed to rename table %1$s to %2$s!" msgstr "جدول %1$s کو %2$s نام تبدیل کرتے ہوئے نقص ہے" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, fuzzy, php-format #| msgid "Table %s has been renamed to %s." msgid "Table %1$s has been renamed to %2$s." msgstr "جدول%s نام %s میں تبدیل ہوچکا ہے" -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 #, fuzzy #| msgid "Could not open file: %s" msgid "Could not save table UI preferences!" msgstr "مسل نہیں کھول سکتا: %s" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" "['MaxTableUiprefs'] %s)" msgstr "" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -13606,15 +13601,15 @@ msgid "" "changed." msgstr "" -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "" @@ -14045,11 +14040,11 @@ msgstr "" msgid "Password is too long!" msgstr "پاس ورڈ:" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 msgid "Could not save configuration" msgstr "" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 #, fuzzy #| msgid "Missing phpMyAdmin configuration storage tables" msgid "The phpMyAdmin configuration storage database could not be accessed." diff --git a/po/uz.po b/po/uz.po index 9502056413..e7ebf60dea 100644 --- a/po/uz.po +++ b/po/uz.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2022-02-15 16:20+0000\n" "Last-Translator: Maurício Meneghini Fauth \n" "Language-Team: Uzbek (includes info such as export timestamp, PHP version, " "and server version)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 #, fuzzy #| msgid "Add custom comment into header (\\n splits lines)" msgid "Additional custom header comment (\\n splits lines):" msgstr "Сарлавҳага ўз изоҳингизни қўшиш (\\n белгиси сатрдан сатрга ўтказади)" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 #, fuzzy #| msgid "Export type" msgid "Export metadata" msgstr "Эскпорт тури" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 #, fuzzy #| msgid "Statements" msgid "Add statements:" msgstr "Тавсиф" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, fuzzy, php-format #| msgid "Statements" msgid "Add %s statement" msgstr "Тавсиф" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, fuzzy, php-format #| msgid "Session value" msgid "%s value" msgstr "Сессия қийматлари" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 #, fuzzy #| msgid "Transformation options" msgid "Data creation options" msgstr "Ўгиришлар параметрлари" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " "(1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 #, fuzzy #| msgid "Missing data for %s" msgid "Metadata" msgstr "\"%s\" майдонида маълумот йўқ" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, fuzzy, php-format #| msgid "Missing data for %s" msgid "Metadata for table %s" msgstr "\"%s\" майдонида маълумот йўқ" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, fuzzy, php-format #| msgid "Missing data for %s" msgid "Metadata for database %s" msgstr "\"%s\" майдонида маълумот йўқ" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, fuzzy, php-format #| msgid "Table structure for table" msgid "Error reading structure for table %s:" msgstr "Жадвал тузилиши" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "Сақланган жадвалларнинг ташқи калитида чекловлар" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "Жадвалларнинг ташқи калитида чекловлар" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 #, fuzzy #| msgid "Constraints for dumped tables" msgid "Indexes for dumped tables" msgstr "Сақланган жадвалларнинг ташқи калитида чекловлар" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 #, fuzzy #| msgid "Inside tables:" msgid "Indexes for table" msgstr "Жадваллардан:" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 #, fuzzy #| msgid "Do not use AUTO_INCREMENT for zero values" msgid "AUTO_INCREMENT for dumped tables" msgstr "Ноль қийматлари учун \"AUTO_INCREMENT\" ишлатмаслик" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 #, fuzzy #| msgid "Add AUTO_INCREMENT value" msgid "AUTO_INCREMENT for table" msgstr "AUTO_INCREMENT қўшиш" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 #, fuzzy #| msgid "MIME TYPES FOR TABLE" msgid "MEDIA TYPES FOR TABLE" msgstr "ЖАДВАЛ УЧУН MIME ТУРЛАРИ" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 #, fuzzy #| msgid "RELATIONS FOR TABLE" msgid "RELATIONSHIPS FOR TABLE" msgstr "Жадвал алоқалари" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, fuzzy, php-format #| msgid "Structure for view" msgid "Structure for view %s exported as a table" msgstr "Намойиш этиш учун тузилма" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, fuzzy, php-format #| msgid "Allows reading data." msgid "Error reading data for table %s:" msgstr "Маълумотларни чақиришга рухсат беради" -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 msgid "Creation:" msgstr "Тузиш:" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 msgid "Last update:" msgstr "Охирги янгиланиш:" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 msgid "Last check:" msgstr "Охирги текширув:" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "Таркибини экспорт қилиш" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 #, fuzzy #| msgid "Table" msgid "Table:" msgstr "Жадвал" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "" @@ -13763,99 +13758,99 @@ msgstr "" msgid "Details…" msgstr "Тафсилотлар…" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 #, fuzzy #| msgid "Cannot load or save configuration" msgid "Could not save recent table!" msgstr "Конфигурацияни юклаб ёки сақлаб бўлмади" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 #, fuzzy #| msgid "Cannot load or save configuration" msgid "Could not save favorite table!" msgstr "Конфигурацияни юклаб ёки сақлаб бўлмади" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 #, fuzzy #| msgid "Count tables" msgid "Recent tables" msgstr "Жадвалларни санаш" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 #, fuzzy #| msgid "Reset" msgid "Recent" msgstr "Тозалаш" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 #, fuzzy #| msgid "Variables" msgid "Favorites" msgstr "Ўзгарувчилар" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." msgstr "" -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 #, fuzzy #| msgid "Replication status" msgid "Replication started successfully." msgstr "Репликация статуси" -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 #, fuzzy #| msgid "Master replication" msgid "Error starting replication." msgstr "Бош сервер репликацияси" -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 #, fuzzy #| msgid "Chart generated successfully." msgid "Replication stopped successfully." msgstr "Привилегиялар муваффақиятли қайта юкланди." -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 #, fuzzy #| msgid "Master replication" msgid "Error stopping replication." msgstr "Бош сервер репликацияси" -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 #, fuzzy #| msgid "Replication status" msgid "Replication resetting successfully." msgstr "Репликация статуси" -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 #, fuzzy #| msgid "Master replication" msgid "Error resetting replication." msgstr "Бош сервер репликацияси" -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "" -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 #, fuzzy #| msgid "Error" msgid "Error." msgstr "Хатолик" -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "Номаълум хатолик" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, fuzzy, php-format #| msgid "Unable to connect to master %s." msgid "Unable to connect to primary %s." msgstr "%s бош серверига уланиб бўлмади." -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 #, fuzzy #| msgid "" #| "Unable to read master log position. Possible privilege problem on master." @@ -13865,13 +13860,13 @@ msgstr "" "Бош сервер позициясини ўқиб бўлмади. Сервердаги привилегиларда муаммо бўлиши " "мумкин." -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 #, fuzzy #| msgid "Unable to change master" msgid "Unable to change primary!" msgstr "Бош серверни ўзгартириб бўлмади" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, fuzzy, php-format #| msgid "Master server changed succesfully to %s" msgid "Primary server changed successfully to %s." @@ -13923,8 +13918,8 @@ msgid "Error while loading the search." msgstr "Файл юкланаётган вақтда номаълум хатолик юз берди." #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 #, fuzzy #| msgid "Host authentication order" msgid "Native MySQL authentication" @@ -13959,16 +13954,16 @@ msgstr "Аутентификация тартиби" msgid "Account locking is not supported." msgstr "" -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "Привилегиялар йўқ." -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "GRANT дан ташқари барча привилегияларни ўз ичига олади." -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -13976,7 +13971,7 @@ msgstr "GRANT дан ташқари барча привилегияларни ў msgid "Allows deleting data." msgstr "Маълумотларни ўчиришга рухсат беради." -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -13984,7 +13979,7 @@ msgstr "Маълумотларни ўчиришга рухсат беради." msgid "Allows creating new tables." msgstr "Янги жадваллар тузишга рухсат беради." -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -13992,8 +13987,8 @@ msgstr "Янги жадваллар тузишга рухсат беради." msgid "Allows dropping tables." msgstr "Жадвалларни ўчиришга рухъсат беради." -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -14001,8 +13996,8 @@ msgstr "Жадвалларни ўчиришга рухъсат беради." msgid "Allows creating and dropping indexes." msgstr "Индекслар қўшиш ва уларни ўчиришга рухсат беради." -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -14010,9 +14005,9 @@ msgstr "Индекслар қўшиш ва уларни ўчиришга рух msgid "Allows altering the structure of existing tables." msgstr "Мавжуд жадвалларнинг тузилишини ўзгартиришга рухсат беради." -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -14022,9 +14017,9 @@ msgstr "Мавжуд жадвалларнинг тузилишини ўзгар msgid "Allows creating new views." msgstr "Янги намойишлар тузиш(CREATE VIEW)га рухсат беради." -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -14032,8 +14027,8 @@ msgstr "Янги намойишлар тузиш(CREATE VIEW)га рухсат msgid "Allows performing SHOW CREATE VIEW queries." msgstr "Намойиш тузадиган сўров(SHOW CREATE VIEW)ни бажаришга рухсат беради." -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -14045,40 +14040,40 @@ msgstr "" "Триггерлар (маълум шартлар бажарилганда автоматик ишга тушадиган жараёнлар) " "тузиш ва уларни ўчиришга рухсат беради." -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "Маълумотларни чақиришга рухсат беради." -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "Маълумот қўйиш ва ўзгартиришга рухсат беради." -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "Маълумотларни ўзгартиришга рухсат беради." -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "Янги маълумотлар базалари ва жадваллар тузишга рухсат беради." -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "Маълумотлар базаларини ва жадвалларни ўчиришга рухсат беради." -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." @@ -14086,13 +14081,13 @@ msgstr "" "Сервер созланишларини қайта юклашга ва унинг кешларини тозалашга рухсат " "беради." -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "Сервер ишини якунлашга рухсат беради." -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 #, fuzzy @@ -14100,25 +14095,25 @@ msgstr "Сервер ишини якунлашга рухсат беради." msgid "Allows viewing processes of all users." msgstr "Барча фойдаланувчиларнинг жараёнларини кўришга рухсат беради" -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "Маълумотларни файлдан импорт ва файлга экспорт қилишга рухсат беради." -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "MySQL-сервернинг ушбу версияда бундай хусусият мавжуд эмас." -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "Маълумотлар базаларининг тўлиқ рўйхатига рухсат беради." -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -14130,19 +14125,19 @@ msgstr "" "(Кўпгина административ вазифаларни бажариш учун керак, масалан, глобал " "ўзгарувчилар ўрнатиш ёки бошқа фойдаланувчи жараёнини ўчириш)." -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "Вақтинчалик жадваллар тузишга рухсат беради." -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "Жорий оқим учун жадвални блокировку қилишга рухсат беради." -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 #, fuzzy @@ -14150,7 +14145,7 @@ msgstr "Жорий оқим учун жадвални блокировку қи msgid "Needed for the replication replicas." msgstr "Репликация (захира нусха кўчириш) вақтида тобе серверлар учун керак." -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 #, fuzzy @@ -14160,7 +14155,7 @@ msgstr "" "Бош ва тобе серверларнинг жойлашиши ҳақидаги маълумотни талаб қилишга рухсат " "беради." -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 #, fuzzy @@ -14169,8 +14164,8 @@ msgid "Allows to set up events for the event scheduler." msgstr "Кечиктирилган ҳодисаларни созлашга рухсат беради." #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 #, fuzzy @@ -14178,47 +14173,47 @@ msgstr "Кечиктирилган ҳодисаларни созлашга ру msgid "Allows deleting historical rows." msgstr "Маълумотларни ўчиришга рухсат беради." -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "Сақланадиган муолажалар тузишга рухсат беради." -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "Сақланадиган муолажаларни ўзгартириш ва ўчиришга рухсат беради." -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "Фойдаланувчилар ҳисобини қўшиш, ўчириш ва ўзгартиришга рухсат беради." -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "Сақланадиган муолажаларни бажаришга рухсат беради." -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "\"%s\" фойдаланувчининг пароли муваффақиятли ўзгартирилди." -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "\"%s\" фойдаланувчининг привилегиялари бекор қилинди." -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "" -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -14228,24 +14223,24 @@ msgstr "" msgid "Edit privileges" msgstr "Привилегияларни таҳрирлаш" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "Бекор қилиш" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "Маълумотлар базаси привилегиялари" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "Жадвал даражасижаги привилегиялар" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 @@ -14254,31 +14249,31 @@ msgstr "Жадвал даражасижаги привилегиялар" msgid "Routine" msgstr "Муолажалар" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 #, fuzzy #| msgid "Column-specific privileges" msgid "Routine-specific privileges" msgstr "Майдон привилегиялари" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "Ўчириш лозим бўлган фойдаланувчилар танланмаган!" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "Привилегиялар қайта юкланмоқда" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "Белгиланган фойдаланувчилар муваффақиятли ўчирилди." -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "\"%s\" учун привилегиялар ўзгартирилди." -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 #, fuzzy @@ -14286,40 +14281,40 @@ msgstr "\"%s\" учун привилегиялар ўзгартирилди." msgid "No user found." msgstr "Биронта ҳам фойдаланувчи топилмади." -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "\"%s\" ўчирилмоқда" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "Привилегиялар муваффақиятли қайта юкланди." -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "\"%s\" номли фойдаланувчи мавжуд!" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, fuzzy, php-format #| msgid "Privileges" msgid "Privileges for %s" msgstr "Привилегиялар" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "Фойдаланувчи" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " "allows a connection from any (%) host." msgstr "" -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, fuzzy, php-format #| msgid "" #| "Note: phpMyAdmin gets the users' privileges directly from MySQL's " @@ -14337,7 +14332,7 @@ msgstr "" "маълумотлар сервер томонидан ишлатилаётган привилегиялардан фарқ қилиши " "мумкин. Бу ҳолда %sпривилегияларни қайта юклаш%s керак." -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 #, fuzzy #| msgid "" #| "Note: phpMyAdmin gets the users' privileges directly from MySQL's " @@ -14356,7 +14351,7 @@ msgstr "" "маълумотлар сервер томонидан ишлатилаётган привилегиялардан фарқ қилиши " "мумкин. Бу ҳолда %sпривилегияларни қайта юклаш%s керак." -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "Сиз янги фойдаланувчи қўшдингиз." @@ -14555,7 +14550,7 @@ msgstr "\"%s\" туридаги жадваллар ушбу MySQL серверд msgid "This MySQL server does not support the %s storage engine." msgstr "Ушбу MySQL сервери \"%s\" турдаги жадваллар билан ишлай олмайди." -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "Бирламчи индекс номи \"PRIMARY\" бўлиши керак!" @@ -14564,62 +14559,62 @@ msgstr "Бирламчи индекс номи \"PRIMARY\" бўлиши кера msgid "Problems with indexes of table `%s`" msgstr "`\"%s\"` жадвалидаги индексларда муаммо мавжуд" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 #, fuzzy #| msgid "Show slave status" msgid "Unknown table status:" msgstr "Репликация сервери аҳволи ҳақида маълумот" -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, fuzzy, php-format #| msgid "Source database" msgid "Source database `%s` was not found!" msgstr "Манба база" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, fuzzy, php-format #| msgid "Theme %s not found!" msgid "Target database `%s` was not found!" msgstr "\"%s\" мавзуси топилмади!" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 #, fuzzy #| msgid "Invalid database" msgid "Invalid database:" msgstr "Нотўғри маълумотлар базаси" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 #, fuzzy #| msgid "Invalid table name" msgid "Invalid table name:" msgstr "Жадвал номи нотўғри" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, fuzzy, php-format #| msgid "Error renaming table %1$s to %2$s" msgid "Failed to rename table %1$s to %2$s!" msgstr "%1$s жадвалини %2$s деб қайта номлашда хатолик" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, fuzzy, php-format #| msgid "Table %s has been renamed to %s." msgid "Table %1$s has been renamed to %2$s." msgstr "`\"%s\"` жадвалининг номи `\"%s\"` деб ўзгартирилди." -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 #, fuzzy #| msgid "Cannot load or save configuration" msgid "Could not save table UI preferences!" msgstr "Конфигурацияни юклаб ёки сақлаб бўлмади" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" "['MaxTableUiprefs'] %s)" msgstr "" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -14627,15 +14622,15 @@ msgid "" "changed." msgstr "" -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "Индексни \"PRIMARY\"га қайта номлаб бўлмади!" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "Индекс қисмлари белгиланмаган!" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "" @@ -15075,13 +15070,13 @@ msgstr "Профил янгиланди." msgid "Password is too long!" msgstr "Паролни хешлаш" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 #, fuzzy #| msgid "Cannot load or save configuration" msgid "Could not save configuration" msgstr "Конфигурацияни юклаб ёки сақлаб бўлмади" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 #, fuzzy #| msgid "" #| "The phpMyAdmin configuration storage has been deactivated. To find out " diff --git a/po/uz@latin.po b/po/uz@latin.po index a05d6415a3..0e2439cd7b 100644 --- a/po/uz@latin.po +++ b/po/uz@latin.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2022-02-15 16:21+0000\n" "Last-Translator: Maurício Meneghini Fauth \n" "Language-Team: Uzbek (latin) (includes info such as export timestamp, PHP version, " "and server version)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 #, fuzzy #| msgid "Add custom comment into header (\\n splits lines)" msgid "Additional custom header comment (\\n splits lines):" msgstr "" "Sarlavhaga o‘z izohingizni qo‘shish (\\n belgisi satrdan satrga o‘tkazadi)" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 #, fuzzy #| msgid "Export type" msgid "Export metadata" msgstr "Eskport turi" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 #, fuzzy #| msgid "Statements" msgid "Add statements:" msgstr "Tavsif" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, fuzzy, php-format #| msgid "Statements" msgid "Add %s statement" msgstr "Tavsif" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, fuzzy, php-format #| msgid "Session value" msgid "%s value" msgstr "Sessiya qiymatlari" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 #, fuzzy #| msgid "Transformation options" msgid "Data creation options" msgstr "O‘girishlar parametrlari" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " "(1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 #, fuzzy #| msgid "Missing data for %s" msgid "Metadata" msgstr "\"%s\" maydonida ma`lumot yo‘q" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, fuzzy, php-format #| msgid "Missing data for %s" msgid "Metadata for table %s" msgstr "\"%s\" maydonida ma`lumot yo‘q" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, fuzzy, php-format #| msgid "Missing data for %s" msgid "Metadata for database %s" msgstr "\"%s\" maydonida ma`lumot yo‘q" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, fuzzy, php-format #| msgid "Table structure for table" msgid "Error reading structure for table %s:" msgstr "Jadval tuzilishi" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "Saqlangan jadvallarning tashqi kalitida cheklovlar" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "Jadvallarning tashqi kalitida cheklovlar" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 #, fuzzy #| msgid "Constraints for dumped tables" msgid "Indexes for dumped tables" msgstr "Saqlangan jadvallarning tashqi kalitida cheklovlar" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 #, fuzzy #| msgid "Inside table(s):" msgid "Indexes for table" msgstr "Quyidagi jadval(lar)da qidirish:" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 #, fuzzy #| msgid "Do not use AUTO_INCREMENT for zero values" msgid "AUTO_INCREMENT for dumped tables" msgstr "Nol qiymatlari uchun \"AUTO_INCREMENT\" ishlatmaslik" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 #, fuzzy #| msgid "Add AUTO_INCREMENT value" msgid "AUTO_INCREMENT for table" msgstr "AUTO_INCREMENT qo‘shish" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 #, fuzzy #| msgid "MIME TYPES FOR TABLE" msgid "MEDIA TYPES FOR TABLE" msgstr "JADVAL UCHUN MIME TURLARI" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 #, fuzzy #| msgid "RELATIONS FOR TABLE" msgid "RELATIONSHIPS FOR TABLE" msgstr "Jadval aloqalari" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, fuzzy, php-format #| msgid "Structure for view" msgid "Structure for view %s exported as a table" msgstr "Namoyish etish uchun tuzilma" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, fuzzy, php-format #| msgid "Allows reading data." msgid "Error reading data for table %s:" msgstr "Ma`lumotlarni chaqirishga ruxsat beradi" -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 #, fuzzy #| msgid "Creation" msgid "Creation:" msgstr "Tuzish" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 #, fuzzy #| msgid "Last update" msgid "Last update:" msgstr "Oxirgi yangilanish" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 #, fuzzy #| msgid "Last check" msgid "Last check:" msgstr "Oxirgi tekshiruv" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "Tarkibini eksport qilish" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 #, fuzzy #| msgid "Table" msgid "Table:" msgstr "Jadval" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "" @@ -13797,99 +13792,99 @@ msgstr "" msgid "Details…" msgstr "Tafsilotlar…" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 #, fuzzy #| msgid "Cannot load or save configuration" msgid "Could not save recent table!" msgstr "Konfiguratsiyani yuklab yoki saqlab bo‘lmadi" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 #, fuzzy #| msgid "Cannot load or save configuration" msgid "Could not save favorite table!" msgstr "Konfiguratsiyani yuklab yoki saqlab bo‘lmadi" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 #, fuzzy #| msgid "Count tables" msgid "Recent tables" msgstr "Jadvallarni sanash" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 #, fuzzy #| msgid "Reset" msgid "Recent" msgstr "Tozalash" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 #, fuzzy #| msgid "Variables" msgid "Favorites" msgstr "O‘zgaruvchilar" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." msgstr "" -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 #, fuzzy #| msgid "Replication status" msgid "Replication started successfully." msgstr "Replikatsiya statusi" -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 #, fuzzy #| msgid "Master replication" msgid "Error starting replication." msgstr "Bosh sеrvеr rеplikatsiyasi" -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 #, fuzzy #| msgid "Chart generated successfully." msgid "Replication stopped successfully." msgstr "Privilegiyalar muvaffaqiyatli qayta yuklandi." -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 #, fuzzy #| msgid "Master replication" msgid "Error stopping replication." msgstr "Bosh sеrvеr rеplikatsiyasi" -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 #, fuzzy #| msgid "Replication status" msgid "Replication resetting successfully." msgstr "Replikatsiya statusi" -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 #, fuzzy #| msgid "Master replication" msgid "Error resetting replication." msgstr "Bosh sеrvеr rеplikatsiyasi" -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "" -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 #, fuzzy #| msgid "Error" msgid "Error." msgstr "Xatolik" -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "Noma’lum xatolik" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, fuzzy, php-format #| msgid "Unable to connect to master %s." msgid "Unable to connect to primary %s." msgstr "%s bosh sеrvеriga ulanib bo‘lmadi." -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 #, fuzzy #| msgid "" #| "Unable to read master log position. Possible privilege problem on master." @@ -13899,13 +13894,13 @@ msgstr "" "Bosh sеrvеr pozitsiyasini o‘qib bo‘lmadi. Sеrvеrdagi privilеgilarda muammo " "bo‘lishi mumkin." -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 #, fuzzy #| msgid "Unable to change master" msgid "Unable to change primary!" msgstr "Bosh sеrvеrni o‘zgartirib bo‘lmadi" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, fuzzy, php-format #| msgid "Master server changed succesfully to %s" msgid "Primary server changed successfully to %s." @@ -13957,8 +13952,8 @@ msgid "Error while loading the search." msgstr "Fayl yuklanayotgan vaqtda noma`lum xatolik yuz berdi." #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 #, fuzzy #| msgid "Host authentication order" msgid "Native MySQL authentication" @@ -13993,16 +13988,16 @@ msgstr "Autentifikatsiya tartibi" msgid "Account locking is not supported." msgstr "" -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "Privilegiyalar yo‘q." -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "GRANT dan tashqari barcha privilegiyalarni o‘z ichiga oladi." -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -14010,7 +14005,7 @@ msgstr "GRANT dan tashqari barcha privilegiyalarni o‘z ichiga oladi." msgid "Allows deleting data." msgstr "Ma`lumotlarni o‘chirishga ruxsat beradi." -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -14018,7 +14013,7 @@ msgstr "Ma`lumotlarni o‘chirishga ruxsat beradi." msgid "Allows creating new tables." msgstr "Yangi jadvallar tuzishga ruxsat beradi." -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -14026,8 +14021,8 @@ msgstr "Yangi jadvallar tuzishga ruxsat beradi." msgid "Allows dropping tables." msgstr "Jadvallarni o‘chirishga rux`sat beradi." -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -14035,8 +14030,8 @@ msgstr "Jadvallarni o‘chirishga rux`sat beradi." msgid "Allows creating and dropping indexes." msgstr "Indekslar qo‘shish va ularni o‘chirishga ruxsat beradi." -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -14044,9 +14039,9 @@ msgstr "Indekslar qo‘shish va ularni o‘chirishga ruxsat beradi." msgid "Allows altering the structure of existing tables." msgstr "Mavjud jadvallarning tuzilishini o‘zgartirishga ruxsat beradi." -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -14056,9 +14051,9 @@ msgstr "Mavjud jadvallarning tuzilishini o‘zgartirishga ruxsat beradi." msgid "Allows creating new views." msgstr "Yangi namoyishlar tuzish(CREATE VIEW)ga ruxsat beradi." -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -14067,8 +14062,8 @@ msgid "Allows performing SHOW CREATE VIEW queries." msgstr "" "Namoyish tuzadigan so‘rov(SHOW CREATE VIEW)ni bajarishga ruxsat beradi." -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -14080,40 +14075,40 @@ msgstr "" "Triggerlar (ma`lum shartlar bajarilganda avtomatik ishga tushadigan " "jarayonlar) tuzish va ularni o‘chirishga ruxsat beradi" -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "Ma`lumotlarni chaqirishga ruxsat beradi." -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "Ma`lumot qo‘yish va o‘zgartirishga ruxsat beradi." -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "Ma`lumotlarni o‘zgartirishga ruxsat beradi." -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "Yangi ma`lumotlar bazalari va jadvallar tuzishga ruxsat beradi." -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "Ma`lumotlar bazalarini va jadvallarni o‘chirishga ruxsat beradi." -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." @@ -14121,13 +14116,13 @@ msgstr "" "Server sozlanishlarini qayta yuklashga va uning keshlarini tozalashga ruxsat " "beradi." -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "Server ishini yakunlashga ruxsat beradi." -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 #, fuzzy @@ -14135,25 +14130,25 @@ msgstr "Server ishini yakunlashga ruxsat beradi." msgid "Allows viewing processes of all users." msgstr "Barcha foydalanuvchilarning jarayonlarini ko‘rishga ruxsat beradi" -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "Ma`lumotlarni fayldan import va faylga eksport qilishga ruxsat beradi." -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "MySQL-serverning ushbu versiyada bunday xususiyat mavjud emas." -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "Ma`lumotlar bazalarining to‘liq ro‘yxatiga ruxsat beradi." -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -14166,19 +14161,19 @@ msgstr "" "global o‘zgaruvchilar o‘rnatish yoki boshqa foydalanuvchi jarayonini " "o‘chirish)." -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "Vaqtinchalik jadvallar tuzishga ruxsat beradi." -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "Joriy oqim uchun jadvalni blokirovku qilishga ruxsat beradi." -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 #, fuzzy @@ -14187,7 +14182,7 @@ msgid "Needed for the replication replicas." msgstr "" "Replikatsiya (zaxira nusxa ko‘chirish) vaqtida tobe serverlar uchun kerak." -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 #, fuzzy @@ -14197,7 +14192,7 @@ msgstr "" "Bosh va tobe serverlarning joylashishi haqidagi ma`lumotni talab qilishga " "ruxsat beradi." -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 #, fuzzy @@ -14206,8 +14201,8 @@ msgid "Allows to set up events for the event scheduler." msgstr "Kechiktirilgan hodisalarni sozlashga ruxsat beradi" #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 #, fuzzy @@ -14215,19 +14210,19 @@ msgstr "Kechiktirilgan hodisalarni sozlashga ruxsat beradi" msgid "Allows deleting historical rows." msgstr "Ma`lumotlarni o‘chirishga ruxsat beradi." -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "Saqlanadigan muolajalar tuzishga ruxsat beradi." -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "Saqlanadigan muolajalarni o‘zgartirish va o‘chirishga ruxsat beradi." -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." @@ -14235,29 +14230,29 @@ msgstr "" "Foydalanuvchilar hisobini qo‘shish, o‘chirish va o‘zgartirishga ruxsat " "beradi." -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "Saqlanadigan muolajalarni bajarishga ruxsat beradi." -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "\"%s\" foydalanuvchining paroli muvaffaqiyatli o‘zgartirildi." -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "\"%s\" foydalanuvchining privilegiyalari bekor qilindi." -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "" -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -14267,24 +14262,24 @@ msgstr "" msgid "Edit privileges" msgstr "Privilegiyalarni tahrirlash" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "Bekor qilish" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "Ma`lumotlar bazasi privilegiyalari" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "Jadval darajasijagi privilegiyalar" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 @@ -14293,31 +14288,31 @@ msgstr "Jadval darajasijagi privilegiyalar" msgid "Routine" msgstr "Muolajalar" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 #, fuzzy #| msgid "Column-specific privileges" msgid "Routine-specific privileges" msgstr "Maydon privilegiyalari" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "O‘chirish lozim bo‘lgan foydalanuvchilar tanlanmagan!" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "Privilegiyalar qayta yuklanmoqda" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "Belgilangan foydalanuvchilar muvaffaqiyatli o‘chirildi." -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "\"%s\" uchun privilegiyalar o‘zgartirildi." -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 #, fuzzy @@ -14325,40 +14320,40 @@ msgstr "\"%s\" uchun privilegiyalar o‘zgartirildi." msgid "No user found." msgstr "Bironta ham foydalanuvchi topilmadi." -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "\"%s\" o‘chirilmoqda" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "Privilegiyalar muvaffaqiyatli qayta yuklandi." -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "\"%s\" nomli foydalanuvchi mavjud!" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, fuzzy, php-format #| msgid "Privileges" msgid "Privileges for %s" msgstr "Privilegiyalar" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "Foydalanuvchi" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " "allows a connection from any (%) host." msgstr "" -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, fuzzy, php-format #| msgid "" #| "Note: phpMyAdmin gets the users' privileges directly from MySQL's " @@ -14376,7 +14371,7 @@ msgstr "" "ma`lumotlar server tomonidan ishlatilayotgan privilegiyalardan farq qilishi " "mumkin. Bu holda %sprivilegiyalarni qayta yuklash%s kerak." -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 #, fuzzy #| msgid "" #| "Note: phpMyAdmin gets the users' privileges directly from MySQL's " @@ -14395,7 +14390,7 @@ msgstr "" "ma`lumotlar server tomonidan ishlatilayotgan privilegiyalardan farq qilishi " "mumkin. Bu holda %sprivilegiyalarni qayta yuklash%s kerak." -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "Siz yangi foydalanuvchi qo‘shdingiz." @@ -14594,7 +14589,7 @@ msgstr "\"%s\" turidagi jadvallar ushbu MySQL serverda faolsizlantirilgan." msgid "This MySQL server does not support the %s storage engine." msgstr "Ushbu MySQL serveri \"%s\" turdagi jadvallar bilan ishlay olmaydi." -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "Birlamchi indeks nomi \"PRIMARY\" bo‘lishi kerak!" @@ -14603,62 +14598,62 @@ msgstr "Birlamchi indeks nomi \"PRIMARY\" bo‘lishi kerak!" msgid "Problems with indexes of table `%s`" msgstr "`\"%s\"` jadvalidagi indekslarda muammo mavjud" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 #, fuzzy #| msgid "Show slave status" msgid "Unknown table status:" msgstr "Replikatsiya serveri ahvoli haqida ma`lumot" -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, fuzzy, php-format #| msgid "Source database" msgid "Source database `%s` was not found!" msgstr "Manba baza" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, fuzzy, php-format #| msgid "Theme %s not found!" msgid "Target database `%s` was not found!" msgstr "\"%s\" mavzusi topilmadi!" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 #, fuzzy #| msgid "Invalid database" msgid "Invalid database:" msgstr "Noto‘g‘ri ma`lumotlar bazasi" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 #, fuzzy #| msgid "Invalid table name" msgid "Invalid table name:" msgstr "Jadval nomi noto‘g‘ri" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, fuzzy, php-format #| msgid "Error renaming table %1$s to %2$s" msgid "Failed to rename table %1$s to %2$s!" msgstr "%1$s jadvalini %2$s deb qayta nomlashda xatolik" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, fuzzy, php-format #| msgid "Table %s has been renamed to %s." msgid "Table %1$s has been renamed to %2$s." msgstr "`\"%s\"` jadvalining nomi `\"%s\"` deb o‘zgartirildi." -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 #, fuzzy #| msgid "Cannot load or save configuration" msgid "Could not save table UI preferences!" msgstr "Konfiguratsiyani yuklab yoki saqlab bo‘lmadi" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" "['MaxTableUiprefs'] %s)" msgstr "" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -14666,15 +14661,15 @@ msgid "" "changed." msgstr "" -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "Indeksni \"PRIMARY\"ga qayta nomlab bo‘lmadi!" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "Indeks qismlari belgilanmagan!" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "" @@ -15115,13 +15110,13 @@ msgstr "Profil yangilandi." msgid "Password is too long!" msgstr "Parolni xeshlash" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 #, fuzzy #| msgid "Cannot load or save configuration" msgid "Could not save configuration" msgstr "Konfiguratsiyani yuklab yoki saqlab bo‘lmadi" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 #, fuzzy #| msgid "" #| "The phpMyAdmin configuration storage has been deactivated. %sFind out " diff --git a/po/vi.po b/po/vi.po index b4c4ba2197..eb8eb307c6 100644 --- a/po/vi.po +++ b/po/vi.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2021-12-28 12:53+0000\n" "Last-Translator: Xuan Hung \n" "Language-Team: Vietnamese (includes info such as export timestamp, PHP version, " "and server version)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 msgid "Additional custom header comment (\\n splits lines):" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 msgid "Export metadata" msgstr "Xuất siêu dữ liệu" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 msgid "Add statements:" msgstr "Thêm các câu lệnh:" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, php-format msgid "Add %s statement" msgstr "Thêm %s câu lệnh" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, php-format msgid "%s value" msgstr "%s giá trị" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 msgid "Data creation options" msgstr "Tùy chọn tạo tập tin:" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "Cắt ngắn bảng trước khi chèn" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "Thay cho lệnh INSERT, dùng:" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "Lệnh INSERT DELAYED" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "Lệnh INSERT IGNORE" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "Hàm sử dụng khi đổ dữ liệu:" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "Cú pháp khi sử dụng chèn thêm dữ liệu:" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " @@ -11369,7 +11364,7 @@ msgstr "" "  Ví dụ: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES (1,2,3)" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " @@ -11378,7 +11373,7 @@ msgstr "" "chèn nhiều dòng mỗi lệnh INSERT
      Ví dụ: " "INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), (7,8,9)" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" @@ -11386,7 +11381,7 @@ msgstr "" "cả hai cái trên
      Ví dụ: INSERT INTO tbl_tên " "(cột_A,cột_B,cột_C) VALUES (1,2,3), (4,5,6), (7,8,9)" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" @@ -11394,143 +11389,143 @@ msgstr "" "không theo hai kiểu trên
      Ví dụ: INSERT INTO " "tbl_name VALUES (1,2,3)" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 #, fuzzy #| msgid "It appears your database uses functions;" msgid "It appears your database uses routines;" msgstr "Cơ sở dữ liệu của bạn có vẻ như có dùng các hàm;" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "xuất bí danh có thể không làm việc đúng trong mọi trường hợp" -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 msgid "Metadata" msgstr "Siêu dữ liệu" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, php-format msgid "Metadata for table %s" msgstr "Siêu dữ liệu cho bảng %s" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, php-format msgid "Metadata for database %s" msgstr "Siêu dữ liệu cho cơ sở dữ liệu %s" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, fuzzy, php-format #| msgid "Table structure for table" msgid "Error reading structure for table %s:" msgstr "Cấu trúc bảng cho bảng" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "Cơ sở dữ liệu của bạn có vẻ như có dùng các view;" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "Các ràng buộc cho các bảng đã đổ" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "Các ràng buộc cho bảng" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 msgid "Indexes for dumped tables" msgstr "Chỉ mục cho các bảng đã đổ" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 msgid "Indexes for table" msgstr "Chỉ mục cho bảng" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 msgid "AUTO_INCREMENT for dumped tables" msgstr "AUTO_INCREMENT cho các bảng đã đổ" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 msgid "AUTO_INCREMENT for table" msgstr "AUTO_INCREMENT cho bảng" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 #, fuzzy #| msgid "MIME TYPES FOR TABLE" msgid "MEDIA TYPES FOR TABLE" msgstr "MIME TYPES FOR TABLE" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 #, fuzzy #| msgid "RELATIONS FOR TABLE" msgid "RELATIONSHIPS FOR TABLE" msgstr "RELATIONS FOR TABLE" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "Cơ sở dữ liệu của bạn có vẻ như có dùng các bẫy;" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, php-format msgid "Structure for view %s exported as a table" msgstr "Cấu trúc cho view %s được xuất dạng một bảng" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, fuzzy, php-format #| msgid "Error reading data:" msgid "Error reading data for table %s:" msgstr "Gặp lỗi khi đọc dữ liệu:" -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 msgid "Creation:" msgstr "Tạo:" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 msgid "Last update:" msgstr "Cập nhật lần cuối:" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 msgid "Last check:" msgstr "Lần kiểm tra cuối:" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "Xuất nội dung" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 msgid "Table:" msgstr "Bảng:" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "Mục đích:" @@ -12053,75 +12048,75 @@ msgstr "Vui lòng kiểm tra đặc quyền của thư mục chứa cơ sở d msgid "Details…" msgstr "Chi tiết…" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 msgid "Could not save recent table!" msgstr "Không thể ghi lại bảng mới dùng" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 msgid "Could not save favorite table!" msgstr "Không thể ghi lại bảng mới dùng" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 msgid "Recent tables" msgstr "Các bảng mới dùng" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 msgid "Recent" msgstr "Mới dùng" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 msgid "Favorites" msgstr "Ưa dùng" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." msgstr "" -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 msgid "Replication started successfully." msgstr "Máy bản sao đã được khởi chạy thành công." -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 msgid "Error starting replication." msgstr "Có lỗi khi khởi chạy máy bản sao." -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 msgid "Replication stopped successfully." msgstr "Máy bản sao đã được dừng thành công." -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 msgid "Error stopping replication." msgstr "Có lỗi khi dừng máy bản sao." -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 msgid "Replication resetting successfully." msgstr "Máy bản sao đã được cài đặt lại thành công." -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 msgid "Error resetting replication." msgstr "Có lỗi khi cài đặt lại máy bản sao." -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "Thành công." -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 msgid "Error." msgstr "Lỗi." -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "Lỗi chưa biết" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, fuzzy, php-format #| msgid "Unable to connect to master %s." msgid "Unable to connect to primary %s." msgstr "Không thể kết nối tới máy chính %s" -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 #, fuzzy #| msgid "" #| "Unable to read master log position. Possible privilege problem on master." @@ -12131,13 +12126,13 @@ msgstr "" "Không thể đọc vị trí nhật ký máy chính. Gần như chắc chắn là có trục trặc " "với đặc quyền trên máy chính." -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 #, fuzzy #| msgid "Unable to change master!" msgid "Unable to change primary!" msgstr "Không thể đổi máy chính!" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, fuzzy, php-format #| msgid "Master server changed successfully to %s." msgid "Primary server changed successfully to %s." @@ -12186,8 +12181,8 @@ msgid "Error while loading the search." msgstr "Gặp lỗi khi đang tải tìm kiếm." #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 msgid "Native MySQL authentication" msgstr "Xác thực MySQL nguyên bản" @@ -12218,16 +12213,16 @@ msgstr "Xác thực MySQL nguyên bản" msgid "Account locking is not supported." msgstr "" -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "Không có đặc quyền." -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "Bao gồm tất cả các đặc quyền ngoại trừ GRANT." -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -12235,7 +12230,7 @@ msgstr "Bao gồm tất cả các đặc quyền ngoại trừ GRANT." msgid "Allows deleting data." msgstr "Cho phép xóa dữ liệu." -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -12243,7 +12238,7 @@ msgstr "Cho phép xóa dữ liệu." msgid "Allows creating new tables." msgstr "Cho tạo bảng mới." -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -12251,8 +12246,8 @@ msgstr "Cho tạo bảng mới." msgid "Allows dropping tables." msgstr "Cho phép xóa bảng." -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -12260,8 +12255,8 @@ msgstr "Cho phép xóa bảng." msgid "Allows creating and dropping indexes." msgstr "Cho phép tạo vào xóa chỉ mục." -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -12269,9 +12264,9 @@ msgstr "Cho phép tạo vào xóa chỉ mục." msgid "Allows altering the structure of existing tables." msgstr "Cho phép sửa đổi cấu trúc của bảng sẵn có." -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -12281,9 +12276,9 @@ msgstr "Cho phép sửa đổi cấu trúc của bảng sẵn có." msgid "Allows creating new views." msgstr "Cho phép tạo view mới." -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -12291,8 +12286,8 @@ msgstr "Cho phép tạo view mới." msgid "Allows performing SHOW CREATE VIEW queries." msgstr "Cho phép thực thi truy vấn SHOW CREATE VIEW." -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -12300,77 +12295,77 @@ msgstr "Cho phép thực thi truy vấn SHOW CREATE VIEW." msgid "Allows creating and dropping triggers." msgstr "Cho phép tạo và xóa các bẫy." -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "Cho phép đọc dữ liệu." -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "Cho phép chèn và thay đổi dữ liệu." -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "Cho phép thay đổi dữ liệu." -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "Cho phép tạo cơ sở dữ liệu và bảng mới." -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "Cho phép xóa cơ sở dữ liệu và bảng." -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." msgstr "" "Cho phép tải lại các cài đặt máy chủ và đẩy dữ liệu đệm của máy chủ lên đĩa." -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "Cho phép tắt dịch vụ." -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 msgid "Allows viewing processes of all users." msgstr "Cho phép xem các tiến trình của mọi người dùng." -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "Cho phép nhập dữ liệu vào hay xuất dữ liệu ra các tập tin." -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "Chưa có hiệu quả trong phiên bản MySQL này." -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "Cho quyền truy cập toàn bộ danh sách cơ sở dữ liệu." -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -12382,19 +12377,19 @@ msgstr "" "các thao tác quản trị cấp cao như là đặt các biến toàn cục hay giết các " "tuyến trình của người dùng khác." -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "Cho phép tại các bảng tạm." -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "Cho phép khóa các bảng cho tuyến trình hiện tại." -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 #, fuzzy @@ -12402,7 +12397,7 @@ msgstr "Cho phép khóa các bảng cho tuyến trình hiện tại." msgid "Needed for the replication replicas." msgstr "Cần thiết cho bản sao phụ." -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 #, fuzzy @@ -12410,15 +12405,15 @@ msgstr "Cần thiết cho bản sao phụ." msgid "Allows the user to ask where the replicas / primaries are." msgstr "Cho phép người dùng hỏi máy chính/phụ ở đâu." -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 msgid "Allows to set up events for the event scheduler." msgstr "Cho phép cài đặt các sự kiện cho lịch biểu sự kiện." #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 #, fuzzy @@ -12426,47 +12421,47 @@ msgstr "Cho phép cài đặt các sự kiện cho lịch biểu sự kiện." msgid "Allows deleting historical rows." msgstr "Cho phép xóa dữ liệu." -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "Cho phép tạo thủ tục lưu trữ." -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "Cho phép thay đổi và xóa các thủ tục đã lưu." -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "Cho phép tạo, xóa và đổi tên các tài khoản người dùng." -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "Cho phép thực thi các thủ tục lưu trữ." -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "Mật khẩu của %s đã được thay đổi." -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "Bạn đã thu hồi đặc quyền dành cho %s." -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "Không đủ thẩm quyền để xem các tài khoản." -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -12474,84 +12469,84 @@ msgstr "Không đủ thẩm quyền để xem các tài khoản." msgid "Edit privileges" msgstr "Sửa đặc quyền" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "Thu hồi" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "Đặt đặc quyền" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "Các đặc quyền dành-riêng-cho-thủ-tục" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 msgid "Routine" msgstr "Thủ tục" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 msgid "Routine-specific privileges" msgstr "Các đặc quyền dành-riêng-cho-thủ-tục" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "Chưa chọn người dùng nào để xóa!" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "Tải lại đặc quyền" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "Những người dùng đã chọn đã được xóa thành công." -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "Bạn phải cập nhật đặc quyền cho “%s”." -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 msgid "No user found." msgstr "Không tìm thấy người dùng." -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "Đang xóa %s" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "Các đặc quyền đã được tải lại thành công." -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "Tài khoản %s đã sẵn có từ trước rồi!" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, php-format msgid "Privileges for %s" msgstr "Đặc quyền dành cho %s" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "Người dùng" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " @@ -12561,7 +12556,7 @@ msgstr "" "hiện tại. Cái này ngăn ngừa những người khác từ các kết nối nếu bộ phận máy " "của tài khoản của họ cho kết nối từ bất kỳ (%s) máy nào." -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, fuzzy, php-format #| msgid "" #| "Note: phpMyAdmin gets the users' privileges directly from MySQL's " @@ -12579,7 +12574,7 @@ msgstr "" "những người dùng máy phục vụ, nếu chúng bị thay đổi bằng tay. Trong trường " "hợp này bạn nên %stải lại các đặc quyền%s trước khi tiếp tục." -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 #, fuzzy #| msgid "" #| "Note: phpMyAdmin gets the users' privileges directly from MySQL's " @@ -12600,7 +12595,7 @@ msgstr "" "hợp này, đặc quyền phải được tại lại nhưng mà hiện tại bạn nên không có đặc " "quyền TẢI LẠI." -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "Bạn đã thêm một người dùng mới." @@ -12800,7 +12795,7 @@ msgstr "%s đã bị tắt cho máy chủ MySQL này." msgid "This MySQL server does not support the %s storage engine." msgstr "Máy chủ MySQL này không hỗ trợ bộ máy lưu trữ %s." -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "Tên của khóa chính phải là \"PRIMARY\"!" @@ -12809,43 +12804,43 @@ msgstr "Tên của khóa chính phải là \"PRIMARY\"!" msgid "Problems with indexes of table `%s`" msgstr "Trục trặc với chỉ mục của bảng “%s“" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 msgid "Unknown table status:" msgstr "Không hiểu các trạng thái bảng:" -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, php-format msgid "Source database `%s` was not found!" msgstr "Không tìm thấy cơ sở dữ liệu nguồn “%s“!" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, php-format msgid "Target database `%s` was not found!" msgstr "Không tìm thấy cơ sở dữ liệu đích “%s“!" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 msgid "Invalid database:" msgstr "Cơ sở dữ liệu không hợp lệ:" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 msgid "Invalid table name:" msgstr "Tên bảng không hợp lệ" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, php-format msgid "Failed to rename table %1$s to %2$s!" msgstr "Gặp lỗi khi đổi tên bảng %1$s thành %2$s" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, php-format msgid "Table %1$s has been renamed to %2$s." msgstr "Bảng %1$s đã được đổi tên thành %2$s." -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 msgid "Could not save table UI preferences!" msgstr "Không thể ghi lại bảng mới dùng" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" @@ -12854,7 +12849,7 @@ msgstr "" "Gặp lỗi khi dọn dẹp tùy thích bảng UI (xem $cfg['Servers'][$i]" "['MaxTableUiprefs'] %s)" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -12865,15 +12860,15 @@ msgstr "" "không liên tục sau khi bạn làm mới trang này. Vui lòng kiểm tra xem cấu trúc " "bảng có bị thay đổi hay không." -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "Không thể đổi tên chỉ mục thành PRIMARY!" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "Chưa định nghĩa bộ phận chỉ mục nào!" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "Gặp lỗi khi tạo khóa ngoại trên %1$s (kiểm tra lại kiểu dữ liệu)" @@ -13341,11 +13336,11 @@ msgstr "Hồ sơ đã được cập nhật." msgid "Password is too long!" msgstr "Mã băm mật khẩu:" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 msgid "Could not save configuration" msgstr "Không thể ghi lại cấu hình" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 #, fuzzy #| msgid "Missing phpMyAdmin configuration storage tables" msgid "The phpMyAdmin configuration storage database could not be accessed." @@ -19069,6 +19064,10 @@ msgstr "Tên VIEW" msgid "Column names" msgstr "Các tên cột" +#, php-format +#~ msgid "Analyze Explain at %s" +#~ msgstr "Analyze Explain tại %s" + #, fuzzy #~| msgid "Key is too short, it should have at least 8 characters." #~ msgid "Key is too short, it should have at least 32 characters." diff --git a/po/vls.po b/po/vls.po index a801e2ec79..88bcd535a2 100644 --- a/po/vls.po +++ b/po/vls.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2019-04-27 17:19+0000\n" "Last-Translator: William Desportes \n" "Language-Team: West Flemish (includes info such as export timestamp, PHP version, " "and server version)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 msgid "Additional custom header comment (\\n splits lines):" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 msgid "Export metadata" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 msgid "Add statements:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, php-format msgid "Add %s statement" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, php-format msgid "%s value" msgstr "" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 msgid "Data creation options" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " "(1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 msgid "Metadata" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, php-format msgid "Metadata for table %s" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, php-format msgid "Metadata for database %s" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, php-format msgid "Error reading structure for table %s:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 msgid "Indexes for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 msgid "Indexes for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 msgid "AUTO_INCREMENT for dumped tables" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 msgid "AUTO_INCREMENT for table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 msgid "MEDIA TYPES FOR TABLE" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 msgid "RELATIONSHIPS FOR TABLE" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, php-format msgid "Structure for view %s exported as a table" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, php-format msgid "Error reading data for table %s:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 msgid "Creation:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 msgid "Last update:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 msgid "Last check:" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 msgid "Table:" msgstr "" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "" @@ -11376,83 +11371,83 @@ msgstr "" msgid "Details…" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 msgid "Could not save recent table!" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 msgid "Could not save favorite table!" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 msgid "Recent tables" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 msgid "Recent" msgstr "" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 msgid "Favorites" msgstr "" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." msgstr "" -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 msgid "Replication started successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 msgid "Error starting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 msgid "Replication stopped successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 msgid "Error stopping replication." msgstr "" -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 msgid "Replication resetting successfully." msgstr "" -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 msgid "Error resetting replication." msgstr "" -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "" -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 msgid "Error." msgstr "" -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, php-format msgid "Unable to connect to primary %s." msgstr "" -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 msgid "" "Unable to read primary log position. Possible privilege problem on primary." msgstr "" -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 msgid "Unable to change primary!" msgstr "" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, php-format msgid "Primary server changed successfully to %s." msgstr "" @@ -11499,8 +11494,8 @@ msgid "Error while loading the search." msgstr "" #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 msgid "Native MySQL authentication" msgstr "" @@ -11527,16 +11522,16 @@ msgstr "Dokumentoasje" msgid "Account locking is not supported." msgstr "" -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "" -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "" -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -11544,7 +11539,7 @@ msgstr "" msgid "Allows deleting data." msgstr "" -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -11552,7 +11547,7 @@ msgstr "" msgid "Allows creating new tables." msgstr "" -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -11560,8 +11555,8 @@ msgstr "" msgid "Allows dropping tables." msgstr "" -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -11569,8 +11564,8 @@ msgstr "" msgid "Allows creating and dropping indexes." msgstr "" -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -11578,9 +11573,9 @@ msgstr "" msgid "Allows altering the structure of existing tables." msgstr "" -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -11590,9 +11585,9 @@ msgstr "" msgid "Allows creating new views." msgstr "" -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -11600,8 +11595,8 @@ msgstr "" msgid "Allows performing SHOW CREATE VIEW queries." msgstr "" -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -11609,76 +11604,76 @@ msgstr "" msgid "Allows creating and dropping triggers." msgstr "" -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "" -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "" -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "" -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "" -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "" -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." msgstr "" -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "" -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 msgid "Allows viewing processes of all users." msgstr "" -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "" -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "" -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "" -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -11687,85 +11682,85 @@ msgid "" "killing threads of other users." msgstr "" -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "" -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "" -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 msgid "Needed for the replication replicas." msgstr "" -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 msgid "Allows the user to ask where the replicas / primaries are." msgstr "" -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 msgid "Allows to set up events for the event scheduler." msgstr "" #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 msgid "Allows deleting historical rows." msgstr "" -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "" -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "" -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "" -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "" -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -11773,91 +11768,91 @@ msgstr "" msgid "Edit privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 msgid "Routine" msgstr "" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 msgid "Routine-specific privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "" -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 msgid "No user found." msgstr "" -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "" -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, php-format msgid "Privileges for %s" msgstr "" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "Gebruker" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " "allows a connection from any (%) host." msgstr "" -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, php-format msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " @@ -11866,7 +11861,7 @@ msgid "" "%sreload the privileges%s before you continue." msgstr "" -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " "tables. The content of these tables may differ from the privileges the " @@ -11875,7 +11870,7 @@ msgid "" "privilege." msgstr "" -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "" @@ -12059,7 +12054,7 @@ msgstr "" msgid "This MySQL server does not support the %s storage engine." msgstr "" -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "" @@ -12068,50 +12063,50 @@ msgstr "" msgid "Problems with indexes of table `%s`" msgstr "" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 msgid "Unknown table status:" msgstr "" -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, php-format msgid "Source database `%s` was not found!" msgstr "" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, php-format msgid "Target database `%s` was not found!" msgstr "" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 msgid "Invalid database:" msgstr "" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 msgid "Invalid table name:" msgstr "" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, php-format msgid "Failed to rename table %1$s to %2$s!" msgstr "" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, php-format msgid "Table %1$s has been renamed to %2$s." msgstr "" -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 msgid "Could not save table UI preferences!" msgstr "" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" "['MaxTableUiprefs'] %s)" msgstr "" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -12119,15 +12114,15 @@ msgid "" "changed." msgstr "" -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "" @@ -12539,11 +12534,11 @@ msgstr "" msgid "Password is too long!" msgstr "" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 msgid "Could not save configuration" msgstr "" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 msgid "The phpMyAdmin configuration storage database could not be accessed." msgstr "" diff --git a/po/zh_CN.po b/po/zh_CN.po index 81de0833f7..7ef77ed976 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2022-12-04 10:16+0000\n" "Last-Translator: yangyangdaji <1504305527@qq.com>\n" "Language-Team: Chinese (Simplified) (includes info such as export timestamp, PHP version, " "and server version)" msgstr "显示注释 (包括导出时间、PHP 版本和服务器版本等信息)" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 msgid "Additional custom header comment (\\n splits lines):" msgstr "在文件头添加自定义注释 (\\n 为换行):" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" msgstr "包含数据库创建、最后更新和最后检查的时间" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 msgid "Export metadata" msgstr "导出元数据" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 msgid "Add statements:" msgstr "添加语句:" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, php-format msgid "Add %s statement" msgstr "添加 %s 语句" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "(在创建表时将生成索引,效率较低)" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, php-format msgid "%s value" msgstr "%s值" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "使用简单视图查看" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" msgstr "" "给表和字段名加上反引号 (保护名称中含有特殊字符或保留字的字段和表)" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 msgid "Data creation options" msgstr "数据创建选项" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "插入之前先把表清空(truncate)" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "代替 INSERT (插入) 语句,使用:" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "INSERT DELAYED (延迟插入) 语句" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "INSERT IGNORE (忽略插入) 语句" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "转储数据时所使用的函数:" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "插入数据时所使用的语法:" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " @@ -11030,7 +11025,7 @@ msgstr "" "给每个 INSERT (插入) 语句加上字段名
      " "如:INSERT INTO tbl_name (col_A,col_B,col_C) VALUES (1,2,3)" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " @@ -11039,7 +11034,7 @@ msgstr "" "在每个 INSERT(插入) 语句中插入多行
      如:" "INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), (7,8,9)" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" @@ -11047,7 +11042,7 @@ msgstr "" "以上兼有
      如:INSERT INTO tbl_name (col_A," "col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" @@ -11055,13 +11050,13 @@ msgstr "" "以上均不
      如:INSERT INTO tbl_name VALUES " "(1,2,3)" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" msgstr "转储二进制字段时用十六进制标记 (例如,“abc”将用 0x616263 表示)" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" @@ -11069,123 +11064,123 @@ msgstr "" "转储 TIMESTAMP 字段时用 UTC 时区 (允许在不同时区的服务器间转储和重新载入 " "TIMESTAMP 字段)" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "您的数据库似乎使用例程;" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "在所有情况下,别名导出可能无法可靠地运行。" -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 msgid "Metadata" msgstr "元数据" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, php-format msgid "Metadata for table %s" msgstr "表%s的元数据" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, php-format msgid "Metadata for database %s" msgstr "数据库%s的元数据" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, php-format msgid "Error reading structure for table %s:" msgstr "读取表 %s 的结构时出错:" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "您的数据库似乎使用视图;" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "限制导出的表" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "限制表" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 msgid "Indexes for dumped tables" msgstr "转储表的索引" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 msgid "Indexes for table" msgstr "表的索引" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 msgid "AUTO_INCREMENT for dumped tables" msgstr "在导出的表使用AUTO_INCREMENT" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 msgid "AUTO_INCREMENT for table" msgstr "使用表AUTO_INCREMENT" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 msgid "MEDIA TYPES FOR TABLE" msgstr "媒体类型表" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 msgid "RELATIONSHIPS FOR TABLE" msgstr "表的关系" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "您的表似乎使用了触发器;" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, php-format msgid "Structure for view %s exported as a table" msgstr "视图结构%s作为一个表导出" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "(参见下面的实际视图)" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, php-format msgid "Error reading data for table %s:" msgstr "读取表 %s 的数据时发生错误:" -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 msgid "Creation:" msgstr "创建时间:" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 msgid "Last update:" msgstr "最后更新:" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 msgid "Last check:" msgstr "最后检查:" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "最大程度兼容数据库系统或旧版本的 MySQL 服务器:" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "对象创建选项 (推荐全选)" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "导出内容" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 msgid "Table:" msgstr "表:" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "目的:" @@ -11740,27 +11735,27 @@ msgstr "请检查数据库所在文件夹的权限。" msgid "Details…" msgstr "详细…" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 msgid "Could not save recent table!" msgstr "无法保存最近使用的表!" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 msgid "Could not save favorite table!" msgstr "无法保存到表收藏夹!" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 msgid "Recent tables" msgstr "最近使用的表" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 msgid "Recent" msgstr "近期访问" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 msgid "Favorites" msgstr "表收藏夹" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." @@ -11768,57 +11763,57 @@ msgstr "" "与服务器的连接已被禁用,请在phpMyAdmin配置中启用" "$cfg['AllowArbitraryServer']。" -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 msgid "Replication started successfully." msgstr "复制成功启动。" -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 msgid "Error starting replication." msgstr "启动复制时出错。" -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 msgid "Replication stopped successfully." msgstr "复制已成功停止。" -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 msgid "Error stopping replication." msgstr "停止复制时出错。" -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 msgid "Replication resetting successfully." msgstr "复制成功重置。" -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 msgid "Error resetting replication." msgstr "重置复制时出错。" -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "成功。" -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 msgid "Error." msgstr "错误。" -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "未知错误" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, php-format msgid "Unable to connect to primary %s." msgstr "无法连接到主服务器 %s 。" -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 msgid "" "Unable to read primary log position. Possible privilege problem on primary." msgstr "无法读取主服务器日志。主服务器的权限设置可能有问题。" -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 msgid "Unable to change primary!" msgstr "无法修改主服务器!" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, php-format msgid "Primary server changed successfully to %s." msgstr "已成功修改主服务器到 %s。" @@ -11865,8 +11860,8 @@ msgid "Error while loading the search." msgstr "加载搜索时出现错误。" #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 msgid "Native MySQL authentication" msgstr "MySQL自带身份验证" @@ -11891,16 +11886,16 @@ msgstr "旧的 MySQL-4.0 的身份验证" msgid "Account locking is not supported." msgstr "不支持账户锁定。" -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "无权限。" -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "除了授权 (GRANT) 以外的所有权限。" -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -11908,7 +11903,7 @@ msgstr "除了授权 (GRANT) 以外的所有权限。" msgid "Allows deleting data." msgstr "允许删除数据。" -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -11916,7 +11911,7 @@ msgstr "允许删除数据。" msgid "Allows creating new tables." msgstr "允许创建新数据表。" -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -11924,8 +11919,8 @@ msgstr "允许创建新数据表。" msgid "Allows dropping tables." msgstr "允许删除数据表。" -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -11933,8 +11928,8 @@ msgstr "允许删除数据表。" msgid "Allows creating and dropping indexes." msgstr "允许创建和删除索引。" -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -11942,9 +11937,9 @@ msgstr "允许创建和删除索引。" msgid "Allows altering the structure of existing tables." msgstr "允许修改现有数据表的结构。" -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -11954,9 +11949,9 @@ msgstr "允许修改现有数据表的结构。" msgid "Allows creating new views." msgstr "允许创建视图。" -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -11964,8 +11959,8 @@ msgstr "允许创建视图。" msgid "Allows performing SHOW CREATE VIEW queries." msgstr "允许执行 SHOW CREATE VIEW 查询。" -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -11973,76 +11968,76 @@ msgstr "允许执行 SHOW CREATE VIEW 查询。" msgid "Allows creating and dropping triggers." msgstr "允许创建和删除触发器。" -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "允许读取数据。" -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "允许插入和替换数据。" -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "允许修改数据。" -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "允许创建新数据库和数据表。" -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "允许删除数据库和数据表。" -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." msgstr "允许重新载入服务器设置并刷新服务器的缓存。" -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "允许关闭服务器。" -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 msgid "Allows viewing processes of all users." msgstr "允许查看所有用户的进程。" -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "允许从文件中导入数据以及将数据导出至文件。" -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "在此版本的 MySQL 中无效。" -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "允许访问完整的数据库列表。" -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -12053,85 +12048,85 @@ msgstr "" "允许在达到最大连接数时连接,对于大多数像设置全局变量或杀死其它用户线程这样的" "管理操作是必需的。" -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "允许创建临时表。" -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "允许锁定当前线程的表。" -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 msgid "Needed for the replication replicas." msgstr "回复从服务器所需。" -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 msgid "Allows the user to ask where the replicas / primaries are." msgstr "允许用户询问从服务器/主服务器在哪里。" -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 msgid "Allows to set up events for the event scheduler." msgstr "允许为事件触发器设置事件。" #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 msgid "Allows deleting historical rows." msgstr "允许删除历史行。" -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "允许创建存储过程。" -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "允许修改或删除储存过程。" -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "允许创建、删除和重命名用户账户。" -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "允许运行存储过程。" -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "%s 的密码已修改。" -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "您已撤销 %s 的权限。" -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "没有足够的权限来查看用户。" -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -12139,84 +12134,84 @@ msgstr "没有足够的权限来查看用户。" msgid "Edit privileges" msgstr "修改权限" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "撤销" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "按数据库指定权限" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "按表指定权限" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 msgid "Routine" msgstr "例程" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 msgid "Routine-specific privileges" msgstr "按例程指定权限" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "没有选择要删除的用户!" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "重新载入权限" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "已成功删除选中的用户。" -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "您已更新了 %s 的权限。" -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 msgid "No user found." msgstr "未找到用户。" -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "正在删除 %s" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "已成功重新载入权限。" -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "用户 %s 己存在!" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, php-format msgid "Privileges for %s" msgstr "%s 的权限" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "用户" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " @@ -12225,7 +12220,7 @@ msgstr "" "存在允许来自localhost的任何用户连接的用户账户。如果其账户的主机部分允许来自任" "何(%)主机的连接,这将阻止其他用户连接。" -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, php-format msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " @@ -12237,7 +12232,7 @@ msgstr "" "将可能与服务器使用的用户权限有异。在这种情况下,您应在继续前%s重新载入权" "限%s。" -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " "tables. The content of these tables may differ from the privileges the " @@ -12249,7 +12244,7 @@ msgstr "" "内容将可能与服务器使用的用户权限有异。在这种情况下,应当重新载入权限表,但您" "没有RELOAD权限。" -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "您已添加了一个新用户。" @@ -12439,7 +12434,7 @@ msgstr "%s 在该 MySQL 服务器上被禁止了。" msgid "This MySQL server does not support the %s storage engine." msgstr "该 MySQL 服务器不支持 %s 存储引擎。" -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "主键的名称必须称为 “PRIMARY”!" @@ -12448,50 +12443,50 @@ msgstr "主键的名称必须称为 “PRIMARY”!" msgid "Problems with indexes of table `%s`" msgstr "数据表 `%s` 的索引存在问题" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 msgid "Unknown table status:" msgstr "未知表状态:" -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, php-format msgid "Source database `%s` was not found!" msgstr "未找到源数据库 `%s`!" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, php-format msgid "Target database `%s` was not found!" msgstr "未找到目标数据库 `%s`!" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 msgid "Invalid database:" msgstr "无效的数据库:" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 msgid "Invalid table name:" msgstr "无效的数据表名:" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, php-format msgid "Failed to rename table %1$s to %2$s!" msgstr "将表 %1$s 改名为 %2$s 失败!" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, php-format msgid "Table %1$s has been renamed to %2$s." msgstr "已将表 %1$s 改名为 %2$s。" -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 msgid "Could not save table UI preferences!" msgstr "无法保存表界面设置!" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" "['MaxTableUiprefs'] %s)" msgstr "清除表界面设置失败(参见 $cfg['Servers'][$i]['MaxTableUiprefs'] %s)" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -12500,15 +12495,15 @@ msgid "" msgstr "" "无法保存用户界面属性“%s”。修改将在刷新本页后丢失。请检查表结构是否已修改。" -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "无法将索引改为主键 (PRIMARY) !" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "没有定义的索引部分!" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "在 %1$s 创建外键时发生错误 (检查数据类型)" @@ -12952,11 +12947,11 @@ msgstr "配置文件己更新。" msgid "Password is too long!" msgstr "密码太长!" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 msgid "Could not save configuration" msgstr "无法保存设置" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 msgid "The phpMyAdmin configuration storage database could not be accessed." msgstr "无法访问phpMyAdmin配置存储数据库。" @@ -18221,6 +18216,10 @@ msgstr "视图名" msgid "Column names" msgstr "字段名" +#, php-format +#~ msgid "Analyze Explain at %s" +#~ msgstr "分析解释了%s" + #~ msgid "Key is too short, it should have at least 32 characters." #~ msgstr "短语密码太短,至少应有 32 个字符。" diff --git a/po/zh_TW.po b/po/zh_TW.po index 6daa1234a5..143cb3dd0b 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 5.3.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2023-01-17 03:57+0000\n" +"POT-Creation-Date: 2023-01-22 00:21+0000\n" "PO-Revision-Date: 2023-01-03 10:35+0000\n" "Last-Translator: yangyangdaji <1504305527@qq.com>\n" "Language-Team: Chinese (Traditional) (includes info such as export timestamp, PHP version, " "and server version)" msgstr "顯示備註 (包括匯出時間、PHP 版本和伺服器版本等資訊)" -#: libraries/classes/Plugins/Export/ExportSql.php:135 +#: libraries/classes/Plugins/Export/ExportSql.php:136 msgid "Additional custom header comment (\\n splits lines):" msgstr "在檔頭新增自訂備註 (\\n 為換行):" -#: libraries/classes/Plugins/Export/ExportSql.php:141 +#: libraries/classes/Plugins/Export/ExportSql.php:142 msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" msgstr "包含資料庫建立、最後更新和最後檢查的時間" -#: libraries/classes/Plugins/Export/ExportSql.php:202 +#: libraries/classes/Plugins/Export/ExportSql.php:203 msgid "Export metadata" msgstr "匯出 Metadata" -#: libraries/classes/Plugins/Export/ExportSql.php:243 +#: libraries/classes/Plugins/Export/ExportSql.php:244 msgid "Add statements:" msgstr "加入指令(statement):" -#: libraries/classes/Plugins/Export/ExportSql.php:251 -#: libraries/classes/Plugins/Export/ExportSql.php:260 -#: libraries/classes/Plugins/Export/ExportSql.php:277 -#: libraries/classes/Plugins/Export/ExportSql.php:286 -#: libraries/classes/Plugins/Export/ExportSql.php:310 -#: libraries/classes/Plugins/Export/ExportSql.php:338 -#: libraries/classes/Plugins/Export/ExportSql.php:347 +#: libraries/classes/Plugins/Export/ExportSql.php:252 +#: libraries/classes/Plugins/Export/ExportSql.php:261 +#: libraries/classes/Plugins/Export/ExportSql.php:278 +#: libraries/classes/Plugins/Export/ExportSql.php:287 +#: libraries/classes/Plugins/Export/ExportSql.php:311 +#: libraries/classes/Plugins/Export/ExportSql.php:339 +#: libraries/classes/Plugins/Export/ExportSql.php:348 #, php-format msgid "Add %s statement" msgstr "加入 %s 指令" -#: libraries/classes/Plugins/Export/ExportSql.php:293 +#: libraries/classes/Plugins/Export/ExportSql.php:294 msgid "(less efficient as indexes will be generated during table creation)" msgstr "(較無效率,因索引會在資料表建立時產生)" -#: libraries/classes/Plugins/Export/ExportSql.php:300 +#: libraries/classes/Plugins/Export/ExportSql.php:301 #, php-format msgid "%s value" msgstr "%s 值" #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW" -#: libraries/classes/Plugins/Export/ExportSql.php:317 +#: libraries/classes/Plugins/Export/ExportSql.php:318 msgid "Use simple view export" msgstr "" -#: libraries/classes/Plugins/Export/ExportSql.php:356 +#: libraries/classes/Plugins/Export/ExportSql.php:357 msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" @@ -11126,37 +11121,37 @@ msgstr "" "給資料表名稱和欄位名稱加上反引號 (保護名稱中含有特殊字元或保留字的欄位和" "表)" -#: libraries/classes/Plugins/Export/ExportSql.php:371 +#: libraries/classes/Plugins/Export/ExportSql.php:372 msgid "Data creation options" msgstr "資料建立選項" -#: libraries/classes/Plugins/Export/ExportSql.php:376 -#: libraries/classes/Plugins/Export/ExportSql.php:2173 +#: libraries/classes/Plugins/Export/ExportSql.php:377 +#: libraries/classes/Plugins/Export/ExportSql.php:2174 msgid "Truncate table before insert" msgstr "資料表新增資料前,先清除舊資料" -#: libraries/classes/Plugins/Export/ExportSql.php:383 +#: libraries/classes/Plugins/Export/ExportSql.php:384 msgid "Instead of INSERT statements, use:" msgstr "使用以下方式代替新增指令 INSERT:" -#: libraries/classes/Plugins/Export/ExportSql.php:389 +#: libraries/classes/Plugins/Export/ExportSql.php:390 msgid "INSERT DELAYED statements" msgstr "使用延遲新增 INSERT DELAYED 指令" -#: libraries/classes/Plugins/Export/ExportSql.php:401 -#: libraries/classes/Plugins/Export/ExportSql.php:435 +#: libraries/classes/Plugins/Export/ExportSql.php:402 +#: libraries/classes/Plugins/Export/ExportSql.php:436 msgid "INSERT IGNORE statements" msgstr "使用忽略錯誤的新增 INSERT IGNORE 指令" -#: libraries/classes/Plugins/Export/ExportSql.php:415 +#: libraries/classes/Plugins/Export/ExportSql.php:416 msgid "Function to use when dumping data:" msgstr "傾印資料時使用的函式:" -#: libraries/classes/Plugins/Export/ExportSql.php:430 +#: libraries/classes/Plugins/Export/ExportSql.php:431 msgid "Syntax to use when inserting data:" msgstr "新增資料時使用的語法:" -#: libraries/classes/Plugins/Export/ExportSql.php:440 +#: libraries/classes/Plugins/Export/ExportSql.php:441 msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " @@ -11165,7 +11160,7 @@ msgstr "" "每個新增指令 INSERT 均加上欄位名稱
      " "如: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES (1,2,3)" -#: libraries/classes/Plugins/Export/ExportSql.php:445 +#: libraries/classes/Plugins/Export/ExportSql.php:446 msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " @@ -11174,7 +11169,7 @@ msgstr "" "每個新增指令 INSERT 均新增多筆資料
      如: " "INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), (7,8,9)" -#: libraries/classes/Plugins/Export/ExportSql.php:450 +#: libraries/classes/Plugins/Export/ExportSql.php:451 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" @@ -11182,7 +11177,7 @@ msgstr "" "以上皆是
      如: INSERT INTO tbl_name (col_A," "col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" -#: libraries/classes/Plugins/Export/ExportSql.php:455 +#: libraries/classes/Plugins/Export/ExportSql.php:456 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" @@ -11190,7 +11185,7 @@ msgstr "" "以上皆非
      如: INSERT INTO tbl_name VALUES " "(1,2,3)" -#: libraries/classes/Plugins/Export/ExportSql.php:474 +#: libraries/classes/Plugins/Export/ExportSql.php:475 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" @@ -11198,7 +11193,7 @@ msgstr "" "傾印二進位欄位時,使用 16 進位(HEX)表示法 (例如 abc 會以 0x616263 表示)" -#: libraries/classes/Plugins/Export/ExportSql.php:483 +#: libraries/classes/Plugins/Export/ExportSql.php:484 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" @@ -11206,123 +11201,123 @@ msgstr "" "傾印 TIMESTAMP 欄位時,使用 UTC 時間 (令 TIMESTAMP 欄位匯出的資料,可以重" "新載入到不同時區的伺服器)" -#: libraries/classes/Plugins/Export/ExportSql.php:558 +#: libraries/classes/Plugins/Export/ExportSql.php:559 msgid "It appears your database uses routines;" msgstr "資料庫使用了預存程序;" -#: libraries/classes/Plugins/Export/ExportSql.php:561 -#: libraries/classes/Plugins/Export/ExportSql.php:1501 -#: libraries/classes/Plugins/Export/ExportSql.php:1993 +#: libraries/classes/Plugins/Export/ExportSql.php:562 +#: libraries/classes/Plugins/Export/ExportSql.php:1502 +#: libraries/classes/Plugins/Export/ExportSql.php:1994 msgid "alias export may not work reliably in all cases." msgstr "別名匯出可能無法在所有情況正常運作。" -#: libraries/classes/Plugins/Export/ExportSql.php:1021 +#: libraries/classes/Plugins/Export/ExportSql.php:1022 msgid "Metadata" msgstr "元資料" -#: libraries/classes/Plugins/Export/ExportSql.php:1086 +#: libraries/classes/Plugins/Export/ExportSql.php:1087 #, php-format msgid "Metadata for table %s" msgstr "資料表 %s 的元資料" -#: libraries/classes/Plugins/Export/ExportSql.php:1093 +#: libraries/classes/Plugins/Export/ExportSql.php:1094 #, php-format msgid "Metadata for database %s" msgstr "資料庫 %s 的元資料" -#: libraries/classes/Plugins/Export/ExportSql.php:1413 +#: libraries/classes/Plugins/Export/ExportSql.php:1414 #, php-format msgid "Error reading structure for table %s:" msgstr "讀取資料表 %s 的結構時出現錯誤:" -#: libraries/classes/Plugins/Export/ExportSql.php:1498 +#: libraries/classes/Plugins/Export/ExportSql.php:1499 msgid "It appears your database uses views;" msgstr "資料庫使用了檢視表;" -#: libraries/classes/Plugins/Export/ExportSql.php:1661 +#: libraries/classes/Plugins/Export/ExportSql.php:1662 msgid "Constraints for dumped tables" msgstr "已傾印資料表的限制式" -#: libraries/classes/Plugins/Export/ExportSql.php:1662 +#: libraries/classes/Plugins/Export/ExportSql.php:1663 msgid "Constraints for table" msgstr "資料表的限制式" -#: libraries/classes/Plugins/Export/ExportSql.php:1689 +#: libraries/classes/Plugins/Export/ExportSql.php:1690 msgid "Indexes for dumped tables" msgstr "已傾印資料表的索引" -#: libraries/classes/Plugins/Export/ExportSql.php:1690 +#: libraries/classes/Plugins/Export/ExportSql.php:1691 msgid "Indexes for table" msgstr "資料表索引" -#: libraries/classes/Plugins/Export/ExportSql.php:1720 +#: libraries/classes/Plugins/Export/ExportSql.php:1721 msgid "AUTO_INCREMENT for dumped tables" msgstr "在傾印的資料表使用自動遞增(AUTO_INCREMENT)" -#: libraries/classes/Plugins/Export/ExportSql.php:1721 +#: libraries/classes/Plugins/Export/ExportSql.php:1722 msgid "AUTO_INCREMENT for table" msgstr "使用資料表自動遞增(AUTO_INCREMENT)" -#: libraries/classes/Plugins/Export/ExportSql.php:1794 +#: libraries/classes/Plugins/Export/ExportSql.php:1795 msgid "MEDIA TYPES FOR TABLE" msgstr "資料表媒體類型表" -#: libraries/classes/Plugins/Export/ExportSql.php:1819 +#: libraries/classes/Plugins/Export/ExportSql.php:1820 msgid "RELATIONSHIPS FOR TABLE" msgstr "資料表的關聯" -#: libraries/classes/Plugins/Export/ExportSql.php:1990 +#: libraries/classes/Plugins/Export/ExportSql.php:1991 msgid "It appears your table uses triggers;" msgstr "資料表使用了觸發器;" -#: libraries/classes/Plugins/Export/ExportSql.php:2020 +#: libraries/classes/Plugins/Export/ExportSql.php:2021 #, php-format msgid "Structure for view %s exported as a table" msgstr "將檢視表 %s 結構匯出成資料表" -#: libraries/classes/Plugins/Export/ExportSql.php:2040 +#: libraries/classes/Plugins/Export/ExportSql.php:2041 msgid "(See below for the actual view)" msgstr "(請參考以下實際畫面)" -#: libraries/classes/Plugins/Export/ExportSql.php:2106 +#: libraries/classes/Plugins/Export/ExportSql.php:2107 #, php-format msgid "Error reading data for table %s:" msgstr "讀取資料表 %s 的資料時出現錯誤:" -#: libraries/classes/Plugins/Export/ExportSql.php:2718 +#: libraries/classes/Plugins/Export/ExportSql.php:2719 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 msgid "Creation:" msgstr "建立時間:" -#: libraries/classes/Plugins/Export/ExportSql.php:2728 +#: libraries/classes/Plugins/Export/ExportSql.php:2729 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 msgid "Last update:" msgstr "最後更新:" -#: libraries/classes/Plugins/Export/ExportSql.php:2738 +#: libraries/classes/Plugins/Export/ExportSql.php:2739 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 msgid "Last check:" msgstr "最後檢查:" -#: libraries/classes/Plugins/Export/ExportSql.php:2763 +#: libraries/classes/Plugins/Export/ExportSql.php:2764 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "相容其他資料庫系統或舊版本的 MySQL 伺服器:" -#: libraries/classes/Plugins/Export/ExportXml.php:98 +#: libraries/classes/Plugins/Export/ExportXml.php:99 msgid "Object creation options (all are recommended)" msgstr "物件建立選項 (建議全選)" -#: libraries/classes/Plugins/Export/ExportXml.php:142 +#: libraries/classes/Plugins/Export/ExportXml.php:143 msgid "Export contents" msgstr "匯出內容" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 #: templates/menu/breadcrumbs.twig:29 msgid "Table:" msgstr "資料表:" -#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203 +#: libraries/classes/Plugins/Export/Helpers/Pdf.php:204 msgid "Purpose:" msgstr "用途:" @@ -11889,76 +11884,76 @@ msgstr "請檢查資料庫所在的資料夾權限。" msgid "Details…" msgstr "詳細資訊…" -#: libraries/classes/RecentFavoriteTable.php:151 +#: libraries/classes/RecentFavoriteTable.php:152 msgid "Could not save recent table!" msgstr "無法儲存最近使用的資料表!" -#: libraries/classes/RecentFavoriteTable.php:155 +#: libraries/classes/RecentFavoriteTable.php:156 msgid "Could not save favorite table!" msgstr "無法儲存最愛資料表!" -#: libraries/classes/RecentFavoriteTable.php:239 +#: libraries/classes/RecentFavoriteTable.php:240 msgid "Recent tables" msgstr "最近使用的資料表" -#: libraries/classes/RecentFavoriteTable.php:241 +#: libraries/classes/RecentFavoriteTable.php:242 msgid "Recent" msgstr "最近使用" -#: libraries/classes/RecentFavoriteTable.php:245 +#: libraries/classes/RecentFavoriteTable.php:246 msgid "Favorites" msgstr "最愛" -#: libraries/classes/ReplicationGui.php:447 +#: libraries/classes/ReplicationGui.php:448 msgid "" "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] " "in phpMyAdmin configuration." msgstr "" "已停用連線至伺服器,請於 phpMyAdmin 的設定啟用 $cfg['AllowArbitraryServer']。" -#: libraries/classes/ReplicationGui.php:458 +#: libraries/classes/ReplicationGui.php:459 msgid "Replication started successfully." msgstr "備援啟動成功。" -#: libraries/classes/ReplicationGui.php:459 +#: libraries/classes/ReplicationGui.php:460 msgid "Error starting replication." msgstr "啟動備援時發生錯誤。" -#: libraries/classes/ReplicationGui.php:462 +#: libraries/classes/ReplicationGui.php:463 msgid "Replication stopped successfully." msgstr "成功停止備援。" -#: libraries/classes/ReplicationGui.php:463 +#: libraries/classes/ReplicationGui.php:464 msgid "Error stopping replication." msgstr "停止備援時發生錯誤。" -#: libraries/classes/ReplicationGui.php:466 +#: libraries/classes/ReplicationGui.php:467 msgid "Replication resetting successfully." msgstr "成功重設備援。" -#: libraries/classes/ReplicationGui.php:467 +#: libraries/classes/ReplicationGui.php:468 msgid "Error resetting replication." msgstr "重設備援時發生錯誤。" -#: libraries/classes/ReplicationGui.php:470 +#: libraries/classes/ReplicationGui.php:471 msgid "Success." msgstr "成功。" -#: libraries/classes/ReplicationGui.php:471 +#: libraries/classes/ReplicationGui.php:472 msgid "Error." msgstr "錯誤。" -#: libraries/classes/ReplicationGui.php:511 +#: libraries/classes/ReplicationGui.php:512 msgid "Unknown error" msgstr "不明錯誤" -#: libraries/classes/ReplicationGui.php:524 +#: libraries/classes/ReplicationGui.php:525 #, fuzzy, php-format #| msgid "Unable to connect to master %s." msgid "Unable to connect to primary %s." msgstr "無法連線到主要備援伺服器 %s。" -#: libraries/classes/ReplicationGui.php:534 +#: libraries/classes/ReplicationGui.php:535 #, fuzzy #| msgid "" #| "Unable to read master log position. Possible privilege problem on master." @@ -11966,13 +11961,13 @@ msgid "" "Unable to read primary log position. Possible privilege problem on primary." msgstr "無法讀取主要備援伺服器的記錄位置。主要備援伺服器的權限設定可能有問題。" -#: libraries/classes/ReplicationGui.php:552 +#: libraries/classes/ReplicationGui.php:553 #, fuzzy #| msgid "Unable to change master!" msgid "Unable to change primary!" msgstr "無法更改主要備援伺服器!" -#: libraries/classes/ReplicationGui.php:556 +#: libraries/classes/ReplicationGui.php:557 #, fuzzy, php-format #| msgid "Master server changed successfully to %s." msgid "Primary server changed successfully to %s." @@ -12020,8 +12015,8 @@ msgid "Error while loading the search." msgstr "載入搜尋時發生錯誤。" #: libraries/classes/Server/Plugins.php:66 -#: libraries/classes/Server/Privileges.php:822 -#: libraries/classes/Server/Privileges.php:3742 +#: libraries/classes/Server/Privileges.php:821 +#: libraries/classes/Server/Privileges.php:3740 msgid "Native MySQL authentication" msgstr "原生 MySQL 認證" @@ -12052,16 +12047,16 @@ msgstr "原生 MySQL 認證" msgid "Account locking is not supported." msgstr "" -#: libraries/classes/Server/Privileges.php:292 +#: libraries/classes/Server/Privileges.php:291 msgid "No privileges." msgstr "沒有權限。" -#: libraries/classes/Server/Privileges.php:300 +#: libraries/classes/Server/Privileges.php:299 msgid "Includes all privileges except GRANT." msgstr "除了 GRANT 以外的所有權限。" -#: libraries/classes/Server/Privileges.php:322 -#: libraries/classes/Server/Privileges.php:389 +#: libraries/classes/Server/Privileges.php:321 +#: libraries/classes/Server/Privileges.php:388 #: templates/server/privileges/privileges_table.twig:125 #: templates/server/privileges/privileges_table.twig:128 #: templates/server/privileges/privileges_table.twig:326 @@ -12069,7 +12064,7 @@ msgstr "除了 GRANT 以外的所有權限。" msgid "Allows deleting data." msgstr "允許刪除資料。" -#: libraries/classes/Server/Privileges.php:327 +#: libraries/classes/Server/Privileges.php:326 #: templates/server/privileges/privileges_table.twig:137 #: templates/server/privileges/privileges_table.twig:140 #: templates/server/privileges/privileges_table.twig:367 @@ -12077,7 +12072,7 @@ msgstr "允許刪除資料。" msgid "Allows creating new tables." msgstr "允許建立新的資料表。" -#: libraries/classes/Server/Privileges.php:332 +#: libraries/classes/Server/Privileges.php:331 #: templates/server/privileges/privileges_table.twig:149 #: templates/server/privileges/privileges_table.twig:152 #: templates/server/privileges/privileges_table.twig:415 @@ -12085,8 +12080,8 @@ msgstr "允許建立新的資料表。" msgid "Allows dropping tables." msgstr "允許刪除資料表。" -#: libraries/classes/Server/Privileges.php:337 -#: libraries/classes/Server/Privileges.php:429 +#: libraries/classes/Server/Privileges.php:336 +#: libraries/classes/Server/Privileges.php:428 #: templates/server/privileges/privileges_table.twig:174 #: templates/server/privileges/privileges_table.twig:177 #: templates/server/privileges/privileges_table.twig:399 @@ -12094,8 +12089,8 @@ msgstr "允許刪除資料表。" msgid "Allows creating and dropping indexes." msgstr "允許建立和刪除索引。" -#: libraries/classes/Server/Privileges.php:342 -#: libraries/classes/Server/Privileges.php:434 +#: libraries/classes/Server/Privileges.php:341 +#: libraries/classes/Server/Privileges.php:433 #: templates/server/privileges/privileges_table.twig:186 #: templates/server/privileges/privileges_table.twig:189 #: templates/server/privileges/privileges_table.twig:386 @@ -12103,9 +12098,9 @@ msgstr "允許建立和刪除索引。" msgid "Allows altering the structure of existing tables." msgstr "允許修改現有資料表的結構。" -#: libraries/classes/Server/Privileges.php:347 -#: libraries/classes/Server/Privileges.php:473 -#: libraries/classes/Server/Privileges.php:489 +#: libraries/classes/Server/Privileges.php:346 +#: libraries/classes/Server/Privileges.php:472 +#: libraries/classes/Server/Privileges.php:488 #: templates/server/privileges/privileges_table.twig:198 #: templates/server/privileges/privileges_table.twig:201 #: templates/server/privileges/privileges_table.twig:500 @@ -12115,9 +12110,9 @@ msgstr "允許修改現有資料表的結構。" msgid "Allows creating new views." msgstr "允許建立新的檢視表。" -#: libraries/classes/Server/Privileges.php:352 -#: libraries/classes/Server/Privileges.php:494 -#: libraries/classes/Server/Privileges.php:500 +#: libraries/classes/Server/Privileges.php:351 +#: libraries/classes/Server/Privileges.php:493 +#: libraries/classes/Server/Privileges.php:499 #: templates/server/privileges/privileges_table.twig:210 #: templates/server/privileges/privileges_table.twig:213 #: templates/server/privileges/privileges_table.twig:447 @@ -12125,8 +12120,8 @@ msgstr "允許建立新的檢視表。" msgid "Allows performing SHOW CREATE VIEW queries." msgstr "允許執行 SHOW CREATE VIEW 查詢。" -#: libraries/classes/Server/Privileges.php:357 -#: libraries/classes/Server/Privileges.php:483 +#: libraries/classes/Server/Privileges.php:356 +#: libraries/classes/Server/Privileges.php:482 #: templates/server/privileges/privileges_table.twig:222 #: templates/server/privileges/privileges_table.twig:225 #: templates/server/privileges/privileges_table.twig:543 @@ -12134,76 +12129,76 @@ msgstr "允許執行 SHOW CREATE VIEW 查詢。" msgid "Allows creating and dropping triggers." msgstr "允許建立和刪除觸發器。" -#: libraries/classes/Server/Privileges.php:374 +#: libraries/classes/Server/Privileges.php:373 #: templates/server/privileges/privileges_table.twig:16 #: templates/server/privileges/privileges_table.twig:287 #: templates/server/privileges/privileges_table.twig:290 msgid "Allows reading data." msgstr "允許讀取資料。" -#: libraries/classes/Server/Privileges.php:379 +#: libraries/classes/Server/Privileges.php:378 #: templates/server/privileges/privileges_table.twig:43 #: templates/server/privileges/privileges_table.twig:300 #: templates/server/privileges/privileges_table.twig:303 msgid "Allows inserting and replacing data." msgstr "允許新增與取代資料。" -#: libraries/classes/Server/Privileges.php:384 +#: libraries/classes/Server/Privileges.php:383 #: templates/server/privileges/privileges_table.twig:70 #: templates/server/privileges/privileges_table.twig:313 #: templates/server/privileges/privileges_table.twig:316 msgid "Allows changing data." msgstr "允許更改資料。" -#: libraries/classes/Server/Privileges.php:394 +#: libraries/classes/Server/Privileges.php:393 #: templates/server/privileges/privileges_table.twig:365 #: templates/server/privileges/privileges_table.twig:373 msgid "Allows creating new databases and tables." msgstr "允許建立新資料庫和資料表。" -#: libraries/classes/Server/Privileges.php:399 +#: libraries/classes/Server/Privileges.php:398 #: templates/server/privileges/privileges_table.twig:413 #: templates/server/privileges/privileges_table.twig:421 msgid "Allows dropping databases and tables." msgstr "允許刪除資料庫和資料表。" -#: libraries/classes/Server/Privileges.php:404 +#: libraries/classes/Server/Privileges.php:403 #: templates/server/privileges/privileges_table.twig:610 #: templates/server/privileges/privileges_table.twig:613 msgid "Allows reloading server settings and flushing the server's caches." msgstr "允許重新載入伺服器設定,並重新整理伺服器的快取。" -#: libraries/classes/Server/Privileges.php:409 +#: libraries/classes/Server/Privileges.php:408 #: templates/server/privileges/privileges_table.twig:623 #: templates/server/privileges/privileges_table.twig:626 msgid "Allows shutting down the server." msgstr "允許關閉伺服器。" -#: libraries/classes/Server/Privileges.php:414 +#: libraries/classes/Server/Privileges.php:413 #: templates/server/privileges/privileges_table.twig:597 #: templates/server/privileges/privileges_table.twig:600 msgid "Allows viewing processes of all users." msgstr "允許查看所有使用者的執行程序。" -#: libraries/classes/Server/Privileges.php:419 +#: libraries/classes/Server/Privileges.php:418 #: templates/server/privileges/privileges_table.twig:340 #: templates/server/privileges/privileges_table.twig:343 msgid "Allows importing data from and exporting data into files." msgstr "允許從檔案匯入資料,以及將資料匯出至檔案。" -#: libraries/classes/Server/Privileges.php:424 +#: libraries/classes/Server/Privileges.php:423 #: templates/server/privileges/privileges_table.twig:97 #: templates/server/privileges/privileges_table.twig:677 msgid "Has no effect in this MySQL version." msgstr "在此版本的 MySQL 無效。" -#: libraries/classes/Server/Privileges.php:439 +#: libraries/classes/Server/Privileges.php:438 #: templates/server/privileges/privileges_table.twig:636 #: templates/server/privileges/privileges_table.twig:639 msgid "Gives access to the complete list of databases." msgstr "允許存取完整的資料庫列表。" -#: libraries/classes/Server/Privileges.php:445 +#: libraries/classes/Server/Privileges.php:444 #: templates/server/privileges/privileges_table.twig:583 #: templates/server/privileges/privileges_table.twig:587 msgid "" @@ -12214,19 +12209,19 @@ msgstr "" "允許在到達連線數量上限時,仍可登入資料庫。當要進行最高層級的動作,例如設定全" "域變數或中止其他使用者的執行緒,此權限是必須的。" -#: libraries/classes/Server/Privileges.php:453 +#: libraries/classes/Server/Privileges.php:452 #: templates/server/privileges/privileges_table.twig:434 #: templates/server/privileges/privileges_table.twig:437 msgid "Allows creating temporary tables." msgstr "允許建立暫存資料表。" -#: libraries/classes/Server/Privileges.php:458 +#: libraries/classes/Server/Privileges.php:457 #: templates/server/privileges/privileges_table.twig:664 #: templates/server/privileges/privileges_table.twig:667 msgid "Allows locking tables for the current thread." msgstr "允許鎖定目前執行緒的資料表。" -#: libraries/classes/Server/Privileges.php:463 +#: libraries/classes/Server/Privileges.php:462 #: templates/server/privileges/privileges_table.twig:705 #: templates/server/privileges/privileges_table.twig:708 #, fuzzy @@ -12234,7 +12229,7 @@ msgstr "允許鎖定目前執行緒的資料表。" msgid "Needed for the replication replicas." msgstr "使用次要備援伺服器所需的權限。" -#: libraries/classes/Server/Privileges.php:468 +#: libraries/classes/Server/Privileges.php:467 #: templates/server/privileges/privileges_table.twig:692 #: templates/server/privileges/privileges_table.twig:695 #, fuzzy @@ -12242,61 +12237,61 @@ msgstr "使用次要備援伺服器所需的權限。" msgid "Allows the user to ask where the replicas / primaries are." msgstr "允許使用者查詢次要/主要備援伺服器的位置。" -#: libraries/classes/Server/Privileges.php:478 +#: libraries/classes/Server/Privileges.php:477 #: templates/server/privileges/privileges_table.twig:530 #: templates/server/privileges/privileges_table.twig:533 msgid "Allows to set up events for the event scheduler." msgstr "允許為事件設定排程。" #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement" -#: libraries/classes/Server/Privileges.php:507 -#: libraries/classes/Server/Privileges.php:516 +#: libraries/classes/Server/Privileges.php:506 +#: libraries/classes/Server/Privileges.php:515 #: templates/server/privileges/privileges_table.twig:235 #: templates/server/privileges/privileges_table.twig:239 msgid "Allows deleting historical rows." msgstr "允許刪除歷史資料列。" -#: libraries/classes/Server/Privileges.php:521 +#: libraries/classes/Server/Privileges.php:520 #: templates/server/privileges/privileges_table.twig:460 #: templates/server/privileges/privileges_table.twig:463 msgid "Allows creating stored routines." msgstr "允許建立預存程序。" -#: libraries/classes/Server/Privileges.php:526 +#: libraries/classes/Server/Privileges.php:525 #: templates/server/privileges/privileges_table.twig:473 #: templates/server/privileges/privileges_table.twig:476 msgid "Allows altering and dropping stored routines." msgstr "允許修改或刪除預存程序。" -#: libraries/classes/Server/Privileges.php:531 +#: libraries/classes/Server/Privileges.php:530 #: templates/server/privileges/privileges_table.twig:718 #: templates/server/privileges/privileges_table.twig:721 msgid "Allows creating, dropping and renaming user accounts." msgstr "允許建立、刪除和重新命名使用者帳號。" -#: libraries/classes/Server/Privileges.php:536 +#: libraries/classes/Server/Privileges.php:535 #: templates/server/privileges/privileges_table.twig:486 #: templates/server/privileges/privileges_table.twig:489 msgid "Allows executing stored routines." msgstr "允許執行預存程序。" -#: libraries/classes/Server/Privileges.php:1106 +#: libraries/classes/Server/Privileges.php:1105 #, php-format msgid "The password for %s was changed successfully." msgstr "已修改 %s 的密碼。" -#: libraries/classes/Server/Privileges.php:1154 +#: libraries/classes/Server/Privileges.php:1153 #, php-format msgid "You have revoked the privileges for %s." msgstr "已收回 %s 的權限。" -#: libraries/classes/Server/Privileges.php:1462 +#: libraries/classes/Server/Privileges.php:1460 #: templates/database/privileges/index.twig:124 #: templates/table/privileges/index.twig:127 msgid "Not enough privilege to view users." msgstr "權限不足以檢視使用者。" -#: libraries/classes/Server/Privileges.php:1524 +#: libraries/classes/Server/Privileges.php:1522 #: templates/database/privileges/index.twig:80 #: templates/server/privileges/new_user_ajax.twig:45 #: templates/server/privileges/users_overview.twig:75 @@ -12304,84 +12299,84 @@ msgstr "權限不足以檢視使用者。" msgid "Edit privileges" msgstr "編輯權限" -#: libraries/classes/Server/Privileges.php:1528 +#: libraries/classes/Server/Privileges.php:1526 msgid "Revoke" msgstr "撤銷" -#: libraries/classes/Server/Privileges.php:1838 +#: libraries/classes/Server/Privileges.php:1836 #: templates/server/privileges/privileges_table.twig:265 msgid "Database-specific privileges" msgstr "指定資料庫權限" -#: libraries/classes/Server/Privileges.php:1844 +#: libraries/classes/Server/Privileges.php:1842 #: templates/server/privileges/privileges_summary.twig:19 #: templates/server/privileges/privileges_table.twig:7 #: templates/server/privileges/privileges_table.twig:267 msgid "Table-specific privileges" msgstr "指定資料表權限" +#: libraries/classes/Server/Privileges.php:1847 #: libraries/classes/Server/Privileges.php:1849 -#: libraries/classes/Server/Privileges.php:1851 #: templates/server/privileges/edit_routine_privileges.twig:29 #: templates/server/privileges/edit_routine_privileges.twig:46 #: templates/server/privileges/edit_routine_privileges.twig:59 msgid "Routine" msgstr "預存程序" -#: libraries/classes/Server/Privileges.php:1850 +#: libraries/classes/Server/Privileges.php:1848 #: templates/server/privileges/edit_routine_privileges.twig:47 msgid "Routine-specific privileges" msgstr "預存程序特定的權限" -#: libraries/classes/Server/Privileges.php:2193 +#: libraries/classes/Server/Privileges.php:2191 msgid "No users selected for deleting!" msgstr "未有選擇要刪除的使用者!" -#: libraries/classes/Server/Privileges.php:2196 +#: libraries/classes/Server/Privileges.php:2194 msgid "Reloading the privileges" msgstr "重新載入權限" -#: libraries/classes/Server/Privileges.php:2221 +#: libraries/classes/Server/Privileges.php:2219 msgid "The selected users have been deleted successfully." msgstr "已成功刪除所選的使用者。" -#: libraries/classes/Server/Privileges.php:2298 +#: libraries/classes/Server/Privileges.php:2296 #, php-format msgid "You have updated the privileges for %s." msgstr "已更新了 %s 的權限。" -#: libraries/classes/Server/Privileges.php:2385 +#: libraries/classes/Server/Privileges.php:2383 #: templates/database/privileges/index.twig:102 #: templates/table/privileges/index.twig:106 msgid "No user found." msgstr "找不到使用者。" -#: libraries/classes/Server/Privileges.php:2472 +#: libraries/classes/Server/Privileges.php:2470 #, php-format msgid "Deleting %s" msgstr "正在刪除 %s" -#: libraries/classes/Server/Privileges.php:2503 +#: libraries/classes/Server/Privileges.php:2501 msgid "The privileges were reloaded successfully." msgstr "已成功重新載入權限。" -#: libraries/classes/Server/Privileges.php:2607 +#: libraries/classes/Server/Privileges.php:2605 #, php-format msgid "The user %s already exists!" msgstr "已有 %s 使用者!" -#: libraries/classes/Server/Privileges.php:2882 +#: libraries/classes/Server/Privileges.php:2880 #, php-format msgid "Privileges for %s" msgstr "%s 的權限" -#: libraries/classes/Server/Privileges.php:2891 +#: libraries/classes/Server/Privileges.php:2889 #: libraries/classes/Server/Status/Processes.php:110 #: templates/server/user_groups/user_listings.twig:9 msgid "User" msgstr "使用者" -#: libraries/classes/Server/Privileges.php:3000 +#: libraries/classes/Server/Privileges.php:2998 msgid "" "A user account allowing any user from localhost to connect is present. This " "will prevent other users from connecting if the host part of their account " @@ -12390,7 +12385,7 @@ msgstr "" "已存在允許任何來自 localhost 連線的使用者帳號,這將會導致其他若在帳號中的主機" "允許來自任何(%)地方連線使用者無法使用。" -#: libraries/classes/Server/Privileges.php:3034 +#: libraries/classes/Server/Privileges.php:3032 #, php-format msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " @@ -12402,7 +12397,7 @@ msgstr "" "限,則表中顯示的內容可能與伺服器實際使用的使用者權限有異。在這種情況下,您應" "在繼續前 %s重新載入權限%s。" -#: libraries/classes/Server/Privileges.php:3050 +#: libraries/classes/Server/Privileges.php:3048 msgid "" "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege " "tables. The content of these tables may differ from the privileges the " @@ -12414,7 +12409,7 @@ msgstr "" "動的修改,這些資料表的內容可能將與伺服器實際使用的權限有所不同。 在此情況下才" "需要重新整理權限,目前您並不需要重新整理 (RELOAD) 權限。" -#: libraries/classes/Server/Privileges.php:3364 +#: libraries/classes/Server/Privileges.php:3362 msgid "You have added a new user." msgstr "已新增了新的使用者。" @@ -12610,7 +12605,7 @@ msgstr "此 MySQL 伺服器已停用 %s。" msgid "This MySQL server does not support the %s storage engine." msgstr "此 MySQL 伺服器不支援 %s 儲存引擎。" -#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2045 +#: libraries/classes/Table/Indexes.php:59 libraries/classes/Table.php:2046 msgid "The name of the primary key must be \"PRIMARY\"!" msgstr "主鍵名稱必須為 PRIMARY!" @@ -12619,43 +12614,43 @@ msgstr "主鍵名稱必須為 PRIMARY!" msgid "Problems with indexes of table `%s`" msgstr "資料表「%s」的索引有問題" -#: libraries/classes/Table.php:327 +#: libraries/classes/Table.php:328 msgid "Unknown table status:" msgstr "資料表狀態不明:" -#: libraries/classes/Table.php:958 +#: libraries/classes/Table.php:959 #, php-format msgid "Source database `%s` was not found!" msgstr "找不到來源資料庫「%s」!" -#: libraries/classes/Table.php:967 +#: libraries/classes/Table.php:968 #, php-format msgid "Target database `%s` was not found!" msgstr "找不到目標資料庫「%s」!" -#: libraries/classes/Table.php:1430 +#: libraries/classes/Table.php:1431 msgid "Invalid database:" msgstr "資料庫無效:" -#: libraries/classes/Table.php:1448 +#: libraries/classes/Table.php:1449 msgid "Invalid table name:" msgstr "資料表名稱無效:" -#: libraries/classes/Table.php:1482 +#: libraries/classes/Table.php:1483 #, php-format msgid "Failed to rename table %1$s to %2$s!" msgstr "未能將資料表 %1$s 重新命名為 %2$s!" -#: libraries/classes/Table.php:1499 +#: libraries/classes/Table.php:1500 #, php-format msgid "Table %1$s has been renamed to %2$s." msgstr "資料表 %1$s 已重新命名為 %2$s。" -#: libraries/classes/Table.php:1742 +#: libraries/classes/Table.php:1743 msgid "Could not save table UI preferences!" msgstr "無法儲存資料表的「介面偏好」!" -#: libraries/classes/Table.php:1766 +#: libraries/classes/Table.php:1767 #, php-format msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" @@ -12663,7 +12658,7 @@ msgid "" msgstr "" "未能清理資料表的「介面偏好」 (詳見 $cfg['Servers'][$i]['MaxTableUiprefs'] %s)" -#: libraries/classes/Table.php:1900 +#: libraries/classes/Table.php:1901 #, php-format msgid "" "Cannot save UI property \"%s\". The changes made will not be persistent " @@ -12673,15 +12668,15 @@ msgstr "" "無法儲存介面偏好屬性「%s」。這個修改在更新頁面後會消失。請檢查該資料表的結構" "是否改了。" -#: libraries/classes/Table.php:2057 +#: libraries/classes/Table.php:2058 msgid "Can't rename index to PRIMARY!" msgstr "無法將索引改名為「主鍵(PRIMARY)」!" -#: libraries/classes/Table.php:2083 +#: libraries/classes/Table.php:2084 msgid "No index parts defined!" msgstr "沒有定義的索引部分!" -#: libraries/classes/Table.php:2374 +#: libraries/classes/Table.php:2375 #, php-format msgid "Error creating foreign key on %1$s (check data types)" msgstr "於 %1$s 建立外鍵時發生錯誤 (請檢查資料類型)" @@ -13131,11 +13126,11 @@ msgstr "已更新設定檔案。" msgid "Password is too long!" msgstr "密碼過長!" -#: libraries/classes/UserPreferences.php:179 +#: libraries/classes/UserPreferences.php:180 msgid "Could not save configuration" msgstr "無法儲存設定" -#: libraries/classes/UserPreferences.php:193 +#: libraries/classes/UserPreferences.php:194 #, fuzzy #| msgid "" #| "%sCreate%s the phpMyAdmin configuration storage in the current database." @@ -18601,6 +18596,10 @@ msgstr "檢視(VIEW)名稱" msgid "Column names" msgstr "欄位名稱" +#, php-format +#~ msgid "Analyze Explain at %s" +#~ msgstr "分析語句於 %s" + #~ msgid "Key is too short, it should have at least 32 characters." #~ msgstr "金鑰太短,至少應有 32 個字元。"