Files
phpmyadmin/lang/catala.inc.php3
Olivier Müller 237796b15b * set version to 2.2.0rc1
* removed anything about "unofficial" from the pages :)
        * updated links, and labels in all lang files
        * General cleanups and updates in the docs and README files
2001-07-04 21:04:59 +00:00

268 lines
12 KiB
PHP

<?php
/* $Id$ */
$charset = "iso-8859-1";
$strAccessDenied = "Access denegat";
$strAction = "Acci&oacute;";
$strAddDeleteColumn = ""; //to translate, but its not in use ...
$strAddDeleteRow = ""; //to translate, but its not in use ...
$strAddNewField = "Afegir un camp nou";
$strAddPriv = "Add a new Privilege"; //to translate
$strAddPrivMessage = "You have added a new privilege."; //to translate
$strAddSearchConditions = "Afegeix condicions de recerca (cos de la cl&agrave;usula \"where\"):";
$strAddUser = "Add a new User"; //to translate
$strAddUserMessage = "You have added a new user."; //to translate
$strAfter = "After"; //to translate
$strAll = "All"; //to translate
$strAlterOrderBy = "Alter table order by"; //to translate
$strAnalyzeTable = "Analyze table"; //to translate
$strAnd = ""; //to translate, but its not in use ...
$strAnIndex = "Afegit un &iacute;ndex a ";
$strAny = "Any"; //to translate
$strAnyColumn = "Any Column"; //to translate
$strAnyDatabase = "Any database"; //to translate
$strAnyHost = "Any host"; //to translate
$strAnyTable = "Any table"; //to translate
$strAnyUser = "Any user"; //to translate
$strAPrimaryKey = "Afegida una clau prim&agrave;ria a ";
$strAscending = ""; //to translate, but its not in use ...
$strAtBeginningOfTable = "At Beginning of Table"; //to translate
$strAtEndOfTable = "At End of Table"; //to translate
$strAttr = "Atributs";
$strBack = "Back"; //to translate
$strBookmarkLabel = "Label"; //to translate
$strBookmarkQuery = "Bookmarked SQL-query"; //to translate
$strBookmarkThis = "Bookmark this SQL-query"; //to translate
$strBookmarkView = "View only"; //to translate
$strBrowse = "Navega";
$strCantLoadMySQL = "cannot load MySQL extension,<br>please check PHP Configuration."; //to translate
$strCarriage = "Retorn de l&iacute;nia: \\r";
$strChange = "Canvi";
$strCheckAll = "Check All"; //to translate
$strCheckDbPriv = "Check Database Privileges"; //to translate
$strCheckTable = "Check table"; //to translate
$strColumn = "Column"; //to translate
$strColumnEmpty = "The columns names are empty!"; //to translate
$strColumnNames = "Nom de les col&middot;lumnes";
$strCompleteInserts = "Complete inserts"; //to translate
$strConfirm = "Do you really want to do it?"; //to translate
$strCopyTable = "Copiar la taula a:";
$strCopyTableOK = "La taula \$table ha estat copiada a \$new_name.";
$strCreate = "Crear";
$strCreateNewDatabase = "Crea una nova base de dades";
$strCreateNewTable = "Crear una taula nova a la base de dades ";
$strCriteria = ""; //to translate, but its not in use ...
$strData = "Data"; //to translate
$strDatabase = "Base de dades ";
$strDatabases = "bases de dades";
$strDataOnly = "Data only"; //to translate
$strDbEmpty = "The database name is empty!"; //to translate
$strDefault = "Defecte";
$strDelete = "Esborrar";
$strDeleted = "La fila ha estat esborrada";
$strDeleteFailed = "Deleted Failed!"; //to translate
$strDeletePassword = "Delete Password"; //to translate
$strDeleteUserMessage = "You have deleted the user"; //to translate
$strDelPassMessage = "You have deleted the password for"; //to translate
$strDescending = ""; //to translate, but its not in use ...
$strDisableMagicQuotes = "<b>Warning:</b> You have enabled magic_quotes_gpc in your PHP configuration. This version of PhpMyAdmin cannot work properly with it. Please have a look at the configuration section of the PHP manual for information on how to disable it."; //to translate
$strDisplay = "Display"; //to translate
$strDoAQuery = "Fer un \"petici&oacute; segons exemple\" (comod&iacute;: \"%\")";
$strDocu = "Documentaci&oacute;";
$strDoYouReally = "Realment vols ";
$strDrop = "Eliminar";
$strDropDB = "Eliminar base de dades ";
$strDumpingData = "Volcant dades de la taula";
$strDynamic = "dynamic"; //to translate
$strEdit = "Editar";
$strEditPrivileges = "Edit Privileges"; //to translate
$strEffective = "Effective"; //to translate
$strEmpty = "Buidar";
$strEmptyResultSet = "MySQL ha retornat un conjunt buit (p.e. cap fila).";
$strEnableMagicQuotes = "<b>Warning:</b> You haven't enabled magic_quotes_gpc in your PHP configuration. PhpMyAdmin needs this to work properly. Please have a look at the configuration section of the PHP manual for information on how to enable it."; //to translate
$strEnclosedBy = "tancat entre";
$strEnd = "Final";
$strError = "Errada";
$strEscapedBy = "escapat per";
$strExtra = "Extra";
$strField = "Camp";
$strFields = "Camps";
$strFixed = "fixed"; //to translate
$strFormat = "Format"; //to translate
$strFunction = "Funci&oacute;";
$strGenTime = "Generation Time"; //to translate
$strGo = "Executar";
$strGrants = "Grants"; //to translate
$strHasBeenAltered = "ha estat alterada.";
$strHasBeenCreated = "ha estat creada.";
$strHasBeenDropped = "ha estat eliminada.";
$strHasBeenEmptied = "ha estat buidada.";
$strHome = "Inici";
$strHomepageOfficial = "Official phpMyAdmin Homepage"; //to translate
$strHomepageSourceforge = "Sourceforge phpMyAdmin Download Page"; //to translate
$strHost = "Servidor";
$strHostEmpty = "The host name is empty!"; //to translate
$strIfYouWish = "Si nom&eacute;s vols carregar algunes col.lumnes de la taula, especifica-ho amb una llista separada per comes.";
$strIndex = "Index";
$strIndexes = "Indexes"; //to translate
$strInsert = "Inserta";
$strInsertAsNewRow = "Insert as new row"; //to translate
$strInsertIntoTable = "Inserir a la taula";
$strInsertNewRow = "Inserir nova fila";
$strInsertTextfiles = "Inserir fitxers de text a la taula";
$strInUse = "in use"; //to translate
$strKeyname = "NomClau";
$strKill = "Kill"; //to translate
$strLength = "Length"; //to translate
$strLengthSet = "Longitud";
$strLimitNumRows = "records per page"; //to translate
$strLineFeed = "Salt de l&iacute;nia: \\n";
$strLines = "L&iacute;nies";
$strLocationTextfile = "Ubicaci&oacute; del fitxer de text";
$strLogin = ""; //to translate, but its not in use ...
$strLogout = "Log out"; //to translate
$strModifications = "Les modificacions han estat guardades";
$strModify = ""; //to translate, but its not in use ...
$strMySQLReloaded = "MySQL reiniciat.";
$strMySQLSaid = "MySQL diu: ";
$strMySQLShowProcess = "Show processes"; //to translate
$strMySQLShowStatus = "Mostra la informaci&oacute; de funcionament del MySQL";
$strMySQLShowVars = "Mostra les variables de sistema del MySQL";
$strName = "Nom";
$strNext = "Seg&uuml;ent";
$strNo = "No";
$strNoPassword = "No Password"; //to translate
$strNoPrivileges = "No Privileges"; //to translate
$strNoRights = "You don't have enough rights to be here right now!"; //to translate
$strNoTablesFound = "Base de dades sense taules.";
$strNoUsersFound = "No user(s) found."; //to translate
$strNull = "Nul";
$strNumberIndexes = " Number of advanced indexes "; //to translate
$strOftenQuotation = "Marques sint&agrave;ctiques. OPCIONALMENT vol dir que nom&eacute;s els camps de tipus char i varchar van \"tancats dins\" \"-aquest car&agrave;cter.";
$strOptimizeTable = "Optimize table"; //to translate
$strOptionalControls = "Opcional. Controla com llegir o escriure car&agrave;cters especials.";
$strOptionally = "OPCIONALMENT";
$strOr = "or"; //to translate
$strOverhead = "Overhead"; //to translate
$strPassword = "Password"; //to translate
$strPasswordEmpty = "The password is empty!"; //to translate
$strPasswordNotSame = "The passwords aren't the same!"; //to translate
$strPHPVersion = "PHP Version"; //to translate
$strPos1 = "Inici";
$strPrevious = "Anterior";
$strPrimary = "Prim&agrave;ria";
$strPrimaryKey = "Clau Prim&agrave;ria";
$strPrinterFriendly = "Printer friendly version of above table"; //to translate
$strPrintView = "Print view"; //to translate
$strPrivileges = "Privileges"; //to translate
$strProducedAnError = "ha produ&iuml;t una errada.";
$strProperties = "Propietats";
$strQBE = "Query by Example"; //to translate
$strReadTheDocs = "Llegeix la documentaci&oacute;";
$strRecords = "Registres";
$strReloadFailed = "MySQL reload failed."; //to translate
$strReloadMySQL = "Rellegir el MySQL";
$strRememberReload = "Remember reload the server."; //to translate
$strRenameTable = "Renombrar les taules a";
$strRenameTableOK = "La taula \$table ha canviat de nom. Ara es diu \$new_name";
$strRepairTable = "Repair table"; //to translate
$strReplace = "Substitu&iuml;r";
$strReplaceTable = "Substitu&iuml;r les dades de la taula pel fitxer ";
$strReset = "Esborrar";
$strReType = "Re-type"; //to translate
$strRevoke = "Revoke"; //to translate
$strRevokeGrant = "Revoke Grant"; //to translate
$strRevokeGrantMessage = "You have revoked the Grant privilege for"; //to translate
$strRevokeMessage = "You have revoked the privileges for"; //to translate
$strRevokePriv = "Revoke Privileges"; //to translate
$strRowLength = "Row length"; //to translate
$strRows = "Rows"; //to translate
$strRowsFrom = "rows starting from"; //to translate
$strRowsStatistic = "Row Statistic"; //to translate
$strRunning = "funcionant a ";
$strRunQuery = ""; //to translate, but its not in use ...
$strRunSQLQuery = "Executa la comanda SQL a la base de dades ";
$strSave = "Guardar";
$strSelect = "Sel&middot;lecciona";
$strSelectFields = "Sel&middot;lecciona els camps (un com a m&iacute;nim):";
$strSelectNumRows = "in query"; //to translate
$strSend = "enviar";
$strSequence = "Seq."; //to translate
$strServerVersion = "Server version"; //to translate
$strShow = "Show"; //to translate
$strShowingRecords = "Mostrant registres: ";
$strSingly = "(singly)"; //to translate
$strSize = "Size"; //to translate
$strSort = ""; //to translate, but its not in use ...
$strSpaceUsage = "Space usage"; //to translate
$strSQLQuery = "crida SQL";
$strStatement = "Statements"; //to translate
$strStrucCSV = "dades CSV ";
$strStrucData = "Estructura i dades";
$strStrucDrop = "Add 'drop table'"; //to translate
$strStrucOnly = "Nom&eacute;s l'estructura";
$strSubmit = "Enviar";
$strSuccess = "La vostra comanda SQL ha estat executada amb &egrave;xit";
$strSum = "Sum"; //to translate
$strTable = "taula ";
$strTableComments = "Table comments"; //to translate
$strTableEmpty = "The table name is empty!"; //to translate
$strTableMaintenance = "Table maintenance"; //to translate
$strTableStructure = "Estructura de la taula";
$strTableType = "Table type"; //to translate
$strTerminatedBy = "acabat per";
$strTextAreaLength = " Because of its length,<br> this field might not be editable "; //to translate
$strTheContent = "El contingut del fitxer especificat ha estat inserit.";
$strTheContents = "El contingut del fitxer substitu&iuml;r&agrave; els continguts de les taules sel.leccionades a les files que contenen la mateixa clau &uacute;nica o prim&agrave;ria";
$strTheTerminator = "El separador de camps.";
$strTotal = "total";
$strType = "Tipus";
$strUncheckAll = "Uncheck All"; //to translate
$strUnique = "&Uacute;nica";
$strUpdatePassMessage = "You have updated the password for"; //to translate
$strUpdatePassword = "Update Password"; //to translate
$strUpdatePrivMessage = "You have updated the privileges for"; //to translate
$strUpdateQuery = ""; //to translate, but its not in use ...
$strUsage = "Usage"; //to translate
$strUser = "User"; //to translate
$strUserEmpty = "The user name is empty!"; //to translate
$strUserName = "User name"; //to translate
$strUsers = "Users"; //to translate
$strUseTables = ""; //to translate, but its not in use ...
$strValue = "Valor";
$strViewDump = "Veure un esquema de la taula";
$strViewDumpDB = "Veure l'esquema de la base de dades";
$strWelcome = "Benvingut a ";
$strWrongUser = "Usuari i/o clau erronis. Access denegat.";
$strYes = "Si";
// automatic generated by langxlorer.php (June 27, 2001, 6:53 pm)
// V0.11 - experimental (Steve Alberty - alberty@neptunlabs.de)
$strBinary=" Binary "; //to translate
$strBinaryDoNotEdit=" Binary - do not edit "; //to translate
$strEnglishPrivileges=" Note: MySQL privilege names are expressed in English "; //to translate
?>