4 * Messages for phpMyAdmin.
6 * This file is here for easy transition to Gettext. You should not add any
7 * new messages here, use instead gettext directly in your template/PHP
11 if (!function_exists('__')) {
12 die('Bad invocation!');
16 $strSetupAllowAnywhereRecoding_name = __('Allow character set conversion');
17 $strSetupAllowArbitraryServer_desc = __('If enabled user can enter any MySQL server in login form for cookie auth');
18 $strSetupAllowArbitraryServer_name = __('Allow login to any MySQL server');
19 $strSetupAllowUserDropDatabase_name = __('Show "Drop database" link to normal users');
20 $strSetupblowfish_secret_desc = __('Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication');
21 $strSetupblowfish_secret_name = __('Blowfish secret');
22 $strSetupBrowseMarkerEnable_desc = __('Highlight selected rows');
23 $strSetupBrowseMarkerEnable_name = __('Row marker');
24 $strSetupBrowsePointerEnable_desc = __('Highlight row pointed by the mouse cursor');
25 $strSetupBrowsePointerEnable_name = __('Highlight pointer');
26 $strSetupBZipDump_desc = __('Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations');
27 $strSetupBZipDump_name = __('Bzip2');
28 $strSetupCharEditing_desc = __('Defines which type of editing controls should be used for CHAR and VARCHAR columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in columns');
29 $strSetupCharEditing_name = __('CHAR columns editing');
30 $strSetupCharTextareaCols_desc = __('Number of columns for CHAR/VARCHAR textareas');
31 $strSetupCharTextareaCols_name = __('CHAR textarea columns');
32 $strSetupCharTextareaRows_desc = __('Number of rows for CHAR/VARCHAR textareas');
33 $strSetupCharTextareaRows_name = __('CHAR textarea rows');
34 $strSetupCheckConfigurationPermissions_name = __('Check config file permissions');
35 $strSetupCompressOnFly_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');
36 $strSetupCompressOnFly_name = __('Compress on the fly');
37 $strSetupConfigurationFile = __('Configuration file');
38 $strSetupConfirm_desc = __('Whether a warning ("Are your really sure...") should be displayed when you\'re about to lose data');
39 $strSetupConfirm_name = __('Confirm DROP queries');
40 $strSetupCtrlArrowsMoving_name = __('Field navigation using Ctrl+Arrows');
41 $strSetupDefaultCharset_desc = __('Default character set used for conversions');
42 $strSetupDefaultCharset_name = __('Default character set');
43 $strSetupDefaultDisplay_name = __('Default display direction');
44 $strSetupDefaultLanguage = __('Default language');
45 $strSetupDefaultPropDisplay_name = __('Display direction for altering/creating columns');
46 $strSetupDefaultPropDisplay_desc = __('[kbd]horizontal[/kbd], [kbd]vertical[/kbd] or a number that indicates maximum number for which vertical model is used');
47 $strSetupDefaultServer = __('Default server');
48 $strSetupDefaultTabDatabase_desc = __('Tab that is displayed when entering a database');
49 $strSetupDefaultTabDatabase_name = __('Default database tab');
50 $strSetupDefaultTabServer_desc = __('Tab that is displayed when entering a server');
51 $strSetupDefaultTabServer_name = __('Default server tab');
52 $strSetupDefaultTabTable_desc = __('Tab that is displayed when entering a table');
53 $strSetupDefaultTabTable_name = __('Default table tab');
54 $strSetupDisplayBinaryAsHex_name = __('Show binary contents as HEX');
55 $strSetupDisplayBinaryAsHex_desc = __('Show binary contents as HEX by default');
56 $strSetupDisplayDatabasesList_desc = __('Show database listing as a list instead of a drop down');
57 $strSetupDisplayDatabasesList_name = __('Display databases as a list');
58 $strSetupDisplay = __('Display');
59 $strSetupDisplayServersList_desc = __('Show server listing as a list instead of a drop down');
60 $strSetupDisplayServersList_name = __('Display servers as a list');
61 $strSetupDonateLink = __('Donate');
62 $strSetupDownload = __('Download');
63 $strSetupEditInWindow_name = __('Edit in window');
64 $strSetupEditInWindow_desc = __('Edit SQL queries in popup window');
65 $strSetupEndOfLine = __('End of line');
66 $strSetupErrorIconic_name = __('Iconic errors');
67 $strSetupErrorIconic_desc = __('Show icons for warning, error and information messages');
68 $strSetupExecTimeLimit_desc = __('Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)');
69 $strSetupExecTimeLimit_name = __('Maximum execution time');
70 $strSetupExport_asfile_name = __('Save as file');
71 $strSetupExport_charset_name = __('Character set of the file');
72 $strSetupExport_compression_name = __('Compression');
73 $strSetupExport_file_template_database_name = __('Database name template');
74 $strSetupExport_file_template_server_name = __('Server name template');
75 $strSetupExport_file_template_table_name = __('Table name template');
76 $strSetupExport_format_name = __('Format');
77 $strSetupExport_onserver_name = __('Save on server');
78 $strSetupExport_onserver_overwrite_name = __('Overwrite existing file(s)');
79 $strSetupExport_remember_file_template_name = __('Remember file name template');
80 $strSetupForceSSL_desc = __('Force secured connection while using phpMyAdmin');
81 $strSetupForceSSL_name = __('Force SSL connection');
82 $strSetupForeignKeyDropdownOrder_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');
83 $strSetupForeignKeyDropdownOrder_name = __('Foreign key dropdown order');
84 $strSetupForeignKeyMaxLimit_desc = __('A dropdown will be used if fewer items are present');
85 $strSetupForeignKeyMaxLimit_name = __('Foreign key limit');
86 $strSetupForm_Browse = __('Browse mode');
87 $strSetupForm_Browse_desc = __('Customize browse mode');
88 $strSetupForm_Edit_desc = __('Customize edit mode');
89 $strSetupForm_Edit = __('Edit mode');
90 $strSetupForm_Export_defaults_desc = __('Customize default export options');
91 $strSetupForm_Export_defaults = __('Export defaults');
92 $strSetupForm_General = __('General settings');
93 $strSetupForm_Import_defaults_desc = __('Customize default common import options');
94 $strSetupForm_Import_defaults = __('Import defaults');
95 $strSetupForm_Import_export_desc = __('Set import and export directories and compression options');
96 $strSetupForm_Import_export = __('Import / export');
97 $strSetupForm_Left_databases = __('Databases');
98 $strSetupForm_Left_databases_desc = __('Databases display options');
99 $strSetupForm_Left_frame_desc = __('Customize appearance of the navigation frame');
100 $strSetupForm_Left_frame = __('Navigation frame');
101 $strSetupForm_Left_servers_desc = __('Servers display options');
102 $strSetupForm_Left_servers = __('Servers');
103 $strSetupForm_Left_tables_desc = __('Tables display options');
104 $strSetupForm_Left_tables = __('Tables');
105 $strSetupForm_Main_frame = __('Main frame');
106 $strSetupForm_Other_core_settings_desc = __('Settings that didn\'t fit enywhere else');
107 $strSetupForm_Other_core_settings = __('Other core settings');
108 $strSetupForm_Query_window_desc = __('Customize query window options');
109 $strSetupForm_Query_window = __('Query window');
110 $strSetupForm_Page_titles = __('Page titles');
111 $strSetupForm_Page_titles_desc = __('Specify browser\'s title bar text. Refer to [a@Documentation.html#cfg_TitleTable]documentation[/a] for magic strings that can be used to get special values.');
112 $strSetupForm_Security_desc = __('Please note that phpMyAdmin is just a user interface and its features do not limit MySQL');
113 $strSetupForm_Security = __('Security');
114 $strSetupForm_Server = __('Basic settings');
115 $strSetupForm_Server_config_desc = __('Advanced server configuration, do not change these options unless you know what they are for');
116 $strSetupForm_Server_config = __('Server configuration');
117 $strSetupForm_Server_desc = __('Enter server connection parameters');
118 $strSetupForm_Server_login_options_desc = __('Enter login options for signon authentication');
119 $strSetupForm_Server_login_options = __('Signon login options');
120 $strSetupForm_Server_pmadb_desc = __('Configure phpMyAdmin database to gain access to additional features, see [a@Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation');
121 $strSetupForm_Server_pmadb = __('PMA database');
122 $strSetupForm_Server_tracking_desc = __('Tracking of changes made in database. Requires configured PMA database.');
123 $strSetupForm_Server_tracking = __('Changes tracking');
124 $strSetupFormset_customization = __('Customization');
125 $strSetupFormset_export = __('Customize export options');
126 $strSetupFormset_features = __('Features');
127 $strSetupFormset_import = __('Customize import defaults');
128 $strSetupFormset_left_frame = __('Customize navigation frame');
129 $strSetupFormset_main_frame = __('Customize main frame');
130 $strSetupForm_Sql_box_desc = __('Customize links shown in SQL Query boxes');
131 $strSetupForm_Sql_box = __('SQL Query box');
132 $strSetupForm_Sql_queries_desc = __('SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings');
133 $strSetupForm_Sql_queries = __('SQL queries');
134 $strSetupForm_Startup_desc = __('Customize startup page');
135 $strSetupForm_Startup = __('Startup');
136 $strSetupForm_Tabs_desc = __('Choose how you want tabs to work');
137 $strSetupForm_Tabs = __('Tabs');
138 $strSetupGZipDump_desc = __('Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations');
139 $strSetupGZipDump_name = __('GZip');
140 $strSetupIconvExtraParams_name = __('Extra parameters for iconv');
141 $strSetupIgnoreErrors = __('Ignore errors');
142 $strSetupIgnoreMultiSubmitErrors_desc = __('If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed');
143 $strSetupIgnoreMultiSubmitErrors_name = __('Ignore multiple statement errors');
144 $strSetupImport_allow_interrupt_desc = __('Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.');
145 $strSetupImport_allow_interrupt_name = __('Partial import: allow interrupt');
146 $strSetupImport_format_desc = __('Default format; be aware that this list depends on location (database, table) and only SQL is always available');
147 $strSetupImport_format_name = __('Format of imported file');
148 $strSetupImport_skip_queries_desc = __('Number of queries to skip from start');
149 $strSetupImport_skip_queries_name = __('Partial import: skip queries');
150 $strSetupInitialSlidersState_name = __('Initial state for sliders');
151 $strSetupInsertRows_desc = __('How many rows can be inserted at one time');
152 $strSetupInsertRows_name = __('Number of inserted rows');
153 $strSetupLeftDefaultTabTable_name = __('Target for quick access icon');
154 $strSetupLeftDisplayLogo_desc = __('Show logo in left frame');
155 $strSetupLeftDisplayLogo_name = __('Display logo');
156 $strSetupLeftDisplayServers_desc = __('Display server choice at the top of the left frame');
157 $strSetupLeftDisplayServers_name = __('Display servers selection');
158 $strSetupLeftFrameDBSeparator_desc = __('String that separates databases into different tree levels');
159 $strSetupLeftFrameDBSeparator_name = __('Database tree separator');
160 $strSetupLeftFrameDBTree_desc = __('Only light version; display databases in a tree (determined by the separator defined below)');
161 $strSetupLeftFrameDBTree_name = __('Display databases in a tree');
162 $strSetupLeftFrameLight_desc = __('Disable this if you want to see all databases at once');
163 $strSetupLeftFrameLight_name = __('Use light version');
164 $strSetupLeftFrameTableLevel_name = __('Maximum table tree depth');
165 $strSetupLeftFrameTableSeparator_desc = __('String that separates tables into different tree levels');
166 $strSetupLeftFrameTableSeparator_name = __('Table tree separator');
167 $strSetupLeftLogoLink_name = __('Logo link URL');
168 $strSetupLeftLogoLinkWindow_desc = __('Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])');
169 $strSetupLeftLogoLinkWindow_name = __('Logo link target');
170 $strSetupLeftPointerEnable_desc = __('Highlight server under the mouse cursor');
171 $strSetupLeftPointerEnable_name = __('Enable highlighting');
172 $strSetupLetUserChoose = __('let the user choose');
173 $strSetupLightTabs_desc = __('Use less graphically intense tabs');
174 $strSetupLightTabs_name = __('Light tabs');
175 $strSetupLimitChars_name = __('Limit column characters');
176 $strSetupLimitChars_desc = __('Maximum number of characters shown in any non-numeric column on browse view');
177 $strSetupLoginCookieDeleteAll_desc = __('If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.');
178 $strSetupLoginCookieDeleteAll_name = __('Delete all cookies on logout');
179 $strSetupLoginCookieRecall_desc = __('Define whether the previous login should be recalled or not in cookie authentication mode');
180 $strSetupLoginCookieRecall_name = __('Recall user name');
181 $strSetupLoginCookieStore_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.');
182 $strSetupLoginCookieStore_name = __('Login cookie store');
183 $strSetupLoginCookieValidity_desc = __('Define how long (in seconds) a login cookie is valid');
184 $strSetupLoginCookieValidity_name = __('Login cookie validity');
185 $strSetupLongtextDoubleTextarea_name = __('Bigger textarea for LONGTEXT');
186 $strSetupLongtextDoubleTextarea_desc = __('Double size of textarea for LONGTEXT fields');
187 $strSetupMainPageIconic_name = __('Use icons on main page');
188 $strSetupMaxCharactersInDisplayedSQL_desc = __('Maximum number of characters used when a SQL query is displayed');
189 $strSetupMaxCharactersInDisplayedSQL_name = __('Maximum displayed SQL length');
190 $strSetupMaxDbList_desc = __('Maximum number of databases displayed in left frame and database list');
191 $strSetupMaxDbList_name = __('Maximum databases');
192 $strSetupMaxRows_desc = __('Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown.');
193 $strSetupMaxRows_name = __('Maximum number of rows to display');
194 $strSetupMaxTableList_desc = __('Maximum number of tables displayed in table list');
195 $strSetupMaxTableList_name = __('Maximum tables');
196 $strSetupMemoryLimit_desc = __('The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)');
197 $strSetupMemoryLimit_name = __('Memory limit');
198 $strSetupModifyDeleteAtLeft_name = __('Show left delete link');
199 $strSetupModifyDeleteAtRight_name = __('Show right delete link');
200 $strSetupNaturalOrder_name = __('Natural order');
201 $strSetupNaturalOrder_desc = __('Use natural order for sorting table and database names');
202 $strSetupNavigationBarIconic_desc = __('Use only icons, only text or both');
203 $strSetupNavigationBarIconic_name = __('Iconic navigation bar');
204 $strSetupOBGzip_desc = __('use GZip output buffering for increased speed in HTTP transfers');
205 $strSetupOBGzip_name = __('GZip output buffering');
206 $strSetupOptionNone = __('- none -');
207 $strSetupOrder_desc = __('[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise');
208 $strSetupOrder_name = __('Default sorting order');
209 $strSetupPersistentConnections_desc = __('Use persistent connections to MySQL databases');
210 $strSetupPersistentConnections_name = __('Persistent connections');
211 $strSetupPropertiesIconic_desc = __('Use only icons, only text or both');
212 $strSetupPropertiesIconic_name = __('Iconic table operations');
213 $strSetupProtectBinary_desc = __('Disallow BLOB and BINARY columns from editing');
214 $strSetupProtectBinary_name = __('Protect binary columns');
215 $strSetupRepeatCells_name = __('Repeat headers');
216 $strSetupRepeatCells_desc = __('Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature');
217 $strSetupQueryHistoryDB_desc = __('Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).');
218 $strSetupQueryHistoryDB_name = __('Permanent query history');
219 $strSetupQueryHistoryMax_desc = __('How many queries are kept in history');
220 $strSetupQueryHistoryMax_name = __('Query history length');
221 $strSetupQueryWindowDefTab_desc = __('Tab displayed when opening a new query window');
222 $strSetupQueryWindowDefTab_name = __('Default query window tab');
223 $strSetupQueryWindowHeight_name = __('Query window height');
224 $strSetupQueryWindowHeight_desc = __('Query window height (in pixels)');
225 $strSetupQueryWindowWidth_name = __('Query window width');
226 $strSetupQueryWindowWidth_desc = __('Query window height (in pixels)');
227 $strSetupRecodingEngine_desc = __('Select which functions will be used for character set conversion');
228 $strSetupRecodingEngine_name = __('Recoding engine');
229 $strSetupReplaceHelpImg_name = __('Show help button');
230 $strSetupReplaceHelpImg_desc = __('Show help button instead of Documentation text');
231 $strSetupRestoreDefaultValue = __('Restore default value');
232 $strSetupRevertErroneousFields = __('Try to revert erroneous fields to their default values');
233 $strSetupSaveDir_desc = __('Directory where exports can be saved on server');
234 $strSetupSaveDir_name = __('Save directory');
235 $strSetupServers_AllowDeny_order_desc = __('Leave blank if not used');
236 $strSetupServers_AllowDeny_order_name = __('Host authentication order');
237 $strSetupServers_AllowDeny_rules_desc = __('Leave blank for defaults');
238 $strSetupServers_AllowDeny_rules_name = __('Host authentication rules');
239 $strSetupServers_AllowNoPassword_name = __('Allow logins without a password');
240 $strSetupServers_AllowRoot_name = __('Allow root login');
241 $strSetupServers_auth_http_realm_desc = __('HTTP Basic Auth Realm name to display when doing HTTP Auth');
242 $strSetupServers_auth_http_realm_name = __('HTTP Realm');
243 $strSetupServers_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)');
244 $strSetupServers_auth_swekey_config_name = __('SweKey config file');
245 $strSetupServers_auth_type_desc = __('Authentication method to use');
246 $strSetupServers_auth_type_name = __('Authentication type');
247 $strSetupServers_bookmarktable_desc = __('Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, suggested: [kbd]pma_bookmark[/kbd]');
248 $strSetupServers_bookmarktable_name = __('Bookmark table');
249 $strSetupServers_column_info_desc = __('Leave blank for no column comments/mime types, suggested: [kbd]pma_column_info[/kbd]');
250 $strSetupServers_column_info_name = __('Column information table');
251 $strSetupServers_compress_desc = __('Compress connection to MySQL server');
252 $strSetupServers_compress_name = __('Compress connection');
253 $strSetupServers_connect_type_desc = __('How to connect to server, keep [kbd]tcp[/kbd] if unsure');
254 $strSetupServers_connect_type_name = __('Connection type');
255 $strSetupServers_controlpass_name = __('Control user password');
256 $strSetupServers_controluser_desc = __('A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]');
257 $strSetupServers_controluser_name = __('Control user');
258 $strSetupServers_CountTables_desc = __('Count tables when showing database list');
259 $strSetupServers_CountTables_name = __('Count tables');
260 $strSetupServers_designer_coords_desc = __('Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]');
261 $strSetupServers_designer_coords_name = __('Designer table');
262 $strSetupServers_DisableIS_desc = __('More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]');
263 $strSetupServers_DisableIS_name = __('Disable use of INFORMATION_SCHEMA');
264 $strSetupServers_extension_desc = __('What PHP extension to use; you should use mysqli if supported');
265 $strSetupServers_extension_name = __('PHP extension to use');
266 $strSetupServers_hide_db_desc = __('Hide databases matching regular expression (PCRE)');
267 $strSetupServers_hide_db_name = __('Hide databases');
268 $strSetupServers_history_desc = __('Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]');
269 $strSetupServers_history_name = __('SQL query history table');
270 $strSetupServers_tracking_desc = __('Leave blank for no SQL query tracking support, suggested: [kbd]pma_tracking[/kbd]');
271 $strSetupServers_tracking_name = __('SQL query tracking table');
272 $strSetupServers_host_desc = __('Hostname where MySQL server is running');
273 $strSetupServers_host_name = __('Server hostname');
274 $strSetupServers_LogoutURL_name = __('Logout URL');
275 $strSetupServers_nopassword_desc = __('Try to connect without password');
276 $strSetupServers_nopassword_name = __('Connect without password');
277 $strSetupServers_only_db_desc = __('You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\'');
278 $strSetupServers_only_db_name = __('Show only listed databases');
279 $strSetupServers_password_desc = __('Leave empty if not using config auth');
280 $strSetupServers_password_name = __('Password for config auth');
281 $strSetupServers_pdf_pages_desc = __('Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]');
282 $strSetupServers_pdf_pages_name = __('PDF schema: pages table');
283 $strSetupServers_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]');
284 $strSetupServers_pmadb_name = __('PMA database');
285 $strSetupServers_port_desc = __('Port on which MySQL server is listening, leave empty for default');
286 $strSetupServers_port_name = __('Server port');
287 $strSetupServers_relation_desc = __('Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma_relation[/kbd]');
288 $strSetupServers_relation_name = __('Relation table');
289 $strSetupServers_ShowDatabasesCommand_desc = __('SQL command to fetch available databases');
290 $strSetupServers_ShowDatabasesCommand_name = __('SHOW DATABASES command');
291 $strSetupServers_SignonSession_desc = __('See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example');
292 $strSetupServers_SignonSession_name = __('Signon session name');
293 $strSetupServers_SignonURL_name = __('Signon URL');
294 $strSetupServers_tracking_version_auto_create_desc = __('Whether the tracking mechanism creates versions for tables and views automatically.');
295 $strSetupServers_tracking_version_auto_create_name = __('Automatically create versions');
296 $strSetupServers_tracking_default_statements_desc = __('Defines the list of statements the auto-creation uses for new versions.');
297 $strSetupServers_tracking_default_statements_name = __('Statements to track');
298 $strSetupServers_tracking_add_drop_view_desc = __('Whether a DROP VIEW IF EXISTS statement will be added as first line to the log when creating a view.');
299 $strSetupServers_tracking_add_drop_view_name = __('Add DROP VIEW');
300 $strSetupServers_tracking_add_drop_table_desc = __('Whether a DROP TABLE IF EXISTS statement will be added as first line to the log when creating a table.');
301 $strSetupServers_tracking_add_drop_table_name = __('Add DROP TABLE');
302 $strSetupServers_tracking_add_drop_database_desc = __('Whether a DROP DATABASE IF EXISTS statement will be added as first line to the log when creating a database.');
303 $strSetupServers_tracking_add_drop_database_name = __('Add DROP DATABASE');
304 $strSetupServers_socket_desc = __('Socket on which MySQL server is listening, leave empty for default');
305 $strSetupServers_socket_name = __('Server socket');
306 $strSetupServers_ssl_desc = __('Enable SSL for connection to MySQL server');
307 $strSetupServers_ssl_name = __('Use SSL');
308 $strSetupServers_table_coords_desc = __('Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]');
309 $strSetupServers_table_coords_name = __('PDF schema: table coordinates');
310 $strSetupServers_table_info_desc = __('Table to describe the display columns, leave blank for no support; suggested: [kbd]pma_table_info[/kbd]');
311 $strSetupServers_table_info_name = __('Display columns table');
312 $strSetupServers_user_desc = __('Leave empty if not using config auth');
313 $strSetupServers_user_name = __('User for config auth');
314 $strSetupServers_userconfig_name = __('User preferences storage table');
315 $strSetupServers_userconfig_desc = __('Leave blank for no user preferences storage in database, suggested: [kbd]pma_config[/kbd]');
316 $strSetupServers_verbose_check_desc = __('Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance');
317 $strSetupServers_verbose_check_name = __('Verbose check');
318 $strSetupServers_verbose_desc = __('A user-friendly description of this server. Leave blank to display the hostname instead.');
319 $strSetupServers_verbose_name = __('Verbose name of this server');
320 $strSetupShowAll_desc = __('Whether a user should be displayed a "show all (rows)" button');
321 $strSetupShowAll_name = __('Allow to display all the rows');
322 $strSetupShowChgPassword_desc = __('Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly');
323 $strSetupShowChgPassword_name = __('Show password change form');
324 $strSetupShowCreateDb_name = __('Show create database form');
325 $strSetupShowFieldTypesInDataEditView_name = __('Show field types');
326 $strSetupShowFieldTypesInDataEditView_desc = __('Defines whether or not type fields should be initially displayed in edit/insert mode');
327 $strSetupShowForm = __('Show form');
328 $strSetupShowFunctionFields_desc = __('Display the function fields in edit/insert mode');
329 $strSetupShowFunctionFields_name = __('Show function fields');
330 $strSetupShowHiddenMessages = __('Show hidden messages (#MSG_COUNT)');
331 $strSetupShowPhpInfo_desc = __('Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output');
332 $strSetupShowPhpInfo_name = __('Show phpinfo() link');
333 $strSetupShowServerInfo_name = __('Show detailed MySQL server information');
334 $strSetupShowSQL_desc = __('Defines whether SQL queries generated by phpMyAdmin should be displayed');
335 $strSetupShowSQL_name = __('Show SQL queries');
336 $strSetupShowStats_desc = __('Allow to display database and table statistics (eg. space usage)');
337 $strSetupShowStats_name = __('Show statistics');
338 $strSetupShowTooltipAliasDB_desc = __('If tooltips are enabled and a database comment is set, this will flip the comment and the real name');
339 $strSetupShowTooltipAliasDB_name = __('Display database comment instead of its name');
340 $strSetupShowTooltipAliasTB_desc = __('When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged');
341 $strSetupShowTooltipAliasTB_name = __('Display table comment instead of its name');
342 $strSetupShowTooltip_name = __('Display table comments in tooltips');
343 $strSetupSkipLockedTables_desc = __('Mark used tables and make it possible to show databases with locked tables');
344 $strSetupSkipLockedTables_name = __('Skip locked tables');
345 $strSetupSQLQuery_Edit_name = __('Edit');
346 $strSetupSQLQuery_Explain_name = __('Explain SQL');
347 $strSetupSQLQuery_Refresh_name = __('Refresh');
348 $strSetupSQLQuery_ShowAsPHP_name = __('Create PHP Code');
349 $strSetupSQLQuery_Validate_name = __('Validate SQL');
350 $strSetupSuggestDBName_desc = __('Suggest a database name on the "Create Database" form (if possible) or keep the text field empty');
351 $strSetupSuggestDBName_name = __('Suggest new database name');
352 $strSetupTextareaCols_name = __('Textarea columns');
353 $strSetupTextareaCols_desc = __('Textarea size (columns) in edit mode, this value will be emphasized for SQL query textareas (*2) and for query window (*1.25)');
354 $strSetupTextareaRows_name = __('Textarea rows');
355 $strSetupTitleDefault_name = __('Default title');
356 $strSetupTitleDefault_desc = __('Title of browser window when nothing is selected');
357 $strSetupTitleTable_name = __('Table');
358 $strSetupTitleTable_desc = __('Title of browser window when a table is selected');
359 $strSetupTitleDatabase_name = __('Database');
360 $strSetupTitleDatabase_desc = __('Title of browser window when a database is selected');
361 $strSetupTitleServer_name = __('Server');
362 $strSetupTitleServer_desc = __('Title of browser window when a server is selected');
363 $strSetupTrustedProxies_desc = __('Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]');
364 $strSetupTrustedProxies_name = __('List of trusted proxies for IP allow/deny');
365 $strSetupUploadDir_desc = __('Directory on server where you can upload files for import');
366 $strSetupUploadDir_name = __('Upload directory');
367 $strSetupUseDbSearch_desc = __('Allow for searching inside the entire database');
368 $strSetupUseDbSearch_name = __('Use database search');
369 $strSetupVerboseMultiSubmit_desc = __('Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.');
370 $strSetupVerboseMultiSubmit_name = __('Verbose multiple statements');
371 $strSetupVersionCheckLink = __('Check for latest version');
372 $strSetupZipDump_desc = __('Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations');
373 $strSetupZipDump_name = __('ZIP');