From 9a48e756e175bf5c1263fda4d1914ae8ad314260 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Wed, 19 Jun 2002 10:16:36 +0000 Subject: [PATCH] updates --- lang/galician.inc.php3 | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/lang/galician.inc.php3 b/lang/galician.inc.php3 index d74cf97c6..d83eb4458 100644 --- a/lang/galician.inc.php3 +++ b/lang/galician.inc.php3 @@ -64,7 +64,9 @@ $strBrowse = 'Visualizar'; $strBzip = 'comprimido no formato "bzipped"'; $strCantLoadMySQL = 'Non foi posible carregar a extensión do MySQL;
comprobe, por favor, a configuración do PHP.'; +$strCantLoadRecodeIconv = 'Non se puido carregar iconv ou precísase da extensión recode para a conversión do charset. Configure o php para que se poidan usar estas extensións ou indique que non se use a conversión de charset en phpMyAdmin.'; $strCantRenameIdxToPrimary = 'Non se pode facer que este índice sexa PRIMARIO!'; +$strCantUseRecodeIconv = 'Non se puido usar nen iconv nen libiconv nen a función recode_stringf mentres haxa extensións por carregar. Comprobe a súa configuración do php.'; $strCardinality = 'Cardinalidade'; $strCarriage = 'Carácter de retorno: \\r'; $strChange = 'Mudar'; @@ -74,6 +76,7 @@ $strCheckDbPriv = 'Verificar os privilexios do banco de datos'; $strCheckTable = 'Verificar a tabela'; $strColumn = 'Columna'; $strColumnNames = 'Nomes das Columnas'; +$strComments = 'Comentarios'; $strCompleteInserts = 'Insercións completas'; $strConfirm = 'Está seguro/a?'; $strCookiesRequired = 'A partir de aqui debe permitir cookies.'; @@ -143,6 +146,7 @@ $strGzip = 'comprimido no formato "gzipped"'; $strHasBeenAltered = 'foi alterado.'; $strHasBeenCreated = 'foi creado.'; +$strHaveToShow = 'Ten que escoller polo menos unha columna para mostrar'; $strHome = 'Comezo ("Home")'; $strHomepageOfficial = 'Páxina Oficial do phpMyAdmin'; $strHomepageSourceforge = 'Páxina do phpMyAdmin en Sourceforge'; @@ -182,11 +186,13 @@ $strLogout = 'Sair'; $strLogPassword = 'Contrasinal:'; $strLogUsername = 'Nome de usuario:'; +$strMissingBracket = 'Falta un paréntese'; $strModifications = 'As modificacións foron gardadas'; $strModify = 'Modificar'; $strModifyIndexTopic = 'Modificar un índice'; $strMoveTable = 'Mover a tabela a (base_de_datos.tabela):'; $strMoveTableOK = 'Moveuse a tabela %s para %s.'; +$strMySQLCharset = 'Código de caracteres (Charset) MySQL'; $strMySQLReloaded = 'MySQL reiniciado.'; $strMySQLSaid = 'Mensaxes do MySQL: '; $strMySQLShowProcess = 'Mostrar os procesos'; @@ -397,10 +403,5 @@ $strCreatePage = 'Create a new Page'; //to translate $strSelectTables = 'Select Tables'; //to translate $strConfigFileError = 'phpMyAdmin was unable to read your configuration file!
This might happen if php finds a parse error in it or php cannot find the file.
Please call the configuration file directly using the link below and read the php error message(s) that you recieve. In most cases a quote or a semicolon is missing somewhere.
If you recieve a blank page, everything is fine.'; //to translate $strNotSet = '%s table not found or not set in %s'; //to translate -$strMissingBracket = 'Missing Bracket'; //to translate -$strHaveToShow = 'You have to choose at least one Column to display'; //to translate -$strCantLoadRecodeIconv = 'Can not load iconv or recode extension needed for charset conversion, configure php to allow using these extensions or disable charset conversion in phpMyAdmin.'; //to translate -$strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string function while extension reports to be loaded. Check your php configuration.'; //to translate -$strMySQLCharset = 'MySQL Charset'; //to translate -$strComments = 'Comments'; //to translate + ?>