Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
1ef388cb0c
@ -11,8 +11,8 @@ Contents:
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
require
|
||||
intro
|
||||
require
|
||||
setup
|
||||
config
|
||||
transformations
|
||||
|
||||
@ -10,8 +10,10 @@ database. It's up to you to look up the appropriate part in the MySQL
|
||||
manual.
|
||||
|
||||
|
||||
Supported features
|
||||
------------------
|
||||
|
||||
Currently phpMyAdmin can:
|
||||
+++++++++++++++++++++++++
|
||||
|
||||
* browse and drop databases, tables, views, columns and indexes
|
||||
* display multiple results sets through stored procedures or queries
|
||||
@ -51,8 +53,8 @@ Currently phpMyAdmin can:
|
||||
servers see :ref:`faq9_1`
|
||||
|
||||
|
||||
A word about users:
|
||||
-------------------
|
||||
A word about users
|
||||
------------------
|
||||
|
||||
Many people have difficulty understanding the concept of user
|
||||
management with regards to phpMyAdmin. When a user logs in to
|
||||
|
||||
@ -406,7 +406,7 @@ if ($import_file != 'none' && ! $error) {
|
||||
} elseif (! $error) {
|
||||
if (! isset($import_text) || empty($import_text)) {
|
||||
$message = PMA_Message::error(
|
||||
__('No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See [doc@faq1_16]FAQ 1.16[/doc].')
|
||||
__('No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See [doc@faq1-16]FAQ 1.16[/doc].')
|
||||
);
|
||||
$error = true;
|
||||
}
|
||||
|
||||
@ -521,7 +521,7 @@ if ($cfg['SuhosinDisableWarning'] == false
|
||||
trigger_error(
|
||||
sprintf(
|
||||
__('Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'),
|
||||
'[doc@faq1_38]',
|
||||
'[doc@faq1-38]',
|
||||
'[/doc]'
|
||||
),
|
||||
E_USER_WARNING
|
||||
|
||||
@ -4495,7 +4495,7 @@ class PMA_DisplayResults
|
||||
$pre_count = '~';
|
||||
$after_count = PMA_Util::showHint(
|
||||
PMA_sanitize(
|
||||
__('May be approximate. See [doc@faq3_11]FAQ 3.11[/doc]')
|
||||
__('May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]')
|
||||
)
|
||||
);
|
||||
} else {
|
||||
|
||||
@ -472,7 +472,7 @@ class PMA_File
|
||||
|| ! is_writable($GLOBALS['cfg']['TempDir'])
|
||||
) {
|
||||
// cannot create directory or access, point user to FAQ 1.11
|
||||
$this->_error_message = __('Error moving the uploaded file, see [doc@faq1_11]FAQ 1.11[/doc]');
|
||||
$this->_error_message = __('Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]');
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
@ -151,7 +151,7 @@ if ($_SESSION[$SESSION_KEY]["handler"] != "UploadNoplugin") {
|
||||
<?php
|
||||
} else { // no plugin available
|
||||
?>
|
||||
$('#upload_form_status_info').html('<img src="<?php echo $GLOBALS['pmaThemeImage'];?>ajax_clock_small.gif" width="16" height="16" alt="ajax clock" /> <?php echo PMA_jsFormat(__('Please be patient, the file is being uploaded. Details about the upload are not available.'), false) . PMA_Util::showDocu('faq', 'faq2_9'); ?>');
|
||||
$('#upload_form_status_info').html('<img src="<?php echo $GLOBALS['pmaThemeImage'];?>ajax_clock_small.gif" width="16" height="16" alt="ajax clock" /> <?php echo PMA_jsFormat(__('Please be patient, the file is being uploaded. Details about the upload are not available.'), false) . PMA_Util::showDocu('faq', 'faq2-9'); ?>');
|
||||
$('#upload_form_status').css("display", "none");
|
||||
<?php
|
||||
} // else
|
||||
|
||||
@ -775,7 +775,7 @@ function PMA_TableHeader($db_is_information_schema = false, $replication = false
|
||||
.'<th>' . PMA_sortableTableHeader(__('Rows'), 'records', 'DESC')
|
||||
. PMA_Util::showHint(
|
||||
PMA_sanitize(
|
||||
__('May be approximate. See [doc@faq3_11]FAQ 3.11[/doc]')
|
||||
__('May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]')
|
||||
)
|
||||
) . "\n"
|
||||
.'</th>' . "\n";
|
||||
|
||||
386
po/be@latin.po
386
po/be@latin.po
File diff suppressed because it is too large
Load Diff
404
po/en_GB.po
404
po/en_GB.po
File diff suppressed because it is too large
Load Diff
@ -8,10 +8,11 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 4.0.0-dev\n"
|
||||
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
|
||||
"POT-Creation-Date: 2012-11-11 08:58-0500\n"
|
||||
"POT-Creation-Date: 2012-11-12 14:19+0100\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
@ -24,7 +25,7 @@ msgid "Show all"
|
||||
msgstr ""
|
||||
|
||||
#: browse_foreigners.php:77 libraries/PDF.class.php:66
|
||||
#: libraries/Util.class.php:2499
|
||||
#: libraries/Util.class.php:2530
|
||||
#: libraries/schema/Pdf_Relation_Schema.class.php:1178
|
||||
#: libraries/schema/Pdf_Relation_Schema.class.php:1202
|
||||
#: libraries/schema/User_Schema.class.php:417
|
||||
@ -40,9 +41,9 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#: browse_foreigners.php:166 libraries/Menu.class.php:263
|
||||
#: libraries/Menu.class.php:352 libraries/Util.class.php:3227
|
||||
#: libraries/Util.class.php:3234 libraries/Util.class.php:3439
|
||||
#: libraries/Util.class.php:3440
|
||||
#: libraries/Menu.class.php:352 libraries/Util.class.php:3258
|
||||
#: libraries/Util.class.php:3265 libraries/Util.class.php:3470
|
||||
#: libraries/Util.class.php:3471
|
||||
msgid "Search"
|
||||
msgstr ""
|
||||
|
||||
@ -51,7 +52,7 @@ msgstr ""
|
||||
#: libraries/TableSearch.class.php:1136 libraries/core.lib.php:541
|
||||
#: libraries/display_change_password.lib.php:95
|
||||
#: libraries/display_create_table.lib.php:61
|
||||
#: libraries/display_export.lib.php:439 libraries/display_import.lib.php:337
|
||||
#: libraries/display_export.lib.php:440 libraries/display_import.lib.php:337
|
||||
#: libraries/insert_edit.lib.php:1576 libraries/insert_edit.lib.php:1611
|
||||
#: libraries/operations.lib.php:39 libraries/operations.lib.php:82
|
||||
#: libraries/operations.lib.php:210 libraries/operations.lib.php:256
|
||||
@ -444,7 +445,7 @@ msgid "Delete tracking data for this table"
|
||||
msgstr ""
|
||||
|
||||
#: db_tracking.php:103 libraries/Index.class.php:629
|
||||
#: libraries/Util.class.php:3444 libraries/Util.class.php:3445
|
||||
#: libraries/Util.class.php:3475 libraries/Util.class.php:3476
|
||||
#: libraries/structure.lib.php:310 libraries/structure.lib.php:1384
|
||||
#: libraries/structure.lib.php:2224 libraries/structure.lib.php:2226
|
||||
#: server_databases.php:327
|
||||
@ -608,8 +609,8 @@ msgstr ""
|
||||
#: import.php:93
|
||||
#, possible-php-format
|
||||
msgid ""
|
||||
"You probably tried to upload a file that is too large. Please refer to %"
|
||||
"sdocumentation%s for a workaround for this limit."
|
||||
"You probably tried to upload a file that is too large. Please refer to "
|
||||
"%sdocumentation%s for a workaround for this limit."
|
||||
msgstr ""
|
||||
|
||||
#: import.php:232 import.php:497
|
||||
@ -637,7 +638,7 @@ msgstr ""
|
||||
msgid ""
|
||||
"No data was received to import. Either no file name was submitted, or the "
|
||||
"file size exceeded the maximum size permitted by your PHP configuration. See "
|
||||
"[doc@faq1_16]FAQ 1.16[/doc]."
|
||||
"[doc@faq1-16]FAQ 1.16[/doc]."
|
||||
msgstr ""
|
||||
|
||||
#: import.php:429
|
||||
@ -678,7 +679,7 @@ msgstr ""
|
||||
msgid "Your SQL query has been executed successfully"
|
||||
msgstr ""
|
||||
|
||||
#: import_status.php:101 libraries/Util.class.php:726
|
||||
#: import_status.php:101 libraries/Util.class.php:757
|
||||
#: libraries/schema/Export_Relation_Schema.class.php:239 user_password.php:240
|
||||
msgid "Back"
|
||||
msgstr ""
|
||||
@ -708,7 +709,7 @@ msgstr ""
|
||||
msgid "Database server"
|
||||
msgstr ""
|
||||
|
||||
#: index.php:234 libraries/Menu.class.php:150 libraries/common.inc.php:650
|
||||
#: index.php:234 libraries/Menu.class.php:150 libraries/common.inc.php:649
|
||||
#: libraries/config/messages.inc.php:508 server_status.php:827
|
||||
msgid "Server"
|
||||
msgstr ""
|
||||
@ -760,7 +761,7 @@ msgstr ""
|
||||
#: libraries/config/FormDisplay.tpl.php:147
|
||||
#: libraries/display_export.lib.php:280 libraries/engines/pbxt.lib.php:112
|
||||
#: libraries/navigation/NavigationHeader.class.php:233
|
||||
#: libraries/relation.lib.php:88 server_variables.php:137
|
||||
#: libraries/relation.lib.php:90 server_variables.php:137
|
||||
msgid "Documentation"
|
||||
msgstr ""
|
||||
|
||||
@ -951,8 +952,8 @@ msgstr ""
|
||||
|
||||
#: js/messages.php:61 js/messages.php:286
|
||||
#: libraries/DisplayResults.class.php:3318 libraries/Index.class.php:593
|
||||
#: libraries/Util.class.php:660 libraries/Util.class.php:1205
|
||||
#: libraries/Util.class.php:3448 libraries/Util.class.php:3449
|
||||
#: libraries/Util.class.php:691 libraries/Util.class.php:1236
|
||||
#: libraries/Util.class.php:3479 libraries/Util.class.php:3480
|
||||
#: libraries/config/messages.inc.php:486
|
||||
#: libraries/schema/User_Schema.class.php:215 server_variables.php:130
|
||||
#: setup/frames/index.inc.php:147
|
||||
@ -989,12 +990,12 @@ msgid "Other"
|
||||
msgstr ""
|
||||
|
||||
#. l10n: Thousands separator
|
||||
#: js/messages.php:72 libraries/Util.class.php:1473
|
||||
#: js/messages.php:72 libraries/Util.class.php:1504
|
||||
msgid ","
|
||||
msgstr ""
|
||||
|
||||
#. l10n: Decimal separator
|
||||
#: js/messages.php:74 libraries/Util.class.php:1475
|
||||
#: js/messages.php:74 libraries/Util.class.php:1506
|
||||
msgid "."
|
||||
msgstr ""
|
||||
|
||||
@ -1073,13 +1074,13 @@ msgid "System swap"
|
||||
msgstr ""
|
||||
|
||||
#. l10n: shortcuts for Megabyte
|
||||
#: js/messages.php:100 js/messages.php:123 libraries/Util.class.php:1423
|
||||
#: js/messages.php:100 js/messages.php:123 libraries/Util.class.php:1454
|
||||
#: server_status.php:1934
|
||||
msgid "MiB"
|
||||
msgstr ""
|
||||
|
||||
#. l10n: shortcuts for Kilobyte
|
||||
#: js/messages.php:101 js/messages.php:122 libraries/Util.class.php:1421
|
||||
#: js/messages.php:101 js/messages.php:122 libraries/Util.class.php:1452
|
||||
#: server_status.php:1934
|
||||
msgid "KiB"
|
||||
msgstr ""
|
||||
@ -1137,27 +1138,27 @@ msgid "Connections"
|
||||
msgstr ""
|
||||
|
||||
#. l10n: shortcuts for Byte
|
||||
#: js/messages.php:121 libraries/Util.class.php:1419
|
||||
#: js/messages.php:121 libraries/Util.class.php:1450
|
||||
msgid "B"
|
||||
msgstr ""
|
||||
|
||||
#. l10n: shortcuts for Gigabyte
|
||||
#: js/messages.php:124 libraries/Util.class.php:1425
|
||||
#: js/messages.php:124 libraries/Util.class.php:1456
|
||||
msgid "GiB"
|
||||
msgstr ""
|
||||
|
||||
#. l10n: shortcuts for Terabyte
|
||||
#: js/messages.php:125 libraries/Util.class.php:1427
|
||||
#: js/messages.php:125 libraries/Util.class.php:1458
|
||||
msgid "TiB"
|
||||
msgstr ""
|
||||
|
||||
#. l10n: shortcuts for Petabyte
|
||||
#: js/messages.php:126 libraries/Util.class.php:1429
|
||||
#: js/messages.php:126 libraries/Util.class.php:1460
|
||||
msgid "PiB"
|
||||
msgstr ""
|
||||
|
||||
#. l10n: shortcuts for Exabyte
|
||||
#: js/messages.php:127 libraries/Util.class.php:1431
|
||||
#: js/messages.php:127 libraries/Util.class.php:1462
|
||||
msgid "EiB"
|
||||
msgstr ""
|
||||
|
||||
@ -1197,7 +1198,7 @@ msgstr ""
|
||||
|
||||
#: js/messages.php:139 libraries/DisplayResults.class.php:1287
|
||||
#: libraries/TableSearch.class.php:835 libraries/TableSearch.class.php:979
|
||||
#: libraries/display_export.lib.php:369
|
||||
#: libraries/display_export.lib.php:370
|
||||
#: libraries/plugins/export/ExportSql.class.php:1545
|
||||
#: libraries/server_privileges.lib.php:2126
|
||||
#: libraries/tbl_properties.inc.php:668 pmd_general.php:549
|
||||
@ -1962,63 +1963,63 @@ msgid "December"
|
||||
msgstr ""
|
||||
|
||||
#. l10n: Short month name
|
||||
#: js/messages.php:447 libraries/Util.class.php:1630
|
||||
#: js/messages.php:447 libraries/Util.class.php:1661
|
||||
msgid "Jan"
|
||||
msgstr ""
|
||||
|
||||
#. l10n: Short month name
|
||||
#: js/messages.php:449 libraries/Util.class.php:1632
|
||||
#: js/messages.php:449 libraries/Util.class.php:1663
|
||||
msgid "Feb"
|
||||
msgstr ""
|
||||
|
||||
#. l10n: Short month name
|
||||
#: js/messages.php:451 libraries/Util.class.php:1634
|
||||
#: js/messages.php:451 libraries/Util.class.php:1665
|
||||
msgid "Mar"
|
||||
msgstr ""
|
||||
|
||||
#. l10n: Short month name
|
||||
#: js/messages.php:453 libraries/Util.class.php:1636
|
||||
#: js/messages.php:453 libraries/Util.class.php:1667
|
||||
msgid "Apr"
|
||||
msgstr ""
|
||||
|
||||
#. l10n: Short month name
|
||||
#: js/messages.php:455 libraries/Util.class.php:1638
|
||||
#: js/messages.php:455 libraries/Util.class.php:1669
|
||||
msgctxt "Short month name"
|
||||
msgid "May"
|
||||
msgstr ""
|
||||
|
||||
#. l10n: Short month name
|
||||
#: js/messages.php:457 libraries/Util.class.php:1640
|
||||
#: js/messages.php:457 libraries/Util.class.php:1671
|
||||
msgid "Jun"
|
||||
msgstr ""
|
||||
|
||||
#. l10n: Short month name
|
||||
#: js/messages.php:459 libraries/Util.class.php:1642
|
||||
#: js/messages.php:459 libraries/Util.class.php:1673
|
||||
msgid "Jul"
|
||||
msgstr ""
|
||||
|
||||
#. l10n: Short month name
|
||||
#: js/messages.php:461 libraries/Util.class.php:1644
|
||||
#: js/messages.php:461 libraries/Util.class.php:1675
|
||||
msgid "Aug"
|
||||
msgstr ""
|
||||
|
||||
#. l10n: Short month name
|
||||
#: js/messages.php:463 libraries/Util.class.php:1646
|
||||
#: js/messages.php:463 libraries/Util.class.php:1677
|
||||
msgid "Sep"
|
||||
msgstr ""
|
||||
|
||||
#. l10n: Short month name
|
||||
#: js/messages.php:465 libraries/Util.class.php:1648
|
||||
#: js/messages.php:465 libraries/Util.class.php:1679
|
||||
msgid "Oct"
|
||||
msgstr ""
|
||||
|
||||
#. l10n: Short month name
|
||||
#: js/messages.php:467 libraries/Util.class.php:1650
|
||||
#: js/messages.php:467 libraries/Util.class.php:1681
|
||||
msgid "Nov"
|
||||
msgstr ""
|
||||
|
||||
#. l10n: Short month name
|
||||
#: js/messages.php:469 libraries/Util.class.php:1652
|
||||
#: js/messages.php:469 libraries/Util.class.php:1683
|
||||
msgid "Dec"
|
||||
msgstr ""
|
||||
|
||||
@ -2056,32 +2057,32 @@ msgid "Sun"
|
||||
msgstr ""
|
||||
|
||||
#. l10n: Short week day name
|
||||
#: js/messages.php:490 libraries/Util.class.php:1657
|
||||
#: js/messages.php:490 libraries/Util.class.php:1688
|
||||
msgid "Mon"
|
||||
msgstr ""
|
||||
|
||||
#. l10n: Short week day name
|
||||
#: js/messages.php:492 libraries/Util.class.php:1659
|
||||
#: js/messages.php:492 libraries/Util.class.php:1690
|
||||
msgid "Tue"
|
||||
msgstr ""
|
||||
|
||||
#. l10n: Short week day name
|
||||
#: js/messages.php:494 libraries/Util.class.php:1661
|
||||
#: js/messages.php:494 libraries/Util.class.php:1692
|
||||
msgid "Wed"
|
||||
msgstr ""
|
||||
|
||||
#. l10n: Short week day name
|
||||
#: js/messages.php:496 libraries/Util.class.php:1663
|
||||
#: js/messages.php:496 libraries/Util.class.php:1694
|
||||
msgid "Thu"
|
||||
msgstr ""
|
||||
|
||||
#. l10n: Short week day name
|
||||
#: js/messages.php:498 libraries/Util.class.php:1665
|
||||
#: js/messages.php:498 libraries/Util.class.php:1696
|
||||
msgid "Fri"
|
||||
msgstr ""
|
||||
|
||||
#. l10n: Short week day name
|
||||
#: js/messages.php:500 libraries/Util.class.php:1667
|
||||
#: js/messages.php:500 libraries/Util.class.php:1698
|
||||
msgid "Sat"
|
||||
msgstr ""
|
||||
|
||||
@ -2211,16 +2212,16 @@ msgstr ""
|
||||
msgid "per day"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/Config.class.php:918
|
||||
#: libraries/Config.class.php:922
|
||||
#, possible-php-format
|
||||
msgid "Existing configuration file (%s) is not readable."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/Config.class.php:948
|
||||
#: libraries/Config.class.php:952
|
||||
msgid "Wrong permissions on configuration file, should not be world writable!"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/Config.class.php:1524
|
||||
#: libraries/Config.class.php:1528
|
||||
msgid "Font size"
|
||||
msgstr ""
|
||||
|
||||
@ -2294,7 +2295,7 @@ msgstr ""
|
||||
msgid "SQL query on database <b>%s</b>:"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/DBQbe.class.php:1331 libraries/Util.class.php:1233
|
||||
#: libraries/DBQbe.class.php:1331 libraries/Util.class.php:1264
|
||||
msgid "Submit Query"
|
||||
msgstr ""
|
||||
|
||||
@ -2334,8 +2335,8 @@ msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: libraries/DbSearch.class.php:345 libraries/Menu.class.php:250
|
||||
#: libraries/Util.class.php:3229 libraries/Util.class.php:3437
|
||||
#: libraries/Util.class.php:3438 libraries/structure.lib.php:1374
|
||||
#: libraries/Util.class.php:3260 libraries/Util.class.php:3468
|
||||
#: libraries/Util.class.php:3469 libraries/structure.lib.php:1374
|
||||
msgid "Browse"
|
||||
msgstr ""
|
||||
|
||||
@ -2388,26 +2389,26 @@ msgstr ""
|
||||
msgid "Restore column order"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/DisplayResults.class.php:774 libraries/Util.class.php:2508
|
||||
#: libraries/Util.class.php:2512
|
||||
#: libraries/DisplayResults.class.php:774 libraries/Util.class.php:2539
|
||||
#: libraries/Util.class.php:2543
|
||||
msgctxt "First page"
|
||||
msgid "Begin"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/DisplayResults.class.php:777 libraries/Util.class.php:2510
|
||||
#: libraries/Util.class.php:2513 server_binlog.php:141 server_binlog.php:143
|
||||
#: libraries/DisplayResults.class.php:777 libraries/Util.class.php:2541
|
||||
#: libraries/Util.class.php:2544 server_binlog.php:141 server_binlog.php:143
|
||||
msgctxt "Previous page"
|
||||
msgid "Previous"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/DisplayResults.class.php:834 libraries/Util.class.php:2543
|
||||
#: libraries/Util.class.php:2546 server_binlog.php:174 server_binlog.php:176
|
||||
#: libraries/DisplayResults.class.php:834 libraries/Util.class.php:2574
|
||||
#: libraries/Util.class.php:2577 server_binlog.php:174 server_binlog.php:176
|
||||
msgctxt "Next page"
|
||||
msgid "Next"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/DisplayResults.class.php:862 libraries/Util.class.php:2544
|
||||
#: libraries/Util.class.php:2547
|
||||
#: libraries/DisplayResults.class.php:862 libraries/Util.class.php:2575
|
||||
#: libraries/Util.class.php:2578
|
||||
msgctxt "Last page"
|
||||
msgid "End"
|
||||
msgstr ""
|
||||
@ -2527,7 +2528,7 @@ msgid "Kill"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/DisplayResults.class.php:4498 libraries/structure.lib.php:778
|
||||
msgid "May be approximate. See [doc@faq3_11]FAQ 3.11[/doc]"
|
||||
msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/DisplayResults.class.php:4894
|
||||
@ -2537,8 +2538,8 @@ msgstr ""
|
||||
#: libraries/DisplayResults.class.php:4931 libraries/structure.lib.php:660
|
||||
#, possible-php-format
|
||||
msgid ""
|
||||
"This view has at least this number of rows. Please refer to %sdocumentation%"
|
||||
"s."
|
||||
"This view has at least this number of rows. Please refer to %sdocumentation"
|
||||
"%s."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/DisplayResults.class.php:4944
|
||||
@ -2578,7 +2579,7 @@ msgstr ""
|
||||
#: libraries/DisplayResults.class.php:5085
|
||||
#: libraries/DisplayResults.class.php:5283 libraries/Menu.class.php:279
|
||||
#: libraries/Menu.class.php:366 libraries/Menu.class.php:468
|
||||
#: libraries/Util.class.php:3450 libraries/Util.class.php:3451
|
||||
#: libraries/Util.class.php:3481 libraries/Util.class.php:3482
|
||||
#: libraries/config/messages.inc.php:164 libraries/display_export.lib.php:94
|
||||
#: libraries/server_privileges.lib.php:1798
|
||||
#: libraries/server_privileges.lib.php:2420 libraries/structure.lib.php:300
|
||||
@ -2590,7 +2591,7 @@ msgstr ""
|
||||
msgid "Query results operations"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/DisplayResults.class.php:5207 libraries/Header.class.php:332
|
||||
#: libraries/DisplayResults.class.php:5207 libraries/Header.class.php:333
|
||||
#: libraries/structure.lib.php:302 libraries/structure.lib.php:365
|
||||
#: libraries/structure.lib.php:1487
|
||||
msgid "Print view"
|
||||
@ -2655,7 +2656,7 @@ msgid "Unknown error in file upload."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/File.class.php:475
|
||||
msgid "Error moving the uploaded file, see [doc@faq1_11]FAQ 1.11[/doc]"
|
||||
msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/File.class.php:493
|
||||
@ -2671,12 +2672,12 @@ msgstr ""
|
||||
msgid "Open new phpMyAdmin window"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/Header.class.php:579
|
||||
#: libraries/Header.class.php:580
|
||||
#: libraries/plugins/auth/AuthenticationCookie.class.php:259
|
||||
msgid "Cookies must be enabled past this point."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/Header.class.php:584
|
||||
#: libraries/Header.class.php:585
|
||||
#: libraries/plugins/auth/AuthenticationCookie.class.php:163
|
||||
msgid "Javascript must be enabled past this point"
|
||||
msgstr ""
|
||||
@ -2751,8 +2752,8 @@ msgid "View"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/Menu.class.php:256 libraries/Menu.class.php:344
|
||||
#: libraries/Util.class.php:3225 libraries/Util.class.php:3232
|
||||
#: libraries/Util.class.php:3443 libraries/config/setup.forms.php:293
|
||||
#: libraries/Util.class.php:3256 libraries/Util.class.php:3263
|
||||
#: libraries/Util.class.php:3474 libraries/config/setup.forms.php:293
|
||||
#: libraries/config/setup.forms.php:330 libraries/config/setup.forms.php:356
|
||||
#: libraries/config/user_preferences.forms.php:195
|
||||
#: libraries/config/user_preferences.forms.php:232
|
||||
@ -2766,26 +2767,26 @@ msgid "Structure"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/Menu.class.php:260 libraries/Menu.class.php:349
|
||||
#: libraries/Menu.class.php:454 libraries/Util.class.php:3226
|
||||
#: libraries/Util.class.php:3233 libraries/config/messages.inc.php:214
|
||||
#: libraries/Menu.class.php:454 libraries/Util.class.php:3257
|
||||
#: libraries/Util.class.php:3264 libraries/config/messages.inc.php:214
|
||||
#: querywindow.php:59
|
||||
msgid "SQL"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/Menu.class.php:273 libraries/Util.class.php:3228
|
||||
#: libraries/Util.class.php:3441 libraries/Util.class.php:3442
|
||||
#: libraries/Menu.class.php:273 libraries/Util.class.php:3259
|
||||
#: libraries/Util.class.php:3472 libraries/Util.class.php:3473
|
||||
#: libraries/sql_query_form.lib.php:302 libraries/sql_query_form.lib.php:305
|
||||
msgid "Insert"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/Menu.class.php:292 libraries/Menu.class.php:315
|
||||
#: libraries/Menu.class.php:379 libraries/Util.class.php:3235
|
||||
#: libraries/Menu.class.php:379 libraries/Util.class.php:3266
|
||||
#: view_operations.php:86
|
||||
msgid "Operations"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/Menu.class.php:296 libraries/Menu.class.php:413
|
||||
#: libraries/relation.lib.php:236
|
||||
#: libraries/relation.lib.php:238
|
||||
msgid "Tracking"
|
||||
msgstr ""
|
||||
|
||||
@ -2830,7 +2831,7 @@ msgstr ""
|
||||
msgid "Events"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/Menu.class.php:419 libraries/relation.lib.php:203
|
||||
#: libraries/Menu.class.php:419 libraries/relation.lib.php:205
|
||||
msgid "Designer"
|
||||
msgstr ""
|
||||
|
||||
@ -2865,7 +2866,7 @@ msgstr ""
|
||||
msgid "Engines"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/Message.class.php:199 libraries/Util.class.php:622
|
||||
#: libraries/Message.class.php:199 libraries/Util.class.php:653
|
||||
#: libraries/core.lib.php:228 libraries/import.lib.php:171
|
||||
#: libraries/insert_edit.lib.php:1209 tbl_chart.php:27 tbl_operations.php:184
|
||||
#: tbl_relation.php:296 view_operations.php:57
|
||||
@ -3134,14 +3135,14 @@ msgstr ""
|
||||
|
||||
#: libraries/Types.class.php:308
|
||||
msgid ""
|
||||
"A small floating-point number, allowable values are -3.402823466E+38 to -"
|
||||
"1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
|
||||
"A small floating-point number, allowable values are -3.402823466E+38 to "
|
||||
"-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/Types.class.php:310
|
||||
msgid ""
|
||||
"A double-precision floating-point number, allowable values are -"
|
||||
"1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
|
||||
"A double-precision floating-point number, allowable values are "
|
||||
"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
|
||||
"2.2250738585072014E-308 to 1.7976931348623157E+308"
|
||||
msgstr ""
|
||||
|
||||
@ -3383,12 +3384,12 @@ msgstr ""
|
||||
msgid "Max: %s%s"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/Util.class.php:635 server_status.php:654 server_status.php:1350
|
||||
#: libraries/Util.class.php:666 server_status.php:654 server_status.php:1350
|
||||
#: sql.php:1076
|
||||
msgid "SQL query"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/Util.class.php:679 libraries/rte/rte_events.lib.php:114
|
||||
#: libraries/Util.class.php:710 libraries/rte/rte_events.lib.php:114
|
||||
#: libraries/rte/rte_events.lib.php:123 libraries/rte/rte_events.lib.php:140
|
||||
#: libraries/rte/rte_events.lib.php:161 libraries/rte/rte_routines.lib.php:292
|
||||
#: libraries/rte/rte_routines.lib.php:301
|
||||
@ -3401,116 +3402,116 @@ msgstr ""
|
||||
msgid "MySQL said: "
|
||||
msgstr ""
|
||||
|
||||
#: libraries/Util.class.php:1129
|
||||
#: libraries/Util.class.php:1160
|
||||
msgid "Failed to connect to SQL validator!"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/Util.class.php:1171 libraries/config/messages.inc.php:487
|
||||
#: libraries/Util.class.php:1202 libraries/config/messages.inc.php:487
|
||||
msgid "Explain SQL"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/Util.class.php:1179
|
||||
#: libraries/Util.class.php:1210
|
||||
msgid "Skip Explain SQL"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/Util.class.php:1218
|
||||
#: libraries/Util.class.php:1249
|
||||
msgid "Without PHP Code"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/Util.class.php:1221 libraries/config/messages.inc.php:489
|
||||
#: libraries/Util.class.php:1252 libraries/config/messages.inc.php:489
|
||||
msgid "Create PHP Code"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/Util.class.php:1247 libraries/config/messages.inc.php:488
|
||||
#: libraries/Util.class.php:1278 libraries/config/messages.inc.php:488
|
||||
#: server_status.php:844 server_status.php:873 server_status.php:900
|
||||
msgid "Refresh"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/Util.class.php:1257
|
||||
#: libraries/Util.class.php:1288
|
||||
msgid "Skip Validate SQL"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/Util.class.php:1260 libraries/config/messages.inc.php:491
|
||||
#: libraries/Util.class.php:1291 libraries/config/messages.inc.php:491
|
||||
msgid "Validate SQL"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/Util.class.php:1322
|
||||
#: libraries/Util.class.php:1353
|
||||
msgid "Inline edit of this query"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/Util.class.php:1324
|
||||
#: libraries/Util.class.php:1355
|
||||
msgctxt "Inline edit query"
|
||||
msgid "Inline"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/Util.class.php:1392 sql.php:1140
|
||||
#: libraries/Util.class.php:1423 sql.php:1140
|
||||
msgid "Profiling"
|
||||
msgstr ""
|
||||
|
||||
#. l10n: Short week day name
|
||||
#: libraries/Util.class.php:1655
|
||||
#: libraries/Util.class.php:1686
|
||||
msgctxt "Short week day name"
|
||||
msgid "Sun"
|
||||
msgstr ""
|
||||
|
||||
#. l10n: See http://www.php.net/manual/en/function.strftime.php
|
||||
#: libraries/Util.class.php:1671
|
||||
#: libraries/Util.class.php:1702
|
||||
#: libraries/plugins/transformations/abstract/DateFormatTransformationsPlugin.class.php:69
|
||||
msgid "%B %d, %Y at %I:%M %p"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/Util.class.php:2010
|
||||
#: libraries/Util.class.php:2041
|
||||
#, possible-php-format
|
||||
msgid "%s days, %s hours, %s minutes and %s seconds"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/Util.class.php:2100
|
||||
#: libraries/Util.class.php:2131
|
||||
msgid "Missing parameter:"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/Util.class.php:2614
|
||||
#: libraries/Util.class.php:2645
|
||||
#, possible-php-format
|
||||
msgid "Jump to database "%s"."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/Util.class.php:2638
|
||||
#: libraries/Util.class.php:2669
|
||||
#, possible-php-format
|
||||
msgid "The %s functionality is affected by a known bug, see %s"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/Util.class.php:2814
|
||||
#: libraries/Util.class.php:2845
|
||||
msgid "Click to toggle"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/Util.class.php:3356 libraries/sql_query_form.lib.php:466
|
||||
#: libraries/Util.class.php:3387 libraries/sql_query_form.lib.php:466
|
||||
#: prefs_manage.php:242
|
||||
msgid "Browse your computer:"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/Util.class.php:3381
|
||||
#: libraries/Util.class.php:3412
|
||||
#, possible-php-format
|
||||
msgid "Select from the web server upload directory <b>%s</b>:"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/Util.class.php:3410 libraries/insert_edit.lib.php:1210
|
||||
#: libraries/Util.class.php:3441 libraries/insert_edit.lib.php:1210
|
||||
#: libraries/sql_query_form.lib.php:475
|
||||
msgid "The directory you set for upload work cannot be reached"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/Util.class.php:3421
|
||||
#: libraries/Util.class.php:3452
|
||||
msgid "There are no files to upload"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/Util.class.php:3446 libraries/Util.class.php:3447
|
||||
#: libraries/Util.class.php:3477 libraries/Util.class.php:3478
|
||||
#: libraries/structure.lib.php:308
|
||||
msgid "Empty"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/Util.class.php:3452 libraries/Util.class.php:3453
|
||||
#: libraries/Util.class.php:3483 libraries/Util.class.php:3484
|
||||
msgid "Execute"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/Util.class.php:3976
|
||||
#: libraries/Util.class.php:4007
|
||||
msgid "Print"
|
||||
msgstr ""
|
||||
|
||||
@ -3565,55 +3566,55 @@ msgstr ""
|
||||
msgid "Check Privileges"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/common.inc.php:574
|
||||
#: libraries/common.inc.php:573
|
||||
msgid "Failed to read configuration file"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/common.inc.php:576
|
||||
#: libraries/common.inc.php:575
|
||||
msgid ""
|
||||
"This usually means there is a syntax error in it, please check any errors "
|
||||
"shown below."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/common.inc.php:583
|
||||
#: libraries/common.inc.php:582
|
||||
#, possible-php-format
|
||||
msgid "Could not load default configuration from: %1$s"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/common.inc.php:590
|
||||
#: libraries/common.inc.php:589
|
||||
msgid ""
|
||||
"The [code]$cfg['PmaAbsoluteUri'][/code] directive MUST be set in your "
|
||||
"configuration file!"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/common.inc.php:623
|
||||
#: libraries/common.inc.php:622
|
||||
#, possible-php-format
|
||||
msgid "Invalid server index: %s"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/common.inc.php:634
|
||||
#: libraries/common.inc.php:633
|
||||
#, possible-php-format
|
||||
msgid "Invalid hostname for server %1$s. Please review your configuration."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/common.inc.php:843
|
||||
#: libraries/common.inc.php:842
|
||||
msgid "Invalid authentication method set in configuration:"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/common.inc.php:965
|
||||
#: libraries/common.inc.php:964
|
||||
#, possible-php-format
|
||||
msgid "You should upgrade to %s %s or later."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/common.inc.php:1070
|
||||
#: libraries/common.inc.php:1069
|
||||
msgid "GLOBALS overwrite attempt"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/common.inc.php:1077
|
||||
#: libraries/common.inc.php:1076
|
||||
msgid "possible exploit"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/common.inc.php:1086
|
||||
#: libraries/common.inc.php:1085
|
||||
msgid "numeric key detected"
|
||||
msgstr ""
|
||||
|
||||
@ -3643,8 +3644,8 @@ msgid "Double click"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/config.values.php:71 libraries/config.values.php:103
|
||||
#: libraries/config/FormDisplay.tpl.php:225 libraries/relation.lib.php:96
|
||||
#: libraries/relation.lib.php:103 pmd_relation_new.php:82
|
||||
#: libraries/config/FormDisplay.tpl.php:225 libraries/relation.lib.php:98
|
||||
#: libraries/relation.lib.php:105 pmd_relation_new.php:82
|
||||
msgid "Disabled"
|
||||
msgstr ""
|
||||
|
||||
@ -3746,36 +3747,36 @@ msgstr ""
|
||||
msgid "Missing data for %s"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/config/FormDisplay.class.php:762
|
||||
#: libraries/config/FormDisplay.class.php:768
|
||||
#: libraries/config/FormDisplay.class.php:765
|
||||
#: libraries/config/FormDisplay.class.php:771
|
||||
msgid "unavailable"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/config/FormDisplay.class.php:764
|
||||
#: libraries/config/FormDisplay.class.php:770
|
||||
#: libraries/config/FormDisplay.class.php:767
|
||||
#: libraries/config/FormDisplay.class.php:773
|
||||
#, possible-php-format
|
||||
msgid "\"%s\" requires %s extension"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/config/FormDisplay.class.php:789
|
||||
#: libraries/config/FormDisplay.class.php:792
|
||||
#, possible-php-format
|
||||
msgid "import will not work, missing function (%s)"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/config/FormDisplay.class.php:795
|
||||
#: libraries/config/FormDisplay.class.php:798
|
||||
#, possible-php-format
|
||||
msgid "export will not work, missing function (%s)"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/config/FormDisplay.class.php:805
|
||||
#: libraries/config/FormDisplay.class.php:808
|
||||
msgid "SQL Validator is disabled"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/config/FormDisplay.class.php:812
|
||||
#: libraries/config/FormDisplay.class.php:815
|
||||
msgid "SOAP extension not found"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/config/FormDisplay.class.php:822
|
||||
#: libraries/config/FormDisplay.class.php:825
|
||||
#, possible-php-format
|
||||
msgid "maximum %s"
|
||||
msgstr ""
|
||||
@ -4190,7 +4191,7 @@ msgid "Enclose table and column names with backquotes"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:264
|
||||
#: libraries/display_export.lib.php:436
|
||||
#: libraries/display_export.lib.php:437
|
||||
msgid "SQL compatibility mode"
|
||||
msgstr ""
|
||||
|
||||
@ -6044,55 +6045,55 @@ msgstr ""
|
||||
#, possible-php-format
|
||||
msgid ""
|
||||
"This value is interpreted using %1$sstrftime%2$s, so you can use time "
|
||||
"formatting strings. Additionally the following transformations will happen: %"
|
||||
"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
|
||||
"formatting strings. Additionally the following transformations will happen: "
|
||||
"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/display_export.lib.php:328
|
||||
#: libraries/display_export.lib.php:329
|
||||
msgid "use this for future exports"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/display_export.lib.php:334 libraries/display_import.lib.php:257
|
||||
#: libraries/display_export.lib.php:335 libraries/display_import.lib.php:257
|
||||
#: libraries/display_import.lib.php:271 libraries/sql_query_form.lib.php:491
|
||||
msgid "Character set of the file:"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/display_export.lib.php:367
|
||||
#: libraries/display_export.lib.php:368
|
||||
msgid "Compression:"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/display_export.lib.php:375
|
||||
#: libraries/display_export.lib.php:376
|
||||
msgid "zipped"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/display_export.lib.php:382
|
||||
#: libraries/display_export.lib.php:383
|
||||
msgid "gzipped"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/display_export.lib.php:389
|
||||
#: libraries/display_export.lib.php:390
|
||||
msgid "bzipped"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/display_export.lib.php:407
|
||||
#: libraries/display_export.lib.php:408
|
||||
msgid "View output as text"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/display_export.lib.php:412 libraries/display_import.lib.php:314
|
||||
#: libraries/display_export.lib.php:413 libraries/display_import.lib.php:314
|
||||
#: libraries/plugins/export/ExportCodegen.class.php:107
|
||||
msgid "Format:"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/display_export.lib.php:417
|
||||
#: libraries/display_export.lib.php:418
|
||||
msgid "Format-specific options:"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/display_export.lib.php:419
|
||||
#: libraries/display_export.lib.php:420
|
||||
msgid ""
|
||||
"Scroll down to fill in the options for the selected format and ignore the "
|
||||
"options for other formats."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/display_export.lib.php:428 libraries/display_import.lib.php:329
|
||||
#: libraries/display_export.lib.php:429 libraries/display_import.lib.php:329
|
||||
msgid "Encoding Conversion:"
|
||||
msgstr ""
|
||||
|
||||
@ -6508,8 +6509,8 @@ msgstr ""
|
||||
#: libraries/engines/pbxt.lib.php:131
|
||||
#, possible-php-format
|
||||
msgid ""
|
||||
"Documentation and further information about PBXT can be found on the %"
|
||||
"sPrimeBase XT Home Page%s."
|
||||
"Documentation and further information about PBXT can be found on the "
|
||||
"%sPrimeBase XT Home Page%s."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/engines/pbxt.lib.php:133
|
||||
@ -6688,7 +6689,7 @@ msgstr ""
|
||||
msgid "Do you really want to execute the following query?"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/mult_submits.inc.php:557 tbl_replace.php:245
|
||||
#: libraries/mult_submits.inc.php:557 tbl_replace.php:247
|
||||
msgid "No change"
|
||||
msgstr ""
|
||||
|
||||
@ -7179,8 +7180,8 @@ msgstr ""
|
||||
#: libraries/plugins/auth/AuthenticationConfig.class.php:101
|
||||
#, possible-php-format
|
||||
msgid ""
|
||||
"You probably did not create a configuration file. You might want to use the %"
|
||||
"1$ssetup script%2$s to create one."
|
||||
"You probably did not create a configuration file. You might want to use the "
|
||||
"%1$ssetup script%2$s to create one."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/plugins/auth/AuthenticationConfig.class.php:121
|
||||
@ -7790,90 +7791,90 @@ msgid ""
|
||||
"the link."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/relation.lib.php:85
|
||||
#: libraries/relation.lib.php:87
|
||||
msgid "not OK"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/relation.lib.php:92
|
||||
#: libraries/relation.lib.php:94
|
||||
msgctxt "Correctly working"
|
||||
msgid "OK"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/relation.lib.php:95
|
||||
#: libraries/relation.lib.php:97
|
||||
msgid "Enabled"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/relation.lib.php:102 libraries/relation.lib.php:120
|
||||
#: libraries/relation.lib.php:104 libraries/relation.lib.php:122
|
||||
#: pmd_relation_new.php:82
|
||||
msgid "General relation features"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/relation.lib.php:131
|
||||
#: libraries/relation.lib.php:133
|
||||
msgid "Display Features"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/relation.lib.php:148
|
||||
#: libraries/relation.lib.php:150
|
||||
msgid "Creation of PDFs"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/relation.lib.php:159
|
||||
#: libraries/relation.lib.php:161
|
||||
msgid "Displaying Column Comments"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/relation.lib.php:165 libraries/tbl_properties.inc.php:156
|
||||
#: libraries/relation.lib.php:167 libraries/tbl_properties.inc.php:156
|
||||
#: transformation_overview.php:38
|
||||
msgid "Browser transformation"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/relation.lib.php:171
|
||||
#: libraries/relation.lib.php:173
|
||||
msgid ""
|
||||
"Please see the documentation on how to update your column_comments table"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/relation.lib.php:181 libraries/sql_query_form.lib.php:398
|
||||
#: libraries/relation.lib.php:183 libraries/sql_query_form.lib.php:398
|
||||
msgid "Bookmarked SQL query"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/relation.lib.php:192 querywindow.php:70 querywindow.php:151
|
||||
#: libraries/relation.lib.php:194 querywindow.php:70 querywindow.php:151
|
||||
msgid "SQL history"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/relation.lib.php:214
|
||||
#: libraries/relation.lib.php:216
|
||||
msgid "Persistent recently used tables"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/relation.lib.php:225
|
||||
#: libraries/relation.lib.php:227
|
||||
msgid "Persistent tables' UI preferences"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/relation.lib.php:247
|
||||
#: libraries/relation.lib.php:249
|
||||
msgid "User preferences"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/relation.lib.php:253
|
||||
#: libraries/relation.lib.php:255
|
||||
msgid "Quick steps to setup advanced features:"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/relation.lib.php:257
|
||||
#: libraries/relation.lib.php:259
|
||||
msgid ""
|
||||
"Create the needed tables with the <code>examples/create_tables.sql</code>."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/relation.lib.php:263
|
||||
#: libraries/relation.lib.php:265
|
||||
msgid "Create a pma user and give access to these tables."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/relation.lib.php:268
|
||||
#: libraries/relation.lib.php:270
|
||||
msgid ""
|
||||
"Enable advanced features in configuration file (<code>config.inc.php</"
|
||||
"code>), for example by starting from <code>config.sample.inc.php</code>."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/relation.lib.php:276
|
||||
#: libraries/relation.lib.php:278
|
||||
msgid "Re-login to phpMyAdmin to load the updated configuration file."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/relation.lib.php:1378
|
||||
#: libraries/relation.lib.php:1380
|
||||
msgid "no description"
|
||||
msgstr ""
|
||||
|
||||
@ -8938,8 +8939,8 @@ msgstr ""
|
||||
msgid ""
|
||||
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
|
||||
"tables. The content of these tables may differ from the privileges the "
|
||||
"server uses, if they have been changed manually. In this case, you should %"
|
||||
"sreload the privileges%s before you continue."
|
||||
"server uses, if they have been changed manually. In this case, you should "
|
||||
"%sreload the privileges%s before you continue."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/server_privileges.lib.php:3026
|
||||
@ -9043,7 +9044,7 @@ msgstr ""
|
||||
msgid "Unknown Punctuation String"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/sqlvalidator.lib.php:68
|
||||
#: libraries/sqlvalidator.lib.php:69
|
||||
#, possible-php-format
|
||||
msgid ""
|
||||
"The SQL validator could not be initialized. Please check if you have "
|
||||
|
||||
784
po/pt_BR.po
784
po/pt_BR.po
File diff suppressed because it is too large
Load Diff
382
po/sr@latin.po
382
po/sr@latin.po
File diff suppressed because it is too large
Load Diff
392
po/uz@latin.po
392
po/uz@latin.po
File diff suppressed because it is too large
Load Diff
374
po/zh_CN.po
374
po/zh_CN.po
File diff suppressed because it is too large
Load Diff
370
po/zh_TW.po
370
po/zh_TW.po
File diff suppressed because it is too large
Load Diff
@ -18,7 +18,7 @@ xgettext \
|
||||
--from-code=utf-8 \
|
||||
--keyword=__ --keyword=_pgettext:1c,2 --keyword=_ngettext:1,2 \
|
||||
--copyright-holder="phpMyAdmin devel team" \
|
||||
`find . -name '*.php' -not -path './test/*' -not -path './po/*' | sort`
|
||||
`find . -name '*.php' -not -path './test/*' -not -path './po/*' -not -path './release/*' | sort`
|
||||
|
||||
# Generate PHP code for advisor rules
|
||||
php ./scripts/advisor2po >> po/phpmyadmin.pot
|
||||
|
||||
Loading…
Reference in New Issue
Block a user