Upgraded phpmyadmin to 4.0.4 (All Languages) - No modifications yet
[openemr.git] / phpmyadmin / libraries / config / messages.inc.php
blob988c2eb578e34a9110a266cfb25722ce2c7368cc
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 = __('If enabled user can enter any MySQL server in login form for cookie auth');
18 $strConfigAllowArbitraryServer_name = __('Allow login to any MySQL server');
19 $strConfigAllowUserDropDatabase_name = __('Show &quot;Drop database&quot; link to normal users');
20 $strConfigblowfish_secret_desc = __('Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication');
21 $strConfigblowfish_secret_name = __('Blowfish secret');
22 $strConfigBrowseMarkerEnable_desc = __('Highlight selected rows');
23 $strConfigBrowseMarkerEnable_name = __('Row marker');
24 $strConfigBrowsePointerEnable_desc = __('Highlight row pointed by the mouse cursor');
25 $strConfigBrowsePointerEnable_name = __('Highlight pointer');
26 $strConfigBZipDump_desc = __('Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations');
27 $strConfigBZipDump_name = __('Bzip2');
28 $strConfigCharEditing_desc = __('Defines which type of editing controls should be used for CHAR and VARCHAR columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in columns');
29 $strConfigCharEditing_name = __('CHAR columns editing');
30 $strConfigCodemirrorEnable_desc = __('Use user-friendly editor for editing SQL queries ([a@http://codemirror.net/]CodeMirror[/a]) with syntax highlighting and line numbers');
31 $strConfigCodemirrorEnable_name = __('Enable CodeMirror');
32 $strConfigMinSizeForInputField_desc = __('Defines the minimum size for input fields generated for CHAR and VARCHAR columns');
33 $strConfigMinSizeForInputField_name = __('Minimum size for input field');
34 $strConfigMaxSizeForInputField_desc = __('Defines the maximum size for input fields generated for CHAR and VARCHAR columns');
35 $strConfigMaxSizeForInputField_name = __('Maximum size for input field');
36 $strConfigCharTextareaCols_desc = __('Number of columns for CHAR/VARCHAR textareas');
37 $strConfigCharTextareaCols_name = __('CHAR textarea columns');
38 $strConfigCharTextareaRows_desc = __('Number of rows for CHAR/VARCHAR textareas');
39 $strConfigCharTextareaRows_name = __('CHAR textarea rows');
40 $strConfigCheckConfigurationPermissions_name = __('Check config file permissions');
41 $strConfigCompressOnFly_desc = __('Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature');
42 $strConfigCompressOnFly_name = __('Compress on the fly');
43 $strConfigConfigurationFile = __('Configuration file');
44 $strConfigConfirm_desc = __('Whether a warning (&quot;Are your really sureā€¦&quot;) should be displayed when you\'re about to lose data');
45 $strConfigConfirm_name = __('Confirm DROP queries');
46 $strConfigDBG_sql_name = __('Debug SQL');
47 $strConfigDefaultDisplay_name = __('Default display direction');
48 $strConfigDefaultTabDatabase_desc = __('Tab that is displayed when entering a database');
49 $strConfigDefaultTabDatabase_name = __('Default database tab');
50 $strConfigDefaultTabServer_desc = __('Tab that is displayed when entering a server');
51 $strConfigDefaultTabServer_name = __('Default server tab');
52 $strConfigDefaultTabTable_desc = __('Tab that is displayed when entering a table');
53 $strConfigDefaultTabTable_name = __('Default table tab');
54 $strConfigHideStructureActions_desc = __('Whether the table structure actions should be hidden');
55 $strConfigHideStructureActions_name = __('Hide table structure actions');
56 $strConfigDisplayBinaryAsHex_desc = __('Show binary contents as HEX by default');
57 $strConfigDisplayBinaryAsHex_name = __('Show binary contents as HEX');
58 $strConfigDisplayServersList_desc = __('Show server listing as a list instead of a drop down');
59 $strConfigDisplayServersList_name = __('Display servers as a list');
60 $strConfigDisableMultiTableMaintenance_desc = __('Disable the table maintenance mass operations, like optimizing or repairing the selected tables of a database.');
61 $strConfigDisableMultiTableMaintenance_name = __('Disable multi table maintenance');
62 $strConfigEditInWindow_desc = __('Edit SQL queries in popup window');
63 $strConfigEditInWindow_name = __('Edit in window');
64 $strConfigError_Handler_display_name = __('Display errors');
65 $strConfigError_Handler_gather_name = __('Gather errors');
66 $strConfigExecTimeLimit_desc = __('Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)');
67 $strConfigExecTimeLimit_name = __('Maximum execution time');
68 $strConfigExport_asfile_name = __('Save as file');
69 $strConfigExport_charset_name = __('Character set of the file');
70 $strConfigExport_codegen_format_name = __('Format');
71 $strConfigExport_compression_name = __('Compression');
72 $strConfigExport_csv_columns_name = __('Put columns names in the first row');
73 $strConfigExport_csv_enclosed_name = __('Columns enclosed by');
74 $strConfigExport_csv_escaped_name = __('Columns escaped by');
75 $strConfigExport_csv_null_name = __('Replace NULL by');
76 $strConfigExport_csv_removeCRLF_name = __('Remove CRLF characters within columns');
77 $strConfigExport_csv_separator_name = __('Columns terminated by');
78 $strConfigExport_csv_terminated_name = __('Lines terminated by');
79 $strConfigExport_excel_columns_name = __('Put columns names in the first row');
80 $strConfigExport_excel_edition_name = __('Excel edition');
81 $strConfigExport_excel_null_name = __('Replace NULL by');
82 $strConfigExport_excel_removeCRLF_name = __('Remove CRLF characters within columns');
83 $strConfigExport_file_template_database_name = __('Database name template');
84 $strConfigExport_file_template_server_name = __('Server name template');
85 $strConfigExport_file_template_table_name = __('Table name template');
86 $strConfigExport_format_name = __('Format');
87 $strConfigExport_htmlword_columns_name = __('Put columns names in the first row');
88 $strConfigExport_htmlword_null_name = __('Replace NULL by');
89 $strConfigExport_htmlword_structure_or_data_name = __('Dump table');
90 $strConfigExport_latex_caption_name = __('Include table caption');
91 $strConfigExport_latex_columns_name = __('Put columns names in the first row');
92 $strConfigExport_latex_comments_name = __('Comments');
93 $strConfigExport_latex_data_caption_name = __('Table caption');
94 $strConfigExport_latex_data_continued_caption_name = __('Continued table caption');
95 $strConfigExport_latex_data_label_name = __('Label key');
96 $strConfigExport_latex_mime_name = __('MIME type');
97 $strConfigExport_latex_null_name = __('Replace NULL by');
98 $strConfigExport_latex_relation_name = __('Relations');
99 $strConfigExport_latex_structure_caption_name = __('Table caption');
100 $strConfigExport_latex_structure_continued_caption_name = __('Continued table caption');
101 $strConfigExport_latex_structure_label_name = __('Label key');
102 $strConfigExport_latex_structure_or_data_name = __('Dump table');
103 $strConfigExport_method_name = __('Export method');
104 $strConfigExport_ods_columns_name = __('Put columns names in the first row');
105 $strConfigExport_ods_null_name = __('Replace NULL by');
106 $strConfigExport_odt_columns_name = __('Put columns names in the first row');
107 $strConfigExport_odt_comments_name = __('Comments');
108 $strConfigExport_odt_mime_name = __('MIME type');
109 $strConfigExport_odt_null_name = __('Replace NULL by');
110 $strConfigExport_odt_relation_name = __('Relations');
111 $strConfigExport_odt_structure_or_data_name = __('Dump table');
112 $strConfigExport_onserver_name = __('Save on server');
113 $strConfigExport_onserver_overwrite_name = __('Overwrite existing file(s)');
114 $strConfigExport_quick_export_onserver_name = __('Save on server');
115 $strConfigExport_quick_export_onserver_overwrite_name = __('Overwrite existing file(s)');
116 $strConfigExport_remember_file_template_name = __('Remember file name template');
117 $strConfigExport_sql_auto_increment_name = __('Add AUTO_INCREMENT value');
118 $strConfigExport_sql_backquotes_name = __('Enclose table and column names with backquotes');
119 $strConfigExport_sql_compatibility_name = __('SQL compatibility mode');
120 $strConfigExport_sql_create_table_statements_name = __('<code>CREATE TABLE</code> options:');
121 $strConfigExport_sql_dates_name = __('Creation/Update/Check dates');
122 $strConfigExport_sql_delayed_name = __('Use delayed inserts');
123 $strConfigExport_sql_disable_fk_name = __('Disable foreign key checks');
124 $strConfigExport_sql_drop_database_name = sprintf(__('Add %s'), 'DROP DATABASE');
125 $strConfigExport_sql_drop_table_name = sprintf(__('Add %s'), 'DROP TABLE / VIEW / PROCEDURE / FUNCTION / EVENT');
126 $strConfigExport_sql_hex_for_blob_name = __('Use hexadecimal for BLOB');
127 $strConfigExport_sql_if_not_exists_name = sprintf(__('Add %s'), 'IF NOT EXISTS');
128 $strConfigExport_sql_ignore_name = __('Use ignore inserts');
129 $strConfigExport_sql_include_comments_name = __('Comments');
130 $strConfigExport_sql_insert_syntax_name = __('Syntax to use when inserting data');
131 $strConfigExport_sql_max_query_size_name = __('Maximal length of created query');
132 $strConfigExport_sql_mime_name = __('MIME type');
133 $strConfigExport_sql_procedure_function_name = sprintf(__('Add %s'), 'CREATE PROCEDURE / FUNCTION / EVENT');
134 $strConfigExport_sql_relation_name = __('Relations');
135 $strConfigExport_sql_structure_or_data_name = __('Dump table');
136 $strConfigExport_sql_type_name = __('Export type');
137 $strConfigExport_sql_use_transaction_name = __('Enclose export in a transaction');
138 $strConfigExport_sql_utc_time_name = __('Export time in UTC');
139 $strConfigExport_texytext_columns_name = __('Put columns names in the first row');
140 $strConfigExport_texytext_null_name = __('Replace NULL by');
141 $strConfigExport_texytext_structure_or_data_name = __('Dump table');
142 $strConfigExport_xls_columns_name = __('Put columns names in the first row');
143 $strConfigExport_xls_null_name = __('Replace NULL by');
144 $strConfigExport_xlsx_columns_name = __('Put columns names in the first row');
145 $strConfigExport_xlsx_null_name = __('Replace NULL by');
146 $strConfigForceSSL_desc = __('Force secured connection while using phpMyAdmin');
147 $strConfigForceSSL_name = __('Force SSL connection');
148 $strConfigForeignKeyDropdownOrder_desc = __('Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value');
149 $strConfigForeignKeyDropdownOrder_name = __('Foreign key dropdown order');
150 $strConfigForeignKeyMaxLimit_desc = __('A dropdown will be used if fewer items are present');
151 $strConfigForeignKeyMaxLimit_name = __('Foreign key limit');
152 $strConfigForm_Browse = __('Browse mode');
153 $strConfigForm_Browse_desc = __('Customize browse mode');
154 $strConfigForm_CodeGen = 'CodeGen';
155 $strConfigForm_CodeGen_desc = __('Customize default options');
156 $strConfigForm_Csv = __('CSV');
157 $strConfigForm_Csv_desc = __('Customize default options');
158 $strConfigForm_Developer = __('Developer');
159 $strConfigForm_Developer_desc = __('Settings for phpMyAdmin developers');
160 $strConfigForm_Edit = __('Edit mode');
161 $strConfigForm_Edit_desc = __('Customize edit mode');
162 $strConfigForm_Export = __('Export');
163 $strConfigForm_Export_defaults = __('Export defaults');
164 $strConfigForm_Export_defaults_desc = __('Customize default export options');
165 $strConfigForm_Features = __('Features');
166 $strConfigForm_General = __('General');
167 $strConfigForm_General_desc = __('Set some commonly used options');
168 $strConfigForm_Import = __('Import');
169 $strConfigForm_Import_defaults = __('Import defaults');
170 $strConfigForm_Import_defaults_desc = __('Customize default common import options');
171 $strConfigForm_Import_export = __('Import / export');
172 $strConfigForm_Import_export_desc = __('Set import and export directories and compression options');
173 $strConfigForm_Latex = __('LaTeX');
174 $strConfigForm_Latex_desc = __('Customize default options');
175 $strConfigForm_Navi_databases = __('Databases');
176 $strConfigForm_Navi_databases_desc = __('Databases display options');
177 $strConfigForm_Navi_panel = __('Navigation panel');
178 $strConfigForm_Navi_panel_desc = __('Customize appearance of the navigation panel');
179 $strConfigForm_Navi_servers = __('Servers');
180 $strConfigForm_Navi_servers_desc = __('Servers display options');
181 $strConfigForm_Navi_tables = __('Tables');
182 $strConfigForm_Navi_tables_desc = __('Tables display options');
183 $strConfigForm_Main_panel = __('Main panel');
184 $strConfigForm_Microsoft_Office = __('Microsoft Office');
185 $strConfigForm_Microsoft_Office_desc = __('Customize default options');
186 $strConfigForm_Open_Document = 'OpenDocument';
187 $strConfigForm_Open_Document_desc = __('Customize default options');
188 $strConfigForm_Other_core_settings = __('Other core settings');
189 $strConfigForm_Other_core_settings_desc = __('Settings that didn\'t fit anywhere else');
190 $strConfigForm_Page_titles = __('Page titles');
191 $strConfigForm_Page_titles_desc = __('Specify browser\'s title bar text. Refer to [doc@cfg_TitleTable]documentation[/doc] for magic strings that can be used to get special values.');
192 $strConfigForm_Query_window = __('Query window');
193 $strConfigForm_Query_window_desc = __('Customize query window options');
194 $strConfigForm_Security = __('Security');
195 $strConfigForm_Security_desc = __('Please note that phpMyAdmin is just a user interface and its features do not limit MySQL');
196 $strConfigForm_Server = __('Basic settings');
197 $strConfigForm_Server_auth = __('Authentication');
198 $strConfigForm_Server_auth_desc = __('Authentication settings');
199 $strConfigForm_Server_config = __('Server configuration');
200 $strConfigForm_Server_config_desc = __('Advanced server configuration, do not change these options unless you know what they are for');
201 $strConfigForm_Server_desc = __('Enter server connection parameters');
202 $strConfigForm_Server_pmadb = __('Configuration storage');
203 $strConfigForm_Server_pmadb_desc = __('Configure phpMyAdmin configuration storage to gain access to additional features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in documentation');
204 $strConfigForm_Server_tracking = __('Changes tracking');
205 $strConfigForm_Server_tracking_desc = __('Tracking of changes made in database. Requires the phpMyAdmin configuration storage.');
206 $strConfigFormset_Export = __('Customize export options');
207 $strConfigFormset_Features = __('Features');
208 $strConfigFormset_Import = __('Customize import defaults');
209 $strConfigFormset_Navi_panel = __('Customize navigation panel');
210 $strConfigFormset_Main_panel = __('Customize main panel');
211 $strConfigFormset_Sql_queries = __('SQL queries');
212 $strConfigForm_Sql = __('SQL');
213 $strConfigForm_Sql_box = __('SQL Query box');
214 $strConfigForm_Sql_box_desc = __('Customize links shown in SQL Query boxes');
215 $strConfigForm_Sql_desc = __('Customize default options');
216 $strConfigForm_Sql_queries = __('SQL queries');
217 $strConfigForm_Sql_queries_desc = __('SQL queries settings');
218 $strConfigForm_Sql_validator = __('SQL Validator');
219 $strConfigForm_Sql_validator_desc = __('If you wish to use the SQL Validator service, you should be aware that [strong]all SQL statements are stored anonymously for statistical purposes[/strong].[br][em][a@http://sqlvalidator.mimer.com/]Mimer SQL Validator[/a], Copyright 2002 Upright Database Technology. All rights reserved.[/em]');
220 $strConfigForm_Startup = __('Startup');
221 $strConfigForm_Startup_desc = __('Customize startup page');
222 $strConfigForm_DbStructure = __('Database structure');
223 $strConfigForm_DbStructure_desc = __('Choose which details to show in the database structure (list of tables)');
224 $strConfigForm_TableStructure = __('Table structure');
225 $strConfigForm_TableStructure_desc = __('Settings for the table structure (list of columns)');
226 $strConfigForm_Tabs = __('Tabs');
227 $strConfigForm_Tabs_desc = __('Choose how you want tabs to work');
228 $strConfigForm_Text_fields = __('Text fields');
229 $strConfigForm_Text_fields_desc = __('Customize text input fields');
230 $strConfigForm_Texy = __('Texy! text');
231 $strConfigForm_Texy_desc = __('Customize default options');
232 $strConfigForm_Warnings = __('Warnings');
233 $strConfigForm_Warnings_desc = __('Disable some of the warnings shown by phpMyAdmin');
234 $strConfigGZipDump_desc = __('Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations');
235 $strConfigGZipDump_name = __('GZip');
236 $strConfigIconvExtraParams_name = __('Extra parameters for iconv');
237 $strConfigIgnoreMultiSubmitErrors_desc = __('If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed');
238 $strConfigIgnoreMultiSubmitErrors_name = __('Ignore multiple statement errors');
239 $strConfigImport_allow_interrupt_desc = __('Allow interrupt of import in case script detects it is close to time limit. This might be a good way to import large files, however it can break transactions.');
240 $strConfigImport_allow_interrupt_name = __('Partial import: allow interrupt');
241 $strConfigImport_charset_name = __('Character set of the file');
242 $strConfigImport_csv_col_names_name = __('Lines terminated by');
243 $strConfigImport_csv_enclosed_name = __('Columns enclosed by');
244 $strConfigImport_csv_escaped_name = __('Columns escaped by');
245 $strConfigImport_csv_ignore_name = __('Do not abort on INSERT error');
246 $strConfigImport_csv_replace_name = __('Replace table data with file');
247 $strConfigImport_csv_terminated_name = __('Columns terminated by');
248 $strConfigImport_format_desc = __('Default format; be aware that this list depends on location (database, table) and only SQL is always available');
249 $strConfigImport_format_name = __('Format of imported file');
250 $strConfigImport_ldi_enclosed_name = __('Columns enclosed by');
251 $strConfigImport_ldi_escaped_name = __('Columns escaped by');
252 $strConfigImport_ldi_ignore_name = __('Do not abort on INSERT error');
253 $strConfigImport_ldi_local_option_name = __('Use LOCAL keyword');
254 $strConfigImport_ldi_replace_name = __('Replace table data with file');
255 $strConfigImport_ldi_terminated_name = __('Columns terminated by');
256 $strConfigImport_ods_col_names_name = __('Column names in first row');
257 $strConfigImport_ods_empty_rows_name = __('Do not import empty rows');
258 $strConfigImport_ods_recognize_currency_name = __('Import currencies ($5.00 to 5.00)');
259 $strConfigImport_ods_recognize_percentages_name = __('Import percentages as proper decimals (12.00% to .12)');
260 $strConfigImport_skip_queries_desc = __('Number of queries to skip from start');
261 $strConfigImport_skip_queries_name = __('Partial import: skip queries');
262 $strConfigImport_sql_compatibility_name = __('SQL compatibility mode');
263 $strConfigImport_sql_no_auto_value_on_zero_name = __('Do not use AUTO_INCREMENT for zero values');
264 $strConfigImport_xls_col_names_name = __('Column names in first row');
265 $strConfigImport_xlsx_col_names_name = __('Column names in first row');
266 $strConfigInitialSlidersState_name = __('Initial state for sliders');
267 $strConfigInsertRows_desc = __('How many rows can be inserted at one time');
268 $strConfigInsertRows_name = __('Number of inserted rows');
269 $strConfigLimitChars_desc = __('Maximum number of characters shown in any non-numeric column on browse view');
270 $strConfigLimitChars_name = __('Limit column characters');
271 $strConfigLoginCookieDeleteAll_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.');
272 $strConfigLoginCookieDeleteAll_name = __('Delete all cookies on logout');
273 $strConfigLoginCookieRecall_desc = __('Define whether the previous login should be recalled or not in cookie authentication mode');
274 $strConfigLoginCookieRecall_name = __('Recall user name');
275 $strConfigLoginCookieStore_desc = __('Defines how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.');
276 $strConfigLoginCookieStore_name = __('Login cookie store');
277 $strConfigLoginCookieValidity_desc = __('Define how long (in seconds) a login cookie is valid');
278 $strConfigLoginCookieValidity_name = __('Login cookie validity');
279 $strConfigLongtextDoubleTextarea_desc = __('Double size of textarea for LONGTEXT columns');
280 $strConfigLongtextDoubleTextarea_name = __('Bigger textarea for LONGTEXT');
281 $strConfigMaxCharactersInDisplayedSQL_desc = __('Maximum number of characters used when a SQL query is displayed');
282 $strConfigMaxCharactersInDisplayedSQL_name = __('Maximum displayed SQL length');
283 $strConfigMaxDbList_cmt = __('Users cannot set a higher value');
284 $strConfigMaxDbList_desc = __('Maximum number of databases displayed in database list');
285 $strConfigMaxDbList_name = __('Maximum databases');
286 $strConfigMaxNavigationItems_desc = __('The number of items that can be displayed on each page of the navigation tree');
287 $strConfigMaxNavigationItems_name = __('Maximum items in branch');
288 $strConfigMaxRows_desc = __('Number of rows displayed when browsing a result set. If the result set contains more rows, &quot;Previous&quot; and &quot;Next&quot; links will be shown.');
289 $strConfigMaxRows_name = __('Maximum number of rows to display');
290 $strConfigMaxTableList_cmt = __('Users cannot set a higher value');
291 $strConfigMaxTableList_desc = __('Maximum number of tables displayed in table list');
292 $strConfigMaxTableList_name = __('Maximum tables');
293 $strConfigMcryptDisableWarning_desc = __('Disable the default warning that is displayed if mcrypt is missing for cookie authentication');
294 $strConfigMcryptDisableWarning_name = __('mcrypt warning');
295 $strConfigMemoryLimit_desc = __('The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)');
296 $strConfigMemoryLimit_name = __('Memory limit');
297 $strConfigNavigationDisplayLogo_desc = __('Show logo in navigation panel');
298 $strConfigNavigationDisplayLogo_name = __('Display logo');
299 $strConfigNavigationLogoLink_desc = __('URL where logo in the navigation panel will point to');
300 $strConfigNavigationLogoLink_name = __('Logo link URL');
301 $strConfigNavigationLogoLinkWindow_desc = __('Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])');
302 $strConfigNavigationLogoLinkWindow_name = __('Logo link target');
303 $strConfigNavigationDisplayServers_desc = __('Display server choice at the top of the navigation panel');
304 $strConfigNavigationDisplayServers_name = __('Display servers selection');
305 $strConfigNavigationTreeDefaultTabTable_name = __('Target for quick access icon');
306 $strConfigNavigationTreeDisplayItemFilterMinimum_desc = __('Defines the minimum number of items (tables, views, routines and events) to display a filter box.');
307 $strConfigNavigationTreeDisplayItemFilterMinimum_name = __('Minimum number of items to display the filter box');
308 $strConfigNavigationTreeDisplayDbFilterMinimum_name = __('Minimum number of databases to display the database filter box');
309 $strConfigNavigationTreeEnableGrouping_desc = __('Group items in the navigation tree (determined by the separator defined below)');
310 $strConfigNavigationTreeEnableGrouping_name = __('Group items in the tree');
311 $strConfigNavigationTreeDbSeparator_desc = __('String that separates databases into different tree levels');
312 $strConfigNavigationTreeDbSeparator_name = __('Database tree separator');
313 $strConfigNavigationTreeTableSeparator_desc = __('String that separates tables into different tree levels');
314 $strConfigNavigationTreeTableSeparator_name = __('Table tree separator');
315 $strConfigNavigationTreeTableLevel_name = __('Maximum table tree depth');
316 $strConfigNavigationTreePointerEnable_desc = __('Highlight server under the mouse cursor');
317 $strConfigNavigationTreePointerEnable_name = __('Enable highlighting');
318 $strConfigNumRecentTables_desc = __('Maximum number of recently used tables; set 0 to disable');
319 $strConfigNumRecentTables_name = __('Recently used tables');
320 $strConfigRowActionLinks_desc = __('These are Edit, Copy and Delete links');
321 $strConfigRowActionLinks_name = __('Where to show the table row links');
322 $strConfigNaturalOrder_desc = __('Use natural order for sorting table and database names');
323 $strConfigNaturalOrder_name = __('Natural order');
324 $strConfigNavigationBarIconic_desc = __('Use only icons, only text or both');
325 $strConfigNavigationBarIconic_name = __('Iconic navigation bar');
326 $strConfigOBGzip_desc = __('use GZip output buffering for increased speed in HTTP transfers');
327 $strConfigOBGzip_name = __('GZip output buffering');
328 $strConfigOrder_desc = __('[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise');
329 $strConfigOrder_name = __('Default sorting order');
330 $strConfigPersistentConnections_desc = __('Use persistent connections to MySQL databases');
331 $strConfigPersistentConnections_name = __('Persistent connections');
332 $strConfigPmaNoRelation_DisableWarning_desc = __('Disable the default warning that is displayed on the database details Structure page if any of the required tables for the phpMyAdmin configuration storage could not be found');
333 $strConfigPmaNoRelation_DisableWarning_name = __('Missing phpMyAdmin configuration storage tables');
334 $strConfigServerLibraryDifference_DisableWarning_desc = __('Disable the default warning that is displayed if a difference between the MySQL library and server is detected');
335 $strConfigServerLibraryDifference_DisableWarning_name = __('Server/library difference warning');
336 $strConfigReservedWordDisableWarning_desc = __('Disable the default warning that is displayed on the Structure page if column names in a table are reserved MySQL words');
337 $strConfigReservedWordDisableWarning_name = __('MySQL reserved word warning');
338 $strConfigPropertiesIconic_desc = __('Use only icons, only text or both');
339 $strConfigPropertiesIconic_name = __('Iconic table operations');
340 $strConfigProtectBinary_desc = __('Disallow BLOB and BINARY columns from editing');
341 $strConfigProtectBinary_name = __('Protect binary columns');
342 $strConfigQueryHistoryDB_desc = __('Enable if you want DB-based query history (requires phpMyAdmin configuration storage). If disabled, this utilizes JS-routines to display query history (lost by window close).');
343 $strConfigQueryHistoryDB_name = __('Permanent query history');
344 $strConfigQueryHistoryMax_cmt = __('Users cannot set a higher value');
345 $strConfigQueryHistoryMax_desc = __('How many queries are kept in history');
346 $strConfigQueryHistoryMax_name = __('Query history length');
347 $strConfigQueryWindowDefTab_desc = __('Tab displayed when opening a new query window');
348 $strConfigQueryWindowDefTab_name = __('Default query window tab');
349 $strConfigQueryWindowHeight_desc = __('Query window height (in pixels)');
350 $strConfigQueryWindowHeight_name = __('Query window height');
351 $strConfigQueryWindowWidth_desc = __('Query window width (in pixels)');
352 $strConfigQueryWindowWidth_name = __('Query window width');
353 $strConfigRecodingEngine_desc = __('Select which functions will be used for character set conversion');
354 $strConfigRecodingEngine_name = __('Recoding engine');
355 $strConfigRememberSorting_desc = __('When browsing tables, the sorting of each table is remembered');
356 $strConfigRememberSorting_name = __('Remember table\'s sorting');
357 $strConfigRepeatCells_desc = __('Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature');
358 $strConfigRepeatCells_name = __('Repeat headers');
359 $strConfigRestoreDefaultValue = __('Restore default value');
360 $strConfigGridEditing_name = __('Grid editing: trigger action');
361 $strConfigSaveCellsAtOnce_name = __('Grid editing: save all edited cells at once');
362 $strConfigSaveDir_desc = __('Directory where exports can be saved on server');
363 $strConfigSaveDir_name = __('Save directory');
364 $strConfigServers_AllowDeny_order_desc = __('Leave blank if not used');
365 $strConfigServers_AllowDeny_order_name = __('Host authorization order');
366 $strConfigServers_AllowDeny_rules_desc = __('Leave blank for defaults');
367 $strConfigServers_AllowDeny_rules_name = __('Host authorization rules');
368 $strConfigServers_AllowNoPassword_name = __('Allow logins without a password');
369 $strConfigServers_AllowRoot_name = __('Allow root login');
370 $strConfigServers_auth_http_realm_desc = __('HTTP Basic Auth Realm name to display when doing HTTP Auth');
371 $strConfigServers_auth_http_realm_name = __('HTTP Realm');
372 $strConfigServers_auth_swekey_config_desc = __('The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)');
373 $strConfigServers_auth_swekey_config_name = __('SweKey config file');
374 $strConfigServers_auth_type_desc = __('Authentication method to use');
375 $strConfigServers_auth_type_name = __('Authentication type');
376 $strConfigServers_bookmarktable_desc = __('Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, suggested: [kbd]pma__bookmark[/kbd]');
377 $strConfigServers_bookmarktable_name = __('Bookmark table');
378 $strConfigServers_column_info_desc = __('Leave blank for no column comments/mime types, suggested: [kbd]pma__column_info[/kbd]');
379 $strConfigServers_column_info_name = __('Column information table');
380 $strConfigServers_compress_desc = __('Compress connection to MySQL server');
381 $strConfigServers_compress_name = __('Compress connection');
382 $strConfigServers_connect_type_desc = __('How to connect to server, keep [kbd]tcp[/kbd] if unsure');
383 $strConfigServers_connect_type_name = __('Connection type');
384 $strConfigServers_controlpass_name = __('Control user password');
385 $strConfigServers_controluser_desc = __('A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]');
386 $strConfigServers_controluser_name = __('Control user');
387 $strConfigServers_controlhost_desc = __('An alternate host to hold the configuration storage; leave blank to use the already defined host');
388 $strConfigServers_controlhost_name = __('Control host');
389 $strConfigServers_designer_coords_desc = __('Leave blank for no Designer support, suggested: [kbd]pma__designer_coords[/kbd]');
390 $strConfigServers_designer_coords_name = __('Designer table');
391 $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]');
392 $strConfigServers_DisableIS_name = __('Disable use of INFORMATION_SCHEMA');
393 $strConfigServers_extension_desc = __('What PHP extension to use; you should use mysqli if supported');
394 $strConfigServers_extension_name = __('PHP extension to use');
395 $strConfigServers_hide_db_desc = __('Hide databases matching regular expression (PCRE)');
396 $strConfigServers_hide_db_name = __('Hide databases');
397 $strConfigServers_history_desc = __('Leave blank for no SQL query history support, suggested: [kbd]pma__history[/kbd]');
398 $strConfigServers_history_name = __('SQL query history table');
399 $strConfigServers_host_desc = __('Hostname where MySQL server is running');
400 $strConfigServers_host_name = __('Server hostname');
401 $strConfigServers_LogoutURL_name = __('Logout URL');
402 $strConfigServers_MaxTableUiprefs_desc = __('Limits number of table preferences which are stored in database, the oldest records are automatically removed');
403 $strConfigServers_MaxTableUiprefs_name = __('Maximal number of table preferences to store');
404 $strConfigServers_nopassword_desc = __('Try to connect without password');
405 $strConfigServers_nopassword_name = __('Connect without password');
406 $strConfigServers_only_db_desc = __('You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use [kbd]\'my\_db\'[/kbd] and not [kbd]\'my_db\'[/kbd].');
407 $strConfigServers_only_db_name = __('Show only listed databases');
408 $strConfigServers_password_desc = __('Leave empty if not using config auth');
409 $strConfigServers_password_name = __('Password for config auth');
410 $strConfigServers_pdf_pages_desc = __('Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]');
411 $strConfigServers_pdf_pages_name = __('PDF schema: pages table');
412 $strConfigServers_pmadb_desc = __('Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Suggested: [kbd]phpmyadmin[/kbd]');
413 $strConfigServers_pmadb_name = __('Database name');
414 $strConfigServers_port_desc = __('Port on which MySQL server is listening, leave empty for default');
415 $strConfigServers_port_name = __('Server port');
416 $strConfigServers_recent_desc = __('Leave blank for no "persistent" recently used tables across sessions, suggested: [kbd]pma__recent[/kbd]');
417 $strConfigServers_recent_name = __('Recently used table');
418 $strConfigServers_relation_desc = __('Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma__relation[/kbd]');
419 $strConfigServers_relation_name = __('Relation table');
420 $strConfigServers_ShowDatabasesCommand_desc = __('SQL command to fetch available databases');
421 $strConfigServers_ShowDatabasesCommand_name = __('SHOW DATABASES command');
422 $strConfigServers_SignonSession_desc = __('See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example');
423 $strConfigServers_SignonSession_name = __('Signon session name');
424 $strConfigServers_SignonURL_name = __('Signon URL');
425 $strConfigServers_socket_desc = __('Socket on which MySQL server is listening, leave empty for default');
426 $strConfigServers_socket_name = __('Server socket');
427 $strConfigServers_ssl_desc = __('Enable SSL for connection to MySQL server');
428 $strConfigServers_ssl_name = __('Use SSL');
429 $strConfigServers_table_coords_desc = __('Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/kbd]');
430 $strConfigServers_table_coords_name = __('PDF schema: table coordinates');
431 $strConfigServers_table_info_desc = __('Table to describe the display columns, leave blank for no support; suggested: [kbd]pma__table_info[/kbd]');
432 $strConfigServers_table_info_name = __('Display columns table');
433 $strConfigServers_table_uiprefs_desc = __('Leave blank for no "persistent" tables\'UI preferences across sessions, suggested: [kbd]pma__table_uiprefs[/kbd]');
434 $strConfigServers_table_uiprefs_name = __('UI preferences table');
435 $strConfigServers_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.');
436 $strConfigServers_tracking_add_drop_database_name = __('Add DROP DATABASE');
437 $strConfigServers_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.');
438 $strConfigServers_tracking_add_drop_table_name = __('Add DROP TABLE');
439 $strConfigServers_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.');
440 $strConfigServers_tracking_add_drop_view_name = __('Add DROP VIEW');
441 $strConfigServers_tracking_default_statements_desc = __('Defines the list of statements the auto-creation uses for new versions.');
442 $strConfigServers_tracking_default_statements_name = __('Statements to track');
443 $strConfigServers_tracking_desc = __('Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking[/kbd]');
444 $strConfigServers_tracking_name = __('SQL query tracking table');
445 $strConfigServers_tracking_version_auto_create_desc = __('Whether the tracking mechanism creates versions for tables and views automatically.');
446 $strConfigServers_tracking_version_auto_create_name = __('Automatically create versions');
447 $strConfigServers_userconfig_desc = __('Leave blank for no user preferences storage in database, suggested: [kbd]pma__userconfig[/kbd]');
448 $strConfigServers_userconfig_name = __('User preferences storage table');
449 $strConfigServers_user_desc = __('Leave empty if not using config auth');
450 $strConfigServers_user_name = __('User for config auth');
451 $strConfigServers_verbose_desc = __('A user-friendly description of this server. Leave blank to display the hostname instead.');
452 $strConfigServers_verbose_name = __('Verbose name of this server');
453 $strConfigShowAll_desc = __('Whether a user should be displayed a &quot;show all (rows)&quot; button');
454 $strConfigShowAll_name = __('Allow to display all the rows');
455 $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');
456 $strConfigShowChgPassword_name = __('Show password change form');
457 $strConfigShowCreateDb_name = __('Show create database form');
458 $strConfigShowDbStructureCreation_desc = __('Show or hide a column displaying the Creation timestamp for all tables');
459 $strConfigShowDbStructureCreation_name = __('Show Creation timestamp');
460 $strConfigShowDbStructureLastUpdate_desc = __('Show or hide a column displaying the Last update timestamp for all tables');
461 $strConfigShowDbStructureLastUpdate_name = __('Show Last update timestamp');
462 $strConfigShowDbStructureLastCheck_desc = __('Show or hide a column displaying the Last check timestamp for all tables');
463 $strConfigShowDbStructureLastCheck_name = __('Show Last check timestamp');
464 $strConfigShowDisplayDirection_desc = __('Defines whether or not type display direction option is shown when browsing a table');
465 $strConfigShowDisplayDirection_name = __('Show display direction');
466 $strConfigShowFieldTypesInDataEditView_desc = __('Defines whether or not type fields should be initially displayed in edit/insert mode');
467 $strConfigShowFieldTypesInDataEditView_name = __('Show field types');
468 $strConfigShowFunctionFields_desc = __('Display the function fields in edit/insert mode');
469 $strConfigShowFunctionFields_name = __('Show function fields');
470 $strConfigShowHint_desc = __('Whether to show hint or not');
471 $strConfigShowHint_name = __('Show hint');
472 $strConfigShowPhpInfo_desc = __('Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output');
473 $strConfigShowPhpInfo_name = __('Show phpinfo() link');
474 $strConfigShowServerInfo_name = __('Show detailed MySQL server information');
475 $strConfigShowSQL_desc = __('Defines whether SQL queries generated by phpMyAdmin should be displayed');
476 $strConfigShowSQL_name = __('Show SQL queries');
477 $strConfigRetainQueryBox_desc = __('Defines whether the query box should stay on-screen after its submission');
478 $strConfigRetainQueryBox_name = __('Retain query box');
479 $strConfigShowStats_desc = __('Allow to display database and table statistics (eg. space usage)');
480 $strConfigShowStats_name = __('Show statistics');
481 $strConfigShowTooltip_name = __('Display table comments in tooltips');
482 $strConfigSkipLockedTables_desc = __('Mark used tables and make it possible to show databases with locked tables');
483 $strConfigSkipLockedTables_name = __('Skip locked tables');
484 $strConfigSQLQuery_Edit_name = __('Edit');
485 $strConfigSQLQuery_Explain_name = __('Explain SQL');
486 $strConfigSQLQuery_Refresh_name = __('Refresh');
487 $strConfigSQLQuery_ShowAsPHP_name = __('Create PHP Code');
488 $strConfigSQLQuery_Validate_desc = __('Requires SQL Validator to be enabled');
489 $strConfigSQLQuery_Validate_name = __('Validate SQL');
490 $strConfigSQLValidator_password_name = __('Password');
491 $strConfigSQLValidator_use_desc = __('[strong]Warning:[/strong] requires PHP SOAP extension or PEAR SOAP to be installed');
492 $strConfigSQLValidator_use_name = __('Enable SQL Validator');
493 $strConfigSQLValidator_username_desc = __('If you have a custom username, specify it here (defaults to [kbd]anonymous[/kbd])');
494 $strConfigSQLValidator_username_name = __('Username');
495 $strConfigSuhosinDisableWarning_desc = __('A warning is displayed on the main page if Suhosin is detected');
496 $strConfigSuhosinDisableWarning_name = __('Suhosin warning');
497 $strConfigTextareaCols_desc = __('Textarea size (columns) in edit mode, this value will be emphasized for SQL query textareas (*2) and for query window (*1.25)');
498 $strConfigTextareaCols_name = __('Textarea columns');
499 $strConfigTextareaRows_desc = __('Textarea size (rows) in edit mode, this value will be emphasized for SQL query textareas (*2) and for query window (*1.25)');
500 $strConfigTextareaRows_name = __('Textarea rows');
501 $strConfigTitleDatabase_desc = __('Title of browser window when a database is selected');
502 $strConfigTitleDatabase_name = __('Database');
503 $strConfigTitleDefault_desc = __('Title of browser window when nothing is selected');
504 $strConfigTitleDefault_name = __('Default title');
505 $strConfigTitleServer_desc = __('Title of browser window when a server is selected');
506 $strConfigTitleServer_name = __('Server');
507 $strConfigTitleTable_desc = __('Title of browser window when a table is selected');
508 $strConfigTitleTable_name = __('Table');
509 $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]');
510 $strConfigTrustedProxies_name = __('List of trusted proxies for IP allow/deny');
511 $strConfigUploadDir_desc = __('Directory on server where you can upload files for import');
512 $strConfigUploadDir_name = __('Upload directory');
513 $strConfigUseDbSearch_desc = __('Allow for searching inside the entire database');
514 $strConfigUseDbSearch_name = __('Use database search');
515 $strConfigUserprefsDeveloperTab_desc = __('When disabled, users cannot set any of the options below, regardless of the checkbox on the right');
516 $strConfigUserprefsDeveloperTab_name = __('Enable the Developer tab in settings');
517 $strConfigVersionCheckLink = __('Check for latest version');
518 $strConfigVersionCheck_desc = __('Enables check for latest version on main phpMyAdmin page');
519 $strConfigVersionCheck_name = __('Version check');
520 $strConfigZipDump_desc = __('Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations');
521 $strConfigZipDump_name = __('ZIP');