sort messages
This commit is contained in:
@@ -42,8 +42,8 @@ $strSetupDefaultCharset_desc = __('Default character set used for conversions');
|
|||||||
$strSetupDefaultCharset_name = __('Default character set');
|
$strSetupDefaultCharset_name = __('Default character set');
|
||||||
$strSetupDefaultDisplay_name = __('Default display direction');
|
$strSetupDefaultDisplay_name = __('Default display direction');
|
||||||
$strSetupDefaultLanguage = __('Default language');
|
$strSetupDefaultLanguage = __('Default language');
|
||||||
$strSetupDefaultPropDisplay_name = __('Display direction for altering/creating columns');
|
|
||||||
$strSetupDefaultPropDisplay_desc = __('[kbd]horizontal[/kbd], [kbd]vertical[/kbd] or a number that indicates maximum number for which vertical model is used');
|
$strSetupDefaultPropDisplay_desc = __('[kbd]horizontal[/kbd], [kbd]vertical[/kbd] or a number that indicates maximum number for which vertical model is used');
|
||||||
|
$strSetupDefaultPropDisplay_name = __('Display direction for altering/creating columns');
|
||||||
$strSetupDefaultServer = __('Default server');
|
$strSetupDefaultServer = __('Default server');
|
||||||
$strSetupDefaultTabDatabase_desc = __('Tab that is displayed when entering a database');
|
$strSetupDefaultTabDatabase_desc = __('Tab that is displayed when entering a database');
|
||||||
$strSetupDefaultTabDatabase_name = __('Default database tab');
|
$strSetupDefaultTabDatabase_name = __('Default database tab');
|
||||||
@@ -51,20 +51,20 @@ $strSetupDefaultTabServer_desc = __('Tab that is displayed when entering a serve
|
|||||||
$strSetupDefaultTabServer_name = __('Default server tab');
|
$strSetupDefaultTabServer_name = __('Default server tab');
|
||||||
$strSetupDefaultTabTable_desc = __('Tab that is displayed when entering a table');
|
$strSetupDefaultTabTable_desc = __('Tab that is displayed when entering a table');
|
||||||
$strSetupDefaultTabTable_name = __('Default table tab');
|
$strSetupDefaultTabTable_name = __('Default table tab');
|
||||||
$strSetupDisplayBinaryAsHex_name = __('Show binary contents as HEX');
|
$strSetupDisplay = __('Display');
|
||||||
$strSetupDisplayBinaryAsHex_desc = __('Show binary contents as HEX by default');
|
$strSetupDisplayBinaryAsHex_desc = __('Show binary contents as HEX by default');
|
||||||
|
$strSetupDisplayBinaryAsHex_name = __('Show binary contents as HEX');
|
||||||
$strSetupDisplayDatabasesList_desc = __('Show database listing as a list instead of a drop down');
|
$strSetupDisplayDatabasesList_desc = __('Show database listing as a list instead of a drop down');
|
||||||
$strSetupDisplayDatabasesList_name = __('Display databases as a list');
|
$strSetupDisplayDatabasesList_name = __('Display databases as a list');
|
||||||
$strSetupDisplay = __('Display');
|
|
||||||
$strSetupDisplayServersList_desc = __('Show server listing as a list instead of a drop down');
|
$strSetupDisplayServersList_desc = __('Show server listing as a list instead of a drop down');
|
||||||
$strSetupDisplayServersList_name = __('Display servers as a list');
|
$strSetupDisplayServersList_name = __('Display servers as a list');
|
||||||
$strSetupDonateLink = __('Donate');
|
$strSetupDonateLink = __('Donate');
|
||||||
$strSetupDownload = __('Download');
|
$strSetupDownload = __('Download');
|
||||||
$strSetupEditInWindow_name = __('Edit in window');
|
|
||||||
$strSetupEditInWindow_desc = __('Edit SQL queries in popup window');
|
$strSetupEditInWindow_desc = __('Edit SQL queries in popup window');
|
||||||
|
$strSetupEditInWindow_name = __('Edit in window');
|
||||||
$strSetupEndOfLine = __('End of line');
|
$strSetupEndOfLine = __('End of line');
|
||||||
$strSetupErrorIconic_name = __('Iconic errors');
|
|
||||||
$strSetupErrorIconic_desc = __('Show icons for warning, error and information messages');
|
$strSetupErrorIconic_desc = __('Show icons for warning, error and information messages');
|
||||||
|
$strSetupErrorIconic_name = __('Iconic errors');
|
||||||
$strSetupExecTimeLimit_desc = __('Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)');
|
$strSetupExecTimeLimit_desc = __('Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)');
|
||||||
$strSetupExecTimeLimit_name = __('Maximum execution time');
|
$strSetupExecTimeLimit_name = __('Maximum execution time');
|
||||||
$strSetupExport_asfile_name = __('Save as file');
|
$strSetupExport_asfile_name = __('Save as file');
|
||||||
@@ -115,6 +115,7 @@ $strSetupExport_odt_relation_name = __('Relations');
|
|||||||
$strSetupExport_odt_structure_name = __('Structure');
|
$strSetupExport_odt_structure_name = __('Structure');
|
||||||
$strSetupExport_onserver_name = __('Save on server');
|
$strSetupExport_onserver_name = __('Save on server');
|
||||||
$strSetupExport_onserver_overwrite_name = __('Overwrite existing file(s)');
|
$strSetupExport_onserver_overwrite_name = __('Overwrite existing file(s)');
|
||||||
|
$strSetupExport_remember_file_template_name = __('Remember file name template');
|
||||||
$strSetupExport_sql_auto_increment_name = __('Add AUTO_INCREMENT value');
|
$strSetupExport_sql_auto_increment_name = __('Add AUTO_INCREMENT value');
|
||||||
$strSetupExport_sql_backquotes_name = __('Enclose table and column names with backquotes');
|
$strSetupExport_sql_backquotes_name = __('Enclose table and column names with backquotes');
|
||||||
$strSetupExport_sql_columns_name = __('Complete inserts');
|
$strSetupExport_sql_columns_name = __('Complete inserts');
|
||||||
@@ -138,7 +139,6 @@ $strSetupExport_sql_structure_name = __('Structure');
|
|||||||
$strSetupExport_sql_type_name = __('Export type');
|
$strSetupExport_sql_type_name = __('Export type');
|
||||||
$strSetupExport_sql_use_transaction_name = __('Enclose export in a transaction');
|
$strSetupExport_sql_use_transaction_name = __('Enclose export in a transaction');
|
||||||
$strSetupExport_sql_utc_time_name = __('Export time in UTC');
|
$strSetupExport_sql_utc_time_name = __('Export time in UTC');
|
||||||
$strSetupExport_remember_file_template_name = __('Remember file name template');
|
|
||||||
$strSetupExport_texytext_columns_name = __('Put columns names in the first row');
|
$strSetupExport_texytext_columns_name = __('Put columns names in the first row');
|
||||||
$strSetupExport_texytext_data_name = __('Data');
|
$strSetupExport_texytext_data_name = __('Data');
|
||||||
$strSetupExport_texytext_null_name = __('Replace NULL by');
|
$strSetupExport_texytext_null_name = __('Replace NULL by');
|
||||||
@@ -159,67 +159,67 @@ $strSetupForm_CodeGen = 'CodeGen';
|
|||||||
$strSetupForm_CodeGen_desc = __('Customize default options');
|
$strSetupForm_CodeGen_desc = __('Customize default options');
|
||||||
$strSetupForm_Csv = __('CSV');
|
$strSetupForm_Csv = __('CSV');
|
||||||
$strSetupForm_Csv_desc = __('Customize default options');
|
$strSetupForm_Csv_desc = __('Customize default options');
|
||||||
$strSetupForm_Edit_desc = __('Customize edit mode');
|
|
||||||
$strSetupForm_Edit = __('Edit mode');
|
$strSetupForm_Edit = __('Edit mode');
|
||||||
$strSetupForm_Export_defaults_desc = __('Customize default export options');
|
$strSetupForm_Edit_desc = __('Customize edit mode');
|
||||||
$strSetupForm_Export_defaults = __('Export defaults');
|
$strSetupForm_Export_defaults = __('Export defaults');
|
||||||
|
$strSetupForm_Export_defaults_desc = __('Customize default export options');
|
||||||
$strSetupForm_General = __('General settings');
|
$strSetupForm_General = __('General settings');
|
||||||
$strSetupForm_Import_defaults_desc = __('Customize default common import options');
|
|
||||||
$strSetupForm_Import_defaults = __('Import defaults');
|
$strSetupForm_Import_defaults = __('Import defaults');
|
||||||
$strSetupForm_Import_export_desc = __('Set import and export directories and compression options');
|
$strSetupForm_Import_defaults_desc = __('Customize default common import options');
|
||||||
$strSetupForm_Import_export = __('Import / export');
|
$strSetupForm_Import_export = __('Import / export');
|
||||||
|
$strSetupForm_Import_export_desc = __('Set import and export directories and compression options');
|
||||||
$strSetupForm_Latex = __('LaTeX');
|
$strSetupForm_Latex = __('LaTeX');
|
||||||
$strSetupForm_Latex_desc = __('Customize default options');
|
$strSetupForm_Latex_desc = __('Customize default options');
|
||||||
$strSetupForm_Ldi = __('CSV using LOAD DATA');
|
$strSetupForm_Ldi = __('CSV using LOAD DATA');
|
||||||
$strSetupForm_Ldi_desc = __('Customize default options');
|
$strSetupForm_Ldi_desc = __('Customize default options');
|
||||||
$strSetupForm_Left_databases = __('Databases');
|
$strSetupForm_Left_databases = __('Databases');
|
||||||
$strSetupForm_Left_databases_desc = __('Databases display options');
|
$strSetupForm_Left_databases_desc = __('Databases display options');
|
||||||
$strSetupForm_Left_frame_desc = __('Customize appearance of the navigation frame');
|
|
||||||
$strSetupForm_Left_frame = __('Navigation frame');
|
$strSetupForm_Left_frame = __('Navigation frame');
|
||||||
$strSetupForm_Left_servers_desc = __('Servers display options');
|
$strSetupForm_Left_frame_desc = __('Customize appearance of the navigation frame');
|
||||||
$strSetupForm_Left_servers = __('Servers');
|
$strSetupForm_Left_servers = __('Servers');
|
||||||
$strSetupForm_Left_tables_desc = __('Tables display options');
|
$strSetupForm_Left_servers_desc = __('Servers display options');
|
||||||
$strSetupForm_Left_tables = __('Tables');
|
$strSetupForm_Left_tables = __('Tables');
|
||||||
|
$strSetupForm_Left_tables_desc = __('Tables display options');
|
||||||
$strSetupForm_Main_frame = __('Main frame');
|
$strSetupForm_Main_frame = __('Main frame');
|
||||||
$strSetupForm_Microsoft_Office = __('Microsoft Office');
|
$strSetupForm_Microsoft_Office = __('Microsoft Office');
|
||||||
$strSetupForm_Microsoft_Office_desc = __('Customize default options');
|
$strSetupForm_Microsoft_Office_desc = __('Customize default options');
|
||||||
$strSetupForm_Open_Document = __('Open Document');
|
$strSetupForm_Open_Document = __('Open Document');
|
||||||
$strSetupForm_Open_Document_desc = __('Customize default options');
|
$strSetupForm_Open_Document_desc = __('Customize default options');
|
||||||
$strSetupForm_Other_core_settings_desc = __('Settings that didn\'t fit enywhere else');
|
|
||||||
$strSetupForm_Other_core_settings = __('Other core settings');
|
$strSetupForm_Other_core_settings = __('Other core settings');
|
||||||
$strSetupForm_Query_window_desc = __('Customize query window options');
|
$strSetupForm_Other_core_settings_desc = __('Settings that didn\'t fit enywhere else');
|
||||||
$strSetupForm_Query_window = __('Query window');
|
|
||||||
$strSetupForm_Page_titles = __('Page titles');
|
$strSetupForm_Page_titles = __('Page titles');
|
||||||
$strSetupForm_Page_titles_desc = __('Specify browser\'s title bar text. Refer to [a@Documentation.html#cfg_TitleTable]documentation[/a] for magic strings that can be used to get special values.');
|
$strSetupForm_Page_titles_desc = __('Specify browser\'s title bar text. Refer to [a@Documentation.html#cfg_TitleTable]documentation[/a] for magic strings that can be used to get special values.');
|
||||||
$strSetupForm_Sql = __('SQL');
|
$strSetupForm_Query_window = __('Query window');
|
||||||
$strSetupForm_Sql_desc = __('Customize default options');
|
$strSetupForm_Query_window_desc = __('Customize query window options');
|
||||||
$strSetupForm_Security_desc = __('Please note that phpMyAdmin is just a user interface and its features do not limit MySQL');
|
|
||||||
$strSetupForm_Security = __('Security');
|
$strSetupForm_Security = __('Security');
|
||||||
|
$strSetupForm_Security_desc = __('Please note that phpMyAdmin is just a user interface and its features do not limit MySQL');
|
||||||
$strSetupForm_Server = __('Basic settings');
|
$strSetupForm_Server = __('Basic settings');
|
||||||
$strSetupForm_Server_config_desc = __('Advanced server configuration, do not change these options unless you know what they are for');
|
|
||||||
$strSetupForm_Server_config = __('Server configuration');
|
$strSetupForm_Server_config = __('Server configuration');
|
||||||
|
$strSetupForm_Server_config_desc = __('Advanced server configuration, do not change these options unless you know what they are for');
|
||||||
$strSetupForm_Server_desc = __('Enter server connection parameters');
|
$strSetupForm_Server_desc = __('Enter server connection parameters');
|
||||||
$strSetupForm_Server_login_options_desc = __('Enter login options for signon authentication');
|
|
||||||
$strSetupForm_Server_login_options = __('Signon login options');
|
$strSetupForm_Server_login_options = __('Signon login options');
|
||||||
$strSetupForm_Server_pmadb_desc = __('Configure phpMyAdmin database to gain access to additional features, see [a@Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation');
|
$strSetupForm_Server_login_options_desc = __('Enter login options for signon authentication');
|
||||||
$strSetupForm_Server_pmadb = __('PMA database');
|
$strSetupForm_Server_pmadb = __('PMA database');
|
||||||
$strSetupForm_Server_tracking_desc = __('Tracking of changes made in database. Requires configured PMA database.');
|
$strSetupForm_Server_pmadb_desc = __('Configure phpMyAdmin database to gain access to additional features, see [a@Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation');
|
||||||
$strSetupForm_Server_tracking = __('Changes tracking');
|
$strSetupForm_Server_tracking = __('Changes tracking');
|
||||||
$strSetupForm_Texy = __('Texy! text');
|
$strSetupForm_Server_tracking_desc = __('Tracking of changes made in database. Requires configured PMA database.');
|
||||||
$strSetupForm_Texy_desc = __('Customize default options');
|
|
||||||
$strSetupFormset_Export = __('Customize export options');
|
$strSetupFormset_Export = __('Customize export options');
|
||||||
$strSetupFormset_Features = __('Features');
|
$strSetupFormset_Features = __('Features');
|
||||||
$strSetupFormset_Import = __('Customize import defaults');
|
$strSetupFormset_Import = __('Customize import defaults');
|
||||||
$strSetupFormset_Left_frame = __('Customize navigation frame');
|
$strSetupFormset_Left_frame = __('Customize navigation frame');
|
||||||
$strSetupFormset_Main_frame = __('Customize main frame');
|
$strSetupFormset_Main_frame = __('Customize main frame');
|
||||||
$strSetupForm_Sql_box_desc = __('Customize links shown in SQL Query boxes');
|
$strSetupForm_Sql = __('SQL');
|
||||||
$strSetupForm_Sql_box = __('SQL Query box');
|
$strSetupForm_Sql_box = __('SQL Query box');
|
||||||
$strSetupForm_Sql_queries_desc = __('SQL queries settings, for SQL Query box options see [a@?page=form&formset=Main_frame#tab_Sql_box]Navigation frame[/a] settings');
|
$strSetupForm_Sql_box_desc = __('Customize links shown in SQL Query boxes');
|
||||||
|
$strSetupForm_Sql_desc = __('Customize default options');
|
||||||
$strSetupForm_Sql_queries = __('SQL queries');
|
$strSetupForm_Sql_queries = __('SQL queries');
|
||||||
$strSetupForm_Startup_desc = __('Customize startup page');
|
$strSetupForm_Sql_queries_desc = __('SQL queries settings, for SQL Query box options see [a@?page=form&formset=Main_frame#tab_Sql_box]Navigation frame[/a] settings');
|
||||||
$strSetupForm_Startup = __('Startup');
|
$strSetupForm_Startup = __('Startup');
|
||||||
$strSetupForm_Tabs_desc = __('Choose how you want tabs to work');
|
$strSetupForm_Startup_desc = __('Customize startup page');
|
||||||
$strSetupForm_Tabs = __('Tabs');
|
$strSetupForm_Tabs = __('Tabs');
|
||||||
|
$strSetupForm_Tabs_desc = __('Choose how you want tabs to work');
|
||||||
|
$strSetupForm_Texy = __('Texy! text');
|
||||||
|
$strSetupForm_Texy_desc = __('Customize default options');
|
||||||
$strSetupGZipDump_desc = __('Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations');
|
$strSetupGZipDump_desc = __('Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations');
|
||||||
$strSetupGZipDump_name = __('GZip');
|
$strSetupGZipDump_name = __('GZip');
|
||||||
$strSetupIconvExtraParams_name = __('Extra parameters for iconv');
|
$strSetupIconvExtraParams_name = __('Extra parameters for iconv');
|
||||||
@@ -228,28 +228,28 @@ $strSetupIgnoreMultiSubmitErrors_desc = __('If enabled, phpMyAdmin continues com
|
|||||||
$strSetupIgnoreMultiSubmitErrors_name = __('Ignore multiple statement errors');
|
$strSetupIgnoreMultiSubmitErrors_name = __('Ignore multiple statement errors');
|
||||||
$strSetupImport_allow_interrupt_desc = __('Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.');
|
$strSetupImport_allow_interrupt_desc = __('Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.');
|
||||||
$strSetupImport_allow_interrupt_name = __('Partial import: allow interrupt');
|
$strSetupImport_allow_interrupt_name = __('Partial import: allow interrupt');
|
||||||
$strSetupImport_csv_replace_name = __('Replace table data with file');
|
$strSetupImport_csv_col_names_name = __('Lines terminated by');
|
||||||
$strSetupImport_csv_ignore_name = __('Ignore duplicate rows');
|
|
||||||
$strSetupImport_csv_terminated_name = __('Columns terminated by');
|
|
||||||
$strSetupImport_csv_enclosed_name = __('Columns enclosed by');
|
$strSetupImport_csv_enclosed_name = __('Columns enclosed by');
|
||||||
$strSetupImport_csv_escaped_name = __('Columns escaped by');
|
$strSetupImport_csv_escaped_name = __('Columns escaped by');
|
||||||
$strSetupImport_csv_col_names_name = __('Lines terminated by');
|
$strSetupImport_csv_ignore_name = __('Ignore duplicate rows');
|
||||||
|
$strSetupImport_csv_replace_name = __('Replace table data with file');
|
||||||
|
$strSetupImport_csv_terminated_name = __('Columns terminated by');
|
||||||
$strSetupImport_format_desc = __('Default format; be aware that this list depends on location (database, table) and only SQL is always available');
|
$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_format_name = __('Format of imported file');
|
||||||
$strSetupImport_ldi_replace_name = __('Replace table data with file');
|
|
||||||
$strSetupImport_ldi_ignore_name = __('Ignore duplicate rows');
|
|
||||||
$strSetupImport_ldi_terminated_name = __('Columns terminated by');
|
|
||||||
$strSetupImport_ldi_enclosed_name = __('Columns enclosed by');
|
$strSetupImport_ldi_enclosed_name = __('Columns enclosed by');
|
||||||
$strSetupImport_ldi_escaped_name = __('Columns escaped by');
|
$strSetupImport_ldi_escaped_name = __('Columns escaped by');
|
||||||
|
$strSetupImport_ldi_ignore_name = __('Ignore duplicate rows');
|
||||||
$strSetupImport_ldi_local_option_name = __('Use LOCAL keyword');
|
$strSetupImport_ldi_local_option_name = __('Use LOCAL keyword');
|
||||||
|
$strSetupImport_ldi_replace_name = __('Replace table data with file');
|
||||||
|
$strSetupImport_ldi_terminated_name = __('Columns terminated by');
|
||||||
$strSetupImport_ods_col_names_name = __('Column names in first row');
|
$strSetupImport_ods_col_names_name = __('Column names in first row');
|
||||||
$strSetupImport_ods_empty_rows_name = __('Do not import empty rows');
|
$strSetupImport_ods_empty_rows_name = __('Do not import empty rows');
|
||||||
$strSetupImport_ods_recognize_percentages_name = __('Import percentages as proper decimals (12.00% to .12)');
|
|
||||||
$strSetupImport_ods_recognize_currency_name = __('Import currencies ($5.00 to 5.00)');
|
$strSetupImport_ods_recognize_currency_name = __('Import currencies ($5.00 to 5.00)');
|
||||||
$strSetupImport_sql_compatibility_name = __('SQL compatibility mode');
|
$strSetupImport_ods_recognize_percentages_name = __('Import percentages as proper decimals (12.00% to .12)');
|
||||||
$strSetupImport_sql_no_auto_value_on_zero_name = __('Do not use AUTO_INCREMENT for zero values');
|
|
||||||
$strSetupImport_skip_queries_desc = __('Number of queries to skip from start');
|
$strSetupImport_skip_queries_desc = __('Number of queries to skip from start');
|
||||||
$strSetupImport_skip_queries_name = __('Partial import: skip queries');
|
$strSetupImport_skip_queries_name = __('Partial import: skip queries');
|
||||||
|
$strSetupImport_sql_compatibility_name = __('SQL compatibility mode');
|
||||||
|
$strSetupImport_sql_no_auto_value_on_zero_name = __('Do not use AUTO_INCREMENT for zero values');
|
||||||
$strSetupImport_xls_col_names_name = __('Column names in first row');
|
$strSetupImport_xls_col_names_name = __('Column names in first row');
|
||||||
$strSetupImport_xlsx_col_names_name = __('Column names in first row');
|
$strSetupImport_xlsx_col_names_name = __('Column names in first row');
|
||||||
$strSetupInitialSlidersState_name = __('Initial state for sliders');
|
$strSetupInitialSlidersState_name = __('Initial state for sliders');
|
||||||
@@ -277,8 +277,8 @@ $strSetupLeftPointerEnable_name = __('Enable highlighting');
|
|||||||
$strSetupLetUserChoose = __('let the user choose');
|
$strSetupLetUserChoose = __('let the user choose');
|
||||||
$strSetupLightTabs_desc = __('Use less graphically intense tabs');
|
$strSetupLightTabs_desc = __('Use less graphically intense tabs');
|
||||||
$strSetupLightTabs_name = __('Light tabs');
|
$strSetupLightTabs_name = __('Light tabs');
|
||||||
$strSetupLimitChars_name = __('Limit column characters');
|
|
||||||
$strSetupLimitChars_desc = __('Maximum number of characters shown in any non-numeric column on browse view');
|
$strSetupLimitChars_desc = __('Maximum number of characters shown in any non-numeric column on browse view');
|
||||||
|
$strSetupLimitChars_name = __('Limit column characters');
|
||||||
$strSetupLoginCookieDeleteAll_desc = __('If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.');
|
$strSetupLoginCookieDeleteAll_desc = __('If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.');
|
||||||
$strSetupLoginCookieDeleteAll_name = __('Delete all cookies on logout');
|
$strSetupLoginCookieDeleteAll_name = __('Delete all cookies on logout');
|
||||||
$strSetupLoginCookieRecall_desc = __('Define whether the previous login should be recalled or not in cookie authentication mode');
|
$strSetupLoginCookieRecall_desc = __('Define whether the previous login should be recalled or not in cookie authentication mode');
|
||||||
@@ -287,8 +287,8 @@ $strSetupLoginCookieStore_desc = __('Defines how long (in seconds) a login cooki
|
|||||||
$strSetupLoginCookieStore_name = __('Login cookie store');
|
$strSetupLoginCookieStore_name = __('Login cookie store');
|
||||||
$strSetupLoginCookieValidity_desc = __('Define how long (in seconds) a login cookie is valid');
|
$strSetupLoginCookieValidity_desc = __('Define how long (in seconds) a login cookie is valid');
|
||||||
$strSetupLoginCookieValidity_name = __('Login cookie validity');
|
$strSetupLoginCookieValidity_name = __('Login cookie validity');
|
||||||
$strSetupLongtextDoubleTextarea_name = __('Bigger textarea for LONGTEXT');
|
|
||||||
$strSetupLongtextDoubleTextarea_desc = __('Double size of textarea for LONGTEXT fields');
|
$strSetupLongtextDoubleTextarea_desc = __('Double size of textarea for LONGTEXT fields');
|
||||||
|
$strSetupLongtextDoubleTextarea_name = __('Bigger textarea for LONGTEXT');
|
||||||
$strSetupMainPageIconic_name = __('Use icons on main page');
|
$strSetupMainPageIconic_name = __('Use icons on main page');
|
||||||
$strSetupMaxCharactersInDisplayedSQL_desc = __('Maximum number of characters used when a SQL query is displayed');
|
$strSetupMaxCharactersInDisplayedSQL_desc = __('Maximum number of characters used when a SQL query is displayed');
|
||||||
$strSetupMaxCharactersInDisplayedSQL_name = __('Maximum displayed SQL length');
|
$strSetupMaxCharactersInDisplayedSQL_name = __('Maximum displayed SQL length');
|
||||||
@@ -302,8 +302,8 @@ $strSetupMemoryLimit_desc = __('The number of bytes a script is allowed to alloc
|
|||||||
$strSetupMemoryLimit_name = __('Memory limit');
|
$strSetupMemoryLimit_name = __('Memory limit');
|
||||||
$strSetupModifyDeleteAtLeft_name = __('Show left delete link');
|
$strSetupModifyDeleteAtLeft_name = __('Show left delete link');
|
||||||
$strSetupModifyDeleteAtRight_name = __('Show right delete link');
|
$strSetupModifyDeleteAtRight_name = __('Show right delete link');
|
||||||
$strSetupNaturalOrder_name = __('Natural order');
|
|
||||||
$strSetupNaturalOrder_desc = __('Use natural order for sorting table and database names');
|
$strSetupNaturalOrder_desc = __('Use natural order for sorting table and database names');
|
||||||
|
$strSetupNaturalOrder_name = __('Natural order');
|
||||||
$strSetupNavigationBarIconic_desc = __('Use only icons, only text or both');
|
$strSetupNavigationBarIconic_desc = __('Use only icons, only text or both');
|
||||||
$strSetupNavigationBarIconic_name = __('Iconic navigation bar');
|
$strSetupNavigationBarIconic_name = __('Iconic navigation bar');
|
||||||
$strSetupOBGzip_desc = __('use GZip output buffering for increased speed in HTTP transfers');
|
$strSetupOBGzip_desc = __('use GZip output buffering for increased speed in HTTP transfers');
|
||||||
@@ -317,22 +317,22 @@ $strSetupPropertiesIconic_desc = __('Use only icons, only text or both');
|
|||||||
$strSetupPropertiesIconic_name = __('Iconic table operations');
|
$strSetupPropertiesIconic_name = __('Iconic table operations');
|
||||||
$strSetupProtectBinary_desc = __('Disallow BLOB and BINARY columns from editing');
|
$strSetupProtectBinary_desc = __('Disallow BLOB and BINARY columns from editing');
|
||||||
$strSetupProtectBinary_name = __('Protect binary columns');
|
$strSetupProtectBinary_name = __('Protect binary columns');
|
||||||
$strSetupRepeatCells_name = __('Repeat headers');
|
|
||||||
$strSetupRepeatCells_desc = __('Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature');
|
|
||||||
$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_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');
|
$strSetupQueryHistoryDB_name = __('Permanent query history');
|
||||||
$strSetupQueryHistoryMax_desc = __('How many queries are kept in history');
|
$strSetupQueryHistoryMax_desc = __('How many queries are kept in history');
|
||||||
$strSetupQueryHistoryMax_name = __('Query history length');
|
$strSetupQueryHistoryMax_name = __('Query history length');
|
||||||
$strSetupQueryWindowDefTab_desc = __('Tab displayed when opening a new query window');
|
$strSetupQueryWindowDefTab_desc = __('Tab displayed when opening a new query window');
|
||||||
$strSetupQueryWindowDefTab_name = __('Default query window tab');
|
$strSetupQueryWindowDefTab_name = __('Default query window tab');
|
||||||
$strSetupQueryWindowHeight_name = __('Query window height');
|
|
||||||
$strSetupQueryWindowHeight_desc = __('Query window height (in pixels)');
|
$strSetupQueryWindowHeight_desc = __('Query window height (in pixels)');
|
||||||
$strSetupQueryWindowWidth_name = __('Query window width');
|
$strSetupQueryWindowHeight_name = __('Query window height');
|
||||||
$strSetupQueryWindowWidth_desc = __('Query window height (in pixels)');
|
$strSetupQueryWindowWidth_desc = __('Query window height (in pixels)');
|
||||||
|
$strSetupQueryWindowWidth_name = __('Query window width');
|
||||||
$strSetupRecodingEngine_desc = __('Select which functions will be used for character set conversion');
|
$strSetupRecodingEngine_desc = __('Select which functions will be used for character set conversion');
|
||||||
$strSetupRecodingEngine_name = __('Recoding engine');
|
$strSetupRecodingEngine_name = __('Recoding engine');
|
||||||
$strSetupReplaceHelpImg_name = __('Show help button');
|
$strSetupRepeatCells_desc = __('Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature');
|
||||||
|
$strSetupRepeatCells_name = __('Repeat headers');
|
||||||
$strSetupReplaceHelpImg_desc = __('Show help button instead of Documentation text');
|
$strSetupReplaceHelpImg_desc = __('Show help button instead of Documentation text');
|
||||||
|
$strSetupReplaceHelpImg_name = __('Show help button');
|
||||||
$strSetupRestoreDefaultValue = __('Restore default value');
|
$strSetupRestoreDefaultValue = __('Restore default value');
|
||||||
$strSetupRevertErroneousFields = __('Try to revert erroneous fields to their default values');
|
$strSetupRevertErroneousFields = __('Try to revert erroneous fields to their default values');
|
||||||
$strSetupSaveDir_desc = __('Directory where exports can be saved on server');
|
$strSetupSaveDir_desc = __('Directory where exports can be saved on server');
|
||||||
@@ -372,8 +372,6 @@ $strSetupServers_hide_db_desc = __('Hide databases matching regular expression (
|
|||||||
$strSetupServers_hide_db_name = __('Hide databases');
|
$strSetupServers_hide_db_name = __('Hide databases');
|
||||||
$strSetupServers_history_desc = __('Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]');
|
$strSetupServers_history_desc = __('Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]');
|
||||||
$strSetupServers_history_name = __('SQL query history table');
|
$strSetupServers_history_name = __('SQL query history table');
|
||||||
$strSetupServers_tracking_desc = __('Leave blank for no SQL query tracking support, suggested: [kbd]pma_tracking[/kbd]');
|
|
||||||
$strSetupServers_tracking_name = __('SQL query tracking table');
|
|
||||||
$strSetupServers_host_desc = __('Hostname where MySQL server is running');
|
$strSetupServers_host_desc = __('Hostname where MySQL server is running');
|
||||||
$strSetupServers_host_name = __('Server hostname');
|
$strSetupServers_host_name = __('Server hostname');
|
||||||
$strSetupServers_LogoutURL_name = __('Logout URL');
|
$strSetupServers_LogoutURL_name = __('Logout URL');
|
||||||
@@ -396,16 +394,6 @@ $strSetupServers_ShowDatabasesCommand_name = __('SHOW DATABASES command');
|
|||||||
$strSetupServers_SignonSession_desc = __('See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example');
|
$strSetupServers_SignonSession_desc = __('See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example');
|
||||||
$strSetupServers_SignonSession_name = __('Signon session name');
|
$strSetupServers_SignonSession_name = __('Signon session name');
|
||||||
$strSetupServers_SignonURL_name = __('Signon URL');
|
$strSetupServers_SignonURL_name = __('Signon URL');
|
||||||
$strSetupServers_tracking_version_auto_create_desc = __('Whether the tracking mechanism creates versions for tables and views automatically.');
|
|
||||||
$strSetupServers_tracking_version_auto_create_name = __('Automatically create versions');
|
|
||||||
$strSetupServers_tracking_default_statements_desc = __('Defines the list of statements the auto-creation uses for new versions.');
|
|
||||||
$strSetupServers_tracking_default_statements_name = __('Statements to track');
|
|
||||||
$strSetupServers_tracking_add_drop_view_desc = __('Whether a DROP VIEW IF EXISTS statement will be added as first line to the log when creating a view.');
|
|
||||||
$strSetupServers_tracking_add_drop_view_name = __('Add DROP VIEW');
|
|
||||||
$strSetupServers_tracking_add_drop_table_desc = __('Whether a DROP TABLE IF EXISTS statement will be added as first line to the log when creating a table.');
|
|
||||||
$strSetupServers_tracking_add_drop_table_name = __('Add DROP TABLE');
|
|
||||||
$strSetupServers_tracking_add_drop_database_desc = __('Whether a DROP DATABASE IF EXISTS statement will be added as first line to the log when creating a database.');
|
|
||||||
$strSetupServers_tracking_add_drop_database_name = __('Add DROP DATABASE');
|
|
||||||
$strSetupServers_socket_desc = __('Socket on which MySQL server is listening, leave empty for default');
|
$strSetupServers_socket_desc = __('Socket on which MySQL server is listening, leave empty for default');
|
||||||
$strSetupServers_socket_name = __('Server socket');
|
$strSetupServers_socket_name = __('Server socket');
|
||||||
$strSetupServers_ssl_desc = __('Enable SSL for connection to MySQL server');
|
$strSetupServers_ssl_desc = __('Enable SSL for connection to MySQL server');
|
||||||
@@ -414,10 +402,22 @@ $strSetupServers_table_coords_desc = __('Leave blank for no PDF schema support,
|
|||||||
$strSetupServers_table_coords_name = __('PDF schema: table coordinates');
|
$strSetupServers_table_coords_name = __('PDF schema: table coordinates');
|
||||||
$strSetupServers_table_info_desc = __('Table to describe the display columns, leave blank for no support; suggested: [kbd]pma_table_info[/kbd]');
|
$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_table_info_name = __('Display columns table');
|
||||||
|
$strSetupServers_tracking_add_drop_database_desc = __('Whether a DROP DATABASE IF EXISTS statement will be added as first line to the log when creating a database.');
|
||||||
|
$strSetupServers_tracking_add_drop_database_name = __('Add DROP DATABASE');
|
||||||
|
$strSetupServers_tracking_add_drop_table_desc = __('Whether a DROP TABLE IF EXISTS statement will be added as first line to the log when creating a table.');
|
||||||
|
$strSetupServers_tracking_add_drop_table_name = __('Add DROP TABLE');
|
||||||
|
$strSetupServers_tracking_add_drop_view_desc = __('Whether a DROP VIEW IF EXISTS statement will be added as first line to the log when creating a view.');
|
||||||
|
$strSetupServers_tracking_add_drop_view_name = __('Add DROP VIEW');
|
||||||
|
$strSetupServers_tracking_default_statements_desc = __('Defines the list of statements the auto-creation uses for new versions.');
|
||||||
|
$strSetupServers_tracking_default_statements_name = __('Statements to track');
|
||||||
|
$strSetupServers_tracking_desc = __('Leave blank for no SQL query tracking support, suggested: [kbd]pma_tracking[/kbd]');
|
||||||
|
$strSetupServers_tracking_name = __('SQL query tracking table');
|
||||||
|
$strSetupServers_tracking_version_auto_create_desc = __('Whether the tracking mechanism creates versions for tables and views automatically.');
|
||||||
|
$strSetupServers_tracking_version_auto_create_name = __('Automatically create versions');
|
||||||
|
$strSetupServers_userconfig_desc = __('Leave blank for no user preferences storage in database, suggested: [kbd]pma_config[/kbd]');
|
||||||
|
$strSetupServers_userconfig_name = __('User preferences storage table');
|
||||||
$strSetupServers_user_desc = __('Leave empty if not using config auth');
|
$strSetupServers_user_desc = __('Leave empty if not using config auth');
|
||||||
$strSetupServers_user_name = __('User for config auth');
|
$strSetupServers_user_name = __('User for config auth');
|
||||||
$strSetupServers_userconfig_name = __('User preferences storage table');
|
|
||||||
$strSetupServers_userconfig_desc = __('Leave blank for no user preferences storage in database, suggested: [kbd]pma_config[/kbd]');
|
|
||||||
$strSetupServers_verbose_check_desc = __('Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance');
|
$strSetupServers_verbose_check_desc = __('Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance');
|
||||||
$strSetupServers_verbose_check_name = __('Verbose check');
|
$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_desc = __('A user-friendly description of this server. Leave blank to display the hostname instead.');
|
||||||
@@ -427,8 +427,8 @@ $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_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');
|
$strSetupShowChgPassword_name = __('Show password change form');
|
||||||
$strSetupShowCreateDb_name = __('Show create database form');
|
$strSetupShowCreateDb_name = __('Show create database form');
|
||||||
$strSetupShowFieldTypesInDataEditView_name = __('Show field types');
|
|
||||||
$strSetupShowFieldTypesInDataEditView_desc = __('Defines whether or not type fields should be initially displayed in edit/insert mode');
|
$strSetupShowFieldTypesInDataEditView_desc = __('Defines whether or not type fields should be initially displayed in edit/insert mode');
|
||||||
|
$strSetupShowFieldTypesInDataEditView_name = __('Show field types');
|
||||||
$strSetupShowForm = __('Show form');
|
$strSetupShowForm = __('Show form');
|
||||||
$strSetupShowFunctionFields_desc = __('Display the function fields in edit/insert mode');
|
$strSetupShowFunctionFields_desc = __('Display the function fields in edit/insert mode');
|
||||||
$strSetupShowFunctionFields_name = __('Show function fields');
|
$strSetupShowFunctionFields_name = __('Show function fields');
|
||||||
@@ -454,17 +454,17 @@ $strSetupSQLQuery_ShowAsPHP_name = __('Create PHP Code');
|
|||||||
$strSetupSQLQuery_Validate_name = __('Validate SQL');
|
$strSetupSQLQuery_Validate_name = __('Validate SQL');
|
||||||
$strSetupSuggestDBName_desc = __('Suggest a database name on the "Create Database" form (if possible) or keep the text field empty');
|
$strSetupSuggestDBName_desc = __('Suggest a database name on the "Create Database" form (if possible) or keep the text field empty');
|
||||||
$strSetupSuggestDBName_name = __('Suggest new database name');
|
$strSetupSuggestDBName_name = __('Suggest new database name');
|
||||||
$strSetupTextareaCols_name = __('Textarea columns');
|
|
||||||
$strSetupTextareaCols_desc = __('Textarea size (columns) in edit mode, this value will be emphasized for SQL query textareas (*2) and for query window (*1.25)');
|
$strSetupTextareaCols_desc = __('Textarea size (columns) in edit mode, this value will be emphasized for SQL query textareas (*2) and for query window (*1.25)');
|
||||||
|
$strSetupTextareaCols_name = __('Textarea columns');
|
||||||
$strSetupTextareaRows_name = __('Textarea rows');
|
$strSetupTextareaRows_name = __('Textarea rows');
|
||||||
$strSetupTitleDefault_name = __('Default title');
|
|
||||||
$strSetupTitleDefault_desc = __('Title of browser window when nothing is selected');
|
|
||||||
$strSetupTitleTable_name = __('Table');
|
|
||||||
$strSetupTitleTable_desc = __('Title of browser window when a table is selected');
|
|
||||||
$strSetupTitleDatabase_name = __('Database');
|
|
||||||
$strSetupTitleDatabase_desc = __('Title of browser window when a database is selected');
|
$strSetupTitleDatabase_desc = __('Title of browser window when a database is selected');
|
||||||
$strSetupTitleServer_name = __('Server');
|
$strSetupTitleDatabase_name = __('Database');
|
||||||
|
$strSetupTitleDefault_desc = __('Title of browser window when nothing is selected');
|
||||||
|
$strSetupTitleDefault_name = __('Default title');
|
||||||
$strSetupTitleServer_desc = __('Title of browser window when a server is selected');
|
$strSetupTitleServer_desc = __('Title of browser window when a server is selected');
|
||||||
|
$strSetupTitleServer_name = __('Server');
|
||||||
|
$strSetupTitleTable_desc = __('Title of browser window when a table is selected');
|
||||||
|
$strSetupTitleTable_name = __('Table');
|
||||||
$strSetupTrustedProxies_desc = __('Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]');
|
$strSetupTrustedProxies_desc = __('Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]');
|
||||||
$strSetupTrustedProxies_name = __('List of trusted proxies for IP allow/deny');
|
$strSetupTrustedProxies_name = __('List of trusted proxies for IP allow/deny');
|
||||||
$strSetupUploadDir_desc = __('Directory on server where you can upload files for import');
|
$strSetupUploadDir_desc = __('Directory on server where you can upload files for import');
|
||||||
|
Reference in New Issue
Block a user