Galician update

This commit is contained in:
Marc Delisle
2009-09-01 17:05:49 +00:00
parent 8e2ca7d756
commit 9614bac249
2 changed files with 113 additions and 111 deletions

View File

@@ -35,6 +35,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
+ rfe #2839504 [engines] Support InnoDB plugin's new row formats + rfe #2839504 [engines] Support InnoDB plugin's new row formats
+ [core] Added ability for synchronizing databases among servers. + [core] Added ability for synchronizing databases among servers.
+ [lang] #2843101 Dutch update, thanks to scavenger2008 + [lang] #2843101 Dutch update, thanks to scavenger2008
+ [lang] Galician update, thanks to Xosé Calvo - xosecalvo
3.2.2.0 (not yet released) 3.2.2.0 (not yet released)
- bug #2825293 [structure] Default value for a BIT column - bug #2825293 [structure] Default value for a BIT column

View File

@@ -140,7 +140,7 @@ $strCheckTable = 'Verificar a tabela';
$strChoosePage = 'Escolla unha páxina para modificar'; $strChoosePage = 'Escolla unha páxina para modificar';
$strColComFeat = 'Mostrando os comentarios das columnas'; $strColComFeat = 'Mostrando os comentarios das columnas';
$strCollation = 'Orde alfabética'; $strCollation = 'Orde alfabética';
$strColumnNames = 'Nomes das Columnas'; $strColumnNames = 'Nomes das columnas';
$strColumnPrivileges = 'Privilexios proprios de columna'; $strColumnPrivileges = 'Privilexios proprios de columna';
$strCommand = 'Comando'; $strCommand = 'Comando';
$strComment = 'Comentario'; $strComment = 'Comentario';
@@ -159,7 +159,7 @@ $strConstraintsForTable = 'Limitacións para a tabela';
$strControluserFailed = 'Fallou a conexión para controluser tal e como se define na súa configuración.'; $strControluserFailed = 'Fallou a conexión para controluser tal e como se define na súa configuración.';
$strCookiesRequired = 'A partir de aqui debe permitir cookies.'; $strCookiesRequired = 'A partir de aqui debe permitir cookies.';
$strCopy = 'Copiar'; $strCopy = 'Copiar';
$strCopyDatabaseOK = 'A base de dastos %s copiouse para %s'; $strCopyDatabaseOK = 'Copiuse a base de datos %s para %s';
$strCopyTable = 'Copiar a tabela a (base_de_datos<b>.</b>tabela):'; $strCopyTable = 'Copiar a tabela a (base_de_datos<b>.</b>tabela):';
$strCopyTableOK = 'A tabela \$table copiouse para \$new_name.'; $strCopyTableOK = 'A tabela \$table copiouse para \$new_name.';
$strCopyTableSameNames = 'Non se pode copiar unha tabela sobre si mesma'; $strCopyTableSameNames = 'Non se pode copiar unha tabela sobre si mesma';
@@ -1459,115 +1459,116 @@ $strReplicationStatus = 'Estado da replicación';
$strReplicationStatusInfo = 'Este servidor de MySQL server funciona como %s en proceso de <b>replicación</b>. Para máis información acerca do estado de replicación do servidor visite a <a href="#replication">sección sobre replicación</a>.'; $strReplicationStatusInfo = 'Este servidor de MySQL server funciona como %s en proceso de <b>replicación</b>. Para máis información acerca do estado de replicación do servidor visite a <a href="#replication">sección sobre replicación</a>.';
$strReplicationStatus_master = 'Estado do mestre'; $strReplicationStatus_master = 'Estado do mestre';
$strReplicationStatus_slave = 'Estado do escravo'; $strReplicationStatus_slave = 'Estado do escravo';
$strNavTableFilter = 'Filter'; //to translate $strNavTableFilter = 'Filtro';
$strPhpArray = 'PHP array'; //to translate $strPhpArray = 'Array de PHP';
$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 $strImportLargeFileUploading = 'O ficheiro que se vai enviar é, posibelmente, maior do que o tamaño máximo permitido ou este é un erro coñecido no dos navegadores baseados en webkit (Safari, Google Chrome, Arora etc.).';
$strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate $strImportProceedingFile = 'Estase a procesar o ficheiro; teña paciencia, por favor.';
$strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate $strImportUploadInfoNotAvailable = 'Teña paciencia, estase a enviar o ficheiro. Os detalles sobre o envío non están disponíbeis.';
$strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate $strImportNoticePt1 = 'As estruturas seguintes foron creadas ou alteradas. Aquí pode:';
$strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate $strImportNoticePt3 = 'Mude calquera destas opcións premendo a ligazón "Opcións" correspondente';
$strGoToDatabase = 'Go to database'; //to translate $strGoToDatabase = 'Ir á base de datos';
$strGoToTable = 'Go to table'; //to translate $strGoToTable = 'Ir á táboa';
$strGoToView = 'Go to view'; //to translate $strGoToView = 'Ir á vista';
$strStructureLC = 'structure'; //to translate $strStructureLC = 'estructure';
$strSettings = 'settings'; //to translate $strSettings = 'opcións';
$strImportODS = 'Open Document Spreadsheet'; //to translate $strImportODS = 'Folla de cálculo Open Document';
$strImportColNames = 'Column names in first row'; //to translate $strImportColNames = 'Nomes das columnas na primeira fileira';
$strImportEmptyRows = 'Do not import empty rows'; //to translate $strImportEmptyRows = 'Non importar as fileiras baleiras';
$strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate $strImportODSPercents = 'Importar as porcentaxes como decimais correctos (12.00% a .12)';
$strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate $strImportODSCurrency = 'Importar as moedas ($5.00 a 5.00)';
$strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate $strImportXLS = 'Libro de traballo XLS do Excel 97-2003';
$strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate $strImportNoticePt2 = 'Ver o contido dunha estrutura premendo o seu nome';
$strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate $strImportNoticePt4 = 'Modificar a súa estrutura seguindo a ligazón "Estrutura"';
$strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate $strImportXLSX = 'Libro de traballo XLSX do Excel 2007';
$strXMLError = 'The XML file specified was either malformed or incomplete. Please correct the issue and try again.'; //to translate $strXMLError = 'O ficheiro XML especificado estaba estragado ou incompleto. Corrixa o problema e ténteo de novo.';
$strXMLExportContents = 'Export contents'; //to translate $strXMLExportContents = 'Exportar o contido';
$strXMLExportFunctions = 'Export functions'; //to translate $strXMLExportFunctions = 'Exportar as funcns';
$strXMLExportProcedures = 'Export procedures'; //to translate $strXMLExportProcedures = 'Exportar os procedementos';
$strXMLExportStructs = 'Export Structure Schemas (recommended)'; //to translate $strXMLExportStructs = 'Exportar os Esquemas de Estrutura (recomendado)';
$strXMLExportTables = 'Export tables'; //to translate $strXMLExportTables = 'Exportar as táboas';
$strXMLExportTriggers = 'Export triggers'; //to translate $strXMLExportTriggers = 'Exportar os disparadores';
$strXMLExportViews = 'Export views'; //to translate $strXMLExportViews = 'Exportar as vistas';
$strTracking = 'Tracking'; //to translate $strTracking = 'Seguimento';
$strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate $strTrackingActivateTrackingFor = 'Activar o seguimento de %s.%s';
$strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate $strTrackingActivated = 'Activouse o seguimento de %s.%s.';
$strTrackingActivateNow = 'Activate now'; //to translate $strTrackingActivateNow = 'Activar agora';
$strTrackingCreateVersion = 'Create version'; //to translate $strTrackingCreateVersion = 'Crear unha versión';
$strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate $strTrackingCreateVersionOf = 'Crear a versión %s de %s.%s';
$strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate $strTrackingDataDefinitionStatement = 'Declaración de definición de datos';
$strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate $strTrackingDataManipulationStatement = 'Declaración de manipulación de datos';
$strTrackingDate = 'Date'; //to translate $strTrackingDate = 'Data';
$strTrackingDeactivateNow = 'Deactivate now'; //to translate $strTrackingDeactivateNow = 'Desactivar agora';
$strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate $strTrackingDeactivateTrackingFor = 'Desactivar o seguimento de %s.%s';
$strTrackingDoIt = 'Do it'; //to translate $strTrackingDoIt = 'Facelo';
$strTrackingExportAs = 'Export as %s'; //to translate $strTrackingExportAs = 'Exportar como %s';
$strTrackingIsActive = 'Tracking is active.'; //to translate $strTrackingIsActive = 'O seguimento está activado.';
$strTrackingIsDeactive = 'Tracking is deactive.'; //to translate $strTrackingIsDeactive = 'O seguimento está desactivado.';
$strTrackingMechanism = 'Tracking Mechanism'; //to translate $strTrackingMechanism = 'Mecanismo de seguimento';
$strTrackingReport = 'Tracking report'; //to translate $strTrackingReport = 'Informe de seguimento';
$strTrackingReportClose = 'Close'; //to translate $strTrackingReportClose = 'Fechar';
$strTrackingSelectStructureAndData = 'Structure and Data'; //to translate $strTrackingSelectStructureAndData = 'Estrutura e datos';
$strTrackingSelectDataOnly = 'Data only'; //to translate $strTrackingSelectDataOnly = 'Só os datos';
$strTrackingSelectStructureOnly = 'Structure only'; //to translate $strTrackingSelectStructureOnly = 'Só a estrutura';
$strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate $strTrackingShowLogDateUsers = 'Mostrar %s con datas de %s a %s polo usuario %s %s';
$strTrackingShowVersions = 'Show versions'; //to translate $strTrackingShowVersions = 'Mostrar as versións';
$strTrackingSQLDump = 'SQL dump'; //to translate $strTrackingSQLDump = 'Volcado de SQL';
$strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate $strTrackingSQLDumpFile = 'Volcado de SQL (descarga do ficheiro)';
$strTrackingSQLExecution = 'SQL execution'; //to translate $strTrackingSQLExecution = 'Execución de SQL';
$strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate $strTrackingSQLExecutionAlert = 'Esta opción substitúe a táboa e os datos que contén.';
$strTrackingSQLExecuted = 'SQL statements executed.'; //to translate $strTrackingSQLExecuted = 'Declaracións SQL executadas.';
$strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate $strTrackingSQLExported = 'Declaracións SQL exportadas. Copie o volcado ou execúteo.';
$strTrackingStatements = 'Tracking statements'; //to translate $strTrackingStatements = 'Declaracións de seguimento';
$strTrackingStatusActive = 'active'; //to translate $strTrackingStatusActive = 'activado';
$strTrackingStatusDeactive = 'deactive'; //to translate $strTrackingStatusDeactive = 'deactivado';
$strTrackingStructureSnapshot = 'Structure snapshot'; //to translate $strTrackingStructureSnapshot = 'Instantánea da estrutura';
$strTrackingThDatabase = 'Database'; //to translate $strTrackingThDatabase = 'Base de datos';
$strTrackingThTable = 'Table'; //to translate $strTrackingThTable = 'Táboa';
$strTrackingThLastVersion = 'Last version'; //to translate $strTrackingThLastVersion = 'Última versión';
$strTrackingThVersion = 'Version'; //to translate $strTrackingThVersion = 'Versión';
$strTrackingThCreated = 'Created'; //to translate $strTrackingThCreated = 'Creada';
$strTrackingThUpdated = 'Updated'; //to translate $strTrackingThUpdated = 'Actualizada';
$strTrackingThStatus = 'Status'; //to translate $strTrackingThStatus = 'Estado';
$strTrackingThShow = 'Show'; //to translate $strTrackingThShow = 'Mostrar';
$strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate $strTrackingTrackDDStatements = 'Seguir estas declaracións de definición de datos:';
$strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate $strTrackingTrackDMStatements = 'Seguir estas declaracións de manipulación de datos:';
$strTrackingTrackTable = 'Track table'; //to translate $strTrackingTrackTable = 'Seguir a táboa';
$strTrackingTrackedTables = 'Tracked tables'; //to translate $strTrackingTrackedTables = 'Táboas seguidas';
$strTrackingUntrackedTables = 'Untracked tables'; //to translate $strTrackingUntrackedTables = 'Táboas non seguidas';
$strTrackingUsername = 'Username'; //to translate $strTrackingUsername = 'Nome de usuario';
$strTrackingVersions = 'Versions'; //to translate $strTrackingVersions = 'Versións';
$strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate $strTrackingVersionCreated = 'Creouse a versión %s; activouse o seguimento de %s.%s.';
$strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate $strTrackingVersionActivated = 'Activouse o seguimento de %s.%s , versión %s.';
$strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate $strTrackingVersionDeactivated = 'Desactivouse o seguimento de %s.%s , versión %s.';
$strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate $strTrackingVersionSnapshotSQL = 'Instantánea da versión %s snapshot (código SQL)';
$strTrackingDatabaseLog = 'Database Log'; //to translate $strTrackingDatabaseLog = 'Rexistro de actividade da base de datos';
$strSynchronize = 'Synchronize'; //to translate $strSynchronize = 'Sincronizar';
$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate $strSynchronizationNote='A base de datos de destino sincronizarase completamente coa base de datos de orixe. A base de datos de orixe ficará sen alteracións.';
$strSynchronizeDb= 'Synchronize Databases'; //to translate $strSynchronizeDb= 'Sincronizar as bases de datos';
$strApplyChanges='Apply Selected Changes'; //to translate $strApplyChanges='Aplicar as alteracións seleccionadas';
$strStructureSyn = 'Structure Synchronization'; //to translate $strStructureSyn = 'Sincronización da estrutura';
$strDataSyn = 'Data Synchronization'; //to translate $strDataSyn = 'Sincronización dos datos';
$strStructureDiff = 'Structure Difference' ; //to translate $strStructureDiff = 'Diferenza da estrutura' ;
$strDataDiff = 'Data Difference'; //to translate $strDataDiff = 'Diferenza dos datos';
$strTableCreate = 'Create Table'; //to translate $strTableCreate = 'Crear táboa';
$strTableAddColumn = 'Add Column(s)'; //to translate $strTableAddColumn = 'Engadir columna(s)';
$strTableRemoveColumn = 'Remove Column(s)'; //to translate $strTableRemoveColumn = 'Eliminar columna(s)';
$strTableAlterColumn = 'Alter Column(s)'; //to translate $strTableAlterColumn = 'Alterar column(s)';
$strTableRemoveIndex = 'Remove Index(s)'; //to translate $strTableRemoveIndex = 'Eliminar índice(s)';
$strTableAlterIndex = 'Alter Index(s)'; //to translate $strTableAlterIndex = 'Alterar índice(s)';
$strTableApplyIndex = 'Apply Index(s)'; //to translate $strTableApplyIndex = 'Aplicar índice(s)';
$strTableUpdateRow = 'Update Row(s)'; //to translate $strTableUpdateRow = 'Actualizar fileira(s)';
$strTableInsertRow = 'Insert Row(s)'; //to translate $strTableInsertRow = 'Inserir fileira(s)';
$strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate $strTableDeleteRows = 'Quere eliminar todas as fileiras anteriores das táboas de destino?';
$strPort = 'Port'; //to translate $strPort = 'Porto';
$strSocket = 'Socket'; //to translate $strSocket = 'Socket';
$strCouldNotConnectSource = 'Could not connect to the source'; //to translate $strCouldNotConnectSource = 'Non foi posíbel conectar coa orixe';
$strCouldNotConnectTarget = 'Could not connect to the target'; //to translate $strCouldNotConnectTarget = 'Non foi posíbel conectar co destino';
$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate $strDatabaseNotExisting = 'Non existe a base de datos \'%s\'.';
$strDatabase_src = 'Source Database'; //to translate $strDatabase_src = 'Base de datos de orixe';
$strDatabase_trg = 'Target Database'; //to translate $strDatabase_trg = 'Base de datos de destino';
$strRemoteServer = 'Remote Server'; //to translate $strRemoteServer = 'Servidor remoto';
$strCurrentServer = 'Current Server'; //to translate $strCurrentServer = 'Servidor actual';
$strReplicationSelectDatabases = 'Please select databases:'; //to translate $strReplicationSelectDatabases = 'Please select databases:'; //to translate
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate $strReplicationSynchronize = 'Synchronize databases with master'; //to translate
$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate $strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate