Import settings

This commit is contained in:
Crack
2010-07-01 22:24:18 +02:00
parent 83f1397f0f
commit b13dee72f3
7 changed files with 172 additions and 6 deletions

View File

@@ -85,8 +85,12 @@ $strSetupForeignKeyMaxLimit_desc = __('A dropdown will be used if fewer items ar
$strSetupForeignKeyMaxLimit_name = __('Foreign key limit');
$strSetupForm_Browse = __('Browse mode');
$strSetupForm_Browse_desc = __('Customize browse mode');
$strSetupForm_Csv = __('CSV');
$strSetupForm_Csv_desc = __('Customize default options');
$strSetupForm_Edit_desc = __('Customize edit mode');
$strSetupForm_Edit = __('Edit mode');
$strSetupForm_Excel = __('Excel Workbook');
$strSetupForm_Excel_desc = __('Customize default options');
$strSetupForm_Export_defaults_desc = __('Customize default export options');
$strSetupForm_Export_defaults = __('Export defaults');
$strSetupForm_General = __('General settings');
@@ -94,6 +98,8 @@ $strSetupForm_Import_defaults_desc = __('Customize default common import options
$strSetupForm_Import_defaults = __('Import defaults');
$strSetupForm_Import_export_desc = __('Set import and export directories and compression options');
$strSetupForm_Import_export = __('Import / export');
$strSetupForm_Ldi = __('CSV using LOAD DATA');
$strSetupForm_Ldi_desc = __('Customize default options');
$strSetupForm_Left_databases = __('Databases');
$strSetupForm_Left_databases_desc = __('Databases display options');
$strSetupForm_Left_frame_desc = __('Customize appearance of the navigation frame');
@@ -103,12 +109,16 @@ $strSetupForm_Left_servers = __('Servers');
$strSetupForm_Left_tables_desc = __('Tables display options');
$strSetupForm_Left_tables = __('Tables');
$strSetupForm_Main_frame = __('Main frame');
$strSetupForm_Ods = __('Open Document Spreadsheet');
$strSetupForm_Ods_desc = __('Customize default options');
$strSetupForm_Other_core_settings_desc = __('Settings that didn\'t fit enywhere else');
$strSetupForm_Other_core_settings = __('Other core settings');
$strSetupForm_Query_window_desc = __('Customize query window options');
$strSetupForm_Query_window = __('Query window');
$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_Sql = __('SQL');
$strSetupForm_Sql_desc = __('Customize default options');
$strSetupForm_Security_desc = __('Please note that phpMyAdmin is just a user interface and its features do not limit MySQL');
$strSetupForm_Security = __('Security');
$strSetupForm_Server = __('Basic settings');
@@ -128,7 +138,7 @@ $strSetupFormset_Left_frame = __('Customize navigation frame');
$strSetupFormset_Main_frame = __('Customize main frame');
$strSetupForm_Sql_box_desc = __('Customize links shown in SQL Query boxes');
$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_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_queries = __('SQL queries');
$strSetupForm_Startup_desc = __('Customize startup page');
$strSetupForm_Startup = __('Startup');
@@ -142,10 +152,30 @@ $strSetupIgnoreMultiSubmitErrors_desc = __('If enabled, phpMyAdmin continues com
$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_name = __('Partial import: allow interrupt');
$strSetupImport_csv_replace_name = __('Replace table data with file');
$strSetupImport_csv_ignore_name = __('Ignore duplicate rows');
$strSetupImport_csv_terminated_name = __('Columns terminated by');
$strSetupImport_csv_enclosed_name = __('Columns enclosed by');
$strSetupImport_csv_escaped_name = __('Columns escaped by');
$strSetupImport_csv_col_names_name = __('Lines 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_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_escaped_name = __('Columns escaped by');
$strSetupImport_ldi_local_option_name = __('Use LOCAL keyword');
$strSetupImport_ods_col_names_name = __('Column names in first row');
$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_sql_compatibility_name = __('SQL compatibility mode');
$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_name = __('Partial import: skip queries');
$strSetupImport_xls_col_names_name = __('Column names in first row') . ' (Excel 97-2003)';
$strSetupImport_xlsx_col_names_name = __('Column names in first row') . ' (Excel 2007+)';
$strSetupInitialSlidersState_name = __('Initial state for sliders');
$strSetupInsertRows_desc = __('How many rows can be inserted at one time');
$strSetupInsertRows_name = __('Number of inserted rows');