Merge remote branch 'origin/master'
This commit is contained in:
@@ -32,8 +32,8 @@ $strSetupBZipDump_name = __('Bzip2');
|
||||
$strSetupBZipDumpWarning = __('[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.');
|
||||
$strSetupCannotLoadConfig = __('Cannot load or save configuration');
|
||||
$strSetupCannotLoadConfigMsg = __('Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.');
|
||||
$strSetupCharEditing_desc = __('Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields');
|
||||
$strSetupCharEditing_name = __('CHAR fields editing');
|
||||
$strSetupCharEditing_desc = __('Defines which type of editing controls should be used for CHAR and VARCHAR columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in columns');
|
||||
$strSetupCharEditing_name = __('CHAR columns editing');
|
||||
$strSetupCharTextareaCols_desc = __('Number of columns for CHAR/VARCHAR textareas');
|
||||
$strSetupCharTextareaCols_name = __('CHAR textarea columns');
|
||||
$strSetupCharTextareaRows_desc = __('Number of rows for CHAR/VARCHAR textareas');
|
||||
@@ -158,7 +158,7 @@ $strSetupImport_allow_interrupt_desc = __('Allow interrupt of import in case scr
|
||||
$strSetupImport_allow_interrupt_name = __('Partial import: allow interrupt');
|
||||
$strSetupImport_format_desc = __('Default format; be aware that this list depends on location (database, table) and only SQL is always available');
|
||||
$strSetupImport_format_name = __('Format of imported file');
|
||||
$strSetupImport_skip_queries_desc = __('Number of records (queries) to skip from start');
|
||||
$strSetupImport_skip_queries_desc = __('Number of queries to skip from start');
|
||||
$strSetupImport_skip_queries_name = __('Partial import: skip queries');
|
||||
$strSetupInsecureConnection = __('Insecure connection');
|
||||
$strSetupInsecureConnectionMsg1 = __('You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!');
|
||||
@@ -214,15 +214,15 @@ $strSetupNoServers = __('There are no configured servers');
|
||||
$strSetupOBGzip_desc = __('use GZip output buffering for increased speed in HTTP transfers');
|
||||
$strSetupOBGzip_name = __('GZip output buffering');
|
||||
$strSetupOptionNone = __('- none -');
|
||||
$strSetupOrder_desc = __('[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise');
|
||||
$strSetupOrder_desc = __('[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise');
|
||||
$strSetupOrder_name = __('Default sorting order');
|
||||
$strSetupOverview = __('Overview');
|
||||
$strSetupPersistentConnections_desc = __('Use persistent connections to MySQL databases');
|
||||
$strSetupPersistentConnections_name = __('Persistent connections');
|
||||
$strSetupPropertiesIconic_desc = __('Use only icons, only text or both');
|
||||
$strSetupPropertiesIconic_name = __('Iconic table operations');
|
||||
$strSetupProtectBinary_desc = __('Disallow BLOB and BINARY fields from editing');
|
||||
$strSetupProtectBinary_name = __('Protect binary fields');
|
||||
$strSetupProtectBinary_desc = __('Disallow BLOB and BINARY columns from editing');
|
||||
$strSetupProtectBinary_name = __('Protect binary columns');
|
||||
$strSetupQueryHistoryDB_desc = __('Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).');
|
||||
$strSetupQueryHistoryDB_name = __('Permanent query history');
|
||||
$strSetupQueryHistoryMax_desc = __('How many queries are kept in history');
|
||||
@@ -317,8 +317,8 @@ $strSetupServers_ssl_desc = __('Enable SSL for connection to MySQL server');
|
||||
$strSetupServers_ssl_name = __('Use SSL');
|
||||
$strSetupServers_table_coords_desc = __('Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]');
|
||||
$strSetupServers_table_coords_name = __('PDF schema: table coordinates');
|
||||
$strSetupServers_table_info_desc = __('Table to describe the display fields, leave blank for no support; suggested: [kbd]pma_table_info[/kbd]');
|
||||
$strSetupServers_table_info_name = __('Display fields table');
|
||||
$strSetupServers_table_info_desc = __('Table to describe the display columns, leave blank for no support; suggested: [kbd]pma_table_info[/kbd]');
|
||||
$strSetupServers_table_info_name = __('Display columns table');
|
||||
$strSetupServers_user_desc = __('Leave empty if not using config auth');
|
||||
$strSetupServers_user_name = __('User for config auth');
|
||||
$strSetupServers_verbose_check_desc = __('Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance');
|
||||
@@ -326,7 +326,7 @@ $strSetupServers_verbose_check_name = __('Verbose check');
|
||||
$strSetupServers_verbose_desc = __('A user-friendly description of this server. Leave blank to display the hostname instead.');
|
||||
$strSetupServers_verbose_name = __('Verbose name of this server');
|
||||
$strSetupSetValue = __('Set value: %s');
|
||||
$strSetupShowAll_desc = __('Whether a user should be displayed a "show all (records)" button');
|
||||
$strSetupShowAll_desc = __('Whether a user should be displayed a "show all (rows)" button');
|
||||
$strSetupShowAll_name = __('Allow to display all the rows');
|
||||
$strSetupShowChgPassword_desc = __('Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly');
|
||||
$strSetupShowChgPassword_name = __('Show password change form');
|
||||
|
Reference in New Issue
Block a user