do not try to display a tab that was not built

This commit is contained in:
Marc Delisle
2009-08-22 11:22:50 +00:00
parent 869571ee16
commit 15441ded5d
233 changed files with 76811 additions and 2473 deletions

View File

@@ -397,7 +397,7 @@ $strInvalidColumn = 'Выбран неверный столбец (%s)!';
$strInvalidCSVFieldCount = 'Неправильное количество полей во входных CSV-данных в строке %d.';
$strInvalidCSVFormat = 'Неправильный формат входных CSV-данных в строке %d.';
$strInvalidCSVParameter = 'Неправильный параметр импорта CSV: %s';
$strInvalidDatabase = 'Некорректная база данных';
$strInvalidDatabase = 'Некорректная база данных';
$strInvalidFieldAddCount = 'Необходимо добавить хотя бы одно поле.';
$strInvalidFieldCount = 'У таблицы должно быть, как минимум, одно поле.';
$strInvalidLDIImport = 'Этот модуль не поддерживает импорт сжатых данных!';
@@ -1476,4 +1476,81 @@ $strPhpArray = 'PHP array'; //to translate
$strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
$strGoToDatabase = 'Go to database'; //to translate
$strGoToTable = 'Go to table'; //to translate
$strGoToView = 'Go to view'; //to translate
$strStructureLC = 'structure'; //to translate
$strSettings = 'settings'; //to translate
$strImportODS = 'Open Document Spreadsheet'; //to translate
$strImportColNames = 'Column names in first row'; //to translate
$strImportEmptyRows = 'Do not import empty rows'; //to translate
$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
$strXMLError = 'The XML file specified was either malformed or incomplete. Please correct the issue and try again.'; //to translate
$strXMLExportContents = 'Export contents'; //to translate
$strXMLExportFunctions = 'Export functions'; //to translate
$strXMLExportProcedures = 'Export procedures'; //to translate
$strXMLExportStructs = 'Export Structure Schemas (recommended)'; //to translate
$strXMLExportTables = 'Export tables'; //to translate
$strXMLExportTriggers = 'Export triggers'; //to translate
$strXMLExportViews = 'Export views'; //to translate
$strTracking = 'Tracking'; //to translate
$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
$strTrackingActivateNow = 'Activate now'; //to translate
$strTrackingCreateVersion = 'Create version'; //to translate
$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
$strTrackingDate = 'Date'; //to translate
$strTrackingDeactivateNow = 'Deactivate now'; //to translate
$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
$strTrackingDoIt = 'Do it'; //to translate
$strTrackingExportAs = 'Export as %s'; //to translate
$strTrackingIsActive = 'Tracking is active.'; //to translate
$strTrackingIsDeactive = 'Tracking is deactive.'; //to translate
$strTrackingMechanism = 'Tracking Mechanism'; //to translate
$strTrackingReport = 'Tracking report'; //to translate
$strTrackingReportClose = 'Close'; //to translate
$strTrackingSelectStructureAndData = 'Structure and Data'; //to translate
$strTrackingSelectDataOnly = 'Data only'; //to translate
$strTrackingSelectStructureOnly = 'Structure only'; //to translate
$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
$strTrackingShowVersions = 'Show versions'; //to translate
$strTrackingSQLDump = 'SQL dump'; //to translate
$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
$strTrackingSQLExecution = 'SQL execution'; //to translate
$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
$strTrackingStatements = 'Tracking statements'; //to translate
$strTrackingStatusActive = 'active'; //to translate
$strTrackingStatusDeactive = 'deactive'; //to translate
$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
$strTrackingThDatabase = 'Database'; //to translate
$strTrackingThTable = 'Table'; //to translate
$strTrackingThLastVersion = 'Last version'; //to translate
$strTrackingThVersion = 'Version'; //to translate
$strTrackingThCreated = 'Created'; //to translate
$strTrackingThUpdated = 'Updated'; //to translate
$strTrackingThStatus = 'Status'; //to translate
$strTrackingThShow = 'Show'; //to translate
$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
$strTrackingTrackTable = 'Track table'; //to translate
$strTrackingTrackedTables = 'Tracked tables'; //to translate
$strTrackingUntrackedTables = 'Untracked tables'; //to translate
$strTrackingUsername = 'Username'; //to translate
$strTrackingVersions = 'Versions'; //to translate
$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
$strTrackingDatabaseLog = 'Database Log'; //to translate
?>