diff --git a/libraries/Table.class.php b/libraries/Table.class.php index 4624c51edf..77f5c8c257 100644 --- a/libraries/Table.class.php +++ b/libraries/Table.class.php @@ -1318,7 +1318,7 @@ class PMA_Table } } $this->errors[] = sprintf( - __('Error renaming table %1$s to %2$s'), + __('Failed to rename table %1$s to %2$s!'), $this->getFullName(), $new_table->getFullName() ); @@ -1578,8 +1578,8 @@ class PMA_Table if (isset($this->uiprefs[$property])) { // check if the column name exists in this table $tmp = explode(' ', $this->uiprefs[$property]); - $colname = $tmp[0]; - //remove backquoting from colname + $colname = $tmp[0]; + //remove backquoting from colname $colname = str_replace('`', '', $colname); //get the available column name without backquoting $avail_columns = $this->getColumns(false); diff --git a/libraries/config/messages.inc.php b/libraries/config/messages.inc.php index 6efa435c1f..611375d9f4 100644 --- a/libraries/config/messages.inc.php +++ b/libraries/config/messages.inc.php @@ -15,81 +15,81 @@ if (!function_exists('__')) { } $strConfigAllowArbitraryServer_desc - = __('If enabled user can enter any MySQL server in login form for cookie auth'); + = __('If enabled user can enter any MySQL server in login form for cookie auth.'); $strConfigAllowArbitraryServer_name = __('Allow login to any MySQL server'); $strConfigAllowThirdPartyFraming_desc = __( 'Enabling this allows a page located on a different domain to call phpMyAdmin ' . 'inside a frame, and is a potential [strong]security hole[/strong] allowing ' - . 'cross-frame scripting attacks' + . 'cross-frame scripting attacks.' ); $strConfigAllowThirdPartyFraming_name = __('Allow third party framing'); $strConfigAllowUserDropDatabase_name = __('Show "Drop database" link to normal users'); $strConfigblowfish_secret_desc = __( 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] ' - . 'authentication' + . 'authentication.' ); $strConfigblowfish_secret_name = __('Blowfish secret'); $strConfigBrowseMarkerEnable_desc = __('Highlight selected rows'); $strConfigBrowseMarkerEnable_name = __('Row marker'); -$strConfigBrowsePointerEnable_desc = __('Highlight row pointed by the mouse cursor'); +$strConfigBrowsePointerEnable_desc = __('Highlight row pointed by the mouse cursor.'); $strConfigBrowsePointerEnable_name = __('Highlight pointer'); $strConfigBZipDump_desc = __( 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import ' - . 'and export operations' + . 'and export operations.' ); $strConfigBZipDump_name = __('Bzip2'); $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' + . '[kbd]textarea[/kbd] - allows newlines in columns.' ); $strConfigCharEditing_name = __('CHAR columns editing'); $strConfigCodemirrorEnable_desc = __( 'Use user-friendly editor for editing SQL queries ' . '([a@http://codemirror.net/]CodeMirror[/a]) with syntax highlighting and ' - . 'line numbers' + . 'line numbers.' ); $strConfigCodemirrorEnable_name = __('Enable CodeMirror'); $strConfigMinSizeForInputField_desc = __( 'Defines the minimum size for input fields generated for CHAR and VARCHAR ' - . 'columns' + . 'columns.' ); $strConfigMinSizeForInputField_name = __('Minimum size for input field'); $strConfigMaxSizeForInputField_desc = __( 'Defines the maximum size for input fields generated for CHAR and VARCHAR ' - . 'columns' + . 'columns.' ); $strConfigMaxSizeForInputField_name = __('Maximum size for input field'); -$strConfigCharTextareaCols_desc = __('Number of columns for CHAR/VARCHAR textareas'); +$strConfigCharTextareaCols_desc = __('Number of columns for CHAR/VARCHAR textareas.'); $strConfigCharTextareaCols_name = __('CHAR textarea columns'); -$strConfigCharTextareaRows_desc = __('Number of rows for CHAR/VARCHAR textareas'); +$strConfigCharTextareaRows_desc = __('Number of rows for CHAR/VARCHAR textareas.'); $strConfigCharTextareaRows_name = __('CHAR textarea rows'); $strConfigCheckConfigurationPermissions_name = __('Check config file permissions'); $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' + . 'you encounter problems with created gzip/bzip2 files disable this feature.' ); $strConfigCompressOnFly_name = __('Compress on the fly'); $strConfigConfigurationFile = __('Configuration file'); $strConfigConfirm_desc = __( 'Whether a warning ("Are your really sure…") should be displayed ' - . 'when you\'re about to lose data' + . 'when you\'re about to lose data.' ); $strConfigConfirm_name = __('Confirm DROP queries'); $strConfigDBG_sql_name = __('Debug SQL'); $strConfigDefaultDisplay_name = __('Default display direction'); $strConfigDefaultTabDatabase_desc - = __('Tab that is displayed when entering a database'); + = __('Tab that is displayed when entering a database.'); $strConfigDefaultTabDatabase_name = __('Default database tab'); -$strConfigDefaultTabServer_desc = __('Tab that is displayed when entering a server'); +$strConfigDefaultTabServer_desc = __('Tab that is displayed when entering a server.'); $strConfigDefaultTabServer_name = __('Default server tab'); -$strConfigDefaultTabTable_desc = __('Tab that is displayed when entering a table'); +$strConfigDefaultTabTable_desc = __('Tab that is displayed when entering a table.'); $strConfigDefaultTabTable_name = __('Default table tab'); $strConfigHideStructureActions_desc - = __('Whether the table structure actions should be hidden'); + = __('Whether the table structure actions should be hidden.'); $strConfigHideStructureActions_name = __('Hide table structure actions'); -$strConfigDisplayBinaryAsHex_desc = __('Show binary contents as HEX by default'); +$strConfigDisplayBinaryAsHex_desc = __('Show binary contents as HEX by default.'); $strConfigDisplayBinaryAsHex_name = __('Show binary contents as HEX'); $strConfigDisplayServersList_desc = __('Show server listing as a list instead of a drop down'); @@ -99,12 +99,12 @@ $strConfigDisableMultiTableMaintenance_desc = __( . 'the selected tables of a database.' ); $strConfigDisableMultiTableMaintenance_name = __('Disable multi table maintenance'); -$strConfigEditInWindow_desc = __('Edit SQL queries in popup window'); +$strConfigEditInWindow_desc = __('Edit SQL queries in popup window.'); $strConfigEditInWindow_name = __('Edit in window'); $strConfigError_Handler_display_name = __('Display errors'); $strConfigExecTimeLimit_desc = __( 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no ' - . 'limit)' + . 'limit).' ); $strConfigExecTimeLimit_name = __('Maximum execution time'); $strConfigExport_asfile_name = __('Save as file'); @@ -192,56 +192,56 @@ $strConfigExport_xls_columns_name = __('Put columns names in the first row'); $strConfigExport_xls_null_name = __('Replace NULL with'); $strConfigExport_xlsx_columns_name = __('Put columns names in the first row'); $strConfigExport_xlsx_null_name = __('Replace NULL with'); -$strConfigForceSSL_desc = __('Force secured connection while using phpMyAdmin'); +$strConfigForceSSL_desc = __('Force secured connection while using phpMyAdmin.'); $strConfigForceSSL_name = __('Force SSL connection'); $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' + . 'the referenced data, [kbd]id[/kbd] is the key value.' ); $strConfigForeignKeyDropdownOrder_name = __('Foreign key dropdown order'); $strConfigForeignKeyMaxLimit_desc - = __('A dropdown will be used if fewer items are present'); + = __('A dropdown will be used if fewer items are present.'); $strConfigForeignKeyMaxLimit_name = __('Foreign key limit'); $strConfigForm_Browse = __('Browse mode'); -$strConfigForm_Browse_desc = __('Customize browse mode'); +$strConfigForm_Browse_desc = __('Customize browse mode.'); $strConfigForm_CodeGen = 'CodeGen'; -$strConfigForm_CodeGen_desc = __('Customize default options'); +$strConfigForm_CodeGen_desc = __('Customize default options.'); $strConfigForm_Csv = __('CSV'); -$strConfigForm_Csv_desc = __('Customize default options'); +$strConfigForm_Csv_desc = __('Customize default options.'); $strConfigForm_Developer = __('Developer'); -$strConfigForm_Developer_desc = __('Settings for phpMyAdmin developers'); +$strConfigForm_Developer_desc = __('Settings for phpMyAdmin developers.'); $strConfigForm_Edit = __('Edit mode'); -$strConfigForm_Edit_desc = __('Customize edit mode'); +$strConfigForm_Edit_desc = __('Customize edit mode.'); $strConfigForm_Export = __('Export'); $strConfigForm_Export_defaults = __('Export defaults'); -$strConfigForm_Export_defaults_desc = __('Customize default export options'); +$strConfigForm_Export_defaults_desc = __('Customize default export options.'); $strConfigForm_Features = __('Features'); $strConfigForm_General = __('General'); -$strConfigForm_General_desc = __('Set some commonly used options'); +$strConfigForm_General_desc = __('Set some commonly used options.'); $strConfigForm_Import = __('Import'); $strConfigForm_Import_defaults = __('Import defaults'); -$strConfigForm_Import_defaults_desc = __('Customize default common import options'); +$strConfigForm_Import_defaults_desc = __('Customize default common import options.'); $strConfigForm_Import_export = __('Import / export'); $strConfigForm_Import_export_desc - = __('Set import and export directories and compression options'); + = __('Set import and export directories and compression options.'); $strConfigForm_Latex = __('LaTeX'); -$strConfigForm_Latex_desc = __('Customize default options'); +$strConfigForm_Latex_desc = __('Customize default options.'); $strConfigForm_Navi_databases = __('Databases'); -$strConfigForm_Navi_databases_desc = __('Databases display options'); +$strConfigForm_Navi_databases_desc = __('Databases display options.'); $strConfigForm_Navi_panel = __('Navigation panel'); -$strConfigForm_Navi_panel_desc = __('Customize appearance of the navigation panel'); +$strConfigForm_Navi_panel_desc = __('Customize appearance of the navigation panel.'); $strConfigForm_Navi_servers = __('Servers'); -$strConfigForm_Navi_servers_desc = __('Servers display options'); +$strConfigForm_Navi_servers_desc = __('Servers display options.'); $strConfigForm_Navi_tables = __('Tables'); -$strConfigForm_Navi_tables_desc = __('Tables display options'); +$strConfigForm_Navi_tables_desc = __('Tables display options.'); $strConfigForm_Main_panel = __('Main panel'); $strConfigForm_Microsoft_Office = __('Microsoft Office'); -$strConfigForm_Microsoft_Office_desc = __('Customize default options'); +$strConfigForm_Microsoft_Office_desc = __('Customize default options.'); $strConfigForm_Open_Document = 'OpenDocument'; -$strConfigForm_Open_Document_desc = __('Customize default options'); +$strConfigForm_Open_Document_desc = __('Customize default options.'); $strConfigForm_Other_core_settings = __('Other core settings'); $strConfigForm_Other_core_settings_desc - = __('Settings that didn\'t fit anywhere else'); + = __('Settings that didn\'t fit anywhere else.'); $strConfigForm_Page_titles = __('Page titles'); $strConfigForm_Page_titles_desc = __( 'Specify browser\'s title bar text. Refer to ' @@ -253,22 +253,22 @@ $strConfigForm_Query_window_desc = __('Customize query window options'); $strConfigForm_Security = __('Security'); $strConfigForm_Security_desc = __( 'Please note that phpMyAdmin is just a user interface and its features do not ' - . 'limit MySQL' + . 'limit MySQL.' ); $strConfigForm_Server = __('Basic settings'); $strConfigForm_Server_auth = __('Authentication'); -$strConfigForm_Server_auth_desc = __('Authentication settings'); +$strConfigForm_Server_auth_desc = __('Authentication settings.'); $strConfigForm_Server_config = __('Server configuration'); $strConfigForm_Server_config_desc = __( 'Advanced server configuration, do not change these options unless you know ' - . 'what they are for' + . 'what they are for.' ); -$strConfigForm_Server_desc = __('Enter server connection parameters'); +$strConfigForm_Server_desc = __('Enter server connection parameters.'); $strConfigForm_Server_pmadb = __('Configuration storage'); $strConfigForm_Server_pmadb_desc = __( 'Configure phpMyAdmin configuration storage to gain access to additional ' . 'features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in ' - . 'documentation' + . 'documentation.' ); $strConfigForm_Server_tracking = __('Changes tracking'); $strConfigForm_Server_tracking_desc = __( @@ -283,10 +283,10 @@ $strConfigFormset_Main_panel = __('Customize main panel'); $strConfigFormset_Sql_queries = __('SQL queries'); $strConfigForm_Sql = __('SQL'); $strConfigForm_Sql_box = __('SQL Query box'); -$strConfigForm_Sql_box_desc = __('Customize links shown in SQL Query boxes'); -$strConfigForm_Sql_desc = __('Customize default options'); +$strConfigForm_Sql_box_desc = __('Customize links shown in SQL Query boxes.'); +$strConfigForm_Sql_desc = __('Customize default options.'); $strConfigForm_Sql_queries = __('SQL queries'); -$strConfigForm_Sql_queries_desc = __('SQL queries settings'); +$strConfigForm_Sql_queries_desc = __('SQL queries settings.'); $strConfigForm_Sql_validator = __('SQL Validator'); $strConfigForm_Sql_validator_desc = __( 'If you wish to use the SQL Validator service, you should be aware that ' @@ -296,35 +296,35 @@ $strConfigForm_Sql_validator_desc = __( . 'reserved.[/em]' ); $strConfigForm_Startup = __('Startup'); -$strConfigForm_Startup_desc = __('Customize startup page'); +$strConfigForm_Startup_desc = __('Customize startup page.'); $strConfigForm_DbStructure = __('Database structure'); $strConfigForm_DbStructure_desc - = __('Choose which details to show in the database structure (list of tables)'); + = __('Choose which details to show in the database structure (list of tables).'); $strConfigForm_TableStructure = __('Table structure'); $strConfigForm_TableStructure_desc - = __('Settings for the table structure (list of columns)'); + = __('Settings for the table structure (list of columns).'); $strConfigForm_Tabs = __('Tabs'); -$strConfigForm_Tabs_desc = __('Choose how you want tabs to work'); +$strConfigForm_Tabs_desc = __('Choose how you want tabs to work.'); $strConfigForm_DisplayRelationalSchema = __('Display relational schema'); -$strConfigForm_DisplayRelationalSchema_desc = ''; +$strConfigForm_DisplayRelationalSchema_desc = ''; $strConfigPDFDefaultPageSize_name = __('Paper size'); -$strConfigPDFDefaultPageSize_desc = ''; +$strConfigPDFDefaultPageSize_desc = ''; $strConfigForm_Text_fields = __('Text fields'); -$strConfigForm_Text_fields_desc = __('Customize text input fields'); +$strConfigForm_Text_fields_desc = __('Customize text input fields.'); $strConfigForm_Texy = __('Texy! text'); $strConfigForm_Texy_desc = __('Customize default options'); $strConfigForm_Warnings = __('Warnings'); $strConfigForm_Warnings_desc - = __('Disable some of the warnings shown by phpMyAdmin'); + = __('Disable some of the warnings shown by phpMyAdmin.'); $strConfigGZipDump_desc = __( 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import ' - . 'and export operations' + . 'and export operations.' ); $strConfigGZipDump_name = __('GZip'); $strConfigIconvExtraParams_name = __('Extra parameters for iconv'); $strConfigIgnoreMultiSubmitErrors_desc = __( 'If enabled, phpMyAdmin continues computing multiple-statement queries even if ' - . 'one of the queries failed' + . 'one of the queries failed.' ); $strConfigIgnoreMultiSubmitErrors_name = __('Ignore multiple statement errors'); $strConfigImport_allow_interrupt_desc = __( @@ -342,7 +342,7 @@ $strConfigImport_csv_replace_name = __('Replace table data with file'); $strConfigImport_csv_terminated_name = __('Columns terminated with'); $strConfigImport_format_desc = __( 'Default format; be aware that this list depends on location (database, table) ' - . 'and only SQL is always available' + . 'and only SQL is always available.' ); $strConfigImport_format_name = __('Format of imported file'); $strConfigImport_ldi_enclosed_name = __('Columns enclosed with'); @@ -357,7 +357,7 @@ $strConfigImport_ods_recognize_currency_name = __('Import currencies ($5.00 to 5.00)'); $strConfigImport_ods_recognize_percentages_name = __('Import percentages as proper decimals (12.00% to .12)'); -$strConfigImport_skip_queries_desc = __('Number of queries to skip from start'); +$strConfigImport_skip_queries_desc = __('Number of queries to skip from start.'); $strConfigImport_skip_queries_name = __('Partial import: skip queries'); $strConfigImport_sql_compatibility_name = __('SQL compatibility mode'); $strConfigImport_sql_no_auto_value_on_zero_name @@ -365,10 +365,10 @@ $strConfigImport_sql_no_auto_value_on_zero_name $strConfigImport_xls_col_names_name = __('Column names in first row'); $strConfigImport_xlsx_col_names_name = __('Column names in first row'); $strConfigInitialSlidersState_name = __('Initial state for sliders'); -$strConfigInsertRows_desc = __('How many rows can be inserted at one time'); +$strConfigInsertRows_desc = __('How many rows can be inserted at one time.'); $strConfigInsertRows_name = __('Number of inserted rows'); $strConfigLimitChars_desc = __( - 'Maximum number of characters shown in any non-numeric column on browse view' + 'Maximum number of characters shown in any non-numeric column on browse view.' ); $strConfigLimitChars_name = __('Limit column characters'); $strConfigLoginCookieDeleteAll_desc = __( @@ -379,7 +379,7 @@ $strConfigLoginCookieDeleteAll_desc = __( $strConfigLoginCookieDeleteAll_name = __('Delete all cookies on logout'); $strConfigLoginCookieRecall_desc = __( 'Define whether the previous login should be recalled or not in cookie ' - . 'authentication mode' + . 'authentication mode.' ); $strConfigLoginCookieRecall_name = __('Recall user name'); $strConfigLoginCookieStore_desc = __( @@ -390,20 +390,20 @@ $strConfigLoginCookieStore_desc = __( ); $strConfigLoginCookieStore_name = __('Login cookie store'); $strConfigLoginCookieValidity_desc - = __('Define how long (in seconds) a login cookie is valid'); + = __('Define how long (in seconds) a login cookie is valid.'); $strConfigLoginCookieValidity_name = __('Login cookie validity'); $strConfigLongtextDoubleTextarea_desc - = __('Double size of textarea for LONGTEXT columns'); + = __('Double size of textarea for LONGTEXT columns.'); $strConfigLongtextDoubleTextarea_name = __('Bigger textarea for LONGTEXT'); $strConfigMaxCharactersInDisplayedSQL_desc - = __('Maximum number of characters used when a SQL query is displayed'); + = __('Maximum number of characters used when a SQL query is displayed.'); $strConfigMaxCharactersInDisplayedSQL_name = __('Maximum displayed SQL length'); $strConfigMaxDbList_cmt = __('Users cannot set a higher value'); $strConfigMaxDbList_desc - = __('Maximum number of databases displayed in database list'); + = __('Maximum number of databases displayed in database list.'); $strConfigMaxDbList_name = __('Maximum databases'); $strConfigMaxNavigationItems_desc = __( - 'The number of items that can be displayed on each page of the navigation tree' + 'The number of items that can be displayed on each page of the navigation tree.' ); $strConfigMaxNavigationItems_name = __('Maximum items in branch'); $strConfigMaxRows_desc = __( @@ -413,30 +413,30 @@ $strConfigMaxRows_desc = __( ); $strConfigMaxRows_name = __('Maximum number of rows to display'); $strConfigMaxTableList_cmt = __('Users cannot set a higher value'); -$strConfigMaxTableList_desc = __('Maximum number of tables displayed in table list'); +$strConfigMaxTableList_desc = __('Maximum number of tables displayed in table list.'); $strConfigMaxTableList_name = __('Maximum tables'); $strConfigMcryptDisableWarning_desc = __( 'Disable the default warning that is displayed if mcrypt is missing for cookie ' - . 'authentication' + . 'authentication.' ); $strConfigMcryptDisableWarning_name = __('mcrypt warning'); $strConfigMemoryLimit_desc = __( 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ' - . '([kbd]0[/kbd] for no limit)' + . '([kbd]0[/kbd] for no limit).' ); $strConfigMemoryLimit_name = __('Memory limit'); -$strConfigNavigationDisplayLogo_desc = __('Show logo in navigation panel'); +$strConfigNavigationDisplayLogo_desc = __('Show logo in navigation panel.'); $strConfigNavigationDisplayLogo_name = __('Display logo'); $strConfigNavigationLogoLink_desc - = __('URL where logo in the navigation panel will point to'); + = __('URL where logo in the navigation panel will point to.'); $strConfigNavigationLogoLink_name = __('Logo link URL'); $strConfigNavigationLogoLinkWindow_desc = __( 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ' - . '([kbd]new[/kbd])' + . '([kbd]new[/kbd]).' ); $strConfigNavigationLogoLinkWindow_name = __('Logo link target'); $strConfigNavigationDisplayServers_desc - = __('Display server choice at the top of the navigation panel'); + = __('Display server choice at the top of the navigation panel.'); $strConfigNavigationDisplayServers_name = __('Display servers selection'); $strConfigNavigationTreeDefaultTabTable_name = __('Target for quick access icon'); $strConfigNavigationTreeDisplayItemFilterMinimum_desc = __( @@ -448,63 +448,63 @@ $strConfigNavigationTreeDisplayItemFilterMinimum_name $strConfigNavigationTreeDisplayDbFilterMinimum_name = __('Minimum number of databases to display the database filter box'); $strConfigNavigationTreeEnableGrouping_desc = __( - 'Group items in the navigation tree (determined by the separator defined below)' + 'Group items in the navigation tree (determined by the separator defined below).' ); $strConfigNavigationTreeEnableGrouping_name = __('Group items in the tree'); $strConfigNavigationTreeDbSeparator_desc - = __('String that separates databases into different tree levels'); + = __('String that separates databases into different tree levels.'); $strConfigNavigationTreeDbSeparator_name = __('Database tree separator'); $strConfigNavigationTreeTableSeparator_desc - = __('String that separates tables into different tree levels'); + = __('String that separates tables into different tree levels.'); $strConfigNavigationTreeTableSeparator_name = __('Table tree separator'); $strConfigNavigationTreeTableLevel_name = __('Maximum table tree depth'); $strConfigNavigationTreePointerEnable_desc - = __('Highlight server under the mouse cursor'); + = __('Highlight server under the mouse cursor.'); $strConfigNavigationTreePointerEnable_name = __('Enable highlighting'); $strConfigNumRecentTables_desc - = __('Maximum number of recently used tables; set 0 to disable'); + = __('Maximum number of recently used tables; set 0 to disable.'); $strConfigNumRecentTables_name = __('Recently used tables'); -$strConfigRowActionLinks_desc = __('These are Edit, Copy and Delete links'); +$strConfigRowActionLinks_desc = __('These are Edit, Copy and Delete links.'); $strConfigRowActionLinks_name = __('Where to show the table row links'); $strConfigNaturalOrder_desc - = __('Use natural order for sorting table and database names'); + = __('Use natural order for sorting table and database names.'); $strConfigNaturalOrder_name = __('Natural order'); -$strConfigTableNavigationLinksMode_desc = __('Use only icons, only text or both'); +$strConfigTableNavigationLinksMode_desc = __('Use only icons, only text or both.'); $strConfigTableNavigationLinksMode_name = __('Table navigation bar'); $strConfigOBGzip_desc - = __('use GZip output buffering for increased speed in HTTP transfers'); + = __('Use GZip output buffering for increased speed in HTTP transfers.'); $strConfigOBGzip_name = __('GZip output buffering'); $strConfigOrder_desc = __( '[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, ' - . 'DATETIME and TIMESTAMP, ascending order otherwise' + . 'DATETIME and TIMESTAMP, ascending order otherwise.' ); $strConfigOrder_name = __('Default sorting order'); $strConfigPersistentConnections_desc - = __('Use persistent connections to MySQL databases'); + = __('Use persistent connections to MySQL databases.'); $strConfigPersistentConnections_name = __('Persistent connections'); $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' + . 'configuration storage could not be found.' ); $strConfigPmaNoRelation_DisableWarning_name = __('Missing phpMyAdmin configuration storage tables'); $strConfigServerLibraryDifference_DisableWarning_desc = __( 'Disable the default warning that is displayed if a difference between the ' - . 'MySQL library and server is detected' + . 'MySQL library and server is detected.' ); $strConfigServerLibraryDifference_DisableWarning_name = __('Server/library difference warning'); $strConfigReservedWordDisableWarning_desc = __( 'Disable the default warning that is displayed on the Structure page if column ' - . 'names in a table are reserved MySQL words' + . 'names in a table are reserved MySQL words.' ); $strConfigReservedWordDisableWarning_name = __('MySQL reserved word warning'); -$strConfigTabsMode_desc = __('Use only icons, only text or both'); +$strConfigTabsMode_desc = __('Use only icons, only text or both.'); $strConfigTabsMode_name = __('How to display the menu tabs'); -$strConfigActionLinksMode_desc = __('Use only icons, only text or both'); +$strConfigActionLinksMode_desc = __('Use only icons, only text or both.'); $strConfigActionLinksMode_name = __('How to display various action links'); -$strConfigProtectBinary_desc = __('Disallow BLOB and BINARY columns from editing'); +$strConfigProtectBinary_desc = __('Disallow BLOB and BINARY columns from editing.'); $strConfigProtectBinary_name = __('Protect binary columns'); $strConfigQueryHistoryDB_desc = __( 'Enable if you want DB-based query history (requires phpMyAdmin configuration ' @@ -513,45 +513,45 @@ $strConfigQueryHistoryDB_desc = __( ); $strConfigQueryHistoryDB_name = __('Permanent query history'); $strConfigQueryHistoryMax_cmt = __('Users cannot set a higher value'); -$strConfigQueryHistoryMax_desc = __('How many queries are kept in history'); +$strConfigQueryHistoryMax_desc = __('How many queries are kept in history.'); $strConfigQueryHistoryMax_name = __('Query history length'); $strConfigQueryWindowDefTab_desc - = __('Tab displayed when opening a new query window'); + = __('Tab displayed when opening a new query window.'); $strConfigQueryWindowDefTab_name = __('Default query window tab'); -$strConfigQueryWindowHeight_desc = __('Query window height (in pixels)'); +$strConfigQueryWindowHeight_desc = __('Query window height (in pixels).'); $strConfigQueryWindowHeight_name = __('Query window height'); -$strConfigQueryWindowWidth_desc = __('Query window width (in pixels)'); +$strConfigQueryWindowWidth_desc = __('Query window width (in pixels).'); $strConfigQueryWindowWidth_name = __('Query window width'); $strConfigRecodingEngine_desc - = __('Select which functions will be used for character set conversion'); + = __('Select which functions will be used for character set conversion.'); $strConfigRecodingEngine_name = __('Recoding engine'); $strConfigRememberSorting_desc - = __('When browsing tables, the sorting of each table is remembered'); + = __('When browsing tables, the sorting of each table is remembered.'); $strConfigRememberSorting_name = __('Remember table\'s sorting'); $strConfigRepeatCells_desc - = __('Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature'); + = __('Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature.'); $strConfigRepeatCells_name = __('Repeat headers'); $strConfigRestoreDefaultValue = __('Restore default value'); $strConfigGridEditing_name = __('Grid editing: trigger action'); $strConfigSaveCellsAtOnce_name = __('Grid editing: save all edited cells at once'); -$strConfigSaveDir_desc = __('Directory where exports can be saved on server'); +$strConfigSaveDir_desc = __('Directory where exports can be saved on server.'); $strConfigSaveDir_name = __('Save directory'); -$strConfigServers_AllowDeny_order_desc = __('Leave blank if not used'); +$strConfigServers_AllowDeny_order_desc = __('Leave blank if not used.'); $strConfigServers_AllowDeny_order_name = __('Host authorization order'); -$strConfigServers_AllowDeny_rules_desc = __('Leave blank for defaults'); +$strConfigServers_AllowDeny_rules_desc = __('Leave blank for defaults.'); $strConfigServers_AllowDeny_rules_name = __('Host authorization rules'); $strConfigServers_AllowNoPassword_name = __('Allow logins without a password'); $strConfigServers_AllowRoot_name = __('Allow root login'); $strConfigServers_auth_http_realm_desc - = __('HTTP Basic Auth Realm name to display when doing HTTP Auth'); + = __('HTTP Basic Auth Realm name to display when doing HTTP Auth.'); $strConfigServers_auth_http_realm_name = __('HTTP Realm'); $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)' + . '/etc/swekey.conf).' ); $strConfigServers_auth_swekey_config_name = __('SweKey config file'); -$strConfigServers_auth_type_desc = __('Authentication method to use'); +$strConfigServers_auth_type_desc = __('Authentication method to use.'); $strConfigServers_auth_type_name = __('Authentication type'); $strConfigServers_bookmarktable_desc = __( 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] ' @@ -560,53 +560,53 @@ $strConfigServers_bookmarktable_desc = __( $strConfigServers_bookmarktable_name = __('Bookmark table'); $strConfigServers_column_info_desc = __( 'Leave blank for no column comments/mime types, suggested: ' - . '[kbd]pma__column_info[/kbd]' + . '[kbd]pma__column_info[/kbd].' ); $strConfigServers_column_info_name = __('Column information table'); -$strConfigServers_compress_desc = __('Compress connection to MySQL server'); +$strConfigServers_compress_desc = __('Compress connection to MySQL server.'); $strConfigServers_compress_name = __('Compress connection'); $strConfigServers_connect_type_desc - = __('How to connect to server, keep [kbd]tcp[/kbd] if unsure'); + = __('How to connect to server, keep [kbd]tcp[/kbd] if unsure.'); $strConfigServers_connect_type_name = __('Connection type'); $strConfigServers_controlpass_name = __('Control user password'); $strConfigServers_controluser_desc = __( 'A special MySQL user configured with limited permissions, more information ' - . 'available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]' + . 'available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a].' ); $strConfigServers_controluser_name = __('Control user'); $strConfigServers_controlhost_desc = __( 'An alternate host to hold the configuration storage; leave blank to use the ' - . 'already defined host' + . 'already defined host.' ); $strConfigServers_controlhost_name = __('Control host'); $strConfigServers_controlport_desc = __( 'An alternate port to connect to the host that holds the configuration storage; ' . 'leave blank to use the default port, or the already defined port, if the ' - . 'controlhost equals host' + . 'controlhost equals host.' ); $strConfigServers_controlport_name = __('Control port'); $strConfigServers_designer_coords_desc = __( - 'Leave blank for no Designer support, suggested: [kbd]pma__designer_coords[/kbd]' + 'Leave blank for no Designer support, suggested: [kbd]pma__designer_coords[/kbd].' ); $strConfigServers_designer_coords_name = __('Designer table'); $strConfigServers_hide_db_desc - = __('Hide databases matching regular expression (PCRE)'); + = __('Hide databases matching regular expression (PCRE).'); $strConfigServers_hide_db_name = __('Hide databases'); $strConfigServers_history_desc = __( 'Leave blank for no SQL query history support, suggested: ' - . '[kbd]pma__history[/kbd]' + . '[kbd]pma__history[/kbd].' ); $strConfigServers_history_name = __('SQL query history table'); -$strConfigServers_host_desc = __('Hostname where MySQL server is running'); +$strConfigServers_host_desc = __('Hostname where MySQL server is running.'); $strConfigServers_host_name = __('Server hostname'); $strConfigServers_LogoutURL_name = __('Logout URL'); $strConfigServers_MaxTableUiprefs_desc = __( 'Limits number of table preferences which are stored in database, the oldest ' - . 'records are automatically removed' + . 'records are automatically removed.' ); $strConfigServers_MaxTableUiprefs_name = __('Maximal number of table preferences to store'); -$strConfigServers_nopassword_desc = __('Try to connect without password'); +$strConfigServers_nopassword_desc = __('Try to connect without password.'); $strConfigServers_nopassword_name = __('Connect without password'); $strConfigServers_only_db_desc = __( 'You can use MySQL wildcard characters (% and _), escape them if you want to ' @@ -614,55 +614,55 @@ $strConfigServers_only_db_desc = __( . '[kbd]\'my_db\'[/kbd].' ); $strConfigServers_only_db_name = __('Show only listed databases'); -$strConfigServers_password_desc = __('Leave empty if not using config auth'); +$strConfigServers_password_desc = __('Leave empty if not using config auth.'); $strConfigServers_password_name = __('Password for config auth'); $strConfigServers_pdf_pages_desc = __( - 'Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]' + 'Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd].' ); $strConfigServers_pdf_pages_name = __('PDF schema: pages table'); $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]' + . 'Leave blank for no support. Suggested: [kbd]phpmyadmin[/kbd].' ); $strConfigServers_pmadb_name = __('Database name'); $strConfigServers_port_desc - = __('Port on which MySQL server is listening, leave empty for default'); + = __('Port on which MySQL server is listening, leave empty for default.'); $strConfigServers_port_name = __('Server port'); $strConfigServers_recent_desc = __( 'Leave blank for no "persistent" recently used tables across sessions, ' - . 'suggested: [kbd]pma__recent[/kbd]' + . 'suggested: [kbd]pma__recent[/kbd].' ); $strConfigServers_recent_name = __('Recently used table'); $strConfigServers_relation_desc = __( 'Leave blank for no ' . '[a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, ' - . 'suggested: [kbd]pma__relation[/kbd]' + . 'suggested: [kbd]pma__relation[/kbd].' ); $strConfigServers_relation_name = __('Relation table'); $strConfigServers_SignonSession_desc = __( 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication ' - . 'types[/a] for an example' + . 'types[/a] for an example.' ); $strConfigServers_SignonSession_name = __('Signon session name'); $strConfigServers_SignonURL_name = __('Signon URL'); $strConfigServers_socket_desc - = __('Socket on which MySQL server is listening, leave empty for default'); + = __('Socket on which MySQL server is listening, leave empty for default.'); $strConfigServers_socket_name = __('Server socket'); -$strConfigServers_ssl_desc = __('Enable SSL for connection to MySQL server'); +$strConfigServers_ssl_desc = __('Enable SSL for connection to MySQL server.'); $strConfigServers_ssl_name = __('Use SSL'); $strConfigServers_table_coords_desc = __( - 'Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/kbd]' + 'Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/kbd].' ); $strConfigServers_table_coords_name = __('PDF schema: table coordinates'); $strConfigServers_table_info_desc = __( 'Table to describe the display columns, leave blank for no support; ' - . 'suggested: [kbd]pma__table_info[/kbd]' + . 'suggested: [kbd]pma__table_info[/kbd].' ); $strConfigServers_table_info_name = __('Display columns table'); $strConfigServers_table_uiprefs_desc = __( 'Leave blank for no "persistent" tables\' UI preferences across sessions, ' - . 'suggested: [kbd]pma__table_uiprefs[/kbd]' + . 'suggested: [kbd]pma__table_uiprefs[/kbd].' ); $strConfigServers_table_uiprefs_name = __('UI preferences table'); $strConfigServers_tracking_add_drop_database_desc = __( @@ -685,7 +685,7 @@ $strConfigServers_tracking_default_statements_desc $strConfigServers_tracking_default_statements_name = __('Statements to track'); $strConfigServers_tracking_desc = __( 'Leave blank for no SQL query tracking support, suggested: ' - . '[kbd]pma__tracking[/kbd]' + . '[kbd]pma__tracking[/kbd].' ); $strConfigServers_tracking_name = __('SQL query tracking table'); $strConfigServers_tracking_version_auto_create_desc = __( @@ -694,99 +694,99 @@ $strConfigServers_tracking_version_auto_create_desc = __( ); $strConfigServers_tracking_version_auto_create_name = __('Automatically create versions'); -$strConfigServers_userconfig_desc = __('Leave blank for no user preferences storage in database, suggested: [kbd]pma__userconfig[/kbd]'); +$strConfigServers_userconfig_desc = __('Leave blank for no user preferences storage in database, suggested: [kbd]pma__userconfig[/kbd].'); $strConfigServers_userconfig_name = __('User preferences storage table'); -$strConfigServers_users_desc = __('Leave blank to disable configurable menus feature, suggested: [kbd]pma__users[/kbd]'); +$strConfigServers_users_desc = __('Leave blank to disable configurable menus feature, suggested: [kbd]pma__users[/kbd].'); $strConfigServers_users_name = __('Users table'); -$strConfigServers_usergroups_desc = __('Leave blank to disable configurable menus feature, suggested: [kbd]pma__usergroups[/kbd]'); +$strConfigServers_usergroups_desc = __('Leave blank to disable configurable menus feature, suggested: [kbd]pma__usergroups[/kbd].'); $strConfigServers_usergroups_name = __('User groups table'); -$strConfigServers_navigationhiding_desc = __('Leave blank to disable the feature to hide and show navigation items, suggested: [kbd]pma__navigationhiding[/kbd]'); +$strConfigServers_navigationhiding_desc = __('Leave blank to disable the feature to hide and show navigation items, suggested: [kbd]pma__navigationhiding[/kbd].'); $strConfigServers_navigationhiding_name = __('Hidden navigation items table'); -$strConfigServers_user_desc = __('Leave empty if not using config auth'); +$strConfigServers_user_desc = __('Leave empty if not using config auth.'); $strConfigServers_user_name = __('User for config auth'); $strConfigServers_verbose_desc = __('A user-friendly description of this server. Leave blank to display the hostname instead.'); $strConfigServers_verbose_name = __('Verbose name of this server'); -$strConfigShowAll_desc = __('Whether a user should be displayed a "show all (rows)" button'); +$strConfigShowAll_desc = __('Whether a user should be displayed a "show all (rows)" button.'); $strConfigShowAll_name = __('Allow to display all the rows'); -$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'); +$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.'); $strConfigShowChgPassword_name = __('Show password change form'); $strConfigShowCreateDb_name = __('Show create database form'); -$strConfigShowDbStructureCreation_desc = __('Show or hide a column displaying the Creation timestamp for all tables'); +$strConfigShowDbStructureCreation_desc = __('Show or hide a column displaying the Creation timestamp for all tables.'); $strConfigShowDbStructureCreation_name = __('Show Creation timestamp'); -$strConfigShowDbStructureLastUpdate_desc = __('Show or hide a column displaying the Last update timestamp for all tables'); +$strConfigShowDbStructureLastUpdate_desc = __('Show or hide a column displaying the Last update timestamp for all tables.'); $strConfigShowDbStructureLastUpdate_name = __('Show Last update timestamp'); -$strConfigShowDbStructureLastCheck_desc = __('Show or hide a column displaying the Last check timestamp for all tables'); +$strConfigShowDbStructureLastCheck_desc = __('Show or hide a column displaying the Last check timestamp for all tables.'); $strConfigShowDbStructureLastCheck_name = __('Show Last check timestamp'); -$strConfigShowDisplayDirection_desc = __('Defines whether or not type display direction option is shown when browsing a table'); +$strConfigShowDisplayDirection_desc = __('Defines whether or not type display direction option is shown when browsing a table.'); $strConfigShowDisplayDirection_name = __('Show display direction'); -$strConfigShowFieldTypesInDataEditView_desc = __('Defines whether or not type fields should be initially displayed in edit/insert mode'); +$strConfigShowFieldTypesInDataEditView_desc = __('Defines whether or not type fields should be initially displayed in edit/insert mode.'); $strConfigShowFieldTypesInDataEditView_name = __('Show field types'); -$strConfigShowFunctionFields_desc = __('Display the function fields in edit/insert mode'); +$strConfigShowFunctionFields_desc = __('Display the function fields in edit/insert mode.'); $strConfigShowFunctionFields_name = __('Show function fields'); -$strConfigShowHint_desc = __('Whether to show hint or not'); +$strConfigShowHint_desc = __('Whether to show hint or not.'); $strConfigShowHint_name = __('Show hint'); -$strConfigShowPhpInfo_desc = __('Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'); +$strConfigShowPhpInfo_desc = __('Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output.'); $strConfigShowPhpInfo_name = __('Show phpinfo() link'); $strConfigShowServerInfo_name = __('Show detailed MySQL server information'); -$strConfigShowSQL_desc = __('Defines whether SQL queries generated by phpMyAdmin should be displayed'); +$strConfigShowSQL_desc = __('Defines whether SQL queries generated by phpMyAdmin should be displayed.'); $strConfigShowSQL_name = __('Show SQL queries'); -$strConfigRetainQueryBox_desc = __('Defines whether the query box should stay on-screen after its submission'); +$strConfigRetainQueryBox_desc = __('Defines whether the query box should stay on-screen after its submission.'); $strConfigRetainQueryBox_name = __('Retain query box'); -$strConfigShowStats_desc = __('Allow to display database and table statistics (eg. space usage)'); +$strConfigShowStats_desc = __('Allow to display database and table statistics (eg. space usage).'); $strConfigShowStats_name = __('Show statistics'); -$strConfigSkipLockedTables_desc = __('Mark used tables and make it possible to show databases with locked tables'); +$strConfigSkipLockedTables_desc = __('Mark used tables and make it possible to show databases with locked tables.'); $strConfigSkipLockedTables_name = __('Skip locked tables'); $strConfigSQLQuery_Edit_name = __('Edit'); $strConfigSQLQuery_Explain_name = __('Explain SQL'); $strConfigSQLQuery_Refresh_name = __('Refresh'); $strConfigSQLQuery_ShowAsPHP_name = __('Create PHP Code'); -$strConfigSQLQuery_Validate_desc = __('Requires SQL Validator to be enabled'); +$strConfigSQLQuery_Validate_desc = __('Requires SQL Validator to be enabled.'); $strConfigSQLQuery_Validate_name = __('Validate SQL'); $strConfigSQLValidator_password_name = __('Password'); -$strConfigSQLValidator_use_desc = __('[strong]Warning:[/strong] requires PHP SOAP extension or PEAR SOAP to be installed'); +$strConfigSQLValidator_use_desc = __('[strong]Warning:[/strong] requires PHP SOAP extension or PEAR SOAP to be installed.'); $strConfigSQLValidator_use_name = __('Enable SQL Validator'); -$strConfigSQLValidator_username_desc = __('If you have a custom username, specify it here (defaults to [kbd]anonymous[/kbd])'); +$strConfigSQLValidator_username_desc = __('If you have a custom username, specify it here (defaults to [kbd]anonymous[/kbd]).'); $strConfigSQLValidator_username_name = __('Username'); -$strConfigSuhosinDisableWarning_desc = __('A warning is displayed on the main page if Suhosin is detected'); +$strConfigSuhosinDisableWarning_desc = __('A warning is displayed on the main page if Suhosin is detected.'); $strConfigSuhosinDisableWarning_name = __('Suhosin warning'); -$strConfigTextareaCols_desc = __('Textarea size (columns) in edit mode, this value will be emphasized for SQL query textareas (*2) and for query window (*1.25)'); +$strConfigTextareaCols_desc = __('Textarea size (columns) in edit mode, this value will be emphasized for SQL query textareas (*2) and for query window (*1.25).'); $strConfigTextareaCols_name = __('Textarea columns'); -$strConfigTextareaRows_desc = __('Textarea size (rows) in edit mode, this value will be emphasized for SQL query textareas (*2) and for query window (*1.25)'); +$strConfigTextareaRows_desc = __('Textarea size (rows) in edit mode, this value will be emphasized for SQL query textareas (*2) and for query window (*1.25).'); $strConfigTextareaRows_name = __('Textarea rows'); -$strConfigTitleDatabase_desc = __('Title of browser window when a database is selected'); +$strConfigTitleDatabase_desc = __('Title of browser window when a database is selected.'); $strConfigTitleDatabase_name = __('Database'); -$strConfigTitleDefault_desc = __('Title of browser window when nothing is selected'); +$strConfigTitleDefault_desc = __('Title of browser window when nothing is selected.'); $strConfigTitleDefault_name = __('Default title'); -$strConfigTitleServer_desc = __('Title of browser window when a server is selected'); +$strConfigTitleServer_desc = __('Title of browser window when a server is selected.'); $strConfigTitleServer_name = __('Server'); -$strConfigTitleTable_desc = __('Title of browser window when a table is selected'); +$strConfigTitleTable_desc = __('Title of browser window when a table is selected.'); $strConfigTitleTable_name = __('Table'); -$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]'); +$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].'); $strConfigTrustedProxies_name = __('List of trusted proxies for IP allow/deny'); -$strConfigUploadDir_desc = __('Directory on server where you can upload files for import'); +$strConfigUploadDir_desc = __('Directory on server where you can upload files for import.'); $strConfigUploadDir_name = __('Upload directory'); -$strConfigUseDbSearch_desc = __('Allow for searching inside the entire database'); +$strConfigUseDbSearch_desc = __('Allow for searching inside the entire database.'); $strConfigUseDbSearch_name = __('Use database search'); -$strConfigUserprefsDeveloperTab_desc = __('When disabled, users cannot set any of the options below, regardless of the checkbox on the right'); +$strConfigUserprefsDeveloperTab_desc = __('When disabled, users cannot set any of the options below, regardless of the checkbox on the right.'); $strConfigUserprefsDeveloperTab_name = __('Enable the Developer tab in settings'); $strConfigVersionCheckLink = __('Check for latest version'); -$strConfigVersionCheck_desc = __('Enables check for latest version on main phpMyAdmin page'); +$strConfigVersionCheck_desc = __('Enables check for latest version on main phpMyAdmin page.'); $strConfigVersionCheck_name = __('Version check'); -$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"'); +$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".'); $strConfigProxyUrl_name = __('Proxy url'); $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.'); $strConfigProxyUser_name = __('Proxy username'); -$strConfigProxyPass_desc = __('The password for authenticating with the proxy'); +$strConfigProxyPass_desc = __('The password for authenticating with the proxy.'); $strConfigProxyPass_name = __('Proxy password'); -$strConfigZipDump_desc = __('Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'); +$strConfigZipDump_desc = __('Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations.'); $strConfigZipDump_name = __('ZIP'); -$strConfigCaptchaLoginPublicKey_desc = __('Enter your public key for your domain reCaptcha service'); +$strConfigCaptchaLoginPublicKey_desc = __('Enter your public key for your domain reCaptcha service.'); $strConfigCaptchaLoginPublicKey_name = __('Public key for reCaptcha'); -$strConfigCaptchaLoginPrivateKey_desc = __('Enter your private key for your domain reCaptcha service'); +$strConfigCaptchaLoginPrivateKey_desc = __('Enter your private key for your domain reCaptcha service.'); $strConfigCaptchaLoginPrivateKey_name = __('Private key for reCaptcha'); -$strConfigSendErrorReports_desc = __('Choose the default action when sending error reports'); +$strConfigSendErrorReports_desc = __('Choose the default action when sending error reports.'); $strConfigSendErrorReports_name = __('Send error reports'); ?>