UPDATE 4.4.0.0
[phpmyadmin.git] / libraries / config / messages.inc.php
blob6985fa26d22fe7791c6db94fc2714444faf30b19
1 <?php
2 /* vim: set expandtab sw=4 ts=4 sts=4: */
3 /**
4 * Messages for phpMyAdmin.
6 * This file defines variables in a special format suited for the
7 * configuration subsystem, with $strConfig as a prefix, _desc or _name
8 * as a suffix, and the directive name in between.
10 * @package PhpMyAdmin
13 if (!function_exists('__')) {
14 PMA_fatalError('Bad invocation!');
17 $strConfigAllowArbitraryServer_desc
18 = __('If enabled, user can enter any MySQL server in login form for cookie auth.');
19 $strConfigAllowArbitraryServer_name = __('Allow login to any MySQL server');
20 $strConfigArbitraryServerRegexp_desc = __(
21 'Restricts the MySQL servers the user can enter when a login to an arbitrary '
22 . 'MySQL server is enabled by matching the IP or hostname of the MySQL server to the given '
23 . 'regular expression.'
25 $strConfigArbitraryServerRegexp_name = __('Restrict login to MySQL server');
26 $strConfigAllowThirdPartyFraming_desc = __(
27 'Enabling this allows a page located on a different domain to call phpMyAdmin '
28 . 'inside a frame, and is a potential [strong]security hole[/strong] allowing '
29 . 'cross-frame scripting (XSS) attacks.'
31 $strConfigAllowThirdPartyFraming_name = __('Allow third party framing');
32 $strConfigAllowUserDropDatabase_name
33 = __('Show "Drop database" link to normal users');
34 $strConfigblowfish_secret_desc = __(
35 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] '
36 . 'authentication.'
38 $strConfigblowfish_secret_name = __('Blowfish secret');
39 $strConfigBrowseMarkerEnable_desc = __('Highlight selected rows.');
40 $strConfigBrowseMarkerEnable_name = __('Row marker');
41 $strConfigBrowsePointerEnable_desc = __('Highlight row pointed by the mouse cursor.');
42 $strConfigBrowsePointerEnable_name = __('Highlight pointer');
43 $strConfigBZipDump_desc = __(
44 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for'
45 . ' import operations.'
47 $strConfigBZipDump_name = __('Bzip2');
48 $strConfigCharEditing_desc = __(
49 'Defines which type of editing controls should be used for CHAR and VARCHAR '
50 . 'columns; [kbd]input[/kbd] - allows limiting of input length, '
51 . '[kbd]textarea[/kbd] - allows newlines in columns.'
53 $strConfigCharEditing_name = __('CHAR columns editing');
54 $strConfigCodemirrorEnable_desc = __(
55 'Use user-friendly editor for editing SQL queries '
56 . '([a@http://codemirror.net/]CodeMirror[/a]) with syntax highlighting and '
57 . 'line numbers.'
59 $strConfigCodemirrorEnable_name = __('Enable CodeMirror');
60 $strConfigMinSizeForInputField_desc = __(
61 'Defines the minimum size for input fields generated for CHAR and VARCHAR '
62 . 'columns.'
64 $strConfigMinSizeForInputField_name = __('Minimum size for input field');
65 $strConfigMaxSizeForInputField_desc = __(
66 'Defines the maximum size for input fields generated for CHAR and VARCHAR '
67 . 'columns.'
69 $strConfigMaxSizeForInputField_name = __('Maximum size for input field');
70 $strConfigCharTextareaCols_desc = __('Number of columns for CHAR/VARCHAR textareas.');
71 $strConfigCharTextareaCols_name = __('CHAR textarea columns');
72 $strConfigCharTextareaRows_desc = __('Number of rows for CHAR/VARCHAR textareas.');
73 $strConfigCharTextareaRows_name = __('CHAR textarea rows');
74 $strConfigCheckConfigurationPermissions_name = __('Check config file permissions');
75 $strConfigCompressOnFly_desc = __(
76 'Compress gzip exports on the fly without the need for much memory; if '
77 . 'you encounter problems with created gzip files disable this feature.'
79 $strConfigCompressOnFly_name = __('Compress on the fly');
80 $strConfigConfigurationFile = __('Configuration file');
81 $strConfigConfirm_desc = __(
82 'Whether a warning ("Are your really sureā€¦") should be displayed '
83 . 'when you\'re about to lose data.'
85 $strConfigConfirm_name = __('Confirm DROP queries');
86 $strConfigDBG_sql_name = __('Debug SQL');
87 $strConfigDefaultTabDatabase_desc
88 = __('Tab that is displayed when entering a database.');
89 $strConfigDefaultTabDatabase_name = __('Default database tab');
90 $strConfigDefaultTabServer_desc = __('Tab that is displayed when entering a server.');
91 $strConfigDefaultTabServer_name = __('Default server tab');
92 $strConfigDefaultTabTable_desc = __('Tab that is displayed when entering a table.');
93 $strConfigDefaultTabTable_name = __('Default table tab');
94 $strConfigHideStructureActions_desc
95 = __('Whether the table structure actions should be hidden.');
96 $strConfigHideStructureActions_name = __('Hide table structure actions');
97 $strConfigDisplayServersList_desc
98 = __('Show server listing as a list instead of a drop down.');
99 $strConfigDisplayServersList_name = __('Display servers as a list');
100 $strConfigDisableMultiTableMaintenance_desc = __(
101 'Disable the table maintenance mass operations, like optimizing or repairing '
102 . 'the selected tables of a database.'
104 $strConfigDisableMultiTableMaintenance_name = __('Disable multi table maintenance');
105 $strConfigExecTimeLimit_desc = __(
106 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no '
107 . 'limit).'
109 $strConfigExecTimeLimit_name = __('Maximum execution time');
110 $strConfigExport_asfile_name = __('Save as file');
111 $strConfigExport_charset_name = __('Character set of the file');
112 $strConfigExport_codegen_format_name = __('Format');
113 $strConfigExport_compression_name = __('Compression');
114 $strConfigExport_csv_columns_name = __('Put columns names in the first row');
115 $strConfigExport_csv_enclosed_name = __('Columns enclosed with');
116 $strConfigExport_csv_escaped_name = __('Columns escaped with');
117 $strConfigExport_csv_null_name = __('Replace NULL with');
118 $strConfigExport_csv_removeCRLF_name = __('Remove CRLF characters within columns');
119 $strConfigExport_csv_separator_name = __('Columns terminated with');
120 $strConfigExport_csv_terminated_name = __('Lines terminated with');
121 $strConfigExport_excel_columns_name = __('Put columns names in the first row');
122 $strConfigExport_excel_edition_name = __('Excel edition');
123 $strConfigExport_excel_null_name = __('Replace NULL with');
124 $strConfigExport_excel_removeCRLF_name = __('Remove CRLF characters within columns');
125 $strConfigExport_file_template_database_name = __('Database name template');
126 $strConfigExport_file_template_server_name = __('Server name template');
127 $strConfigExport_file_template_table_name = __('Table name template');
128 $strConfigExport_format_name = __('Format');
129 $strConfigExport_htmlword_columns_name = __('Put columns names in the first row');
130 $strConfigExport_htmlword_null_name = __('Replace NULL with');
131 $strConfigExport_htmlword_structure_or_data_name = __('Dump table');
132 $strConfigExport_latex_caption_name = __('Include table caption');
133 $strConfigExport_latex_columns_name = __('Put columns names in the first row');
134 $strConfigExport_latex_comments_name = __('Comments');
135 $strConfigExport_latex_data_caption_name = __('Table caption');
136 $strConfigExport_latex_data_continued_caption_name = __('Continued table caption');
137 $strConfigExport_latex_data_label_name = __('Label key');
138 $strConfigExport_latex_mime_name = __('MIME type');
139 $strConfigExport_latex_null_name = __('Replace NULL with');
140 $strConfigExport_latex_relation_name = __('Relations');
141 $strConfigExport_latex_structure_caption_name = __('Table caption');
142 $strConfigExport_latex_structure_continued_caption_name
143 = __('Continued table caption');
144 $strConfigExport_latex_structure_label_name = __('Label key');
145 $strConfigExport_latex_structure_or_data_name = __('Dump table');
146 $strConfigExport_method_name = __('Export method');
147 $strConfigExport_ods_columns_name = __('Put columns names in the first row');
148 $strConfigExport_ods_null_name = __('Replace NULL with');
149 $strConfigExport_odt_columns_name = __('Put columns names in the first row');
150 $strConfigExport_odt_comments_name = __('Comments');
151 $strConfigExport_odt_mime_name = __('MIME type');
152 $strConfigExport_odt_null_name = __('Replace NULL with');
153 $strConfigExport_odt_relation_name = __('Relations');
154 $strConfigExport_odt_structure_or_data_name = __('Dump table');
155 $strConfigExport_onserver_name = __('Save on server');
156 $strConfigExport_onserver_overwrite_name = __('Overwrite existing file(s)');
157 $strConfigExport_quick_export_onserver_name = __('Save on server');
158 $strConfigExport_quick_export_onserver_overwrite_name
159 = __('Overwrite existing file(s)');
160 $strConfigExport_remember_file_template_name = __('Remember file name template');
161 $strConfigExport_sql_auto_increment_name = __('Add AUTO_INCREMENT value');
162 $strConfigExport_sql_backquotes_name
163 = __('Enclose table and column names with backquotes');
164 $strConfigExport_sql_compatibility_name = __('SQL compatibility mode');
165 $strConfigExport_sql_create_table_statements_name
166 = __('<code>CREATE TABLE</code> options:');
167 $strConfigExport_sql_dates_name = __('Creation/Update/Check dates');
168 $strConfigExport_sql_delayed_name = __('Use delayed inserts');
169 $strConfigExport_sql_disable_fk_name = __('Disable foreign key checks');
170 $strConfigExport_sql_views_as_tables_name = __('Export views as tables');
171 $strConfigExport_sql_drop_database_name = sprintf(__('Add %s'), 'DROP DATABASE');
172 $strConfigExport_sql_drop_table_name
173 = sprintf(__('Add %s'), 'DROP TABLE / VIEW / PROCEDURE / FUNCTION / EVENT / TRIGGER');
174 $strConfigExport_sql_create_table_name = sprintf(__('Add %s'), 'CREATE TABLE');
175 $strConfigExport_sql_create_view_name = sprintf(__('Add %s'), 'CREATE VIEW');
176 $strConfigExport_sql_create_trigger_name
177 = sprintf(__('Add %s'), 'CREATE TRIGGER');
178 $strConfigExport_sql_hex_for_binary_name = __('Use hexadecimal for BINARY & BLOB');
179 $strConfigExport_sql_if_not_exists_name = sprintf(__('Add %s'), 'IF NOT EXISTS');
180 $strConfigExport_sql_ignore_name = __('Use ignore inserts');
181 $strConfigExport_sql_include_comments_name = __('Comments');
182 $strConfigExport_sql_insert_syntax_name = __('Syntax to use when inserting data');
183 $strConfigExport_sql_max_query_size_name = __('Maximal length of created query');
184 $strConfigExport_sql_mime_name = __('MIME type');
185 $strConfigExport_sql_procedure_function_name
186 = sprintf(__('Add %s'), 'CREATE PROCEDURE / FUNCTION / EVENT');
187 $strConfigExport_sql_relation_name = __('Relations');
188 $strConfigExport_sql_structure_or_data_name = __('Dump table');
189 $strConfigExport_sql_type_name = __('Export type');
190 $strConfigExport_sql_use_transaction_name = __('Enclose export in a transaction');
191 $strConfigExport_sql_utc_time_name = __('Export time in UTC');
192 $strConfigExport_texytext_columns_name = __('Put columns names in the first row');
193 $strConfigExport_texytext_null_name = __('Replace NULL with');
194 $strConfigExport_texytext_structure_or_data_name = __('Dump table');
195 $strConfigExport_xls_columns_name = __('Put columns names in the first row');
196 $strConfigExport_xls_null_name = __('Replace NULL with');
197 $strConfigExport_xlsx_columns_name = __('Put columns names in the first row');
198 $strConfigExport_xlsx_null_name = __('Replace NULL with');
199 $strConfigForceSSL_desc = __('Force secured connection while using phpMyAdmin.');
200 $strConfigForceSSL_name = __('Force SSL connection');
201 $strConfigForeignKeyDropdownOrder_desc = __(
202 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is '
203 . 'the referenced data, [kbd]id[/kbd] is the key value.'
205 $strConfigForeignKeyDropdownOrder_name = __('Foreign key dropdown order');
206 $strConfigForeignKeyMaxLimit_desc
207 = __('A dropdown will be used if fewer items are present.');
208 $strConfigForeignKeyMaxLimit_name = __('Foreign key limit');
209 $strConfigForm_Browse = __('Browse mode');
210 $strConfigForm_Browse_desc = __('Customize browse mode.');
211 $strConfigForm_CodeGen = 'CodeGen';
212 $strConfigForm_CodeGen_desc = __('Customize default options.');
213 $strConfigForm_Csv = __('CSV');
214 $strConfigForm_Csv_desc = __('Customize default options.');
215 $strConfigForm_Developer = __('Developer');
216 $strConfigForm_Developer_desc = __('Settings for phpMyAdmin developers.');
217 $strConfigForm_Edit = __('Edit mode');
218 $strConfigForm_Edit_desc = __('Customize edit mode.');
219 $strConfigForm_Export = __('Export');
220 $strConfigForm_Export_defaults = __('Export defaults');
221 $strConfigForm_Export_defaults_desc = __('Customize default export options.');
222 $strConfigForm_Features = __('Features');
223 $strConfigForm_General = __('General');
224 $strConfigForm_General_desc = __('Set some commonly used options.');
225 $strConfigForm_Import = __('Import');
226 $strConfigForm_Import_defaults = __('Import defaults');
227 $strConfigForm_Import_defaults_desc = __('Customize default common import options.');
228 $strConfigForm_Import_export = __('Import / export');
229 $strConfigForm_Import_export_desc
230 = __('Set import and export directories and compression options.');
231 $strConfigForm_Latex = __('LaTeX');
232 $strConfigForm_Latex_desc = __('Customize default options.');
233 $strConfigForm_Navi_databases = __('Databases');
234 $strConfigForm_Navi_databases_desc = __('Databases display options.');
235 $strConfigForm_Navi_panel = __('Navigation panel');
236 $strConfigForm_Navi_panel_desc = __('Customize appearance of the navigation panel.');
237 $strConfigForm_Navi_servers = __('Servers');
238 $strConfigForm_Navi_servers_desc = __('Servers display options.');
239 $strConfigForm_Navi_tables = __('Tables');
240 $strConfigForm_Navi_tables_desc = __('Tables display options.');
241 $strConfigForm_Main_panel = __('Main panel');
242 $strConfigForm_Microsoft_Office = __('Microsoft Office');
243 $strConfigForm_Microsoft_Office_desc = __('Customize default options.');
244 $strConfigForm_Open_Document = 'OpenDocument';
245 $strConfigForm_Open_Document_desc = __('Customize default options.');
246 $strConfigForm_Other_core_settings = __('Other core settings');
247 $strConfigForm_Other_core_settings_desc
248 = __('Settings that didn\'t fit anywhere else.');
249 $strConfigForm_Page_titles = __('Page titles');
250 $strConfigForm_Page_titles_desc = __(
251 'Specify browser\'s title bar text. Refer to '
252 . '[doc@cfg_TitleTable]documentation[/doc] for magic strings that can be used '
253 . 'to get special values.'
255 $strConfigForm_Query_window = __('Query window');
256 $strConfigForm_Query_window_desc = __('Customize query window options');
257 $strConfigForm_Security = __('Security');
258 $strConfigForm_Security_desc = __(
259 'Please note that phpMyAdmin is just a user interface and its features do not '
260 . 'limit MySQL.'
262 $strConfigForm_Server = __('Basic settings');
263 $strConfigForm_Server_auth = __('Authentication');
264 $strConfigForm_Server_auth_desc = __('Authentication settings.');
265 $strConfigForm_Server_config = __('Server configuration');
266 $strConfigForm_Server_config_desc = __(
267 'Advanced server configuration, do not change these options unless you know '
268 . 'what they are for.'
270 $strConfigForm_Server_desc = __('Enter server connection parameters.');
271 $strConfigForm_Server_pmadb = __('Configuration storage');
272 $strConfigForm_Server_pmadb_desc = __(
273 'Configure phpMyAdmin configuration storage to gain access to additional '
274 . 'features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in '
275 . 'documentation.'
277 $strConfigForm_Server_tracking = __('Changes tracking');
278 $strConfigForm_Server_tracking_desc = __(
279 'Tracking of changes made in database. Requires the phpMyAdmin configuration '
280 . 'storage.'
282 $strConfigFormset_Export = __('Customize export options');
283 $strConfigFormset_Features = __('Features');
284 $strConfigFormset_Import = __('Customize import defaults');
285 $strConfigFormset_Navi_panel = __('Customize navigation panel');
286 $strConfigFormset_Main_panel = __('Customize main panel');
287 $strConfigFormset_Sql_queries = __('SQL queries');
288 $strConfigForm_Sql = __('SQL');
289 $strConfigForm_Sql_box = __('SQL Query box');
290 $strConfigForm_Sql_box_desc = __('Customize links shown in SQL Query boxes.');
291 $strConfigForm_Sql_desc = __('Customize default options.');
292 $strConfigForm_Sql_queries = __('SQL queries');
293 $strConfigForm_Sql_queries_desc = __('SQL queries settings.');
294 $strConfigForm_Startup = __('Startup');
295 $strConfigForm_Startup_desc = __('Customize startup page.');
296 $strConfigForm_DbStructure = __('Database structure');
297 $strConfigForm_DbStructure_desc
298 = __('Choose which details to show in the database structure (list of tables).');
299 $strConfigForm_TableStructure = __('Table structure');
300 $strConfigForm_TableStructure_desc
301 = __('Settings for the table structure (list of columns).');
302 $strConfigForm_Tabs = __('Tabs');
303 $strConfigForm_Tabs_desc = __('Choose how you want tabs to work.');
304 $strConfigForm_DisplayRelationalSchema = __('Display relational schema');
305 $strConfigForm_DisplayRelationalSchema_desc = '';
306 $strConfigPDFDefaultPageSize_name = __('Paper size');
307 $strConfigPDFDefaultPageSize_desc = '';
308 $strConfigForm_Text_fields = __('Text fields');
309 $strConfigForm_Text_fields_desc = __('Customize text input fields.');
310 $strConfigForm_Texy = __('Texy! text');
311 $strConfigForm_Texy_desc = __('Customize default options');
312 $strConfigForm_Warnings = __('Warnings');
313 $strConfigForm_Warnings_desc
314 = __('Disable some of the warnings shown by phpMyAdmin.');
315 $strConfigGZipDump_desc = __(
316 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import '
317 . 'and export operations.'
319 $strConfigGZipDump_name = __('GZip');
320 $strConfigIconvExtraParams_name = __('Extra parameters for iconv');
321 $strConfigIgnoreMultiSubmitErrors_desc = __(
322 'If enabled, phpMyAdmin continues computing multiple-statement queries even if '
323 . 'one of the queries failed.'
325 $strConfigIgnoreMultiSubmitErrors_name = __('Ignore multiple statement errors');
326 $strConfigImport_allow_interrupt_desc = __(
327 'Allow interrupt of import in case script detects it is close to time limit. '
328 . 'This might be a good way to import large files, however it can break '
329 . 'transactions.'
331 $strConfigImport_allow_interrupt_name = __('Partial import: allow interrupt');
332 $strConfigImport_charset_name = __('Character set of the file');
333 $strConfigImport_csv_col_names_name = __('Lines terminated with');
334 $strConfigImport_csv_enclosed_name = __('Columns enclosed with');
335 $strConfigImport_csv_escaped_name = __('Columns escaped with');
336 $strConfigImport_csv_ignore_name = __('Do not abort on INSERT error');
337 $strConfigImport_csv_replace_name = __('Replace table data with file');
338 $strConfigImport_csv_terminated_name = __('Columns terminated with');
339 $strConfigImport_format_desc = __(
340 'Default format; be aware that this list depends on location (database, table) '
341 . 'and only SQL is always available.'
343 $strConfigImport_format_name = __('Format of imported file');
344 $strConfigImport_ldi_enclosed_name = __('Columns enclosed with');
345 $strConfigImport_ldi_escaped_name = __('Columns escaped with');
346 $strConfigImport_ldi_ignore_name = __('Do not abort on INSERT error');
347 $strConfigImport_ldi_local_option_name = __('Use LOCAL keyword');
348 $strConfigImport_ldi_replace_name = __('Replace table data with file');
349 $strConfigImport_ldi_terminated_name = __('Columns terminated with');
350 $strConfigImport_ods_col_names_name = __('Column names in first row');
351 $strConfigImport_ods_empty_rows_name = __('Do not import empty rows');
352 $strConfigImport_ods_recognize_currency_name
353 = __('Import currencies ($5.00 to 5.00)');
354 $strConfigImport_ods_recognize_percentages_name
355 = __('Import percentages as proper decimals (12.00% to .12)');
356 $strConfigImport_skip_queries_desc = __('Number of queries to skip from start.');
357 $strConfigImport_skip_queries_name = __('Partial import: skip queries');
358 $strConfigImport_sql_compatibility_name = __('SQL compatibility mode');
359 $strConfigImport_sql_no_auto_value_on_zero_name
360 = __('Do not use AUTO_INCREMENT for zero values');
361 $strConfigImport_xls_col_names_name = __('Column names in first row');
362 $strConfigImport_xlsx_col_names_name = __('Column names in first row');
363 $strConfigInitialSlidersState_name = __('Initial state for sliders');
364 $strConfigInsertRows_desc = __('How many rows can be inserted at one time.');
365 $strConfigInsertRows_name = __('Number of inserted rows');
366 $strConfigLimitChars_desc = __(
367 'Maximum number of characters shown in any non-numeric column on browse view.'
369 $strConfigLimitChars_name = __('Limit column characters');
370 $strConfigLoginCookieDeleteAll_desc = __(
371 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout '
372 . 'only occurs for the current server. Setting this to FALSE makes it easy to '
373 . 'forget to log out from other servers when connected to multiple servers.'
375 $strConfigLoginCookieDeleteAll_name = __('Delete all cookies on logout');
376 $strConfigLoginCookieRecall_desc = __(
377 'Define whether the previous login should be recalled or not in '
378 . '[kbd]cookie[/kbd] authentication mode.'
380 $strConfigLoginCookieRecall_name = __('Recall user name');
381 $strConfigLoginCookieStore_desc = __(
382 'Defines how long (in seconds) a login cookie should be stored in browser. '
383 . 'The default of 0 means that it will be kept for the existing session only, '
384 . 'and will be deleted as soon as you close the browser window. This is '
385 . 'recommended for non-trusted environments.'
387 $strConfigLoginCookieStore_name = __('Login cookie store');
388 $strConfigLoginCookieValidity_desc
389 = __('Define how long (in seconds) a login cookie is valid.');
390 $strConfigLoginCookieValidity_name = __('Login cookie validity');
391 $strConfigLongtextDoubleTextarea_desc
392 = __('Double size of textarea for LONGTEXT columns.');
393 $strConfigLongtextDoubleTextarea_name = __('Bigger textarea for LONGTEXT');
394 $strConfigMaxCharactersInDisplayedSQL_desc
395 = __('Maximum number of characters used when a SQL query is displayed.');
396 $strConfigMaxCharactersInDisplayedSQL_name = __('Maximum displayed SQL length');
397 $strConfigMaxDbList_cmt = __('Users cannot set a higher value');
398 $strConfigMaxDbList_desc
399 = __('Maximum number of databases displayed in database list.');
400 $strConfigMaxDbList_name = __('Maximum databases');
401 $strConfigFirstLevelNavigationItems_desc = __(
402 'The number of items that can be displayed on each page on the first level'
403 . ' of the navigation tree.'
405 $strConfigFirstLevelNavigationItems_name = __('Maximum items on first level');
406 $strConfigMaxNavigationItems_desc = __(
407 'The number of items that can be displayed on each page of the navigation tree.'
409 $strConfigMaxNavigationItems_name = __('Maximum items in branch');
410 $strConfigMaxRows_desc = __(
411 'Number of rows displayed when browsing a result set. If the result set '
412 . 'contains more rows, "Previous" and "Next" links will be '
413 . 'shown.'
415 $strConfigMaxRows_name = __('Maximum number of rows to display');
416 $strConfigMaxTableList_cmt = __('Users cannot set a higher value');
417 $strConfigMaxTableList_desc = __('Maximum number of tables displayed in table list.');
418 $strConfigMaxTableList_name = __('Maximum tables');
419 $strConfigMemoryLimit_desc = __(
420 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] '
421 . '([kbd]0[/kbd] for no limit).'
423 $strConfigMemoryLimit_name = __('Memory limit');
424 $strConfigShowDatabasesNavigationAsTree_desc = __('In the navigation panel, replaces the database tree with a selector');
425 $strConfigShowDatabasesNavigationAsTree_name = __(
426 'Show databases navigation as tree'
428 $strConfigNavigationLinkWithMainPanel_desc = __('Link with main panel by highlighting the current database or table.');
429 $strConfigNavigationLinkWithMainPanel_name = __('Link with main panel');
430 $strConfigNavigationDisplayLogo_desc = __('Show logo in navigation panel.');
431 $strConfigNavigationDisplayLogo_name = __('Display logo');
432 $strConfigNavigationLogoLink_desc
433 = __('URL where logo in the navigation panel will point to.');
434 $strConfigNavigationLogoLink_name = __('Logo link URL');
435 $strConfigNavigationLogoLinkWindow_desc = __(
436 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one '
437 . '([kbd]new[/kbd]).'
439 $strConfigNavigationLogoLinkWindow_name = __('Logo link target');
440 $strConfigNavigationDisplayServers_desc
441 = __('Display server choice at the top of the navigation panel.');
442 $strConfigNavigationDisplayServers_name = __('Display servers selection');
443 $strConfigNavigationTreeDefaultTabTable_name = __('Target for quick access icon');
444 $strConfigNavigationTreeDefaultTabTable2_name = __(
445 'Target for second quick access icon'
447 $strConfigNavigationTreeDisplayItemFilterMinimum_desc = __(
448 'Defines the minimum number of items (tables, views, routines and events) to '
449 . 'display a filter box.'
451 $strConfigNavigationTreeDisplayItemFilterMinimum_name
452 = __('Minimum number of items to display the filter box');
453 $strConfigNavigationTreeDisplayDbFilterMinimum_name
454 = __('Minimum number of databases to display the database filter box');
455 $strConfigNavigationTreeEnableGrouping_desc = __(
456 'Group items in the navigation tree (determined by the separator defined below).'
458 $strConfigNavigationTreeEnableGrouping_name = __('Group items in the tree');
459 $strConfigNavigationTreeDbSeparator_desc
460 = __('String that separates databases into different tree levels.');
461 $strConfigNavigationTreeDbSeparator_name = __('Database tree separator');
462 $strConfigNavigationTreeTableSeparator_desc
463 = __('String that separates tables into different tree levels.');
464 $strConfigNavigationTreeTableSeparator_name = __('Table tree separator');
465 $strConfigNavigationTreeTableLevel_name = __('Maximum table tree depth');
466 $strConfigNavigationTreePointerEnable_desc
467 = __('Highlight server under the mouse cursor.');
468 $strConfigNavigationTreePointerEnable_name = __('Enable highlighting');
469 $strConfigNavigationTreeEnableExpansion_desc
470 = __('Whether to offer the possibility of tree expansion in the navigation panel.');
471 $strConfigNavigationTreeEnableExpansion_name
472 = __('Enable navigation tree expansion');
473 $strConfigNumRecentTables_desc
474 = __('Maximum number of recently used tables; set 0 to disable.');
475 $strConfigNumFavoriteTables_desc
476 = __('Maximum number of favorite tables; set 0 to disable.');
477 $strConfigNumRecentTables_name = __('Recently used tables');
478 $strConfigNumFavoriteTables_name = __('Favorite tables');
479 $strConfigRowActionLinks_desc = __('These are Edit, Copy and Delete links.');
480 $strConfigRowActionLinks_name = __('Where to show the table row links');
481 $strConfigNaturalOrder_desc
482 = __('Use natural order for sorting table and database names.');
483 $strConfigNaturalOrder_name = __('Natural order');
484 $strConfigTableNavigationLinksMode_desc = __('Use only icons, only text or both.');
485 $strConfigTableNavigationLinksMode_name = __('Table navigation bar');
486 $strConfigOBGzip_desc
487 = __('Use GZip output buffering for increased speed in HTTP transfers.');
488 $strConfigOBGzip_name = __('GZip output buffering');
489 $strConfigOrder_desc = __(
490 '[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, '
491 . 'DATETIME and TIMESTAMP, ascending order otherwise.'
493 $strConfigOrder_name = __('Default sorting order');
494 $strConfigPersistentConnections_desc
495 = __('Use persistent connections to MySQL databases.');
496 $strConfigPersistentConnections_name = __('Persistent connections');
497 $strConfigPmaNoRelation_DisableWarning_desc = __(
498 'Disable the default warning that is displayed on the database details '
499 . 'Structure page if any of the required tables for the phpMyAdmin '
500 . 'configuration storage could not be found.'
502 $strConfigPmaNoRelation_DisableWarning_name
503 = __('Missing phpMyAdmin configuration storage tables');
504 $strConfigServerLibraryDifference_DisableWarning_desc = __(
505 'Disable the default warning that is displayed if a difference between the '
506 . 'MySQL library and server is detected.'
508 $strConfigServerLibraryDifference_DisableWarning_name
509 = __('Server/library difference warning');
510 $strConfigReservedWordDisableWarning_desc = __(
511 'Disable the default warning that is displayed on the Structure page if column '
512 . 'names in a table are reserved MySQL words.'
514 $strConfigReservedWordDisableWarning_name = __('MySQL reserved word warning');
515 $strConfigTabsMode_desc = __('Use only icons, only text or both.');
516 $strConfigTabsMode_name = __('How to display the menu tabs');
517 $strConfigActionLinksMode_desc = __('Use only icons, only text or both.');
518 $strConfigActionLinksMode_name = __('How to display various action links');
519 $strConfigProtectBinary_desc = __('Disallow BLOB and BINARY columns from editing.');
520 $strConfigProtectBinary_name = __('Protect binary columns');
521 $strConfigQueryHistoryDB_desc = __(
522 'Enable if you want DB-based query history (requires phpMyAdmin configuration '
523 . 'storage). If disabled, this utilizes JS-routines to display query history '
524 . '(lost by window close).'
526 $strConfigQueryHistoryDB_name = __('Permanent query history');
527 $strConfigQueryHistoryMax_cmt = __('Users cannot set a higher value');
528 $strConfigQueryHistoryMax_desc = __('How many queries are kept in history.');
529 $strConfigQueryHistoryMax_name = __('Query history length');
530 $strConfigRecodingEngine_desc
531 = __('Select which functions will be used for character set conversion.');
532 $strConfigRecodingEngine_name = __('Recoding engine');
533 $strConfigRememberSorting_desc
534 = __('When browsing tables, the sorting of each table is remembered.');
535 $strConfigRememberSorting_name = __('Remember table\'s sorting');
536 $strConfigTablePrimaryKeyOrder_desc = __('Default sort order for tables with a primary key.');
537 $strConfigTablePrimaryKeyOrder_name = __('Primary key default sort order');
538 $strConfigRepeatCells_desc
539 = __('Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature.');
540 $strConfigRepeatCells_name = __('Repeat headers');
541 $strConfigRestoreDefaultValue = __('Restore default value');
542 $strConfigGridEditing_name = __('Grid editing: trigger action');
543 $strConfigRelationalDisplay_name = __('Relational display');
544 $strConfigRelationalDisplay_desc = __('For display Options');
545 $strConfigSaveCellsAtOnce_name = __('Grid editing: save all edited cells at once');
546 $strConfigSaveDir_desc = __('Directory where exports can be saved on server.');
547 $strConfigSaveDir_name = __('Save directory');
548 $strConfigServers_AllowDeny_order_desc = __('Leave blank if not used.');
549 $strConfigServers_AllowDeny_order_name = __('Host authorization order');
550 $strConfigServers_AllowDeny_rules_desc = __('Leave blank for defaults.');
551 $strConfigServers_AllowDeny_rules_name = __('Host authorization rules');
552 $strConfigServers_AllowNoPassword_name = __('Allow logins without a password');
553 $strConfigServers_AllowRoot_name = __('Allow root login');
554 $strConfigServers_SessionTimeZone_name = __('Session timezone');
555 $strConfigServers_SessionTimeZone_desc = __('Sets the effective timezone; possibly different than the one from your database server');
556 $strConfigServers_auth_http_realm_desc
557 = __('HTTP Basic Auth Realm name to display when doing HTTP Auth.');
558 $strConfigServers_auth_http_realm_name = __('HTTP Realm');
559 $strConfigServers_auth_swekey_config_desc = __(
560 'The path for the config file for [a@http://swekey.com]SweKey hardware '
561 . 'authentication[/a] (not located in your document root; suggested: '
562 . '/etc/swekey.conf).'
564 $strConfigServers_auth_swekey_config_name = __('SweKey config file');
565 $strConfigServers_auth_type_desc = __('Authentication method to use.');
566 $strConfigServers_auth_type_name = __('Authentication type');
567 $strConfigServers_bookmarktable_desc = __(
568 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] '
569 . 'support, suggested: [kbd]pma__bookmark[/kbd]'
571 $strConfigServers_bookmarktable_name = __('Bookmark table');
572 $strConfigServers_column_info_desc = __(
573 'Leave blank for no column comments/mime types, suggested: '
574 . '[kbd]pma__column_info[/kbd].'
576 $strConfigServers_column_info_name = __('Column information table');
577 $strConfigServers_compress_desc = __('Compress connection to MySQL server.');
578 $strConfigServers_compress_name = __('Compress connection');
579 $strConfigServers_connect_type_desc
580 = __('How to connect to server, keep [kbd]tcp[/kbd] if unsure.');
581 $strConfigServers_connect_type_name = __('Connection type');
582 $strConfigServers_controlpass_name = __('Control user password');
583 $strConfigServers_controluser_desc = __(
584 'A special MySQL user configured with limited permissions, more information '
585 . 'available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a].'
587 $strConfigServers_controluser_name = __('Control user');
588 $strConfigServers_controlhost_desc = __(
589 'An alternate host to hold the configuration storage; leave blank to use the '
590 . 'already defined host.'
592 $strConfigServers_controlhost_name = __('Control host');
593 $strConfigServers_controlport_desc = __(
594 'An alternate port to connect to the host that holds the configuration storage; '
595 . 'leave blank to use the default port, or the already defined port, if the '
596 . 'controlhost equals host.'
598 $strConfigServers_controlport_name = __('Control port');
599 $strConfigServers_hide_db_desc
600 = __('Hide databases matching regular expression (PCRE).');
601 $strConfigServers_DisableIS_desc = __('More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]');
602 $strConfigServers_DisableIS_name = __('Disable use of INFORMATION_SCHEMA');
603 $strConfigServers_hide_db_name = __('Hide databases');
604 $strConfigServers_history_desc = __(
605 'Leave blank for no SQL query history support, suggested: '
606 . '[kbd]pma__history[/kbd].'
608 $strConfigServers_history_name = __('SQL query history table');
609 $strConfigServers_host_desc = __('Hostname where MySQL server is running.');
610 $strConfigServers_host_name = __('Server hostname');
611 $strConfigServers_LogoutURL_name = __('Logout URL');
612 $strConfigServers_MaxTableUiprefs_desc = __(
613 'Limits number of table preferences which are stored in database, the oldest '
614 . 'records are automatically removed.'
616 $strConfigServers_MaxTableUiprefs_name
617 = __('Maximal number of table preferences to store');
618 $strConfigServers_savedsearches_name = __('QBE saved searches table');
619 $strConfigServers_savedsearches_desc = __(
620 'Leave blank for no QBE saved searches support, suggested: '
621 . '[kbd]pma__savedsearches[/kbd].'
623 $strConfigServers_central_columns_name = __('Central columns table');
624 $strConfigServers_central_columns_desc = __(
625 'Leave blank for no central columns support, suggested: '
626 . '[kbd]pma__central_columns[/kbd].'
628 $strConfigServers_nopassword_desc = __('Try to connect without password.');
629 $strConfigServers_nopassword_name = __('Connect without password');
630 $strConfigServers_only_db_desc = __(
631 'You can use MySQL wildcard characters (% and _), escape them if you want to '
632 . 'use their literal instances, i.e. use [kbd]\'my\_db\'[/kbd] and not '
633 . '[kbd]\'my_db\'[/kbd].'
635 $strConfigServers_only_db_name = __('Show only listed databases');
636 $strConfigServers_password_desc = __('Leave empty if not using config auth.');
637 $strConfigServers_password_name = __('Password for config auth');
638 $strConfigServers_pdf_pages_desc = __(
639 'Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd].'
641 $strConfigServers_pdf_pages_name = __('PDF schema: pages table');
642 $strConfigServers_pmadb_desc = __(
643 'Database used for relations, bookmarks, and PDF features. See '
644 . '[a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. '
645 . 'Leave blank for no support. Suggested: [kbd]phpmyadmin[/kbd].'
647 $strConfigServers_pmadb_name = __('Database name');
648 $strConfigServers_port_desc
649 = __('Port on which MySQL server is listening, leave empty for default.');
650 $strConfigServers_port_name = __('Server port');
651 $strConfigServers_recent_desc = __(
652 'Leave blank for no "persistent" recently used tables across sessions, '
653 . 'suggested: [kbd]pma__recent[/kbd].'
655 $strConfigServers_recent_name = __('Recently used table');
656 $strConfigServers_favorite_desc = __(
657 'Leave blank for no "persistent" favorite tables across sessions, '
658 . 'suggested: [kbd]pma__favorite[/kbd].'
660 $strConfigServers_favorite_name = __('Favorites table');
661 $strConfigServers_relation_desc = __(
662 'Leave blank for no '
663 . '[a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, '
664 . 'suggested: [kbd]pma__relation[/kbd].'
666 $strConfigServers_relation_name = __('Relation table');
667 $strConfigServers_SignonSession_desc = __(
668 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication '
669 . 'types[/a] for an example.'
671 $strConfigServers_SignonSession_name = __('Signon session name');
672 $strConfigServers_SignonURL_name = __('Signon URL');
673 $strConfigServers_socket_desc
674 = __('Socket on which MySQL server is listening, leave empty for default.');
675 $strConfigServers_socket_name = __('Server socket');
676 $strConfigServers_ssl_desc = __('Enable SSL for connection to MySQL server.');
677 $strConfigServers_ssl_name = __('Use SSL');
678 $strConfigServers_table_coords_desc = __(
679 'Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/kbd].'
681 $strConfigServers_table_coords_name = __('Designer and PDF schema: table coordinates');
682 $strConfigServers_table_info_desc = __(
683 'Table to describe the display columns, leave blank for no support; '
684 . 'suggested: [kbd]pma__table_info[/kbd].'
686 $strConfigServers_table_info_name = __('Display columns table');
687 $strConfigServers_table_uiprefs_desc = __(
688 'Leave blank for no "persistent" tables\' UI preferences across sessions, '
689 . 'suggested: [kbd]pma__table_uiprefs[/kbd].'
691 $strConfigServers_table_uiprefs_name = __('UI preferences table');
692 $strConfigServers_tracking_add_drop_database_desc = __(
693 'Whether a DROP DATABASE IF EXISTS statement will be added as first line to '
694 . 'the log when creating a database.'
696 $strConfigServers_tracking_add_drop_database_name = __('Add DROP DATABASE');
697 $strConfigServers_tracking_add_drop_table_desc = __(
698 'Whether a DROP TABLE IF EXISTS statement will be added as first line to the '
699 . 'log when creating a table.'
701 $strConfigServers_tracking_add_drop_table_name = __('Add DROP TABLE');
702 $strConfigServers_tracking_add_drop_view_desc = __(
703 'Whether a DROP VIEW IF EXISTS statement will be added as first line to the '
704 . 'log when creating a view.'
706 $strConfigServers_tracking_add_drop_view_name = __('Add DROP VIEW');
707 $strConfigServers_tracking_default_statements_desc
708 = __('Defines the list of statements the auto-creation uses for new versions.');
709 $strConfigServers_tracking_default_statements_name = __('Statements to track');
710 $strConfigServers_tracking_desc = __(
711 'Leave blank for no SQL query tracking support, suggested: '
712 . '[kbd]pma__tracking[/kbd].'
714 $strConfigServers_tracking_name = __('SQL query tracking table');
715 $strConfigServers_tracking_version_auto_create_desc = __(
716 'Whether the tracking mechanism creates versions for tables and views '
717 . 'automatically.'
719 $strConfigServers_tracking_version_auto_create_name
720 = __('Automatically create versions');
721 $strConfigServers_userconfig_desc = __('Leave blank for no user preferences storage in database, suggested: [kbd]pma__userconfig[/kbd].');
722 $strConfigServers_userconfig_name = __('User preferences storage table');
723 $strConfigServers_users_desc = __('Both this table and the user groups table are required to enable the configurable menus feature; leaving either one of them blank will disable this feature, suggested: [kbd]pma__users[/kbd].');
724 $strConfigServers_users_name = __('Users table');
725 $strConfigServers_usergroups_desc = __('Both this table and the users table are required to enable the configurable menus feature; leaving either one of them blank will disable this feature, suggested: [kbd]pma__usergroups[/kbd].');
726 $strConfigServers_usergroups_name = __('User groups table');
727 $strConfigServers_navigationhiding_desc = __('Leave blank to disable the feature to hide and show navigation items, suggested: [kbd]pma__navigationhiding[/kbd].');
728 $strConfigServers_navigationhiding_name = __('Hidden navigation items table');
729 $strConfigServers_user_desc = __('Leave empty if not using config auth.');
730 $strConfigServers_user_name = __('User for config auth');
731 $strConfigServers_verbose_desc = __('A user-friendly description of this server. Leave blank to display the hostname instead.');
732 $strConfigServers_verbose_name = __('Verbose name of this server');
733 $strConfigShowAll_desc = __('Whether a user should be displayed a "show all (rows)" button.');
734 $strConfigShowAll_name = __('Allow to display all the rows');
735 $strConfigShowChgPassword_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.');
736 $strConfigShowChgPassword_name = __('Show password change form');
737 $strConfigShowCreateDb_name = __('Show create database form');
738 $strConfigShowDbStructureCreation_desc = __('Show or hide a column displaying the Creation timestamp for all tables.');
739 $strConfigShowDbStructureCreation_name = __('Show Creation timestamp');
740 $strConfigShowDbStructureLastUpdate_desc = __('Show or hide a column displaying the Last update timestamp for all tables.');
741 $strConfigShowDbStructureLastUpdate_name = __('Show Last update timestamp');
742 $strConfigShowDbStructureLastCheck_desc = __('Show or hide a column displaying the Last check timestamp for all tables.');
743 $strConfigShowDbStructureLastCheck_name = __('Show Last check timestamp');
744 $strConfigShowFieldTypesInDataEditView_desc = __('Defines whether or not type fields should be initially displayed in edit/insert mode.');
745 $strConfigShowFieldTypesInDataEditView_name = __('Show field types');
746 $strConfigShowFunctionFields_desc = __('Display the function fields in edit/insert mode.');
747 $strConfigShowFunctionFields_name = __('Show function fields');
748 $strConfigShowHint_desc = __('Whether to show hint or not.');
749 $strConfigShowHint_name = __('Show hint');
750 $strConfigShowPhpInfo_desc = __('Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output.');
751 $strConfigShowPhpInfo_name = __('Show phpinfo() link');
752 $strConfigShowServerInfo_name = __('Show detailed MySQL server information');
753 $strConfigShowSQL_desc = __('Defines whether SQL queries generated by phpMyAdmin should be displayed.');
754 $strConfigShowSQL_name = __('Show SQL queries');
755 $strConfigRetainQueryBox_desc = __('Defines whether the query box should stay on-screen after its submission.');
756 $strConfigRetainQueryBox_name = __('Retain query box');
757 $strConfigShowStats_desc = __('Allow to display database and table statistics (eg. space usage).');
758 $strConfigShowStats_name = __('Show statistics');
759 $strConfigSkipLockedTables_desc = __('Mark used tables and make it possible to show databases with locked tables.');
760 $strConfigSkipLockedTables_name = __('Skip locked tables');
761 $strConfigSQLQuery_Edit_name = __('Edit');
762 $strConfigSQLQuery_Explain_name = __('Explain SQL');
763 $strConfigSQLQuery_Refresh_name = __('Refresh');
764 $strConfigSQLQuery_ShowAsPHP_name = __('Create PHP Code');
765 $strConfigSuhosinDisableWarning_desc = __('A warning is displayed on the main page if Suhosin is detected.');
766 $strConfigSuhosinDisableWarning_name = __('Suhosin warning');
767 $strConfigLoginCookieValidityDisableWarning_desc = __('Disable the default warning that is displayed on the main page if the value of the PHP setting session.gc_maxlifetime is less than the value of `LoginCookieValidity`.');
768 $strConfigLoginCookieValidityDisableWarning_name = __(
769 'Login cookie validity warning'
771 $strConfigTextareaCols_desc = __('Textarea size (columns) in edit mode, this value will be emphasized for SQL query textareas (*2) and for query window (*1.25).');
772 $strConfigTextareaCols_name = __('Textarea columns');
773 $strConfigTextareaRows_desc = __('Textarea size (rows) in edit mode, this value will be emphasized for SQL query textareas (*2) and for query window (*1.25).');
774 $strConfigTextareaRows_name = __('Textarea rows');
775 $strConfigTitleDatabase_desc = __('Title of browser window when a database is selected.');
776 $strConfigTitleDatabase_name = __('Database');
777 $strConfigTitleDefault_desc = __('Title of browser window when nothing is selected.');
778 $strConfigTitleDefault_name = __('Default title');
779 $strConfigTitleServer_desc = __('Title of browser window when a server is selected.');
780 $strConfigTitleServer_name = __('Server');
781 $strConfigTitleTable_desc = __('Title of browser window when a table is selected.');
782 $strConfigTitleTable_name = __('Table');
783 $strConfigTrustedProxies_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].');
784 $strConfigTrustedProxies_name = __('List of trusted proxies for IP allow/deny');
785 $strConfigUploadDir_desc = __('Directory on server where you can upload files for import.');
786 $strConfigUploadDir_name = __('Upload directory');
787 $strConfigUseDbSearch_desc = __('Allow for searching inside the entire database.');
788 $strConfigUseDbSearch_name = __('Use database search');
789 $strConfigUserprefsDeveloperTab_desc = __('When disabled, users cannot set any of the options below, regardless of the checkbox on the right.');
790 $strConfigUserprefsDeveloperTab_name = __('Enable the Developer tab in settings');
791 $strConfigVersionCheckLink = __('Check for latest version');
792 $strConfigVersionCheck_desc = __('Enables check for latest version on main phpMyAdmin page.');
793 $strConfigVersionCheck_name = __('Version check');
794 $strConfigProxyUrl_desc = __('The url of the proxy to be used when retrieving the information about the latest version of phpMyAdmin or when submitting error reports. You need this if the server where phpMyAdmin is installed does not have direct access to the internet. The format is: "hostname:portnumber".');
795 $strConfigProxyUrl_name = __('Proxy url');
796 $strConfigProxyUser_desc = __('The username for authenticating with the proxy. By default, no authentication is performed. If a username is supplied, Basic Authentication will be performed. No other types of authentication are currently supported.');
797 $strConfigProxyUser_name = __('Proxy username');
798 $strConfigProxyPass_desc = __('The password for authenticating with the proxy.');
799 $strConfigProxyPass_name = __('Proxy password');
801 $strConfigZipDump_desc = __('Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations.');
802 $strConfigZipDump_name = __('ZIP');
803 $strConfigCaptchaLoginPublicKey_desc = __('Enter your public key for your domain reCaptcha service.');
804 $strConfigCaptchaLoginPublicKey_name = __('Public key for reCaptcha');
805 $strConfigCaptchaLoginPrivateKey_desc = __('Enter your private key for your domain reCaptcha service.');
806 $strConfigCaptchaLoginPrivateKey_name = __('Private key for reCaptcha');
808 $strConfigSendErrorReports_desc = __('Choose the default action when sending error reports.');
809 $strConfigSendErrorReports_name = __('Send error reports');
810 $strConfigZeroConf_desc = __(
811 'Enable Zero Configuration mode which lets you setup phpMyAdmin '
812 . 'configuration storage tables automatically.'
814 $strConfigZeroConf_name = __('Enable Zero Configuration mode');