diff --git a/ChangeLog b/ChangeLog index 2d4aaaf19..683bedcc3 100755 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,10 @@ $Source$ 2005-03-26 Alexander M. Turek * libraries/engines/innodb.lib.php: Caught possible devision by zero. + * lang/dutch-iso-8859-15.inc.php, lang/finnish-iso-8859-15.inc.php, + lang/italian-iso-8859-15.inc.php, lang/portoguese-iso-8859-15.inc.php, + lang/spanish-iso-8859-15.inc.php, libraries/select_lang.lib.php: + Added more Latin9 language files. 2005-03-25 Marc Delisle * tbl_properties.inc.php: bug #1170255, undefined index: Field @@ -42,8 +46,8 @@ $Source$ * libraries/select_lang.lib.php, lang/polish-windows-1250.inc.php: Translations #1161402 (added pl-win1250), thanks to Jakub Wilk (ubanus). * libraries/select_lang.lib.php, lang/german-iso-8859-15.inc.php, - lang/french-iso-8859-15.inc.php: Added ISO-8859-15 (latin1@euro) editions - of the German and French language files for testing. + lang/french-iso-8859-15.inc.php: Added ISO-8859-15 (Latin9) editions of + the German and French language files for testing. 2005-03-19 Marc Delisle * lang/catalan update, thanks to Xavier Navarro (xavin). diff --git a/lang/dutch-iso-8859-15.inc.php b/lang/dutch-iso-8859-15.inc.php new file mode 100644 index 000000000..d68ff8039 --- /dev/null +++ b/lang/dutch-iso-8859-15.inc.php @@ -0,0 +1,803 @@ + on 2005/01/04. + */ + +$charset = 'iso-8859-15'; +$text_dir = 'ltr'; +$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif'; +$right_font_family = 'arial, helvetica, geneva, sans-serif'; +$number_thousands_separator = '.'; +$number_decimal_separator = ','; +// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa +$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB'); + +$day_of_week = array('Zo', 'Ma', 'Di', 'Wo', 'Do', 'Vr', 'Za'); +$month = array('Jan', 'Feb', 'Mar', 'Apr', 'Mei', 'Jun', 'Jul', 'Aug', 'Sept', 'Oct', 'Nov', 'Dec'); +// See http://www.php.net/manual/en/function.strftime.php to define the +// variable below +$datefmt = '%d %B %Y om %H:%M'; +$timespanfmt = '%s dagen, %s uren, %s minuten en %s seconden'; + +$strAPrimaryKey = 'Een primaire sleutel is toegevoegd aan %s'; +$strAbortedClients = 'Afgehaakte'; +$strAbsolutePathToDocSqlDir = 'Geef een absoluut pad op de webserver aan naar de docSQL directory'; +$strAccessDenied = 'Toegang geweigerd '; +$strAccessDeniedExplanation = 'phpMyAdmin probeerde met de MySQL server te verbinden maar de server weigerde de verbinding. Controleer de host, de gebruikersnaam en het wachtwoord in config.inc.php en zorg er voor dat deze overeenkomen met de informatie die u van de Beheerder van de MySQL server kreeg.'; +$strAction = 'Actie'; +$strAddAutoIncrement = 'Voeg AUTO_INCREMENT waarde toe'; +$strAddConstraints = 'Voeg beperkingen toe'; +$strAddDeleteColumn = 'Toevoegen/Verwijderen Veld Kolommen'; +$strAddDeleteRow = 'Toevoegen/Verwijderen Criteria Rij'; +$strAddDropDatabase = 'Voeg DROP DATABASE toe'; +$strAddFields = 'Voeg %s veld(en) toe'; +$strAddHeaderComment = 'Voeg een commentaar toe in de header (\\n om regels af te breken'; +$strAddIfNotExists = 'Voeg IF NOT EXISTS toe'; +$strAddIntoComments = 'Voeg toe in commentaar'; +$strAddNewField = 'Nieuw veld toevoegen'; +$strAddPrivilegesOnDb = 'Voeg privileges toe aan de volgende database'; +$strAddPrivilegesOnTbl = 'Voeg privileges toe aan de volgende tabel'; +$strAddSearchConditions = 'Zoek condities toevoegen (het "where" gedeelte van de query):'; +$strAddToIndex = 'Voeg  %s  kolom(men) toe aan index'; +$strAddUser = 'Voeg een nieuwe gebruiker toe'; +$strAddUserMessage = 'U heeft een nieuwe gebruiker toegevoegd.'; +$strAddedColumnComment = 'Voeg commentaar toe aan de kolom'; +$strAddedColumnRelation = 'Voeg een relatie toe aan de kolom'; +$strAdministration = 'Administratie'; +$strAffectedRows = 'Getroffen rijen:'; +$strAfter = 'Na %s'; +$strAfterInsertBack = 'Terug'; +$strAfterInsertNewInsert = 'Voeg een nieuw record toe'; +$strAfterInsertNext = 'Bewerk volgende rij'; +$strAfterInsertSame = 'Ga terug naar deze pagina'; +$strAll = 'Alle'; +$strAllTableSameWidth = 'Alle tabellen weergeven met dezelfde breedte?'; +$strAlterOrderBy = 'Wijzig het "Sorteren op/Order by" van de tabel'; +$strAnIndex = 'Een index is toegevoegd aan %s'; +$strAnalyzeTable = 'Analyseer tabel'; +$strAnd = 'En'; +$strAny = 'Elke'; //! Willekeurige? +$strAnyHost = 'Een willekeurige host'; +$strAnyUser = 'Een willekeurige gebruiker'; +$strApproximateCount = 'Kan ongeveer zijn. Zie FAQ 3.11'; +$strArabic = 'Arabisch'; +$strArmenian = 'Armeens'; +$strAscending = 'Oplopend'; +$strAtBeginningOfTable = 'Aan het begin van de tabel'; +$strAtEndOfTable = 'Aan het eind van de tabel'; +$strAttr = 'Attributen'; +$strAutodetect = 'Auto detectie'; +$strAutomaticLayout = 'Automatische lay-out'; + +$strBack = 'Terug'; +$strBaltic = 'Baltisch'; +$strBeginCut = 'Begin KNIP'; +$strBeginRaw = 'Begin RAW'; +$strBinLogEventType = 'Event type'; +$strBinLogInfo = 'Informatie'; +$strBinLogName = 'Log naam'; +$strBinLogOriginalPosition = 'Originele positie'; +$strBinLogPosition = 'Positie'; +$strBinLogServerId = 'Server ID'; +$strBinary = ' Binair '; +$strBinaryDoNotEdit = ' Binair - niet aanpassen '; +$strBinaryLog = 'Binaire log'; +$strBookmarkAllUsers = 'Geef elke gebruiker toegang tot deze bookmark'; +$strBookmarkDeleted = 'De boekenlegger (Bookmark) is verwijderd.'; +$strBookmarkLabel = 'Label'; +$strBookmarkOptions = 'Bookmark opties'; +$strBookmarkQuery = 'Opgeslagen SQL-query'; +$strBookmarkThis = 'Sla deze SQL-query op'; +$strBookmarkView = 'Alleen bekijken'; +$strBrowse = 'Verkennen'; +$strBrowseForeignValues = 'Bekijk vreemde waardes'; +$strBulgarian = 'Bulgaars'; +$strBzError = 'phpMyAdmin is er niet in geslaagd om de dump te comprimeren doordat de Bz2 extensie in deze php versie niet functioneert. Het wordt sterk aangeraden om de instelling $cfg[\'BZipDump\'] in uw phpMyAdmin configuratie bestand op FALSE te zetten. Als u Bz2 compressie wilt gebruiken zult u moeten upgraden naar een latere php versie. Zie php bug report %s voor meer informatie.'; +$strBzip = '"ge-bzipt"'; + +$strCSVOptions = 'CSV opties'; +$strCalendar = 'Kalender'; +$strCannotLogin = 'Kan niet inloggen op de MySQL server'; +$strCantLoad = 'Kan de %s extentie niet laden,
Controleer de PHP Configuratie'; +$strCantLoadRecodeIconv = 'Kan iconv of recode extensies niet laden die nodig zijn voor de Karakterset conversie, configureer php om deze extensies toe te laten of schakel Karakterset conversie uit in phpMyAdmin'; +$strCantRenameIdxToPrimary = 'Kan index niet naar PRIMARY hernoemen'; +$strCantUseRecodeIconv = 'Kan iconv, libiconv en recode_string functies niet gebruiken zolang de extensies geladen moeten worden. Controleer de php configuratie.'; +$strCardinality = 'Kardinaliteit'; +$strCarriage = 'Harde return: \\r'; +$strCaseInsensitive = 'hoofdletter ongevoelig'; +$strCaseSensitive = 'hoofdletter gevoelig'; +$strCentralEuropean = 'Centraal Europees'; +$strChange = 'Veranderen'; +$strChangeCopyMode = 'Maak een nieuwe gebruiker aan met dezelfde privileges en ...'; +$strChangeCopyModeCopy = '... behoud de oude.'; +$strChangeCopyModeDeleteAndReload = ' ... verwijder de oude van de user tabellen en vernieuw de privileges achteraf.'; +$strChangeCopyModeJustDelete = ' ... verwijder de oude van de user tabellen.'; +$strChangeCopyModeRevoke = ' ... herstel alle actieve privileges van de oude en verwijder deze daarna.'; +$strChangeCopyUser = 'Wijzig de Login Informatie / Kopieer gebruiker'; +$strChangeDisplay = 'Kies weer te geven veld'; +$strChangePassword = 'Wijzig wachtwoord'; +$strCharset = 'Karakterset'; +$strCharsetOfFile = 'Karakter set van het bestand:'; +$strCharsets = 'Karaktersets'; +$strCharsetsAndCollations = 'Karakter Sets en Collaties'; +$strCheckAll = 'Selecteer alles'; +$strCheckOverhead = 'Selecteer tabellen met overhead'; +$strCheckPrivs = 'Controleer privileges'; +$strCheckPrivsLong = 'Controleer privileges voor database "%s".'; +$strCheckTable = 'Controleer tabel'; +$strChoosePage = 'Kies een pagina om aan te passen'; +$strColComFeat = 'Toon kolom commentaar'; +$strCollation = 'Collatie'; +$strColumnNames = 'Kolom namen'; +$strColumnPrivileges = 'Kolom-specifieke privileges'; +$strCommand = 'Commando'; +$strComments = 'Commentaar'; +$strCommentsForTable = 'COMMENTAAR VOOR TABEL'; +$strCompatibleHashing = 'MySQL 4.0 compatibel'; +$strCompleteInserts = 'Invoegen voltooid'; +$strCompression = 'Compressie'; +$strConfigFileError = 'phpMyAdmin kon het configuratie bestand niet lezen!
Dit kan gebeuren als php een parse error in dit bestand aantreft of dit bestand helemaal niet gevonden kan worden.
Roep het configuratie bestand direct aan met de snelkoppeling hieronder en lees de php foutmelding(en). In de meeste gevallen ontbreekt er ergens bijvoorbeeld een quote.
Wanneer er een blanco pagina wordt weergegeven zijn er geen problemen.'; +$strConfigureTableCoord = 'Configureer de coördinaten voor de tabel %s'; +$strConnectionError = 'Kan niet verbinden: ongeldige instellingen.'; +$strConnections = 'Connecties'; +$strConstraintsForDumped = 'Beperkingen voor gedumpte tabellen'; +$strConstraintsForTable = 'Beperkingen voor tabel'; +$strCookiesRequired = 'Cookies moeten aan staan voorbij dit punt.'; +$strCopyDatabaseOK = 'Database %s is gekopieerd naar %s'; +$strCopyTable = 'Kopieer tabel naar (database.tabel):'; +$strCopyTableOK = 'Tabel %s is gekopieerd naar %s.'; +$strCopyTableSameNames = 'Kan de tabel niet naar dezelfde kopiëren!'; +$strCouldNotKill = 'phpMyAdmin is er niet in geslaagd om de %s te sluiten.Waarschijnlijk is het al gesloten.'; +$strCreate = 'Aanmaken'; +$strCreateIndex = 'Creëer een index op kolommen %s '; +$strCreateIndexTopic = 'Creëer een nieuwe index'; +$strCreateNewDatabase = 'Nieuwe database aanmaken'; +$strCreateNewTable = 'Nieuwe tabel aanmaken in database %s'; +$strCreatePage = 'Creëer een nieuwe pagina'; +$strCreatePdfFeat = 'Aanmaken van PDF bestanden'; +$strCreationDates = 'Creatie/Update/Controleer datum'; +$strCriteria = 'Criteria'; +$strCroatian = 'Kroatisch'; +$strCyrillic = 'Cyrillisch'; +$strCzech = 'Tsjechisch'; +$strCzechSlovak = 'Tsjechische-Slowaak'; + +$strDBComment = 'Database commentaar: '; +$strDBCopy = 'Kopieer database naar'; +$strDBGContext = 'Context'; +$strDBGContextID = 'Context ID'; +$strDBGHits = 'Hits'; +$strDBGLine = 'Regel'; +$strDBGMaxTimeMs = 'Max tijd, ms'; +$strDBGMinTimeMs = 'Min tijd, ms'; +$strDBGModule = 'Module'; +$strDBGTimePerHitMs = 'Tijd/Hit, ms'; +$strDBGTotalTimeMs = 'Totaal tijd, ms'; +$strDBRename = 'Hernoem database naar'; +$strDanish = 'Deens'; +$strData = 'Data'; +$strDataDict = 'Data Woordenboek'; +$strDataOnly = 'Alleen data'; +$strDatabase = 'Database'; +$strDatabaseEmpty = 'De database naam is leeg!'; +$strDatabaseExportOptions = 'Database export opties'; +$strDatabaseHasBeenDropped = 'Database %s is vervallen.'; +$strDatabaseNoTable = 'Deze database bevat geen tabel!'; +$strDatabases = 'databases'; +$strDatabasesDropped = '%s databases zijn succesvol verwijderd.'; +$strDatabasesStats = 'Database statistieken'; +$strDatabasesStatsDisable = 'Statistieken uitzetten'; +$strDatabasesStatsEnable = 'Statistieken aanzetten'; +$strDatabasesStatsHeavyTraffic = 'Attentie: Indien u hier Database statistieken aanzet kan dit zorgen voor veel data verkeer tussen de webserver en de MySQL server.'; +$strDbPrivileges = 'Database-specifieke privileges'; +$strDbSpecific = 'database-specifiek'; +$strDefault = 'Standaardwaarde'; +$strDefaultValueHelp = 'Voer voor standaard waarden aub een enkele waarde in, zonder backslash of aanhalingstekens, gebruik makend van dit formaat: a'; +$strDefragment = 'Defragment tabel'; +$strDelOld = 'De huidige pagina heeft referenties met tabellen die niet langer bestaan. Wilt u deze referenties verwijderen?'; +$strDelayedInserts = 'Gebruik vertraagde inserts'; +$strDelete = 'Verwijderen'; +$strDeleteAndFlush = 'Verwijder de gebruikers en vernieuw de privileges daarna.'; +$strDeleteAndFlushDescr = 'Dit is de nette manier, maar het vernieuwen van de privileges kan even duren.'; +$strDeleted = 'De rij is verwijderd'; +$strDeletedRows = 'Verwijder rijen:'; +$strDeleting = 'Verwijderen van %s'; +$strDescending = 'Aflopend'; +$strDescription = 'Beschrijving'; +$strDictionary = 'Woordenboek'; +$strDisableForeignChecks = 'controle op vreemde sleutels uitschakelen'; +$strDisabled = 'Uitgeschakeld'; +$strDisplayFeat = 'Toon Opties'; +$strDisplayOrder = 'Weergave volgorde:'; +$strDisplayPDF = 'Geef het PDF schema weer'; +$strDoAQuery = 'Voer een query op basis van een vergelijking uit (wildcard: "%")'; +$strDoYouReally = 'Weet u zeker dat u dit wilt '; +$strDocu = 'Documentatie'; +$strDrop = 'Verwijderen'; +$strDropDatabaseStrongWarning = 'U staat op het punt een complete database te DESTROY-en!'; +$strDropSelectedDatabases = 'Geselecteerde databases verwijderen'; +$strDropUsersDb = 'Verwijder de databases die dezelfde naam hebben als de gebruikers.'; +$strDumpSaved = 'Dump is bewaard als %s.'; +$strDumpXRows = '%s rijen aan het dumpen, start bij rij %s.'; +$strDumpingData = 'Gegevens worden uitgevoerd voor tabel'; +$strDynamic = 'dynamisch'; + +$strEdit = 'Wijzigen'; +$strEditPDFPages = 'PDF Pagina\'s aanpassen'; +$strEditPrivileges = 'Wijzig rechten'; +$strEffective = 'Effectief'; +$strEmpty = 'Legen'; +$strEmptyResultSet = 'MySQL gaf een lege resultaat set terug (0 rijen).'; +$strEnabled = 'Ingeschakeld'; +$strEncloseInTransaction = 'Sluit de export in een transactie'; +$strEnd = 'Einde'; +$strEndCut = 'Einde KNIP'; +$strEndRaw = 'Einde RAW'; +$strEnglish = 'Engels'; +$strEnglishPrivileges = ' Aantekening: de namen van de MySQL rechten zijn uitgelegd in het Engels '; +$strError = 'Fout'; +$strEscapeWildcards = 'Wildcards _ en % moeten worden ge-escaped met een \ om ze letterlijk te gebruiken'; +$strEstonian = 'Estlands'; +$strExcelEdition = 'Excel editie'; +$strExcelOptions = 'Excel opties'; +$strExecuteBookmarked = 'Voor de gebookmarkte query uit'; +$strExplain = 'Verklaar SQL'; +$strExport = 'Exporteer'; +$strExtendedInserts = 'Uitgebreide invoegingen'; +$strExtra = 'Extra'; + +$strFailedAttempts = 'Mislukte pogingen'; +$strField = 'Veld'; +$strFieldHasBeenDropped = 'Veld %s is vervallen'; +$strFields = 'Velden'; +$strFieldsEmpty = ' Het velden aantal is leeg! '; +$strFieldsEnclosedBy = 'Velden ingesloten door'; +$strFieldsEscapedBy = 'Velden ontsnapt door'; +$strFieldsTerminatedBy = 'Velden beëindigd door'; +$strFileAlreadyExists = 'Bestaand %s bestaat al op de server, verander de bestandsnaam of controleer overschrijf opties.'; +$strFileCouldNotBeRead = 'Bestand kon niet worden gelezen'; +$strFileNameTemplate = 'File naam template'; +$strFileNameTemplateHelp = 'Gebruik __DB__ voor de database naam, __TABLE__ voor tabel naam en %salle strftime%s opties voor tijd specificaties, extensies zullen automatisch worden bijgevoegd. Elke andere tekst zal worden bewaard.'; +$strFileNameTemplateRemember = 'Onthoud template'; +$strFixed = 'vast'; +$strFlushPrivilegesNote = 'Opmerking: phpMyAdmin krijgt de rechten voor de gebruikers uit de MySQL privileges tabel. De content van deze tabel kan verschillen met de rechten van de server als er handmatig aanpassingen zijn aangebracht. Mocht dit het geval zijn dan moet men %sde privilege tabel vernieuwen%s voordat men verder gaat.'; +$strFlushTable = 'Schoon de tabel ("FLUSH")'; +$strFormEmpty = 'Er ontbreekt een waarde in het formulier!'; +$strFormat = 'Formatteren'; +$strFullText = 'Volledige teksten'; +$strFunction = 'Functie'; + +$strGenBy = 'Gegenereerd door'; +$strGenTime = 'Generatie Tijd'; +$strGeneralRelationFeat = 'Basis relatie opties'; +$strGeorgian = 'Georgisch'; +$strGerman = 'Duits'; +$strGlobal = 'globaal'; +$strGlobalPrivileges = 'Globale privileges'; +$strGlobalValue = 'Globale waarde'; +$strGo = 'Start'; +$strGrantOption = 'Toekennen'; +$strGreek = 'Grieks'; +$strGzip = '"ge-gzipt"'; + +$strHasBeenAltered = 'is veranderd.'; +$strHasBeenCreated = 'is aangemaakt.'; +$strHaveToShow = 'Er moet ten minste 1 weer te geven kolom worden gekozen'; +$strHebrew = 'Hebreeuws'; +$strHexForBinary = 'Gebruik hexadecimale voor binaire velden'; +$strHome = 'Home'; +$strHomepageOfficial = 'Officiële phpMyAdmin Website'; +$strHost = 'Host'; +$strHostEmpty = 'De host naam is leeg!'; +$strHungarian = 'Hongaars'; + +$strIcelandic = 'IJslands'; +$strId = 'ID'; +$strIdxFulltext = 'Volledige tekst'; +$strIfYouWish = 'Indien u slechts enkele van de tabel kolommen wilt laden, voer dan een door komma\'s gescheiden veld lijst in.'; +$strIgnore = 'Negeer'; +$strIgnoreInserts = 'Gebruik ignore inserts'; +$strIgnoringFile = 'Negeer bestand %s'; +$strImportDocSQL = 'Importeer docSQL Bestanden'; +$strImportFiles = 'Importeren bestanden'; +$strImportFinished = 'Importeren voltooid'; +$strInUse = 'in gebruik'; +$strIndex = 'Index'; +$strIndexHasBeenDropped = 'Index %s is vervallen'; +$strIndexName = 'Index naam :'; +$strIndexType = 'Index type :'; +$strIndexWarningMultiple = 'Meer dan 1 %s sleutel was gecreëerd voor de kolom `%s`'; +$strIndexWarningPrimary = 'PRIMARY en INDEX sleutels behoren niet beide ingesteld te zijn voor de kolom `%s`'; +$strIndexWarningTable = 'Problemen met de index(en) van de tabel `%s`'; +$strIndexWarningUnique = 'UNIQUE en INDEX sleutels behoren niet beide ingesteld te zijn voor de kolom `%s`'; +$strIndexes = 'Indexen'; +$strInnodbStat = 'InnoDB Status'; +$strInsecureMySQL = 'Uw configuratie bestand bevat instellingen (root zonder wachtwoord) die betrekking hebben tot de standaard MySQL account. Uw MySQL server draait met deze standaard waardes, en is open voor ongewilde toegang, het wordt dus aangeraden dit op te lossen.'; +$strInsert = 'Invoegen'; +$strInsertAsNewRow = 'Voeg toe als nieuwe rij'; +$strInsertBookmarkTitle = 'Geef een bookmark titel op'; +$strInsertNewRow = 'Nieuwe rij invoegen'; +$strInsertTextfiles = 'Invoegen tekstbestanden in tabel'; +$strInsertedRowId = 'Ingevoegde rij id:'; +$strInsertedRows = 'Ingevoegde rijen:'; +$strInstructions = 'Instructies'; +$strInternalNotNecessary = '* Een interne relatie is niet nodig wanneer er ook een InnoDB aanwezig is.'; +$strInternalRelations = 'Interne relaties'; + +$strJapanese = 'Japans'; +$strJumpToDB = 'Ga naar database "%s".'; +$strJustDelete = 'Verwijder gewoon de gebruikers van de privileges tabel.'; +$strJustDeleteDescr = 'De "verwijderde" gebruikers zullen de server kunnen gebruiken zoals altijd zolang de privileges nog niet zijn vernieuwd.'; + +$strKeepPass = 'Wijzig het wachtwoord niet'; +$strKeyname = 'Sleutel naam'; +$strKill = 'stop proces'; +$strKorean = 'Koreaans'; + +$strLaTeX = 'LaTeX'; +$strLaTeXOptions = 'LaTeX opties'; +$strLandscape = 'Landschap'; +$strLatexCaption = 'Tabel titel'; +$strLatexContent = 'Content van tabel __TABLE__'; +$strLatexContinued = '(vervolgd)'; +$strLatexContinuedCaption = 'Vervolgde tabel titel'; +$strLatexIncludeCaption = 'Voeg tabel titel toe'; +$strLatexLabel = 'Label sleutel'; +$strLatexStructure = 'Structuur van de tabel __TABLE__'; +$strLatvian = 'Lets'; +$strLengthSet = 'Lengte/Waardes*'; +$strLimitNumRows = 'records per pagina'; +$strLineFeed = 'Regel opschuiving: \\n'; +$strLinesTerminatedBy = 'Regels beëindigd door'; +$strLinkNotFound = 'Link niet gevonden'; +$strLinksTo = 'Gelinkt naar'; +$strLithuanian = 'Litouws'; +$strLoadExplanation = 'De beste methode is aan gevinkt standaard maar u kunt dit veranderen mocht het niet lukken.'; +$strLoadMethod = 'LOAD methode'; +$strLocalhost = 'lokaal'; +$strLocationTextfile = 'Locatie van het tekstbestand'; +$strLogPassword = 'Wachtwoord:'; +$strLogServer = 'Server'; +$strLogUsername = 'Gebruikers naam:'; +$strLogin = 'Inloggen'; +$strLoginInformation = 'Login Informatie'; +$strLogout = 'Uitloggen'; + +$strMIMETypesForTable = 'MIME TYPES VOOR TABEL'; +$strMIME_MIMEtype = 'MIME-type'; +$strMIME_available_mime = 'Beschikbare MIME-types'; +$strMIME_available_transform = 'Beschikbare transformaties'; +$strMIME_description = 'Beschrijving'; +$strMIME_nodescription = 'Geen beschrijving beschikbaar voor deze transformatie.
Raadpleeg de maker over wat %s doet.'; +$strMIME_transformation = 'Browser transformaties'; +$strMIME_transformation_note = 'Voor een lijst met beschikbare transformatie opties en MIME-type transformaties, klik op %sTransformatie opties%s'; +$strMIME_transformation_options = 'Transformatie opties'; +$strMIME_transformation_options_note = 'Voeg de waardes voor transformatie optie in het volgende formaat in: \'a\',\'b\',\'c\'...
Wanneer u een backslash ("\") of een enkele quote ("\'") moet invoegen in deze waardes, backslashes het dan (bijvoorbeeld \'\\\\xyz\' of \'a\\\'b\').'; +$strMIME_without = 'MIME-types die in italic staan (Schuin) hebben geen aparte transformatie functies'; +$strMaximumSize = 'Maximale grootte: %s%s'; +$strMbExtensionMissing = 'De mbstring PHP extensie werd niet gevonden en u lijkt een multibyte charset te gebruiken. Zonder de mbstring extensie kan phpMyAdmin strings niet correct splitsen wat tot onverwachte resultaten kan leiden.'; +$strMbOverloadWarning = 'U heeft mbstring.func_overload ingeschakeld in uw PHP configuratie. Deze optie is incompatibel met phpMyAdmin en kan ervoor zorgen dat sommige data corrupt raakt!'; +$strModifications = 'Wijzigingen opgeslagen.'; +$strModify = 'Aanpassen'; +$strModifyIndexTopic = 'Wijzig een index'; +$strMoreStatusVars = 'Meer status variabelen'; +$strMoveTable = 'Verplaats tabel naar (database.tabel):'; +$strMoveTableOK = 'Tabel %s is verplaatst naar %s.'; +$strMoveTableSameNames = 'Kan de tabel niet naar dezelfde verplaatsen!'; +$strMultilingual = 'meertalig'; +$strMustSelectFile = 'U moet een bestand selecteren welke u wilt invoegen.'; +$strMySQLCharset = 'MySQL Karakterset'; +$strMySQLConnectionCollation = 'MySQL verbindingscollatie'; +$strMySQLReloaded = 'MySQL opnieuw geladen.'; +$strMySQLSaid = 'MySQL retourneerde: '; +$strMySQLServerProcess = 'MySQL %pma_s1% draait op %pma_s2% als %pma_s3%'; +$strMySQLShowProcess = 'Laat processen zien'; +$strMySQLShowStatus = 'MySQL runtime informatie'; +$strMySQLShowVars = 'MySQL systeemvariabelen'; + +$strName = 'Naam'; +$strNeedPrimaryKey = 'U zou een primaire sleutel moeten defineren voor deze tabel.'; +$strNext = 'Volgende'; +$strNo = 'Nee'; +$strNoActivity = 'Geen activiteit voor %s seconden of meer, log a.u.b. opnieuw in'; +$strNoDatabases = 'Geen databases'; +$strNoDatabasesSelected = 'Er is geen databases geselecteerd.'; +$strNoDescription = 'Geen beschrijving aanwezig'; +$strNoDropDatabases = '"DROP DATABASE" opdrachten zijn niet mogelijk.'; +$strNoExplain = 'Uitleg SQL overslaan'; +$strNoFrames = 'phpMyAdmin is werkt gebruiksvriendelijker met een browser die frames aan kan.'; +$strNoIndex = 'Geen index gedefinieerd!'; +$strNoIndexPartsDefined = 'Geen index delen gedefinieerd!'; +$strNoModification = 'Geen verandering'; +$strNoOptions = 'Dit format heeft geen opties'; +$strNoPassword = 'Geen wachtwoord'; +$strNoPermission = 'De web server heeft geen rechten om het bestand %s op te slaan.'; +$strNoPhp = 'zonder PHP Code'; +$strNoPrivileges = 'Geen rechten'; +$strNoQuery = 'Geen SQL query!'; +$strNoRights = 'U heeft niet genoeg rechten om hier te zijn!'; +$strNoRowsSelected = 'Geen rijen geselecteerd'; +$strNoSpace = 'Onvoldoende ruimte om het bestand %s op te slaan.'; +$strNoTablesFound = 'Geen tabellen gevonden in de database.'; +$strNoThemeSupport = 'Geen ondersteuning voor thema\'s, controleer uw configuratie en/of de thema\'s in de directory %s.'; +$strNoUsersFound = 'Geen gebruiker(s) gevonden.'; +$strNoValidateSQL = 'SQL validatie overslaan'; +$strNone = 'Geen'; +$strNotNumber = 'Dit is geen cijfer!'; +$strNotOK = 'Niet Goed'; +$strNotSet = '%s tabel niet gevonden of niet ingesteld in %s'; +$strNotValidNumber = ' geen geldig rij nummer!'; +$strNull = 'Null'; +$strNumSearchResultsInTable = '%s overeenkomst(en) in de tabel%s'; +$strNumSearchResultsTotal = 'Totaal: %s overeenkomst(en)'; +$strNumTables = 'Tabellen'; + +$strOK = 'Correct'; +$strOftenQuotation = 'Meestal aanhalingstekens. OPTIONEEL betekent dat alleen char en varchar velden omsloten worden met het "omsloten met"-karakter.'; +$strOperations = 'Handelingen'; +$strOperator = 'Operator'; +$strOptimizeTable = 'Optimaliseer tabel'; +$strOptionalControls = 'Optioneel. Geeft aan hoe speciale karakters geschreven of gelezen moeten worden.'; // 'Optional. Controls how to write or read special characters.'; +$strOptionally = 'OPTIONEEL'; +$strOr = 'Of'; +$strOverhead = 'Overhead'; +$strOverwriteExisting = 'Overschrijf bestaande bestand (en)'; + +$strPHP40203 = 'U gebruikt PHP 4.2.3, deze versie bevat een grote fout in de multi-byte strings (mbstring). Voor meer informatie zie PHP bug report 19404. Het wordt sterk afgeraden deze versie van PHP te gebruiken met phpMyAdmin.'; +$strPHPVersion = 'PHP Versie'; +$strPageNumber = 'Pagina nummer:'; +$strPaperSize = 'Papier grootte'; +$strPartialText = 'Gedeeltelijke teksten'; +$strPassword = 'Wachtwoord'; +$strPasswordChanged = 'Het wachtwoord voor %s is met succes veranderd.'; +$strPasswordEmpty = 'Het wachtwoord is leeg!'; +$strPasswordHashing = 'Wachtwoord Hashing'; +$strPasswordNotSame = 'De wachtwoorden zijn niet gelijk!'; +$strPdfDbSchema = 'Schema van de "%s" database - Pagina %s'; +$strPdfInvalidTblName = 'De tabel "%s" bestaat niet!'; +$strPdfNoTables = 'Geen Tabellen'; +$strPerHour = 'per uur'; +$strPerMinute = 'per minuut'; +$strPerSecond = 'per seconde'; +$strPersian = 'Perzisch'; +$strPhoneBook = 'Telefoonboek'; +$strPhp = 'Creëer PHP Code'; +$strPmaDocumentation = 'phpMyAdmin Documentatie'; +$strPmaUriError = 'De $cfg[\'PmaAbsoluteUri\'] richtlijn MOET gezet zijn in het configuratie bestand!'; +$strPolish = 'Pools'; +$strPortrait = 'Portret'; +$strPos1 = 'Begin'; +$strPrevious = 'Vorige'; +$strPrimary = 'Primaire sleutel'; +$strPrimaryKeyHasBeenDropped = 'De primaire sleutel is vervallen'; +$strPrimaryKeyName = 'De naam van de primaire sleutel moet PRIMARY zijn!'; +$strPrimaryKeyWarning = '("PRIMARY" moet de naam van en alleen van een primaire sleutel zijn!)'; +$strPrint = 'Afdrukken'; +$strPrintView = 'Printopmaak'; +$strPrintViewFull = 'Print overzicht (met volledige teksten)'; +$strPrivDescAllPrivileges = 'Bevat alle privileges behalve GRANT.'; +$strPrivDescAlter = 'Maakt het mogelijk de structuur van bestaande tabellen aan te passen.'; +$strPrivDescCreateDb = 'Maakt het mogelijk om nieuwe databases en tabellen te maken.'; +$strPrivDescCreateTbl = 'Maakt het mogelijk nieuwe tabellen te maken.'; +$strPrivDescCreateTmpTable = 'Maakt het mogelijk om tijdelijke tabellen te maken.'; +$strPrivDescDelete = 'Maakt het mogelijk om data te verwijderen.'; +$strPrivDescDropDb = 'Maakt het mogelijk om databases en tabellen te verwijderen.'; +$strPrivDescDropTbl = 'Maakt het mogelijk tabellen te verwijderen.'; +$strPrivDescExecute = 'Maakt het mogelijk om opgeslagen procedures uit te voeren; Heeft geen effect in deze MySQL versie.'; +$strPrivDescFile = 'Maakt het mogelijk om data te importeren en te exporteren van en naar bestanden.'; +$strPrivDescGrant = 'Maakt het mogelijk dat gebruikers en privileges toe te voegen zonder de privileges tabel opnieuw op te vragen.'; +$strPrivDescIndex = 'Maakt het mogelijk om indexen te creëren en te verwijderen.'; +$strPrivDescInsert = 'Maakt het mogelijk om data in te voegen en te vervangen.'; +$strPrivDescLockTables = 'Maakt het mogelijk tabellen op slot te zetten voor de huidige thread.'; +$strPrivDescMaxConnections = 'Limiteert het aantal nieuwe connecties die een gebruiker per uur mag openen.'; +$strPrivDescMaxQuestions = 'Limiteert het aantal queries dat een gebruiker mag versturen per uur.'; +$strPrivDescMaxUpdates = 'Limiteert het aantal commando\'s, welke een database of tabel veranderen, die een gebruiker per uur mag uitvoeren.'; +$strPrivDescProcess3 = 'Maakt het mogelijk processen te stoppen voor andere gebruikers.'; +$strPrivDescProcess4 = 'Maakt het mogelijk om complete queries in de process lijst te zien.'; +$strPrivDescReferences = 'Heeft geen effect in deze MySQL versie.'; +$strPrivDescReload = 'Maakt het mogelijk om de server instellingen opnieuw op te vragen en de cache van de server leeg te maken.'; +$strPrivDescReplClient = 'Geeft het recht aan de gebruiker om te vragen waar de slaves (slaven) / masters (meesters) zijn.'; +$strPrivDescReplSlave = 'Nodig om slaves (slaven) de repliceren.'; +$strPrivDescSelect = 'Maakt het lezen van data mogelijk.'; +$strPrivDescShowDb = 'Geeft toegang tot de complete lijst van databases.'; +$strPrivDescShutdown = 'Maakt het mogelijk de server te stoppen.'; +$strPrivDescSuper = 'Maakt het mogelijk verbinding te maken, zelfs als het maximaal aantal verbindingen als is bereikt; Dit is vereist voor de meeste administratieve opties zoals het instellen van globale variabelen of het stoppen van threads van andere gebruikers.'; +$strPrivDescUpdate = 'Maakt het mogelijk data aan te passen.'; +$strPrivDescUsage = 'Geen privileges.'; +$strPrivileges = 'Rechten'; +$strPrivilegesReloaded = 'De privileges zijn met succes vernieuwd'; +$strProcesslist = 'Process lijst'; +$strPutColNames = 'Plaats veldnamen in de eerste rij'; + +$strQBE = 'Query opbouwen'; +$strQBEDel = 'Verwijder'; +$strQBEIns = 'Toevoegen'; +$strQueryFrame = 'Query window'; +$strQueryOnDb = 'SQL-query op database %s:'; +$strQuerySQLHistory = 'SQL-geschiedenis'; +$strQueryStatistics = 'Query statistieken: Sinds het opstarten zijn er, %s queries gestuurd naar de server.'; +$strQueryTime = 'Query duurde %01.4f sec'; +$strQueryType = 'Query type'; +$strQueryWindowLock = 'Overschrijf deze query niet van buitenaf dit scherm'; + +$strReType = 'Type opnieuw'; +$strReceived = 'Ontvangen'; +$strRecords = 'Records'; +$strReferentialIntegrity = 'Controleer referentiële integriteit'; +$strRefresh = 'Vernieuw'; +$strRelationNotWorking = 'Extra opties om met tabellen te werken die gelinkt zijn, zijn uitgeschakeld. Om te weten te komen waarom klik %shier%s.'; +$strRelationView = 'Relatie overzicht'; +$strRelationalSchema = 'Relationeel schema'; +$strRelations = 'Relaties'; +$strRelationsForTable = 'RELATIES VOOR TABEL'; +$strReloadFailed = 'Opnieuw laden van MySQL mislukt.'; +$strReloadMySQL = 'MySQL opnieuw laden.'; +$strReloadingThePrivileges = 'Bezig de privileges te vernieuwen'; +$strRemoveSelectedUsers = 'Verwijder de geselecteerde gebruikers'; +$strRenameDatabaseOK = 'Database %s is hernoemed naar %s'; +$strRenameTable = 'Tabel hernoemen naar'; +$strRenameTableOK = 'Tabel %s is hernoemt naar %s'; +$strRepairTable = 'Repareer tabel'; +$strReplace = 'Vervangen'; +$strReplaceNULLBy = 'Vervang NULL door'; +$strReplaceTable = 'Vervang tabel gegevens met het bestand'; +$strReset = 'Opnieuw'; +$strResourceLimits = 'Resource beperkingen'; +$strRevoke = 'Ongedaan maken'; +$strRevokeAndDelete = 'Trek alle actieve privileges in van alle gebruikers en verwijder ze daarna.'; +$strRevokeAndDeleteDescr = 'De gebruikers zullen nog steeds het USAGE (gebruik) privilege hebben zolang de privileges nog niet zijn vernieuwd.'; +$strRevokeMessage = 'U heeft de rechten ingetrokken voor %s'; +$strRomanian = 'Roemeens'; +$strRowLength = 'Lengte van de rij'; +$strRowSize = ' Grootte van de rij'; +$strRows = 'Rijen'; +$strRowsFrom = 'rijen beginnend bij'; +$strRowsModeFlippedHorizontal = 'horizontaal (geroteerde headers)'; +$strRowsModeHorizontal = 'horizontaal'; +$strRowsModeOptions = 'in %s modus en herhaal kopregels na %s cellen'; +$strRowsModeVertical = 'verticaal'; +$strRowsStatistic = 'Rij statistiek'; +$strRunQuery = 'Query uitvoeren'; +$strRunSQLQuery = 'Draai SQL query/queries op database %s'; +$strRunning = 'wordt uitgevoerd op %s'; +$strRussian = 'Russisch'; + +$strSQL = 'SQL'; +$strSQLExportCompatibility = 'SQL export compatibiliteit'; +$strSQLExportType = 'Export type'; +$strSQLOptions = 'SQL opties'; +$strSQLParserBugMessage = 'Er is een kans dat u een fout heeft aangetroffen in de SQL parser. Let er goed op, dat de query op de correcte plaatsen quotes heeft. Een ander mogelijkheid voor deze foutmelding kan zijn dat u het ge-quote text gedeelte in binairy mode heeft. U kunt ook uw query proberen in de command line van MySQL. De MySQL server foutmelding hieronder, mocht die aanwezig zijn, kan ook helpen met het opsporen van fouten. Blijft u problemen houden of als de parser fouten geeft terwijl het goed gaat in de command line van MySQL, probeer dan de SQL query in te korten en een bug report met het stukje data te sturen van het CUT gedeelte hieronder:'; +$strSQLParserUserError = 'Er schijnt een fout te zijn in uw SQL query. Mocht de MySQL server een error hebben terug gegeven, probeer dan of uw hiermee uw fout kunt oplossen.'; +$strSQLQuery = 'SQL-query'; +$strSQLResult = 'SQL resultaat'; +$strSQPBugInvalidIdentifer = 'Ongeldig herkenningsteken'; +$strSQPBugUnclosedQuote = 'Quote niet afgesloten'; +$strSQPBugUnknownPunctuation = 'Onbekende Punctuatie String'; +$strSave = 'Opslaan'; +$strSaveOnServer = 'Bewaar op de server in %s directory'; +$strScaleFactorSmall = 'De schaal factor is te klein om het schema op een pagina te zetten'; +$strSearch = 'Zoeken'; +$strSearchFormTitle = 'Zoeken in de database'; +$strSearchInTables = 'In de tabel(len):'; +$strSearchNeedle = 'Woord(en) of waarde(s) waarnaar gezocht moet worden (wildcard: "%"):'; +$strSearchOption1 = 'ten minste een van de woorden'; +$strSearchOption2 = 'alle woorden'; +$strSearchOption3 = 'de exacte zin'; +$strSearchOption4 = 'als een reguliere expressie'; +$strSearchResultsFor = 'Zoek resultaten voor "%s" %s:'; +$strSearchType = 'Zoek:'; +$strSecretRequired = 'Het configuratie bestand heeft nu een geheime wachtwoord zin nodig (blowfish_secret).'; +$strSelectADb = 'Selecteer A.U.B. een database'; +$strSelectAll = 'Selecteer alles'; +$strSelectBinaryLog = 'Selecteer de te bekijken binaire log'; +$strSelectFields = 'Selecteer velden (tenminste 1):'; +$strSelectNumRows = 'in query'; +$strSelectTables = 'Selecteer tabellen'; +$strSend = 'verzenden'; +$strSent = 'Verzonden'; +$strServer = 'Server'; +$strServerChoice = 'Server keuze'; +$strServerNotResponding = 'De server reageert niet'; +$strServerStatus = 'Runtime Informatie'; +$strServerStatusUptime = 'Deze MySQL server draait inmiddels %s. Hij is gestart op %s.'; +$strServerTabProcesslist = 'Processen'; +$strServerTabVariables = 'Variabelen'; +$strServerTrafficNotes = 'Server verkeer: Deze tabellen geven statistieken weer van het verkeer van deze MySQL server vanaf het moment dat hij is gestart'; +$strServerVars = 'Server variabelen en instellingen'; +$strServerVersion = 'Server versie'; +$strSessionValue = 'Sessie variabelen'; +$strSetEnumVal = 'Als het veld type "enum" of "set" is, voer dan de waardes in volgens dit formaat: \'a\',\'b\',\'c\'...
Als u ooit een backslash moet plaatsen ("\") of een enkel aanhalingsteken ("\'") bij deze waardes, backslash het (voorbeeld \'\\\\xyz\' of \'a\\\'b\').'; +$strShow = 'Toon'; +$strShowAll = 'Toon alles'; +$strShowColor = 'Toon kleur'; +$strShowDatadictAs = 'Data Dictionary Formaat'; +$strShowFullQueries = 'Toon volledige Queries'; +$strShowGrid = 'Toon grid'; +$strShowPHPInfo = 'Laat informatie over PHP zien'; +$strShowTableDimension = 'Geef de dimensies van de tabellen weer'; +$strShowTables = 'Toon tabellen'; +$strShowThisQuery = ' Laat deze query hier zien '; +$strShowingRecords = 'Toon Records'; +$strSimplifiedChinese = 'Vereenvoudigd Chinese'; +$strSingly = '(apart)'; +$strSize = 'Grootte'; +$strSlovak = 'Slowaak'; +$strSlovenian = 'Sloveens'; +$strSort = 'Sorteren'; +$strSortByKey = 'Sorteren op sleutel'; +$strSpaceUsage = 'Ruimte gebruik'; +$strSpanish = 'Spaans'; +$strSplitWordsWithSpace = 'Woorden worden gesplit door een spatie karakter (" ").'; +$strStatCheckTime = 'Laatst gecontroleerd'; +$strStatCreateTime = 'Gecreëerd'; +$strStatUpdateTime = 'Laatst bijgewerkt'; +$strStatement = 'Opdrachten'; +$strStatus = 'Status'; +$strStrucCSV = 'CSV gegevens'; +$strStrucData = 'Structuur en gegevens'; +$strStrucDrop = 'DROP TABLE toevoegen'; +$strStrucExcelCSV = 'CSV voor MS Excel data'; +$strStrucNativeExcel = 'Native MS Excel data'; +$strStrucOnly = 'Alleen structuur'; +$strStructPropose = 'Tabel structuur voorstellen'; +$strStructure = 'Structuur'; +$strSubmit = 'Verzenden'; +$strSuccess = 'Uw SQL-query is succesvol uitgevoerd.'; +$strSum = 'Som'; +$strSwedish = 'Zweeds'; +$strSwitchToDatabase = 'Schakel naar de gekopieerde database'; +$strSwitchToTable = 'Wissel naar de gekopieerde tabel'; + +$strTable = 'Tabel'; +$strTableComments = 'Tabel opmerkingen'; +$strTableEmpty = 'De tabel naam is leeg!'; +$strTableHasBeenDropped = 'Tabel %s is vervallen'; +$strTableHasBeenEmptied = 'Tabel %s is leeg gemaakt'; +$strTableHasBeenFlushed = 'Tabel %s is geschoond'; +$strTableMaintenance = 'Tabel onderhoud'; +$strTableOfContents = 'Inhoudsopgave'; +$strTableOptions = 'Tabel opties'; +$strTableStructure = 'Tabel structuur voor tabel'; +$strTableType = 'Tabel type'; +$strTables = '%s tabel(len)'; +$strTakeIt = 'neem het'; +$strTblPrivileges = 'Tabel-specifieke privileges'; +$strTextAreaLength = ' Vanwege z\'n lengte,
is dit veld misschien niet te wijzigen '; +$strThai = 'Thais'; +$strTheContent = 'De inhoud van uw bestand is ingevoegd.'; +$strTheContents = 'De inhoud van het bestand vervangt de inhoud van de geselecteerde tabel voor rijen met een identieke primaire of unieke sleutel.'; +$strTheTerminator = 'De afsluiter van de velden.'; +$strTheme = 'Thema / Stijl'; +$strThisHost = 'Deze Host'; +$strThisNotDirectory = 'Dit was geen directory'; +$strThreadSuccessfullyKilled = 'Thread %s is met succes afgesloten.'; +$strTime = 'Tijd'; +$strToggleScratchboard = 'toggle scratchboard'; +$strTotal = 'totaal'; +$strTotalUC = 'Totaal'; +$strTraditionalChinese = 'Traditioneel Chinees'; +$strTraditionalSpanish = 'Traditioneel Spaans'; +$strTraffic = 'Verkeer'; +$strTransformation_application_octetstream__download = 'Toon een link om de binaire data van een veld te downloaden. Eerste optie is de bestandsnaam van het binaire bestand. De tweede optie is een mogelijke veldnaam van een rij van de tabel welke de bestandsnaam bevat. Wanneer de tweede optie wordt gekozen is het vereist dat de eerste optie leeg is.'; +$strTransformation_image_jpeg__inline = 'Toont een klik bare thumbnail; opties: width,height in pixels (houdt de originele ratio)'; +$strTransformation_image_jpeg__link = 'Toont een link naar deze image (directe blob download, i.e.).'; +$strTransformation_image_png__inline = 'Zie image/jpeg: inline'; +$strTransformation_text_plain__dateformat = 'Neemt een TIME, TIMESTAMP of DATETIME veld en vormt het naar uw lokale datum formaat. Eerst optie is de offset (in uren) welke zal worden toegevoegd aan de timestamp (Default: 0). De tweede opties is een ander datum formaat volgens de parameters beschikbaar volgens PHPs strftime().'; +$strTransformation_text_plain__external = 'ALLEEN LINUX: Lanceert een externe applicatie en voed het de veld data via standaard input. Geeft standaard output van de applicatie terug. Default is Netjes, om nette HTML code te tonen. Om beveiligings redenen zult u handmatig het bestand libraries/transformations/text_plain__external.inc.php moeten aanpassen en de tools die u mag draaien invoegen. De eerste opties is het nummer van het programma wat u wilt gebruiken, de tweede optie zijn de parameters voor dit programma. Het derde parameter, wanneer ingesteld op 1, zal de output omzetten door middel van htmlspecialchars() (Standaard is 1). Een vierde parameter, wanneer ingesteld als 1 zal NOWRAP aan de content cell toevoegen, zodat de gehele output getoond zal worden zonder te herstructureren (Standaard 1)'; +$strTransformation_text_plain__formatted = 'Preserveert het originele formaat van het veld. Er wordt geen Escaping toegepast.'; +$strTransformation_text_plain__imagelink = 'Toont een plaatje en een link, het veld bevat de bestandsnaam; De eerste optie is een prefix als "http://domein.com/", de tweede optie is de breedte in pixels, de derde is de hoogte.'; +$strTransformation_text_plain__link = 'Toont een link, het veld bevat de bestandsnaam; De eerste optie is een prefix als "http://domein.com/", de tweede optie is de titel voor de link.'; +$strTransformation_text_plain__substr = 'Toont alleen een stuk van een string. De eerst optie is een offset om te bepalen waar de output van uw tekst start (Standaard 0). De tweede optie is een offset van de hoeveel tekst die terug wordt gegeven. Wanneer leeg, zal het alle overgebleven tekst teruggeven. De derde optie defineerd welke karakters worden toegevoegd aan de output wanneer een substring wordt teruggegeven (Standaard: ...) .'; +$strTransformation_text_plain__unformatted = 'Toont HTML code als HTML entities. Er wordt geen HTML formatting getoond.'; +$strTruncateQueries = 'Truncate getoonde Queries'; +$strTurkish = 'Turks'; +$strType = 'Type'; + +$strUkrainian = 'Oekraïens'; +$strUncheckAll = 'Deselecteer alles'; +$strUnicode = 'Unicode'; +$strUnique = 'Unieke waarde'; +$strUnknown = 'onbekend'; +$strUnselectAll = 'Deselecteer alles'; +$strUpdComTab = 'Raadpleeg de Documentatie over hoe u uw Column_comments tabel bijwerkt.'; +$strUpdatePrivMessage = 'U heeft de rechten aangepast voor %s.'; +$strUpdateProfileMessage = 'Het profiel is aangepast.'; +$strUpdateQuery = 'Wijzig Query'; +$strUpgrade = 'U moet opwaarderen (Upgraden) naar %s of hoger.'; +$strUsage = 'Gebruik'; +$strUseBackquotes = 'Gebruik backquotes (`) bij tabellen en velden\' namen'; +$strUseHostTable = 'Gebruik Host Tabel'; +$strUseTabKey = 'Gebruik de TAB knop om van waarde naar waarde te verplaatsen, of CTRL+pijltjes om vrijuit te navigeren'; +$strUseTables = 'Gebruik tabellen'; +$strUseTextField = 'Gebruik tekstveld'; +$strUseThisValue = 'Gebruik deze waarde'; +$strUser = 'Gebruiker'; +$strUserAlreadyExists = 'De gebruiker %s bestaat al!'; +$strUserEmpty = 'De gebruikersnaam is leeg!'; +$strUserName = 'Gebruikersnaam'; +$strUserNotFound = 'De geselecteerde gebruiker werd niet aangetroffen in de privileges tabel'; +$strUserOverview = 'Gebruikers Overzicht'; +$strUsersDeleted = 'De geselecteerde gebruikers zijn met succes verwijderd.'; +$strUsersHavingAccessToDb = 'Gebruikers die toegang hebben tot "%s"'; + +$strValidateSQL = 'Valideer SQL'; +$strValidatorError = 'De SQL validatie kon niet worden geinitialiseerd. Controleer of u de nodige php extensies heeft geinstalleerd zoals beschreven in de %sdocumentatie%s.'; +$strValue = 'Waarde'; +$strVar = 'Variabelen'; +$strViewDump = 'Bekijk een dump (schema) van tabel'; +$strViewDumpDB = 'Bekijk een dump (schema) van database'; +$strViewDumpDatabases = 'Bekijk dump (schema) van de databases'; + +$strWebServerUploadDirectory = 'web-server upload directory'; +$strWebServerUploadDirectoryError = 'De directory die u heeft ingesteld om te uploaden kan niet worden bereikt.'; +$strWelcome = 'Welkom op %s'; +$strWestEuropean = 'West Europees'; +$strWildcard = 'joker teken'; +$strWindowNotFound = 'Het doel browser scherm kon niet worden bijgewerkt. Misschien heeft u het scherm gesloten of uw browser blokkeert bijwerkingen van uw browser beveiliging'; +$strWithChecked = 'Met geselecteerd:'; +$strWritingCommentNotPossible = 'Het toevoegen van commentaar is niet mogelijk'; +$strWritingRelationNotPossible = 'Toevoegen van een relatie is niet mogelijk'; +$strWrongUser = 'Verkeerde gebruikersnaam/wachtwoord. Toegang geweigerd.'; + +$strXML = 'XML'; + +$strYes = 'Ja'; + +$strZeroRemovesTheLimit = 'Opmerking: Het instellen van deze waarden op 0 (nul) verwijderd het limiet.'; +$strZip = '"Gezipt"'; + +$strView = 'View'; //to translate +$strViewHasBeenDropped = 'View %s has been dropped'; //to translate +$strEngines = 'Engines'; //to translate +$strStorageEngines = 'Storage Engines'; //to translate +$strStorageEngine = 'Storage Engine'; //to translate +$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate +$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate +$strEngineAvailable = '%s is available on this MySQL server.'; //to translate +$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate +$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate +$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate +$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate +$strMyISAMDataPointerSize = 'Data pointer size'; //to translate +$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate +$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate +$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate +$strMyISAMRepairThreads = 'Repair threads'; //to translate +$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate +$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate +$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate +$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //to translate +$strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.'; //to translate +$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate +$strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate +$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate +$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate +$strBufferPool = 'Buffer Pool'; //to translate +$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate +$strDataPages = 'Pages containing data'; //to translate +$strFreePages = 'Free pages'; //to translate +$strBusyPages = 'Busy pages'; //to translate +$strDirtyPages = 'Dirty pages'; //to translate +$strPagesToBeFlushed = 'Pages to be flushed'; //to translate +$strLatchedPages = 'Latched pages'; //to translate +$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate +$strReadRequests = 'Read requests'; //to translate +$strWriteRequests = 'Write requests'; //to translate +$strBufferReadMisses = 'Read misses'; //to translate +$strBufferReadMissesInPercent = 'Read misses in %'; //to translate +$strBufferWriteWaits = 'Write waits'; //to translate +$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate +$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate +$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate +$strInnoDBPages = 'pages'; //to translate +$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate +?> diff --git a/lang/finnish-iso-8859-15.inc.php b/lang/finnish-iso-8859-15.inc.php new file mode 100644 index 000000000..72f1171c7 --- /dev/null +++ b/lang/finnish-iso-8859-15.inc.php @@ -0,0 +1,824 @@ +Tämä saattaa johtua virheestä, jonka PHP löysi tiedostosta tai tiedoston puuttumisesta.
Voit avata tiedoston allaolevasta linkistä ja lukea mahdolliset PHP-virheilmoituikset. Todennäköisimmin joltain riviltä puuttuu lainausmerkki tai puolipiste.
Jos linkistä avautuva sivu on tyhjä, asetustiedostosta ei löytynyt virhettä.'; +$strConfigureTableCoord = 'Määrittele koordinaatit taululle %s'; +$strCookiesRequired = 'Selaimessa pitää olla cookietuki päällä tästä eteenpäin.'; +$strCopyTable = 'Kopioi taulu (tietokanta.taulu):'; +$strCopyTableOK = 'Taulu %s on kopioitu nimelle %s.'; +$strCreate = 'Luo'; +$strCreateIndex = 'Luo sarakkeista indeksi'; +$strCreateIndexTopic = 'Luo uusi indeksi'; +$strCreateNewDatabase = 'Luo uusi tietokanta'; +$strCreateNewTable = 'Luo uusi taulu tietokantaan %s'; +$strCreatePage = 'Luo uusi sivu'; +$strCreatePdfFeat = 'PDF-tiedostojen luonti'; +$strCriteria = 'Hakuehdot'; + +$strData = 'Data'; +$strDataOnly = 'Vain data'; +$strDatabase = 'Tietokanta'; +$strDatabaseHasBeenDropped = 'Tietokanta %s on pudotettu.'; +$strDatabases = 'tietokantaa'; +$strDatabasesStats = 'Tietokantastatistiikka'; +$strDefault = 'Oletusarvo'; +$strDelete = 'Poista'; +$strDeleted = 'Rivi on poistettu'; +$strDeletedRows = 'Poistetut rivit:'; +$strDescending = 'Laskeva'; +$strDisabled = 'Pois päältä'; +$strDisplayFeat = 'Ulkoasun asetukset'; +$strDisplayOrder = 'Lajittelujärjestys:'; +$strDisplayPDF = 'Näytä PDF-kaavio'; +$strDoAQuery = 'Suorita "esimerkin mukainen haku" (jokerimerkki: "%")'; +$strDoYouReally = 'Oletko varma että haluat '; +$strDocu = 'Ohjeet'; +$strDrop = 'Pudota'; +$strDumpXRows = 'Tee vedos %s rivistä, alkaen rivistä %s.'; +$strDumpingData = 'Vedostan dataa taulusta'; +$strDynamic = 'dynaaminen'; + +$strEdit = 'Muokkaa'; +$strEditPDFPages = 'Muokkaa PDF-sivuja'; +$strEditPrivileges = 'Muokkaa käyttöoikeuksia'; +$strEffective = 'Varsinainen'; +$strEmpty = 'Tyhjennä'; +$strEmptyResultSet = 'MySQL palautti tyhjän vastauksen (ts. nolla riviä).'; +$strEnabled = 'Päällä'; +$strEnd = 'Loppu'; +$strEndCut = 'LOPETA CUT'; +$strEndRaw = 'LOPETA RAW'; +$strEnglishPrivileges = ' Huom. MySQL-käyttöoikeuksien nimet ovat englanniksi '; +$strError = 'Virhe'; +$strExplain = 'Selitä SQL-lause'; +$strExport = 'Tulosta tiedostoksi/ruudulle'; +$strExtendedInserts = 'Yhteinen insert-lause'; +$strExtra = 'Lisätiedot'; + +$strField = 'Sarake'; +$strFieldHasBeenDropped = 'Sarake %s on pudotettu'; +$strFields = 'Sarakkeet'; +$strFieldsEmpty = ' Sarakkeiden lukumäärä on nolla! '; +$strFieldsEnclosedBy = 'Sarakkeiden ympäröintimerkki'; +$strFieldsEscapedBy = 'Koodinvaihtomerkki (escape)'; +$strFieldsTerminatedBy = 'Sarakkeiden erotinmerkki'; +$strFixed = 'kiinteä'; +$strFlushTable = 'Tyhjennä taulun välimuisti ("FLUSH")'; +$strFormEmpty = 'Tarvittava tieto puuttuu lomakkeesta!'; +$strFormat = 'Muoto'; +$strFullText = 'Koko tekstit'; +$strFunction = 'Funktio'; + +$strGenBy = 'Generoinut:'; +$strGenTime = 'Luontiaika'; +$strGeneralRelationFeat = 'Yleiset relaatio-ominaisuudet'; +$strGo = 'Suorita'; +$strGzip = '"gzip-pakattu"'; + +$strHasBeenAltered = 'on muutettu.'; +$strHasBeenCreated = 'on luotu.'; +$strHaveToShow = 'Valitse vähintään yksi sarake'; +$strHome = 'Etusivu'; +$strHomepageOfficial = 'phpMyAdminin viralliset sivut'; +$strHost = 'Palvelin'; +$strHostEmpty = 'Palvelimen nimi puuttuu!'; + +$strIdxFulltext = 'Koko teksti'; +$strIfYouWish = 'Jos haluat hakea vain osan taulun sarakkeista, syötä pilkuilla erotettu lista sarakkeiden nimistä.'; +$strIgnore = 'Jätä huomiotta'; +$strInUse = 'käytössä'; +$strIndex = 'Indeksi'; +$strIndexHasBeenDropped = 'Indeksi %s on pudotettu'; +$strIndexName = 'Indeksin nimi:'; +$strIndexType = 'Indeksin tyyppi:'; +$strIndexes = 'Indeksit'; +$strInsecureMySQL = 'Asetustiedostosi käyttää asetuksia, jotka viittaavat MySQL:n oletusarvoiseen käyttäjään (root ilman salasanaa). Tällaisilla asetuksilla käytettäessä MySQL-palvelin on arka hyökkäyksille. Tämä tietoturvariski olisi syytä korjata pikimmiten!'; +$strInsert = 'Lisää rivi'; +$strInsertAsNewRow = 'Lisää uutena rivinä'; +$strInsertNewRow = 'Lisää uusi rivi'; +$strInsertTextfiles = 'Syötä tekstitiedosto tauluun'; +$strInsertedRows = 'Lisätyt rivit:'; +$strInstructions = 'komentoa'; + +$strKeepPass = 'Älä vaihda salasanaa'; +$strKeyname = 'Avaimen nimi'; +$strKill = 'Tapa'; + +$strLengthSet = 'Pituus/Arvot*'; +$strLimitNumRows = 'Rivejä/sivu'; +$strLineFeed = 'LF-rivinvaihto: \\n'; +$strLinesTerminatedBy = 'Rivien erotinmerkki'; +$strLinkNotFound = 'Linkkiä ei löydy'; +$strLinksTo = 'Linkitys sarakkeeseen:'; +$strLocationTextfile = 'Tiedoston sijainti'; +$strLogPassword = 'Salasana:'; +$strLogUsername = 'Käyttäjätunnus:'; +$strLogin = 'Kirjaudu sisään'; +$strLogout = 'Poistu'; + +$strModifications = 'Muutokset tallennettu'; +$strModify = 'Muokkaa'; +$strModifyIndexTopic = 'Muokkaa indeksiä'; +$strMoveTable = 'Siirrä taulu (tietokanta.taulu):'; +$strMoveTableOK = 'Taulu %s on siirretty %s.'; +$strMySQLCharset = 'MySQL:n merkistö'; +$strMySQLReloaded = 'MySQL uudelleenladattu.'; +$strMySQLSaid = 'MySQL ilmoittaa: '; +$strMySQLServerProcess = 'MySQL %pma_s1% palvelimella %pma_s2% käyttäjänä %pma_s3%'; +$strMySQLShowProcess = 'Näytä prosessit'; +$strMySQLShowStatus = 'Näytä MySQL:n ajonaikaiset tiedot'; +$strMySQLShowVars = 'Näytä MySQL:n järjestelmämuuttujat'; + +$strName = 'Nimi'; +$strNext = 'Seuraava'; +$strNo = 'Ei'; +$strNoDatabases = 'Ei tietokantoja'; +$strNoDescription = 'ei selitystä'; +$strNoDropDatabases = '"DROP DATABASE"-lauseiden käyttö on estetty.'; +$strNoExplain = 'Älä selitä SQL-lausetta'; +$strNoFrames = 'phpMyAdmin toimii parhaiten kehyksiä tukevalla selaimella.'; +$strNoIndex = 'Indeksiä ei ole määritelty!'; +$strNoIndexPartsDefined = 'Indeksin osia ei ole määritelty!'; +$strNoModification = 'Ei muutoksia'; +$strNoPassword = 'Ei salasanaa'; +$strNoPhp = 'Piilota PHP-koodi'; +$strNoPrivileges = 'Ei käyttöoikeuksia'; +$strNoQuery = 'Ei SQL lausetta!'; +$strNoRights = 'Sinulla ei ole tarpeeksi oikeuksia!'; +$strNoTablesFound = 'Tietokannasta ei löytynyt yhtään taulua.'; +$strNoUsersFound = 'Käyttäjiä ei löytynyt.'; +$strNoValidateSQL = 'Älä tarkista SQL-lausetta'; +$strNone = 'Ei mitään'; +$strNotNumber = 'Tämä ei ole numero!'; +$strNotOK = 'Ei kunnossa'; +$strNotSet = '%s-taulua ei löytynyt tai sitä ei ole määritelty %s-tiedostossa'; +$strNotValidNumber = ' ei ole hyväksyttävä rivin numero!'; +$strNull = 'Tyhjä'; +$strNumSearchResultsInTable = '%s hakutulosta taulussa %s'; +$strNumSearchResultsTotal = 'Yhteensä: %s hakutulosta'; + +$strOK = 'Kunnossa'; +$strOftenQuotation = 'Yleensä lainausmerkki. "Valinnaisesti" tarkoittaa, että vain char- ja varchar-tyyppiset sarakkeet ympäröidään annetulla ympäröintimerkillä.'; +$strOperations = 'Toiminnot'; +$strOptimizeTable = 'Optimoi taulu'; +$strOptionalControls = 'Valinnainen. Ohjaa erikoismerkkien lukua ja kirjoitusta.'; +$strOptionally = 'Valinnaisesti'; +$strOr = 'Tai'; +$strOverhead = 'Käyttämätön'; + +$strPHPVersion = 'PHP:n versio'; +$strPageNumber = 'Sivunnumero:'; +$strPartialText = 'Osittaiset tekstit'; +$strPassword = 'Salasana'; +$strPasswordEmpty = 'Salasana puuttuu!'; +$strPasswordNotSame = 'Salasanat eivät ole samat!'; +$strPdfDbSchema = 'Kaavio tietokannasta "%s" - Sivu %s'; +$strPdfInvalidTblName = 'Taulua "%s" ei löydy!'; +$strPdfNoTables = 'Ei tauluja'; +$strPhp = 'Näytä PHP-koodi'; +$strPmaDocumentation = 'phpMyAdminin dokumentaatio'; +$strPmaUriError = '$cfg[\'PmaAbsoluteUri\'] täytyy määritellä asetustiedostossa!'; +$strPos1 = 'Alku'; +$strPrevious = 'Edellinen'; +$strPrimary = 'Ensisijainen'; +$strPrimaryKeyHasBeenDropped = 'Ensisijainen avain on pudotettu'; +$strPrimaryKeyName = 'Ensisijaisen avaimen nimenä pitää olla PRIMARY!'; +$strPrimaryKeyWarning = '("PRIMARY" saa olla vain ja ainoastaanensisijaisen avaimen nimenä!)'; +$strPrintView = 'Tulostusversio'; +$strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.'; +$strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.'; +$strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.'; +$strPrivileges = 'Käyttöoikeudet'; +$strPutColNames = 'Laita sarakkeiden nimet ensimmäiselle riville'; + +$strQBE = 'Esimerkin mukainen haku'; +$strQBEDel = 'Poista'; +$strQBEIns = 'Lisää'; +$strQueryOnDb = 'Suorita SQL-lause tietokannassa %s:'; +$strQueryStatistics = 'Query statistics: Since its startup, %s queries have been sent to the server.'; + +$strReType = 'Kirjoita uudelleen'; +$strRecords = 'riviä'; +$strReferentialIntegrity = 'Tarkista viitteiden eheys:'; +$strRelationNotWorking = 'Relaatioihin ja linkitettyihin tauluihin liittyvät lisäominaisuudet ovat pois päältä. Katso %stäältä%s lisätietoja.'; +$strRelationView = 'Relaationäkymä'; +$strReloadFailed = 'MySQL:n uudelleenlataus epäonnistui.'; +$strReloadMySQL = 'Lataa MySQL uudelleen'; +$strRenameTable = 'Nimeä taulu uudelleen'; +$strRenameTableOK = 'Taulun %s nimi on nyt %s'; +$strRepairTable = 'Korjaa taulu'; +$strReplace = 'Korvaa'; +$strReplaceTable = 'Korvaa taulun nykyiset rivit tiedostolla'; +$strReset = 'Tyhjennä'; +$strRevoke = 'Mitätöi'; +$strRevokeMessage = 'Olet peruuttanut käyttäjän %s käyttöoikeudet'; +$strRowLength = 'Rivin pituus'; +$strRowSize = ' Rivin koko '; +$strRows = 'riviä'; +$strRowsFrom = 'riviä alkaen rivistä'; +$strRowsModeHorizontal = 'vaakasuora'; +$strRowsModeOptions = '%ssti, otsikoita toistetaan %s:n rivin välein'; +$strRowsModeVertical = 'pystysuora'; +$strRowsStatistic = 'Rivistatistiikka'; +$strRunQuery = 'Suorita'; +$strRunSQLQuery = 'Suorita SQL-lauseita tietokannassa %s'; +$strRunning = 'palvelimella %s'; + +$strSQL = 'SQL'; +$strSQLParserBugMessage = 'Olet mahdollisesti löytänyt ohjelmointivirheen SQL-parserista. Tarkista SQL-lauseesi, erityisesti lainausmerkit merkkijonojen alusta ja lopusta. Toinen mahdollinen virheen aiheuttaja on se, että olet siirtämässä tiedostoa, jossa on binääridataa lainausmerkkien ulkopuolella. Jos mahdollista, kokeile SQL-lausettasi suoraan komentoriviltä. MySQL:n antama virheilmoitus näkyy alla, jos serveri sellaisen antoi. Jos lause toimi komentorivillä, mutta ei phpMyAdminissa, kokeile etsiä se rivi, joka virheilmoituksen aiheutti ja lähetä meille bugiraportti, johon liität alla olevan koodin:'; +$strSQLParserUserError = 'SQL-lauseessasi oli virhe. There seems to be an error in your SQL query. MySQL:n antama virheilmoitus näkyy alla, jos serveri sellaisen antoi'; +$strSQLQuery = 'SQL-lause'; +$strSQLResult = 'SQL-lauseen tulos'; +$strSQPBugInvalidIdentifer = 'Epäkelpo tunniste'; +$strSQPBugUnclosedQuote = 'Toinen lainausmerkki puuttuu merkkijonon lopusta'; +$strSQPBugUnknownPunctuation = 'Tuntematon välimerkki'; +$strSave = 'Tallenna'; +$strScaleFactorSmall = 'Kaavio ei mahdu yhdelle sivulle tällä skaalauksella'; +$strSearch = 'Hae'; +$strSearchFormTitle = 'Hae tietokannassa'; +$strSearchInTables = 'Tauluista:'; +$strSearchNeedle = 'Haettavat sanat tai arvot (%-merkkiä voi käyttää jokerimerkkinä):'; +$strSearchOption1 = 'vähintään yksi sanoista'; +$strSearchOption2 = 'kaikki sanat'; +$strSearchOption3 = 'koko lause'; +$strSearchOption4 = 'regexp-haku'; +$strSearchResultsFor = 'Tulokset hakusanalla "%s" %s:'; +$strSearchType = 'Hae:'; +$strSelectADb = 'Valitse tietokanta'; +$strSelectAll = 'Valitse kaikki'; +$strSelectFields = 'Valitse sarakkeet (vähintään yksi):'; +$strSelectNumRows = 'lauseessa'; +$strSelectTables = 'Valitse taulut'; +$strSend = 'Tallenna tiedostoksi'; +$strServer = 'Palvelin'; +$strServerChoice = 'Valitse palvelin'; +$strServerTrafficNotes = 'Server traffic: These tables show the network traffic statistics of this MySQL server since its startup.'; +$strServerVersion = 'Palvelimen versio'; +$strSetEnumVal = 'Jos sarakkeen tietotyyppi on "enum" tai "set", syötä vaaditut arvot tässä muodossa: \'a\',\'b\',\'c\'...
Jos tarvitset arvoissa kenoviivaa ("\") tai heittomerkkiä ("\'"), laita merkin eteen kenoviiva (esim. \'\\\\xyz\' tai \'a\\\'b\').'; +$strShow = 'Näytä'; +$strShowAll = 'Näytä kaikki'; +$strShowColor = 'Näytä värit'; +$strShowGrid = 'Näytä ruudukko'; +$strShowPHPInfo = 'Näytä tietoja PHP:n asetuksista'; +$strShowTableDimension = 'Näytä taulujen ulottuvuus'; +$strShowTables = 'Näytä taulut'; +$strShowThisQuery = ' Näytä lause uudelleen '; +$strShowingRecords = 'Näkyvillä rivit '; +$strSingly = '(yksitellen)'; +$strSize = 'Koko'; +$strSort = 'Järjestys'; +$strSpaceUsage = 'Levytilan käyttö'; +$strSplitWordsWithSpace = 'Sanat erotellaan välilyönnillä.'; +$strStatement = 'Tieto'; +$strStrucCSV = 'CSV-muotoinen data'; +$strStrucData = 'Rakenne ja data'; +$strStrucDrop = 'Lisää \'DROP TABLE\'-rivit'; +$strStrucExcelCSV = 'CSV-muoto MS Exceliä varten'; +$strStrucOnly = 'Vain rakenne'; +$strStructPropose = 'Ehdota taulun rakennetta'; +$strStructure = 'Rakenne'; +$strSubmit = 'Lähetä'; +$strSuccess = 'SQL-lause on suoritettu'; +$strSum = 'Summa'; + +$strTable = 'Taulu'; +$strTableComments = 'Kommentoi taulua'; +$strTableEmpty = 'Taulun nimi puuttuu!'; +$strTableHasBeenDropped = 'Taulu %s on pudotettu'; +$strTableHasBeenEmptied = 'Taulu %s on tyhjennetty'; +$strTableHasBeenFlushed = 'Taulun %s välimuisti on tyhjennetty'; +$strTableMaintenance = 'Taulun huolto'; +$strTableStructure = 'Rakenne taululle'; +$strTableType = 'Taulun muoto'; +$strTables = '%s taulu(a)'; +$strTextAreaLength = ' Pituudestaan johtuen
tätä saraketta ei ehkä voi muokata '; +$strTheContent = 'Tiedoston sisältö on syötetty.'; +$strTheContents = 'Tiedoston sisältö korvaa valitusta taulusta ne rivit, joissa on sama ensisijainen (primary) tai yksikäsitteinen (unique) avain kuin tiedoston riveissä.'; +$strTheTerminator = 'Sarakkeiden erotin.'; +$strTotal = 'yhteensä'; +$strType = 'Tyyppi'; + +$strUncheckAll = 'Poista valinta kaikista'; +$strUnique = 'Uniikki'; +$strUnselectAll = 'Poista valinta kaikista'; +$strUpdatePrivMessage = 'Käyttäjän %s käyttöoikeudet on päivitetty.'; +$strUpdateProfileMessage = 'Profiili on päivitetty.'; +$strUpdateQuery = 'Päivitä lause'; +$strUsage = 'Tila'; +$strUseBackquotes = 'Laita taulujen ja sarakkeiden nimet lainausmerkkeihin'; +$strUseTables = 'Käytä tauluja'; +$strUser = 'Käyttäjä'; +$strUserEmpty = 'Käyttäjän nimi puuttuu!'; +$strUserName = 'Käyttäjänimi'; + +$strValidateSQL = 'Tarkista SQL-lause'; +$strValidatorError = 'SQL-validaattoria ei voitu käynnistää. Tarkista, että olet asentanut tarpeelliset PHP-laajennukset. Lisää tietoa löytyy %sdokumentaatiosta%s.'; +$strValue = 'Arvo'; +$strViewDump = 'Tee vedos (dump) taulusta'; +$strViewDumpDB = 'Tee vedos (dump) tietokannasta'; + +$strWebServerUploadDirectory = 'palvelimen hakemisto tiedostojen siirtoa varten'; +$strWebServerUploadDirectoryError = 'Valitsemaasi hakemistoa ei voitu käyttää tiedostojen siirtämiseen'; +$strWelcome = 'Tervetuloa, toivottaa %s'; +$strWithChecked = 'Valitut:'; +$strWrongUser = 'Väärä käyttäjätunnus tai salasana. Pääsy kielletty.'; + +$strYes = 'Kyllä'; + +$strZip = '"zip-pakattu"'; +// To translate +$timespanfmt = '%s days, %s hours, %s minutes and %s seconds'; //to translate + +$strAbortedClients = 'Aborted'; //to translate +$strAdministration = 'Administration'; //to translate + +$strBzError = 'phpMyAdmin was unable to compress the dump because of a broken Bz2 extension in this php version. It is strongly recommended to set the $cfg[\'BZipDump\'] directive in your phpMyAdmin configuration file to FALSE. If you want to use the Bz2 compression features, you should upgrade to a later php version. See php bug report %s for details.'; //to translate + +$strCannotLogin = 'Cannot login to MySQL server'; //to translate +$strCommand = 'Command'; //to translate +$strCompression = 'Compression'; //to translate +$strConnections = 'Connections'; //to translate +$strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.'; //to translate + +$strDataDict = 'Data Dictionary'; //to translate +$strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.'; //to translate +$strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.'; //to translate +$strDeleting = 'Deleting %s'; //to translate + +$strFailedAttempts = 'Failed attempts'; //to translate +$strFlushPrivilegesNote = 'Note: phpMyAdmin gets the users\' privileges directly from MySQL\'s privilege tables. The content of this tables may differ from the privileges the server uses if manual changes have made to it. In this case, you should %sreload the privileges%s before you continue.'; //to translate + +$strGlobalPrivileges = 'Global privileges'; //to translate +$strGlobalValue = 'Global value'; //to translate +$strGrantOption = 'Grant'; //to translate + +$strId = 'ID'; //to translate +$strImportDocSQL = 'Import docSQL Files'; //to translate + +$strJustDelete = 'Just delete the users from the privilege tables.'; //to translate +$strJustDeleteDescr = 'The "deleted" users will still be able to access the server as usual until the privileges are reloaded.'; //to translate + +$strLaTeX = 'LaTeX'; //to translate +$strLandscape = 'Landscape'; //to translate + +$strMoreStatusVars = 'More status variables'; //to translate + +$strNumTables = 'Tables'; //to translate + + +$strPHP40203 = 'You are using PHP 4.2.3, which has a serious bug with multi-byte strings (mbstring). See PHP bug report 19404. This version of PHP is not recommended for use with phpMyAdmin.'; //to translate +$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate +$strPerHour = 'per hour'; //to translate +$strPortrait = 'Portrait'; //to translate +$strPrint = 'Print'; //to translate +$strPrivDescAllPrivileges = 'Includes all privileges except GRANT.'; //to translate +$strPrivDescAlter = 'Allows altering the structure of existing tables.'; //to translate +$strPrivDescCreateDb = 'Allows creating new databases and tables.'; //to translate +$strPrivDescCreateTbl = 'Allows creating new tables.'; //to translate +$strPrivDescCreateTmpTable = 'Allows creating temporary tables.'; //to translate +$strPrivDescDelete = 'Allows deleting data.'; //to translate +$strPrivDescDropDb = 'Allows dropping databases and tables.'; //to translate +$strPrivDescDropTbl = 'Allows dropping tables.'; //to translate +$strPrivDescExecute = 'Allows running stored procedures; Has no effect in this MySQL version.'; //to translate +$strPrivDescFile = 'Allows importing data from and exporting data into files.'; //to translate +$strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.'; //to translate +$strPrivDescIndex = 'Allows creating and dropping indexes.'; //to translate +$strPrivDescInsert = 'Allows inserting and replacing data.'; //to translate +$strPrivDescLockTables = 'Allows locking tables for the current thread.'; //to translate +$strPrivDescProcess3 = 'Allows killing processes of other users.'; //to translate +$strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.'; //to translate +$strPrivDescReferences = 'Has no effect in this MySQL version.'; //to translate +$strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.'; //to translate +$strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.'; //to translate +$strPrivDescReplSlave = 'Needed for the replication slaves.'; //to translate +$strPrivDescSelect = 'Allows reading data.'; //to translate +$strPrivDescShowDb = 'Gives access to the complete list of databases.'; //to translate +$strPrivDescShutdown = 'Allows shutting down the server.'; //to translate +$strPrivDescSuper = 'Allows connectiong, even if maximum number of connections is reached; Required for most administrative operations like setting global variables or killing threads of other users.'; //to translate +$strPrivDescUpdate = 'Allows changing data.'; //to translate +$strPrivDescUsage = 'No privileges.'; //to translate +$strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to translate +$strProcesslist = 'Process list'; //to translate + +$strQueryType = 'Query type'; //to translate + +$strReceived = 'Received'; //to translate +$strRelationalSchema = 'Relational schema'; //to translate +$strReloadingThePrivileges = 'Reloading the privileges'; //to translate +$strRemoveSelectedUsers = 'Remove selected users'; //to translate +$strResourceLimits = 'Resource limits'; //to translate +$strRevokeAndDelete = 'Revoke all active privileges from the users and delete them afterwards.'; //to translate +$strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.'; //to translate + +$strSent = 'Sent'; //to translate +$strServerStatus = 'Runtime Information'; //to translate +$strServerStatusUptime = 'This MySQL server has been running for %s. It started up on %s.'; //to translate +$strServerTabProcesslist = 'Processes'; //to translate +$strServerTabVariables = 'Variables'; //to translate +$strServerVars = 'Server variables and settings'; //to translate +$strSessionValue = 'Session value'; //to translate +$strShowDatadictAs = 'Data Dictionary Format'; //to translate +$strStatus = 'Status'; //to translate + +$strTableOfContents = 'Table of contents'; //to translate +$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //to translate +$strTime = 'Time'; //to translate +$strTotalUC = 'Total'; //to translate +$strTraffic = 'Traffic'; //to translate + +$strUserOverview = 'User overview'; //to translate +$strUsersDeleted = 'The selected users have been deleted successfully.'; //to translate + +$strVar = 'Variable'; //to translate + +$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate + +$strAddPrivilegesOnDb = 'Add privileges on the following database'; //to translate +$strAddPrivilegesOnTbl = 'Add privileges on the following table'; //to translate +$strColumnPrivileges = 'Column-specific privileges'; //to translate +$strDbPrivileges = 'Database-specific privileges'; //to translate +$strLocalhost = 'Local'; +$strLoginInformation = 'Login Information'; //to translate +$strTblPrivileges = 'Table-specific privileges'; //to translate +$strThisHost = 'This Host'; //to translate +$strUserNotFound = 'The selected user was not found in the privilege table.'; //to translate +$strUserAlreadyExists = 'The user %s already exists!'; //to translate +$strUseTextField = 'Use text field'; //to translate + +$strDropUsersDb = 'Drop the databases that have the same names as the users.'; //to translate +$strAddedColumnComment = 'Added comment for column'; //to translate +$strWritingCommentNotPossible = 'Writing of comment not possible'; //to translate +$strAddedColumnRelation = 'Added relation for column'; //to translate +$strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate +$strImportFinished = 'Import finished'; //to translate +$strFileCouldNotBeRead = 'File could not be read'; //to translate +$strIgnoringFile = 'Ignoring file %s'; //to translate +$strThisNotDirectory = 'This was not a directory'; //to translate +$strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory'; //to translate +$strImportFiles = 'Import files'; //to translate +$strDBGModule = 'Module'; //to translate +$strDBGLine = 'Line'; //to translate +$strDBGHits = 'Hits'; //to translate +$strDBGTimePerHitMs = 'Time/Hit, ms'; //to translate +$strDBGTotalTimeMs = 'Total time, ms'; //to translate +$strDBGMinTimeMs = 'Min time, ms'; //to translate +$strDBGMaxTimeMs = 'Max time, ms'; //to translate +$strDBGContextID = 'Context ID'; //to translate +$strDBGContext = 'Context'; //to translate +$strCantLoad = 'cannot load %s extension,
please check PHP Configuration'; //to translate +$strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a'; //to translate +$strCheckPrivs = 'Check Privileges'; //to translate +$strCheckPrivsLong = 'Check privileges for database "%s".'; //to translate +$strDatabasesStatsHeavyTraffic = 'Note: Enabling the Database statistics here might cause heavy traffic between the webserver and the MySQL one.'; //to translate +$strDatabasesStatsDisable = 'Disable Statistics'; //to translate +$strDatabasesStatsEnable = 'Enable Statistics'; //to translate +$strJumpToDB = 'Jump to database "%s".'; //to translate +$strDropSelectedDatabases = 'Drop Selected Databases'; //to translate +$strNoDatabasesSelected = 'No databases selected.'; //to translate +$strDatabasesDropped = '%s databases have been dropped successfully.'; //to translate +$strGlobal = 'global'; //to translate +$strDbSpecific = 'database-specific'; //to translate +$strUsersHavingAccessToDb = 'Users having access to "%s"'; //to translate +$strChangeCopyUser = 'Change Login Information / Copy User'; //to translate +$strChangeCopyMode = 'Create a new user with the same privileges and ...'; //to translate +$strChangeCopyModeCopy = '... keep the old one.'; //to translate +$strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.'; //to translate +$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate +$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate +$strWildcard = 'wildcard'; //to translate +$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate +$strQueryTime = 'Query took %01.4f sec';//to translate +$strDBComment = 'Database comment: ';//to translate +$strQueryFrame = 'Query window';//to translate +$strQuerySQLHistory = 'SQL-history';//to translate +$strMIME_MIMEtype = 'MIME-type';//to translate +$strMIME_transformation = 'Browser transformation';//to translate +$strMIME_transformation_options = 'Transformation options';//to translate +$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').';//to translate +$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate +$strMIME_available_mime = 'Available MIME-types';//to translate +$strMIME_available_transform = 'Available transformations';//to translate +$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate +$strMIME_description = 'Description';//to translate +$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate +$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate +$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate +$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate +$strInnodbStat = 'InnoDB Status'; //to translate +$strUpdComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate +$strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate +$strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate +$strStatCreateTime = 'Creation';//to translate +$strStatUpdateTime = 'Last update';//to translate +$strStatCheckTime = 'Last check';//to translate +$strPerMinute = 'per minute';//to translate +$strPerSecond = 'per second';//to translate +$strAutomaticLayout = 'Automatic layout'; //to translate +$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate +$strFileNameTemplate = 'File name template';//to translate +$strFileNameTemplateRemember = 'remember template';//to translate +$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate +$strTransformation_text_plain__dateformat = 'Takes a TIME, TIMESTAMP or DATETIME field and formats it using your local dateformat. First option is the offset (in hours) which will be added to the timestamp (Default: 0). Second option is a different dateformat according to the parameters available for PHPs strftime().';//to translate +$strTransformation_text_plain__substr = 'Only shows part of a string. First option is an offset to define where the output of your text starts (Default 0). Second option is an offset how much text is returned. If empty, returns all the remaining text. The third option defines which chars will be appended to the output when a substring is returned (Default: ...) .';//to translate +$strTransformation_text_plain__external = 'LINUX ONLY: Launches an external application and feeds the fielddata via standard input. Returns standard output of the application. Default is Tidy, to pretty print HTML code. For security reasons, you have to manually edit the file libraries/transformations/text_plain__external.inc.php and insert the tools you allow to be run. The first option is then the number of the program you want to use and the second option are the parameters for the program. The third parameter, if set to 1 will convert the output using htmlspecialchars() (Default is 1). A fourth parameter, if set to 1 will put a NOWRAP to the content cell so that the whole output will be shown without reformatting (Default 1)';//to translate +$strAutodetect = 'Autodetect'; //to translate +$strTransformation_text_plain__imagelink = 'Displays an image and a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is the width in pixels, third is the height.'; //to translate +$strTransformation_text_plain__link = 'Displays a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is a title for the link.'; //to translate +$strUseHostTable = 'Use Host Table'; //to translate +$strShowFullQueries = 'Show Full Queries'; //to translate +$strTruncateQueries = 'Truncate Shown Queries'; //to translate +$strSwitchToTable = 'Switch to copied table'; //to translate +$strCharset = 'Charset'; //to translate +$strLaTeXOptions = 'LaTeX options'; //to translate +$strRelations = 'Relations'; //to translate +$strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate +$strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate +$strSaveOnServer = 'Save on server in %s directory'; //to translate +$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate +$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate +$strDumpSaved = 'Dump has been saved to file %s.'; //to translate +$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate +$strNoSpace = 'Insufficient space to save the file %s.'; //to translate +$strInsertedRowId = 'Inserted row id:'; //to translate +$strLoadMethod = 'LOAD method'; //to translate +$strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate +$strExecuteBookmarked = 'Execute bookmarked query'; //to translate +$strExcelOptions = 'Excel options'; //to translate +$strReplaceNULLBy = 'Replace NULL by'; //to translate +$strQueryWindowLock = 'Do not overwrite this query from outside the window'; //to translate +$strPaperSize = 'Paper size'; //to translate +$strDatabaseNoTable = 'This database contains no table!';//to translate +$strViewDumpDatabases = 'View dump (schema) of databases';//to translate +$strAddIntoComments = 'Add into comments';//to translate +$strDatabaseExportOptions = 'Database export options';//to translate +$strAddDropDatabase = 'Add DROP DATABASE';//to translate +$strToggleScratchboard = 'toggle scratchboard'; //to translate +$strTableOptions = 'Table options'; //to translate +$strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate +$strCharsets = 'Charsets'; //to translate +$strDescription = 'Description'; //to translate +$strCharsetsAndCollations = 'Character Sets and Collations'; //to translate +$strCollation = 'Collation'; //to translate +$strMultilingual = 'multilingual'; //to translate +$strGerman = 'German'; //to translate +$strPhoneBook = 'phone book'; //to translate +$strDictionary = 'dictionary'; //to translate +$strSwedish = 'Swedish'; //to translate +$strDanish = 'Danish'; //to translate +$strCzech = 'Czech'; //to translate +$strTurkish = 'Turkish'; //to translate +$strEnglish = 'English'; //to translate +$strHungarian = 'Hungarian'; //to translate +$strCroatian = 'Croatian'; //to translate +$strBulgarian = 'Bulgarian'; //to translate +$strLithuanian = 'Lithuanian'; //to translate +$strEstonian = 'Estonian'; //to translate +$strCaseInsensitive = 'case-insensitive'; //to translate +$strCaseSensitive = 'case-sensitive'; //to translate +$strUkrainian = 'Ukrainian'; //to translate +$strHebrew = 'Hebrew'; //to translate +$strWestEuropean = 'West European'; //to translate +$strCentralEuropean = 'Central European'; //to translate +$strTraditionalChinese = 'Traditional Chinese'; //to translate +$strCyrillic = 'Cyrillic'; //to translate +$strArmenian = 'Armenian'; //to translate +$strArabic = 'Arabic'; //to translate +$strRussian = 'Russian'; //to translate +$strUnknown = 'unknown'; //to translate +$strBaltic = 'Baltic'; //to translate +$strUnicode = 'Unicode'; //to translate +$strSimplifiedChinese = 'Simplified Chinese'; //to translate +$strKorean = 'Korean'; //to translate +$strGreek = 'Greek'; //to translate +$strJapanese = 'Japanese'; //to translate +$strThai = 'Thai'; //to translate +$strUseThisValue = 'Use this value'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgrade = 'You should upgrade to %s %s or later.'; //to translate +$strLatexStructure = 'Structure of table __TABLE__';//to translate +$strLatexContinued = '(continued)';//to translate +$strLatexContent = 'Content of table __TABLE__';//to translate +$strLatexIncludeCaption = 'Include table caption';//to translate +$strLatexCaption = 'Table caption';//to translate +$strLatexLabel = 'Label key';//to translate +$strLatexContinuedCaption = 'Continued table caption';//to translate + +$strPrintViewFull = 'Print view (with full texts)'; //to translate +$strLogServer = 'Server'; //to translate +$strSortByKey = 'Sort by key'; //to translate +$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate +$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate +$strConstraintsForTable = 'Constraints for table'; //to translate +$strBookmarkOptions = 'Bookmark options'; //to translate +$strCreationDates = 'Creation/Update/Check dates'; //to translate +$strCheckOverhead = 'Check overheaded'; //to translate +$strExcelEdition = 'Excel edition'; //to translate +$strDelayedInserts = 'Use delayed inserts'; //to translate +$strSQLExportType = 'Export type'; //to translate +$strAddConstraints = 'Add constraints'; //to translate +$strGeorgian = 'Georgian'; //to translate +$strCzechSlovak = 'Czech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate +$strMaximumSize = 'Maximum size: %s%s'; //to translate +$strConnectionError = 'Cannot connect: invalid settings.'; //to translate +$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate +$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate +$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate +$strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate +$strAfterInsertSame = 'Go back to this page'; //to translate +$strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate +$strDatabaseEmpty = 'The database name is empty!'; //to translate +$strDBRename = 'Rename database to'; //to translate +$strOperator = 'Operator'; //to translate +$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate +$strCalendar = 'Calendar'; //to translate +$strRefresh = 'Refresh'; //to translate +$strDefragment = 'Defragment table'; //to translate +$strNoRowsSelected = 'No rows selected'; //to translate +$strSpanish = 'Spanish'; //to translate +$strStrucNativeExcel = 'Native MS Excel data'; //to translate +$strDisableForeignChecks = 'Disable foreign key checks'; //to translate +$strServerNotResponding = 'The server is not responding'; //to translate +$strTheme = 'Theme / Style'; //to translate +$strTakeIt = 'take it'; //to translate +$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate +$strIcelandic = 'Icelandic'; //to translate +$strLatvian = 'Latvian'; //to translate +$strPolish = 'Polish'; //to translate +$strRomanian = 'Romanian'; //to translate +$strSlovenian = 'Slovenian'; //to translate +$strTraditionalSpanish = 'Traditional Spanish'; //to translate +$strSlovak = 'Slovak'; //to translate +$strMySQLConnectionCollation = 'MySQL connection collation'; //to translate +$strPersian = 'Persian'; //to translate +$strAddFields = 'Add %s field(s)'; //to translate +$strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate +$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate +$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate +$strBinLogName = 'Log name'; //to translate +$strBinLogPosition = 'Position'; //to translate +$strBinLogEventType = 'Event type'; //to translate +$strBinLogServerId = 'Server ID'; //to translate +$strBinLogOriginalPosition = 'Original position'; //to translate +$strBinLogInfo = 'Information'; //to translate +$strBinaryLog = 'Binary log'; //to translate +$strSelectBinaryLog = 'Select binary log to view'; //to translate +$strDBCopy = 'Copy database to'; //to translate +$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate +$strSwitchToDatabase = 'Switch to copied database'; //to translate +$strPasswordHashing = 'Password Hashing'; //to translate +$strCompatibleHashing = 'MySQL 4.0 compatible'; //to translate +$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate +$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate +$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate +$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate +$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate +$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate +$strSQLExportCompatibility = 'SQL export compatibility'; //to translate +$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate +$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate +$strAfterInsertNext = 'Edit next row'; //to translate +$strView = 'View'; //to translate +$strViewHasBeenDropped = 'View %s has been dropped'; //to translate +$strEngines = 'Engines'; //to translate +$strStorageEngines = 'Storage Engines'; //to translate +$strStorageEngine = 'Storage Engine'; //to translate +$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate +$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate +$strEngineAvailable = '%s is available on this MySQL server.'; //to translate +$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate +$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate +$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate +$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate +$strMyISAMDataPointerSize = 'Data pointer size'; //to translate +$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate +$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate +$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate +$strMyISAMRepairThreads = 'Repair threads'; //to translate +$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate +$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate +$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate +$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //to translate +$strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.'; //to translate +$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate +$strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate +$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate +$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate +$strBufferPool = 'Buffer Pool'; //to translate +$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate +$strDataPages = 'Pages containing data'; //to translate +$strFreePages = 'Free pages'; //to translate +$strBusyPages = 'Busy pages'; //to translate +$strDirtyPages = 'Dirty pages'; //to translate +$strPagesToBeFlushed = 'Pages to be flushed'; //to translate +$strLatchedPages = 'Latched pages'; //to translate +$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate +$strReadRequests = 'Read requests'; //to translate +$strWriteRequests = 'Write requests'; //to translate +$strBufferReadMisses = 'Read misses'; //to translate +$strBufferReadMissesInPercent = 'Read misses in %'; //to translate +$strBufferWriteWaits = 'Write waits'; //to translate +$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate +$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate +$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate +$strInnoDBPages = 'pages'; //to translate +$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate +?> diff --git a/lang/italian-iso-8859-15.inc.php b/lang/italian-iso-8859-15.inc.php new file mode 100644 index 000000000..c4a974944 --- /dev/null +++ b/lang/italian-iso-8859-15.inc.php @@ -0,0 +1,809 @@ + 2002-03-29 + * Revised by: "DPhantom" 2002-04-16 + */ + +$charset = 'iso-8859-15'; +$text_dir = 'ltr'; +$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif'; +$right_font_family = 'arial, helvetica, geneva, sans-serif'; +$number_thousands_separator = '.'; +$number_decimal_separator = ','; +// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa +$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB'); + +$day_of_week = array('Dom', 'Lun', 'Mar', 'Mer', 'Gio', 'Ven', 'Sab'); //italian days +$month = array('Gen', 'Feb', 'Mar', 'Apr', 'Mag', 'Giu', 'Lug', 'Ago', 'Set', 'Ott', 'Nov', 'Dic'); //italian months +// See http://www.php.net/manual/en/function.strftime.php to define the +// variable below +$datefmt = '%d %B, %Y at %I:%M %p'; //italian time +$timespanfmt = '%s giorni, %s ore, %s minuti e %s secondi'; + +$strAPrimaryKey = 'Una chiave primaria è stata aggiunta in %s'; +$strAbortedClients = 'Fallito'; +$strAbsolutePathToDocSqlDir = 'Prego, immettere il path assoluto sul webserver alla directory di docSQL'; +$strAccessDenied = 'Accesso negato'; +$strAccessDeniedExplanation = 'phpMyAdmin ha provato a connettersi al server MySQL, e il server ha rifiutato la connessione. Si dovrebbe controllare il nome dell\'host, l\'username e la password nel file config.inc.php ed assicurarsi che corrispondano alle informazioni fornite dall\'amministratore del server MySQL.'; +$strAction = 'Azione'; +$strAddAutoIncrement = 'Aggiungi valore AUTO_INCREMENT'; +$strAddConstraints = 'Aggiungi vincoli'; +$strAddDeleteColumn = 'Aggiungi/Cancella campo'; +$strAddDeleteRow = 'Aggiungi/Cancella criterio'; +$strAddDropDatabase = 'Aggiungi DROP DATABASE'; +$strAddFields = 'Aggiungi %s campo(i)'; +$strAddHeaderComment = 'Aggiunge un commento personalizzato all\'header (\\n per tornare a capo)'; +$strAddIfNotExists = 'Aggiunge IF NOT EXISTS'; +$strAddIntoComments = 'Aggiungi nei commenti'; +$strAddNewField = 'Aggiungi un nuovo campo'; +$strAddPrivilegesOnDb = 'Aggiungi privilegi sul seguente database'; +$strAddPrivilegesOnTbl = 'Aggiungi privilegi sulla seguente tabella'; +$strAddSearchConditions = 'Aggiungi condizioni di ricerca (corpo della clausola "where"):'; +$strAddToIndex = 'Aggiungi all\'indice  %s colonna/e'; +$strAddUser = 'Aggiungi un nuovo utente'; +$strAddUserMessage = 'Hai aggiunto un nuovo utente.'; +$strAddedColumnComment = 'Agginto commento sulla colonna'; +$strAddedColumnRelation = 'Aggiunta Relazione per la colonna'; +$strAdministration = 'Amministrazione'; +$strAffectedRows = 'Righe interessate:'; +$strAfter = 'Dopo %s'; +$strAfterInsertBack = 'Indietro'; +$strAfterInsertNewInsert = 'Inserisci un nuovo record'; +$strAfterInsertNext = 'Modifica il record successivo'; +$strAfterInsertSame = 'Torna a questa pagina'; +$strAll = 'Tutti'; +$strAllTableSameWidth = 'mostra tutte le Tabelle con la stessa larghezza?'; +$strAlterOrderBy = 'Altera tabella ordinata per'; +$strAnIndex = 'Un indice è stato aggiunto in %s'; +$strAnalyzeTable = 'Analizza tabella'; +$strAnd = 'E'; +$strAny = 'Qualsiasi'; +$strAnyHost = 'Qualsiasi host'; +$strAnyUser = 'Qualsiasi utente'; +$strApproximateCount = 'Può essere approssimato. Vedere FAQ 3.11'; +$strArabic = 'Arabo'; +$strArmenian = 'Armeno'; +$strAscending = 'Crescente'; +$strAtBeginningOfTable = 'All\'inizio della tabella'; +$strAtEndOfTable = 'Alla fine della tabella'; +$strAttr = 'Attributi'; +$strAutodetect = 'Autorilevazione'; +$strAutomaticLayout = 'Impaginazione automatica'; + +$strBack = 'Indietro'; +$strBaltic = 'Baltico'; +$strBeginCut = 'INIZIO CUT'; +$strBeginRaw = 'INIZIO RAW'; +$strBinLogEventType = 'Tipo di evento'; +$strBinLogInfo = 'Informazioni'; +$strBinLogName = 'Nome del Log'; +$strBinLogOriginalPosition = 'Posizione originale'; +$strBinLogPosition = 'Posizione'; +$strBinLogServerId = 'ID del server'; +$strBinary = 'Binario'; +$strBinaryDoNotEdit = 'Tipo di dato Binario - non modificare'; +$strBinaryLog = 'Log binario'; +$strBookmarkAllUsers = 'Permetti ad ogni utente di accedere a questo bookmark'; +$strBookmarkDeleted = 'Il bookmark è stato cancellato.'; +$strBookmarkLabel = 'Etichetta'; +$strBookmarkOptions = 'Opzioni bookmarks'; +$strBookmarkQuery = 'Query SQL aggiunte ai preferiti'; +$strBookmarkThis = 'Aggiungi ai preferiti questa query SQL'; +$strBookmarkView = 'Visualizza solo'; +$strBrowse = 'Mostra'; +$strBrowseForeignValues = 'Sfoglia le opzioni straniere'; +$strBulgarian = 'Bulgaro'; +$strBzError = 'phpMyAdmin non è capace di comprimere il dump a causa dell\'estensione Bz2 errata in questa versione di PHP. Vi raccomandiamo vivamente di settare il parametro $cfg[\'BZipDump\'] nel vostro file di configurazione di phpMyAdmin a FALSE. Se volete utilizzare le capacità di compressione Bz2, dovreste aggiornare il PHP all\'ultima versione. Date un\'occhiata al bug report %s per uteriori dettagli.'; +$strBzip = '"compresso con bzip2"'; + +$strCSVOptions = 'Opzioni CSV'; +$strCalendar = 'Calendario'; +$strCannotLogin = 'Impossibile eseguire il login nel server MySQL'; +$strCantLoad = 'Impossibile caricare l\'estensione %s,
prego controllare la configurazione di PHP'; +$strCantLoadRecodeIconv = 'Impossibile caricare l\'estensione iconv o recode necessaria per la conversione del set di caratteri, configurare il PHP per permettere di utilizzare queste estenzioni o disabilitare la conversione dei set di caratteri in phpMyAdmin.'; +$strCantRenameIdxToPrimary = 'Impossibile rinominare l\'indice a PRIMARIO!'; +$strCantUseRecodeIconv = 'Impossibile utilizzare le funzioni iconv o libiconv o recode_string in quanto l\'estensione deve essere caricata. Controllare la configurazione del PHP.'; +$strCardinality = 'Cardinalità'; +$strCarriage = 'Ritorno carrello: \\r'; +$strCaseInsensitive = 'case-insensitive'; +$strCaseSensitive = 'case-sensitive'; +$strCentralEuropean = 'Europeo Centrale'; +$strChange = 'Modifica'; +$strChangeCopyMode = 'Crea un nuovo utente con gli stessi privilegi e ...'; +$strChangeCopyModeCopy = '... mantieni quello vecchio.'; +$strChangeCopyModeDeleteAndReload = ' ... cancella quello vecchio dalla tabella degli utenti e in seguito ricarica i privilegi.'; +$strChangeCopyModeJustDelete = ' ... cancella quello vecchio dalla tabella degli utenti.'; +$strChangeCopyModeRevoke = ' ... revoca tutti i privilegi attivi da quello vecchio e in seguito cancellalo.'; +$strChangeCopyUser = 'Cambia le Informazioni di Login / Copia Utente'; +$strChangeDisplay = 'Scegli il campo da mostrare'; +$strChangePassword = 'Cambia password'; +$strCharset = 'Set di caratteri'; +$strCharsetOfFile = 'Set di caratteri del file:'; +$strCharsets = 'Set di caratteri'; +$strCharsetsAndCollations = 'Set di Caratteri e Collations'; +$strCheckAll = 'Seleziona tutti'; +$strCheckOverhead = 'Controllo addizionale'; +$strCheckPrivs = 'Controlla i privilegi'; +$strCheckPrivsLong = 'Controlla i privilegi per il database "%s".'; +$strCheckTable = 'Controlla tabella'; +$strChoosePage = 'Prego scegliere una Page da modificare'; +$strColComFeat = 'Visualizzazione commenti delle colonne'; +$strCollation = 'Collation'; +$strColumnNames = 'Nomi delle colonne'; +$strColumnPrivileges = 'Privilegi relativi alle colonne'; +$strCommand = 'Comando'; +$strComments = 'Commenti'; +$strCommentsForTable = 'COMMENTS FOR TABLE'; +$strCompatibleHashing = 'Compatibile con MySQL 4.0'; +$strCompleteInserts = 'Inserimenti completi'; +$strCompression = 'Compressione'; +$strConfigFileError = 'phpMyAdmin non riesce a leggere il file di configurazione!
Questo può accadere se il php trova un parse error in esso oppure il php non trova il file.
Richiamate il file di configurazione direttamente utilizzando il link sotto e leggete il/i messaggio/i di errore del php che ricevete. Nella maggior parte dei casi ci sono un apostrofo o una virgoletta mancanti.
Se ricevete una pagina bianca, allora è tutto a posto.'; +$strConfigureTableCoord = 'Prego, configurare le coordinate per la tabella %s'; +$strConnectionError = 'Impossibile connettersi: impostazioni non valide.'; +$strConnections = 'Connessioni'; +$strConstraintsForDumped = 'Limiti per le tabelle scaricate'; +$strConstraintsForTable = 'Limiti per la tabella'; +$strCookiesRequired = 'Da questo punto in poi, i cookies devono essere abilitati.'; +$strCopyDatabaseOK = 'Il Database %s è stato copiato in %s'; +$strCopyTable = 'Copia la tabella nel (database.tabella):'; +$strCopyTableOK = 'La tabella %s è stata copiata su %s.'; +$strCopyTableSameNames = 'Impossibile copiare la tabella su se stessa!'; +$strCouldNotKill = 'phpMyAdmin non è in grado di terminare il thread %s. Probabilmente è già stato terminato.'; +$strCreate = 'Crea'; +$strCreateIndex = 'Crea un indice su  %s columns'; +$strCreateIndexTopic = 'Crea un nuovo indice'; +$strCreateNewDatabase = 'Crea un nuovo database'; +$strCreateNewTable = 'Crea una nuova tabella nel database %s'; +$strCreatePage = 'Crea una nuova Page'; +$strCreatePdfFeat = 'Creazione di PDF'; +$strCreationDates = 'Creazione/Aggiornamento/Controllo date'; +$strCriteria = 'Criterio'; +$strCroatian = 'Croato'; +$strCyrillic = 'Cirillico'; +$strCzech = 'Ceco'; +$strCzechSlovak = 'Ceco-Slovacco'; + +$strDBComment = 'Commento al Database: '; +$strDBCopy = 'Copia il Database in'; +$strDBGContext = 'Contesto'; +$strDBGContextID = 'ID del Contesto'; +$strDBGHits = 'Hits'; +$strDBGLine = 'Linea'; +$strDBGMaxTimeMs = 'Tempo massimo, ms'; +$strDBGMinTimeMs = 'Tempo minimo, ms'; +$strDBGModule = 'Modulo'; +$strDBGTimePerHitMs = 'Tempo/Hit, ms'; +$strDBGTotalTimeMs = 'Tempo totale, ms'; +$strDBRename = 'Rinomina il DataBase in'; +$strDanish = 'Danese'; +$strData = 'Dati'; +$strDataDict = 'Data Dictionary'; +$strDataOnly = 'Solo dati'; +$strDatabase = 'Database'; +$strDatabaseEmpty = 'Il nome del DataBase è vuoto!'; +$strDatabaseExportOptions = 'Opzioni di esportazione del database'; +$strDatabaseHasBeenDropped = 'Il Database %s è stato eliminato.'; +$strDatabaseNoTable = 'Questo database non contiene tabelle!'; +$strDatabases = 'Database'; +$strDatabasesDropped = '%s databases sono stati cancellati correttamente.'; +$strDatabasesStats = 'Statistiche dei databases'; +$strDatabasesStatsDisable = 'Disabilita le Statistiche'; +$strDatabasesStatsEnable = 'Abilita le Statistiche'; +$strDatabasesStatsHeavyTraffic = 'N.B.: Abilitare qui le statistiche del Database potrebbe causare del traffico intenso fra il server web e MySQL.'; +$strDbPrivileges = 'Privilegi specifici al database'; +$strDbSpecific = 'specifico del database'; +$strDefault = 'Predefinito'; +$strDefaultEngine = '%s è il motore di memorizzazione predefinito su questo server MySQL.'; +$strDefaultValueHelp = 'Per i valori predefiniti, prego inserire un singolo valore, senza backslashes escaping o virgolette, utilizzando questo formato: a'; +$strDefragment = 'Deframmenta la tabella'; +$strDelOld = 'La Pagina corrente contiene Riferimenti a Tabelle che non esistono più. Volete cancellare questi Riferimenti?'; +$strDelayedInserts = 'Utilizza inserimenti ritardati'; +$strDelete = 'Cancella'; +$strDeleteAndFlush = 'Cancella gli utenti e dopo ricarica i privilegi.'; +$strDeleteAndFlushDescr = 'Questa è la vita più giusta, ma il caricamento dei privilegi può durare qualche secondo.'; +$strDeleted = 'La riga è stata cancellata'; +$strDeletedRows = 'Righe cancellate:'; +$strDeleting = 'Cancellazione in corso di %s'; +$strDescending = 'Decrescente'; +$strDescription = 'Descrizione'; +$strDictionary = 'dizionario'; +$strDisableForeignChecks = 'Disabilita i controlli sulle chiavi straniere'; +$strDisabled = 'Disabilitata'; +$strDisplayFeat = 'Mostra Caratteristiche'; +$strDisplayOrder = 'Ordine di visualizzazione:'; +$strDisplayPDF = 'Mostra lo schema del PDF'; +$strDoAQuery = 'Esegui "query da esempio" (carattere jolly: "%")'; +$strDoYouReally = 'Confermi: '; +$strDocu = 'Documentazione'; +$strDrop = 'Elimina'; +$strDropDatabaseStrongWarning = 'Si sta per DISTRUGGERE COMPLETAMENTE un intero DataBase!'; +$strDropSelectedDatabases = 'Elimina i Databases selezionati'; +$strDropUsersDb = 'Elimina i databases gli stessi nomi degli utenti.'; +$strDumpSaved = 'Il dump è stato salvato sul file %s.'; +$strDumpXRows = 'Dump di %s righe a partire dalla riga %s.'; +$strDumpingData = 'Dump dei dati per la tabella'; +$strDynamic = 'dinamico'; + +$strEdit = 'Modifica'; +$strEditPDFPages = 'Modifica pagine PDF'; +$strEditPrivileges = 'Modifica Privilegi'; +$strEffective = 'Effettivo'; +$strEmpty = 'Svuota'; +$strEmptyResultSet = 'MySQL ha restituito un insieme vuoto (i.e. zero righe).'; +$strEnabled = 'Abilitata'; +$strEncloseInTransaction = 'Includi export in una transazione'; +$strEnd = 'Fine'; +$strEndCut = 'FINE CUT'; +$strEndRaw = 'FINE RAW'; +$strEngineAvailable = '%s è disponibile su questo server MySQL.'; +$strEngineDisabled = '%s è stato disabilitato su questo server MySQL.'; +$strEngineUnsupported = 'Questo server MySQL non supporta il motore di memorizzazione %s.'; +$strEngines = 'Motori'; +$strEnglish = 'Inglese'; +$strEnglishPrivileges = 'Nota: i nomi dei privilegi di MySQL sono in Inglese'; +$strError = 'Errore'; +$strEscapeWildcards = 'I caratteri jolly _ e % dovrebbero essere preceduti da un \ per l\'utilizzo letterale'; +$strEstonian = 'Estone'; +$strExcelEdition = 'Edizione Excel'; +$strExcelOptions = 'Opzioni di Excel'; +$strExecuteBookmarked = 'Esegue la query dalle preferite'; +$strExplain = 'Spiega SQL'; +$strExport = 'Esporta'; +$strExtendedInserts = 'Inserimenti estesi'; +$strExtra = 'Extra'; + +$strFailedAttempts = 'Tentativi falliti'; +$strField = 'Campo'; +$strFieldHasBeenDropped = 'Il campo %s è stato eliminato'; +$strFields = 'Campi'; +$strFieldsEmpty = ' Il contatore dei campi è vuoto! '; +$strFieldsEnclosedBy = 'Campo composto da'; +$strFieldsEscapedBy = 'Campo impedito da'; +$strFieldsTerminatedBy = 'Campo terminato da'; +$strFileAlreadyExists = 'Il file %s esiste già sul server: prego, cambiare nome del file o selezionare l\'opzione "sovrascrivi".'; +$strFileCouldNotBeRead = 'Il filenon può essere letto'; +$strFileNameTemplate = 'Nome file template'; +$strFileNameTemplateHelp = 'Utilizza __DB__ come nome per il DataBase, __TABLE__ come nome per la tabella e %sany strftime%s opzioni per per le specifiche del tempo, l\'estensione sarà aggiunta automaticamente. Qualsiasi altro testo sarà conservato.'; +$strFileNameTemplateRemember = 'ricorda il template'; +$strFixed = 'fisso'; +$strFlushPrivilegesNote = 'N.B.: phpMyAdmin legge i privilegi degli utenti direttamente nella tabella dei privilegi di MySQL. Il contenuto di questa tabella può differire dai privilegi usati dal server se sono stati fatti cambiamenti manuali. In questo caso, Si dovrebbero %srinfrescare i privilegi%s prima di continuare.'; +$strFlushTable = 'Inizializza ("FLUSH") la tabella'; +$strFormEmpty = 'Valore mancante nel form!'; +$strFormat = 'Formato'; +$strFullText = 'Testo completo'; +$strFunction = 'Funzione'; + +$strGenBy = 'Generato da'; +$strGenTime = 'Generato il'; +$strGeneralRelationFeat = 'Caratteristiche Generali di Relazione'; +$strGeorgian = 'Georgiano'; +$strGerman = 'Tedesco'; +$strGlobal = 'globale'; +$strGlobalPrivileges = 'Privilegi globali'; +$strGlobalValue = 'Valore globale'; +$strGo = 'Esegui'; +$strGrantOption = 'Grant'; +$strGreek = 'Greco'; +$strGzip = '"compresso con gzip"'; + +$strHasBeenAltered = 'è stato modificato.'; +$strHasBeenCreated = 'è stato creato.'; +$strHaveToShow = 'Devi scegliere almeno una Colonna da mostrare'; +$strHebrew = 'Ebreo'; +$strHexForBinary = 'Usa l\'esadecimale per i dati binari'; +$strHome = 'Home'; +$strHomepageOfficial = 'Home page ufficiale di phpMyAdmin'; +$strHost = 'Host'; +$strHostEmpty = 'Il nome di host è vuoto!'; +$strHungarian = 'Ungherese'; + +$strIcelandic = 'Islandese'; +$strId = 'ID'; +$strIdxFulltext = 'Testo completo'; +$strIfYouWish = 'Per caricare i dati solo per alcune colonne della tabella, specificare la lista dei campi (separati da virgole).'; +$strIgnore = 'Ignora'; +$strIgnoreInserts = 'Utilizza gli IGNORE INSERTS'; +$strIgnoringFile = 'File %s ignorato'; +$strImportDocSQL = 'Importa Files docSQL'; +$strImportFiles = 'Importa files'; +$strImportFinished = 'Importazione terminata'; +$strInUse = 'in uso'; +$strIndex = 'Indice'; +$strIndexHasBeenDropped = 'L\'indice %s è stato eliminato'; +$strIndexName = 'Nome dell\'indice :'; +$strIndexType = 'Tipo di indice :'; +$strIndexWarningMultiple = 'Più di una chiave %s è stata creata per la colonna `%s`'; +$strIndexWarningPrimary = 'Le chiavi PRIMARY e INDEX non dovrebbero essere assegnate entrambe per la colonna `%s`'; +$strIndexWarningTable = 'Problemi con gli indici della tabella `%s`'; +$strIndexWarningUnique = 'Le chiavi UNIQUE e INDEX non dovrebbero essere assegnate entrambe per la colonna `%s`'; +$strIndexes = 'Indici'; +$strInnodbStat = 'Stato InnoDB'; +$strInsecureMySQL = 'Il file di configurazione in uso contiene impostazioni (root con nessuna password) che corrispondono ai privilegi dell\'account MySQL predefinito. Un server MySQL funzionante con queste impostazioni è aperto a intrusioni, e si dovrebbe realmente riparare a questa falla nella sicurezza.'; +$strInsert = 'Inserisci'; +$strInsertAsNewRow = 'Inserisci come nuova riga'; +$strInsertBookmarkTitle = 'Inserire il titolo del segnalibro'; +$strInsertNewRow = 'Inserisci una nuova riga'; +$strInsertTextfiles = 'Inserisci un file di testo nella tabella'; +$strInsertedRowId = 'Inserito id riga:'; +$strInsertedRows = 'Righe inserite:'; +$strInstructions = 'Istruzioni'; +$strInternalNotNecessary = '* Non è necessaria una relazione interna quando già esiste in InnoDB.'; +$strInternalRelations = 'Relazioni interne'; + +$strJapanese = 'Giapponese'; +$strJumpToDB = 'Passa al database "%s".'; +$strJustDelete = 'Cancella soltanto gli utenti dalle tabelle dei privilegi.'; +$strJustDeleteDescr = 'Gli utenti "cancellati" saranno ancora in grado di accedere al servercome al solito finché i privilegi non verraanno ricaricati.'; + +$strKeepPass = 'Non cambiare la password'; +$strKeyname = 'Nome chiave'; +$strKill = 'Rimuovi'; +$strKorean = 'Coreano'; + +$strLaTeX = 'LaTeX'; +$strLaTeXOptions = 'opzioni LaTeX'; +$strLandscape = 'Orizzontale'; +$strLatexCaption = 'Sottotitolo della tabella'; +$strLatexContent = 'Contenuto della tabella __TABLE__'; +$strLatexContinued = '(continua)'; +$strLatexContinuedCaption = 'Sottotitolo della tabella continuato'; +$strLatexIncludeCaption = 'Includi sottotitolo della tabella'; +$strLatexLabel = 'Chiave etichetta'; +$strLatexStructure = 'Struttura della tabella __TABLE__'; +$strLatvian = 'Lituano'; +$strLengthSet = 'Lunghezza/Set*'; +$strLimitNumRows = 'record per pagina'; +$strLineFeed = 'Fine riga: \\n'; +$strLinesTerminatedBy = 'Linee terminate da'; +$strLinkNotFound = 'Link non trovato'; +$strLinksTo = 'Collegamenti a'; +$strLithuanian = 'Lituano'; +$strLoadExplanation = 'Il metodo migliore è selezionato di default, ma lo potete cambiare se fallisce.'; +$strLoadMethod = 'Metodo di CARICAMENTO'; +$strLocalhost = 'Locale'; +$strLocationTextfile = 'Percorso del file'; +$strLogPassword = 'Password:'; +$strLogServer = 'Server'; +$strLogUsername = 'Nome utente:'; +$strLogin = 'Connetti'; +$strLoginInformation = 'Informazioni di Login'; +$strLogout = 'Disconnetti'; + +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; +$strMIME_MIMEtype = 'tipo MIME'; +$strMIME_available_mime = 'Tipi-MIME disponibili'; +$strMIME_available_transform = 'Trasformazioni disponibili'; +$strMIME_description = 'Descrizione'; +$strMIME_nodescription = 'Nessuna descrizione è disponibile per questa trasformazione.
Prego, chiedere all\'autore cosa %s faccia.'; +$strMIME_transformation = 'Trasformazione del Browser'; +$strMIME_transformation_note = 'Per una lista di opzioni di trasformazione disponibili e le loro rispettive trasformazioni di tipi-MIME, cliccate su %strasformazione descrizioni%s'; +$strMIME_transformation_options = 'Opzioni di Transformation'; +$strMIME_transformation_options_note = 'Prego, immettere i valori per le opzioni di trasformazioneutilizzando questo formato: \'a\',\'b\',\'c\'...
Se c\'è la necessità di immettere un backslash ("\") o un apostrofo ("\'") tra questi valori, essi vanno backslashati (per es. \'\\\\xyz\' or \'a\\\'b\').'; +$strMIME_without = 'Tipi-MIME stampati in italics non hanno una funzione di trasformazione separata'; +$strMaximumSize = 'Dimensione massima: %s%s'; +$strMbExtensionMissing = 'L\'estensione PHP mbstring non è stata trovata e sembra che si stia utilizzando un set di caratteri multibyte. Senza l\'estensione mbstring, phpMyAdmin non è in grado di dividere correttamente le stringhe di caratteri e questo può portare a risultati inaspettati.'; +$strMbOverloadWarning = 'Avete abilitato mbstring.func_overload nella configurazione del PHP. Questa opzione è incompatibile con phpMyAdmin e potrebbe causare la corruzione di alcuni dati!'; +$strModifications = 'Le modifiche sono state salvate'; +$strModify = 'Modifica'; +$strModifyIndexTopic = 'Modifica un indice'; +$strMoreStatusVars = 'Più variabili di stato'; +$strMoveTable = 'Sposta la tabella nel (database.tabella):'; +$strMoveTableOK = 'La tabella %s è stata spostata in %s.'; +$strMoveTableSameNames = 'Impossibile spostare la tabella su se stessa!'; +$strMultilingual = 'multilingua'; +$strMustSelectFile = 'Si dovrebbe selezionare il file che si vuole inserire.'; +$strMyISAMDataPointerSize = 'Domensione del puntatore dati'; +$strMyISAMDataPointerSizeDesc = 'Dimensione del puntatore predefinito in Bytes, che deve essere usata da CREATE TABLE per le tabelle MyISAM quando non è stata specificata l\'opzione MAX_ROWS.'; +$strMyISAMMaxExtraSortFileSize = 'Dimensione massima per i files temporanei nella creazione di un indice'; +$strMyISAMMaxExtraSortFileSizeDesc = 'Se il file temporaneo è usato per la creazione veloce di un indice MyISAM, occuperebbe più spazio dell\'utilizzo del metodo key cache con la quantità ivi specificata: perciò si deve prediligere il metodo key cache.'; +$strMyISAMMaxSortFileSize = 'Dimensione massima dei file temporanei di ordinamento'; +$strMyISAMMaxSortFileSizeDesc = 'La dimensione massima dei file temporanei MySQL può essere utilizzata nella rigenerazione di un indice MyISAM (durante un REPAIR TABLE, ALTER TABLE, o LOAD DATA INFILE).'; +$strMyISAMRecoverOptions = 'Modalità di ripristino automatico'; +$strMyISAMRecoverOptionsDesc = 'La modalità di irppristino automatico di tabelle MyISAM corrotte, come impostato tramite l\'opzione di lan cio del server --myisam-recover.'; +$strMyISAMRepairThreads = 'Thread di riparazione'; +$strMyISAMRepairThreadsDesc = 'Se questo valore è maggiore di 1, gli indici della tabella MyISAM vengono creati in parallelo (ogni indice nel suo thread) durante il processo di ordinamento Repair by.'; +$strMyISAMSortBufferSize = 'Ordina la dimensione del buffer'; +$strMyISAMSortBufferSizeDesc = 'Il buffer che viene allocato nell\'ordinamento degli indici MyISAM durante un REPAIR TABLE o nella creazione degli indici con CREATE INDEX o ALTER TABLE.'; +$strMySQLCharset = 'Set di caratteri MySQL'; +$strMySQLConnectionCollation = 'collazione della connessione di MySQL'; +$strMySQLReloaded = 'MySQL riavviato.'; +$strMySQLSaid = 'Messaggio di MySQL: '; +$strMySQLServerProcess = 'MySQL %pma_s1% in esecuzione su %pma_s2% come %pma_s3%'; +$strMySQLShowProcess = 'Visualizza processi in esecuzione'; +$strMySQLShowStatus = 'Visualizza informazioni di runtime di MySQL'; +$strMySQLShowVars = 'Visualizza variabili di sistema di MySQL'; + +$strName = 'Nome'; +$strNeedPrimaryKey = 'Si deve definire una chiave primaria per questa tabella.'; +$strNext = 'Prossimo'; +$strNo = ' No '; +$strNoActivity = 'Nessuna attività da %s secondi o più, si prega di autenticarsi nuovamente'; +$strNoDatabases = 'Nessun database'; +$strNoDatabasesSelected = 'Nessun database selezionato.'; +$strNoDescription = 'nessuna Description'; +$strNoDetailsForEngine = 'Non è disponibile nessuna informazione dettagliata sullo stato di questo motore di memorizzazione.'; +$strNoDropDatabases = 'I comandi "DROP DATABASE" sono disabilitati.'; +$strNoExplain = 'Non Spiegare SQL'; +$strNoFrames = 'phpMyAdmin funziona meglio con browser che supportano frames'; +$strNoIndex = 'Nessun indice definito!'; +$strNoIndexPartsDefined = 'Nessuna parte di indice definita!'; +$strNoModification = 'Nessun cambiamento'; +$strNoOptions = 'Questo formato non ha opzioni'; +$strNoPassword = 'Nessuna Password'; +$strNoPermission = 'Il server web non possiede i privilegi per salvare il file %s.'; +$strNoPhp = 'senza codice PHP'; +$strNoPrivileges = 'Nessun Privilegio'; +$strNoQuery = 'Nessuna query SQL!'; +$strNoRights = 'Non hai i permessi per effettuare questa operazione!'; +$strNoRowsSelected = 'Nessuna riga selezionata'; +$strNoSpace = 'Spazio insufficiente per salvare il file %s.'; +$strNoTablesFound = 'Non ci sono tabelle nel database.'; +$strNoThemeSupport = 'Nessun supporto per i temi, si prega di controllare la configurazione e/o i temi nella cartella %s.'; +$strNoUsersFound = 'Nessun utente trovato.'; +$strNoValidateSQL = 'Non Validare SQL'; +$strNone = 'Nessuno'; +$strNotNumber = 'Questo non è un numero!'; +$strNotOK = 'non OK'; +$strNotSet = '%s tabella non trovata o non settata in %s'; +$strNotValidNumber = ' non è una riga valida!'; +$strNull = 'Null'; +$strNumSearchResultsInTable = '%s corrisponde/ono nella tabella %s'; +$strNumSearchResultsTotal = 'Totale: %s corrispondenza/e'; +$strNumTables = 'Tabelle'; + +$strOK = 'OK'; +$strOftenQuotation = 'In genere da doppi apici (virgolette). OPZIONALE indica che solo i campi char e varchar devono essere delimitati dal carattere indicato.'; +$strOperations = 'Operazioni'; +$strOperator = 'Operatore'; +$strOptimizeTable = 'Ottimizza tabella'; +$strOptionalControls = 'Opzionale. Questo carattere controlla come scrivere o leggere i caratteri speciali.'; +$strOptionally = 'OPZIONALE'; +$strOr = 'Oppure'; +$strOverhead = 'In eccesso'; +$strOverwriteExisting = 'Sovrascrivi file(s) esistente/i'; + +$strPHP40203 = 'Si sta utilizzando PHP 4.2.3, che presenta un serio bug con le stringhe multi-byte (mbstring). Vedi report PHP 19404. Questa versione di PHP non è raccomandata per l\'utilizzo con phpMyAdmin.'; +$strPHPVersion = 'Versione PHP'; +$strPageNumber = 'Numero pagina:'; +$strPaperSize = 'Dimensioni carta'; +$strPartialText = 'Testo parziale'; +$strPassword = 'Password'; +$strPasswordChanged = 'La password per l\'utente %s è cambiata con successo.'; +$strPasswordEmpty = 'La password è vuota!'; +$strPasswordHashing = 'Password Hashing'; +$strPasswordNotSame = 'La password non coincide!'; +$strPdfDbSchema = 'Schema del database "%s" - Pagina %s'; +$strPdfInvalidTblName = 'La tabella "%s" non esiste!'; +$strPdfNoTables = 'Nessuna Tabella'; +$strPerHour = 'all\'ora'; +$strPerMinute = 'al minuto'; +$strPerSecond = 'al secondo'; +$strPersian = 'Persiano'; +$strPhoneBook = 'rubrica'; +$strPhp = 'Crea il codice PHP'; +$strPmaDocumentation = 'Documentazione di phpMyAdmin'; +$strPmaUriError = 'La direttiva $cfg[\'PmaAbsoluteUri\'] DEVE essere impostata nel file di configurazione!'; +$strPolish = 'Polacco'; +$strPortrait = 'Verticale'; +$strPos1 = 'Inizio'; +$strPrevious = 'Precedente'; +$strPrimary = 'Primaria'; +$strPrimaryKeyHasBeenDropped = 'La chiave primaria è stata eliminata'; +$strPrimaryKeyName = 'Il nome della chiave primaria deve essere... PRIMARY!'; +$strPrimaryKeyWarning = '("PRIMARY" deve essere il nome di, e solo di, una chiave primaria!)'; +$strPrint = 'Stampa'; +$strPrintView = 'Visualizza per stampa'; +$strPrintViewFull = 'Vista stampa (con full text)'; +$strPrivDescAllPrivileges = 'Comprende tutti i privilegi tranne GRANT.'; +$strPrivDescAlter = 'Permette di alterare la struttura di tabelle esistenti.'; +$strPrivDescCreateDb = 'Permette di creare nuove tabelle e nuovi databases.'; +$strPrivDescCreateTbl = 'Permette di creare nuove tabelle.'; +$strPrivDescCreateTmpTable = 'Permette di creare tabelle temporanee.'; +$strPrivDescDelete = 'Permette di cancellare dati.'; +$strPrivDescDropDb = 'Permette di eliminare databases e tabelle.'; +$strPrivDescDropTbl = 'Permette di eliminare tabelle.'; +$strPrivDescExecute = 'Permette di eseguire procedure memorizzate; Non ha effetto in questa versione di MySQL.'; +$strPrivDescFile = 'Permette di importare dati da e esportare dati in files.'; +$strPrivDescGrant = 'Permette di aggiungere utenti e privilegi senza ricaricare le tabelle dei privilegi.'; +$strPrivDescIndex = 'Permette di creare ed eliminare gli indici.'; +$strPrivDescInsert = 'Permette di inserire e sovrascrivere dati.'; +$strPrivDescLockTables = 'Permette di bloccare le tabelle per il thread corrente.'; +$strPrivDescMaxConnections = 'Limita il numero di nuove connessioni che un utente può aprire in un\'ora.'; +$strPrivDescMaxQuestions = 'Limita il numero di queries che un utente può mandare al server in un\'ora.'; +$strPrivDescMaxUpdates = 'Limita il numero di comandi che possono cambiare una tabella o un database che un utente può eseguire in un\'ora.'; +$strPrivDescProcess3 = 'Permette di killare i processi di altri utenti.'; +$strPrivDescProcess4 = 'Permette di vedere le queries complete nella lista dei processi.'; +$strPrivDescReferences = 'Non ha alcun effetto in questa versione di MySQL.'; +$strPrivDescReload = 'Permette di ricaricare i parametri del server e di resettare la cache del server.'; +$strPrivDescReplClient = 'Accorda il diritto ad un utente di domandare dove sono i masters/slaves.'; +$strPrivDescReplSlave = 'Necessario per la replicazione degli slaves.'; +$strPrivDescSelect = 'Permette di leggere i dati.'; +$strPrivDescShowDb = 'Accorda l\'accesso alla lista completa dei databases.'; +$strPrivDescShutdown = 'Permette di chiudere il server.'; +$strPrivDescSuper = 'Permette altre connessioni, anche se è stato raggiunto il massimo numero di connessioni; Necessario per molte operazioni di amministrazione come il settaggio di variabili globali o la cancellazione dei threads di altri utenti.'; +$strPrivDescUpdate = 'Permette di cambiare i dati.'; +$strPrivDescUsage = 'Nessun privilegio.'; +$strPrivileges = 'Privilegi'; +$strPrivilegesReloaded = 'I privilegi sono stati ricaricati con successo.'; +$strProcesslist = 'Lista Processi'; +$strPutColNames = 'Mette i nomi delle colonne alla prima riga'; + +$strQBE = 'Query da esempio'; +$strQBEDel = 'Cancella'; +$strQBEIns = 'Aggiungi'; +$strQueryFrame = 'Finestra della Query'; +$strQueryOnDb = 'SQL-query sul database %s:'; +$strQuerySQLHistory = 'Storico dell\'SQL'; +$strQueryTime = 'La query ha impiegato %01.4f sec'; +$strQueryType = 'Tipo di Query'; +$strQueryWindowLock = 'Non sovrascrivere questa query da fuori della finestra'; + +$strReType = 'Reinserisci'; +$strReceived = 'Ricevuti'; +$strRecords = 'Record'; +$strReferentialIntegrity = 'Controlla l\'integrità delle referenze:'; +$strRefresh = 'Aggiorna'; +$strRelationNotWorking = 'Le caratteristiche aggiuntive sono state disattivate per funzionare con le tabelle linkate. Per scoprire perché clicca %squi%s.'; +$strRelationView = 'Vedi relazioni'; +$strRelationalSchema = 'Schema relazionale'; +$strRelations = 'Relazioni'; +$strRelationsForTable = 'RELATIONS FOR TABLE'; +$strReloadFailed = 'Riavvio di MySQL fallito.'; +$strReloadMySQL = 'Riavvia MySQL'; +$strReloadingThePrivileges = 'Caricamento dei privilegi in corso'; +$strRemoveSelectedUsers = 'Rimuove gli utenti selezionati'; +$strRenameDatabaseOK = 'Il DataBase %s è stato rinominato in %s'; +$strRenameTable = 'Rinomina la tabella in'; +$strRenameTableOK = 'La tabella %s è stata rinominata %s'; +$strRepairTable = 'Ripara tabella'; +$strReplace = 'Sostituisci'; +$strReplaceNULLBy = 'Sostituisci NULL con'; +$strReplaceTable = 'Sostituisci i dati della tabella col file'; +$strReset = 'Riavvia'; +$strResourceLimits = 'Limiti di risorse'; +$strRevoke = 'Revoca'; +$strRevokeAndDelete = 'Revoca tutti i privilegi attivi agli utenti e dopo li cancella.'; +$strRevokeAndDeleteDescr = 'Gli utenti UTILIZZERANNO comunque il privilegio finché i privilegi non saranno ricaricati.'; +$strRevokeMessage = 'Hai revocato i privilegi per %s'; +$strRomanian = 'Rumeno'; +$strRowLength = 'Lunghezza riga'; +$strRowSize = 'Dimensione riga'; +$strRows = 'Righe'; +$strRowsFrom = 'righe a partire da'; +$strRowsModeFlippedHorizontal = 'orizzontale (headers ruotati)'; +$strRowsModeHorizontal = ' orizzontale '; +$strRowsModeOptions = ' in modalità %s e ripeti gli headers dopo %s celle '; +$strRowsModeVertical = ' verticale '; +$strRowsStatistic = 'Statistiche righe'; +$strRunQuery = 'Invia Query'; +$strRunSQLQuery = 'Esegui la/e query SQL sul database %s'; +$strRunning = 'in esecuzione su %s'; +$strRussian = 'Russo'; + +$strSQL = 'SQL'; +$strSQLExportCompatibility = 'Compatibilità dell\'esportazione SQL'; +$strSQLExportType = 'Tipo di esportazione'; +$strSQLOptions = 'Opzioni SQL'; +$strSQLParserBugMessage = 'C\'è la possibilità che ci sia un bug nel parser SQL. Per favore, esaminate la query accuratamente, e controllate che le virgolette siano corrette e non sbagliate. Altre possibili cause d\'errori possono essere che si stia cercando di uploadare un file binario al di fuori di un\'area di testo virgolettata. Si può anche provare la query MySQL dalla riga di comando di MySQL. L\'errore qui sotto restituito dal server MySQL, se ce n\'è uno, può anche aiutare nella diagnostica del problema. Se ci sono ancora problemi, o se il parser SQL di phpMyAdmin sbaglia quando invece l\'interfaccia a riga di comando non mostra problemi, si può ridurre la query SQL in ingresso alla singola query che causa problemi, e inviare un bug report con i dati riportati nella sezione CUT qui sotto:'; +$strSQLParserUserError = 'Pare che ci sia un errore nella query SQL immessa. L\'errore del server MySQL mostrato qui sotto, se c\'è, può anche aiutare nella risoluzione del problema'; +$strSQLQuery = 'query SQL'; +$strSQLResult = 'Risultato SQL'; +$strSQPBugInvalidIdentifer = 'Identificatore Non Valido'; +$strSQPBugUnclosedQuote = 'Virgolette Non Chiuse'; +$strSQPBugUnknownPunctuation = 'Stringa di Punctuation Sconosciuta'; +$strSave = 'Salva'; +$strSaveOnServer = 'Salva sul server nella directory %s'; +$strScaleFactorSmall = 'Il fattore di scala è troppo piccolo per riempire lo schema nella pagina'; +$strSearch = 'Cerca'; +$strSearchFormTitle = 'Cerca nel database'; +$strSearchInTables = 'Nella/e tabella/e:'; +$strSearchNeedle = 'parola/e o valore/i da cercare (carattere jolly: "%"):'; +$strSearchOption1 = 'almeno una delle parole'; +$strSearchOption2 = 'tutte le parole'; +$strSearchOption3 = 'la frase esatta'; +$strSearchOption4 = 'come espressione regolare'; +$strSearchResultsFor = 'Cerca i risultati per "%s" %s:'; +$strSearchType = 'Trova:'; +$strSecretRequired = 'Adesso c\'è bisogno di una password per il file di configurazione (blowfish_secret).'; +$strSelectADb = 'Prego, selezionare un database'; +$strSelectAll = 'Seleziona Tutto'; +$strSelectBinaryLog = 'Selezionare il log binario da visualizzare'; +$strSelectFields = 'Seleziona campi (almeno uno):'; +$strSelectNumRows = 'nella query'; +$strSelectTables = 'Seleziona Tables'; +$strSend = 'Salva con nome...'; +$strSent = 'Spediti'; +$strServer = 'Server'; +$strServerChoice = 'Scelta del server'; +$strServerNotResponding = 'Il server non risponde'; +$strServerStatus = 'Informazioni di Runtime'; +$strServerStatusUptime = 'Questo server MySQL sta girando da %s. E\' stato avviato il %s.'; +$strServerTabProcesslist = 'Processi'; +$strServerTabVariables = 'Variabili'; +$strServerTrafficNotes = 'Traffico del server: Queste tabelle mostrano le statistiche del traffico di retedi questo server MySQL dal momento del suo avvio.'; +$strServerVars = 'Variabili e parametri del Server'; +$strServerVersion = 'Versione MySQL'; +$strSessionValue = 'Valore sessione'; +$strSetEnumVal = 'Se il tipo di campo è "enum" o "set", immettere i valori usando il formato: \'a\',\'b\',\'c\'...
Se comunque dovete mettere dei backslashes ("\") o dei single quote ("\'") davanti a questi valori, backslashateli (per esempio \'\\\\xyz\' o \'a\\\'b\').'; +$strShow = 'Mostra'; +$strShowAll = 'Mostra tutti'; +$strShowColor = 'Mostra il colore'; +$strShowDatadictAs = 'Formato del Data Dictionary'; +$strShowFullQueries = 'Mostra query complete'; +$strShowGrid = 'Mostra la griglia'; +$strShowPHPInfo = 'Mostra le info sul PHP'; +$strShowTableDimension = 'Mostra la dimensione delle tabelle'; +$strShowTables = 'Mostra le tabelle'; +$strShowThisQuery = 'Mostra questa query di nuovo'; +$strShowingRecords = 'Visualizzazione record '; +$strSimplifiedChinese = 'Cinese Semplificato'; +$strSingly = '(singolarmente)'; +$strSize = 'Dimensione'; +$strSlovak = 'Slovacco'; +$strSlovenian = 'Sloveno'; +$strSort = 'Ordinamento'; +$strSortByKey = 'Ordina per chiave'; +$strSpaceUsage = 'Spazio utilizzato'; +$strSpanish = 'Spagnolo'; +$strSplitWordsWithSpace = 'Le parole sono spezzate sulle spaziature (" ").'; +$strStatCheckTime = 'Ultimo controllo'; +$strStatCreateTime = 'Creazione'; +$strStatUpdateTime = 'Ultimo cambiamento'; +$strStatement = 'Istruzioni'; +$strStatus = 'Stato'; +$strStorageEngine = 'Motore di Memorizzazione'; +$strStorageEngines = 'Motori di Memorizzazione'; +$strStrucCSV = 'dati CSV'; +$strStrucData = 'Struttura e dati'; +$strStrucDrop = 'Aggiungi DROP TABLE'; +$strStrucExcelCSV = 'CSV per dati MS Excel'; +$strStrucNativeExcel = 'Dati nativi di MS Excel'; +$strStrucOnly = 'Solo struttura'; +$strStructPropose = 'Proponi la struttura della tabella'; +$strStructure = 'Struttura'; +$strSubmit = 'Invia'; +$strSuccess = 'La query è stata eseguita con successo'; +$strSum = 'Totali'; +$strSwedish = 'Svedese'; +$strSwitchToDatabase = 'Passare al Database copiato'; +$strSwitchToTable = 'Passa alla tabella copiata'; + +$strTable = 'Tabella'; +$strTableComments = 'Commenti sulla tabella'; +$strTableEmpty = 'Il nome della tabella è vuoto!'; +$strTableHasBeenDropped = 'La tabella %s è stata eliminata'; +$strTableHasBeenEmptied = 'La tabella %s è stata svuotata'; +$strTableHasBeenFlushed = 'La tabella %s è stata inizializzata'; +$strTableMaintenance = 'Amministrazione tabella'; +$strTableOfContents = 'Tabella dei contenuti'; +$strTableOptions = 'Opzioni della tabella'; +$strTableStructure = 'Struttura della tabella'; +$strTableType = 'Tipo tabella'; +$strTables = '%s tabella(e)'; +$strTakeIt = 'prendilo'; +$strTblPrivileges = 'Privilegi relativi alle tabelle'; +$strTextAreaLength = ' A causa della sua lunghezza,
questo campo non può essere modificato '; +$strThai = 'Thai'; +$strTheContent = 'Il contenuto del file è stato inserito.'; +$strTheContents = 'Il contenuto del file sostituisce le righe della tabella con la stessa chiave primaria o chiave unica.'; +$strTheTerminator = 'Il carattere terminatore dei campi.'; +$strTheme = 'Tema / Stile'; +$strThisHost = 'Questo Host'; +$strThisNotDirectory = 'Questa non è una directory'; +$strThreadSuccessfullyKilled = 'Il thread %s è stato terminato con successo.'; +$strTime = 'Tempo'; +$strToggleScratchboard = '(dis)attiva scratchboard'; +$strTotal = 'Totali'; +$strTotalUC = 'Totale'; +$strTraditionalChinese = 'Cinese Tradizionale'; +$strTraditionalSpanish = 'Spagnolo tradizionale'; +$strTraffic = 'Traffico'; +$strTransformation_application_octetstream__download = 'Visualizza un collegamento per trasferire i dati di un campo in formato binario. La prima opzione è il nome del file binario. La seconda opzione è un nome di campo possibile di una riga della tabella che contiene il nome di schedario. Se fornite una seconda opzione dovete avere la prima opzione settata ad una stringa vuota'; +$strTransformation_image_jpeg__inline = 'Mostra un thumbnalil cliccabile; opzioni: larghezza,altezza in pixel (mantiere la proporzione iniziale)'; +$strTransformation_image_jpeg__link = 'Mostra un link a questa immagine (download blob diretto, i.e.).'; +$strTransformation_image_png__inline = 'Vedi immagine/jpeg: inline'; +$strTransformation_text_plain__dateformat = 'Prende un campo TIME, TIMESTAMP o DATETIME e lo formatta utilizzando il formato data locale. La prima opzione è il time offset (in ore) il quale sarà aggiunto al timestamp (Predefinito: 0). La seconda opzione è un formato data in linea con i parametri disponibili per la funzione strftime() del PHP.'; +$strTransformation_text_plain__external = 'SOLO PER LINUX: Lancia un\'applicazione esterna e riempie i dati dei campi tramite lo standard input. Restituisce lo standard output dell\'applicazione. L\'impostazione predefinita è Tidy, per stampare in maniera corretta il codice HTML. Per motivi di sicurezza, dovete editare manualmente il file libraries/transformations/text_plain__external.inc.php e inserire gli strumenti che permettete di utilizzare. La prima opzione è così il numero del programma che volete utilizzare e la seconda sono i parametri per il programma. Il terzo parametro, se impostato a 1 convertirà l\'output utilizzando htmlspecialchars() (Predefinito: 1). Un quarto parametro, se impostato a 1 inserirà un NOWRAP al contenuto della cella così che l\'intero output sarà mostrato senza essere riformattato (Predefinito: 1)'; +$strTransformation_text_plain__formatted = 'Preserva l\'originale formattazione del campo. Nessun Escaping viene applicato.'; +$strTransformation_text_plain__imagelink = 'Mostra un collegamento ad una immagine esterna; il campo contiene il nome del file; la prima opzione è un prefisso come "http://tuodominio.com/", la seconda opzione è la larghezza in pixel, la terza è l\'altezza.'; +$strTransformation_text_plain__link = 'Mostra un collegamento, il campo contiene il nome del file; la prima opzione è un prefisso come "http://tuodominio.com/", la seconda opzione è un titolo per il collegamento.'; +$strTransformation_text_plain__substr = 'Mostra soltanto una parte della stringa. La prima opzione è l\'offset che serve a definire dove inizia l\'output del vostro testo (Prefinito: 0). La seconda opzione è un offset che indica quanto testo viene restituito. Se vuoto, restituisce tutto il testo rimanente. La terza opzione definisce quali caratteri saranno aggiunti in fondo all\'output quando una soptto-stringa viene restituita (Predefinito: ...) .'; +$strTransformation_text_plain__unformatted = 'Mostra il codice HTML come entità HTML. Nessuna formattazione HTML viene applicata.'; +$strTruncateQueries = 'Tronca le Query Mostrate'; +$strTurkish = 'Turco'; +$strType = 'Tipo'; + +$strUkrainian = 'Ucraino'; +$strUncheckAll = 'Deseleziona tutti'; +$strUnicode = 'Unicode'; +$strUnique = 'Unica'; +$strUnknown = 'sconosciuto'; +$strUnselectAll = 'Deseleziona Tutto'; +$strUpdComTab = 'Prego leggere la documentazione su come aggiornare la vostra tabella Column_comments'; +$strUpdatePrivMessage = 'Hai aggiornato i permessi per %s.'; +$strUpdateProfileMessage = 'Il profilo è stato aggiornato.'; +$strUpdateQuery = 'Aggiorna Query'; +$strUpgrade = 'Si dovrebbe aggiornare %s alla versione %s o successiva.'; +$strUsage = 'Utilizzo'; +$strUseBackquotes = 'Usa i backquotes con i nomi delle tabelle e dei campi'; +$strUseHostTable = 'Utilizza la Tabella dell\'Host'; +$strUseTabKey = 'Usare il tasto TAB per spostare il cursore di valore in valore, o CTRL+frecce per spostarlo altrove'; +$strUseTables = 'Utilizza tabelle'; +$strUseTextField = 'Utilizza campo text'; +$strUseThisValue = 'Usa questa opzione'; +$strUser = 'Utente'; +$strUserAlreadyExists = 'L\'utente %s esiste già!'; +$strUserEmpty = 'Il nome utente è vuoto!'; +$strUserName = 'Nome utente'; +$strUserNotFound = 'L\'utente selezionato non è stato trovato nella tabella dei privilegi.'; +$strUserOverview = 'Vista d\'insieme dell\'utente'; +$strUsersDeleted = 'Gli utenti selezionati sono stati cancellati con successo.'; +$strUsersHavingAccessToDb = 'Utenti che hanno accesso a "%s"'; + +$strValidateSQL = 'Valida SQL'; +$strValidatorError = 'L\' SQL validator non può essere inizializzato. Prego controllare di avere installato le estensioni php necessarie come descritto nella %sdocumentazione%s.'; +$strValue = 'Valore'; +$strVar = 'Variabile'; +$strView = 'Vista'; +$strViewDump = 'Visualizza dump (schema) della tabella'; +$strViewDumpDB = 'Visualizza dump (schema) del database'; +$strViewDumpDatabases = 'Visualizza il dump (schema) dei databases'; +$strViewHasBeenDropped = 'La vista %s è stata eliminata'; + +$strWebServerUploadDirectory = 'directory di upload del web-server'; +$strWebServerUploadDirectoryError = 'La directory impostata per l\'upload non può essere trovata'; +$strWelcome = 'Benvenuto in %s'; +$strWestEuropean = 'Europeo Occidentale'; +$strWildcard = 'wildcard'; +$strWindowNotFound = 'La finestra destinataria del browser non può essere aggiornata. Può darsi che sia stata chiusa la finestra madre o che il vostro browser stia bloccando gli aggiornamenti fra browsers a causa di qualche impostazione di sicurezza'; +$strWithChecked = 'Se selezionati:'; +$strWritingCommentNotPossible = 'Impossibile scrivere il commento'; +$strWritingRelationNotPossible = 'Impossibile scrivere la Relazione'; +$strWrongUser = 'Nome utente o password errati. Accesso negato.'; + +$strXML = 'XML'; + +$strYes = ' Si '; + +$strZeroRemovesTheLimit = 'N.B.: 0 (zero) significa nessun limite.'; +$strZip = '"compresso con zip"'; + +// To translate: + +$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate + +$strVersionInformation = 'Version information'; //to translate + +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate +$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate +$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate +$strBufferPool = 'Buffer Pool'; //to translate +$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate +$strDataPages = 'Pages containing data'; //to translate +$strFreePages = 'Free pages'; //to translate +$strBusyPages = 'Busy pages'; //to translate +$strDirtyPages = 'Dirty pages'; //to translate +$strPagesToBeFlushed = 'Pages to be flushed'; //to translate +$strLatchedPages = 'Latched pages'; //to translate +$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate +$strReadRequests = 'Read requests'; //to translate +$strWriteRequests = 'Write requests'; //to translate +$strBufferReadMisses = 'Read misses'; //to translate +$strBufferReadMissesInPercent = 'Read misses in %'; //to translate +$strBufferWriteWaits = 'Write waits'; //to translate +$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate +$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate +$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate +$strInnoDBPages = 'pages'; //to translate +$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate + +$strQueryStatistics = 'Query statistics: Since its startup, %s queries have been sent to the server.'; +?> diff --git a/lang/portuguese-iso-8859-15.inc.php b/lang/portuguese-iso-8859-15.inc.php new file mode 100644 index 000000000..450e2772a --- /dev/null +++ b/lang/portuguese-iso-8859-15.inc.php @@ -0,0 +1,819 @@ + + * António Raposo + */ + +$charset = 'iso-8859-15'; +$text_dir = 'ltr'; +$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif'; +$right_font_family = 'arial, helvetica, geneva, sans-serif'; +$number_thousands_separator = ','; +$number_decimal_separator = '.'; +// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa +$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB'); + +$day_of_week = array('Dom', 'Seg', 'Ter', 'Qua', 'Qui', 'Sex', 'Sab'); +$month = array('Jan', 'Fev', 'Mar', 'Abr', 'Mai', 'Jun', 'Jul', 'Ago', 'Set', 'Out', 'Nov', 'Dez'); +// See http://www.php.net/manual/en/function.strftime.php to define the +// variable below +$datefmt = '%d-%B-%Y às %H:%M'; + +$timespanfmt = '%s dias, %s horas, %s minutos e %s segundos'; + +$strAPrimaryKey = 'Uma chave primária foi adicionada a %s'; +$strAbortedClients = 'Abortado'; +$strAbsolutePathToDocSqlDir = 'Introduza o caminho absoluto até à directoria docSQL no Servidor Web'; +$strAccessDenied = 'Acesso Negado'; +$strAccessDeniedExplanation = 'O phpMyAdmin tentou ligar-se ao servidor MySQL, e o servidor rejeitou a ligação. Verifique o anfitrião, nome de utilizador e palavra-passe no config.inc.php e assegure-se que correspondem à informação fornecida pelo administrador do MySQL.'; +$strAction = 'Acções'; +$strAddAutoIncrement = 'Adicionar valor AUTO_INCREMENT'; +$strAddConstraints = 'Adicionar limitadores'; +$strAddDeleteColumn = 'Adicionar/Remover Campos'; +$strAddDeleteRow = 'Adicionar/Remover Critérios'; +$strAddDropDatabase = 'Adicionar DROP DATABASE'; +$strAddIntoComments = 'Adicionar aos comentários'; +$strAddNewField = 'Adiciona novo campo'; +$strAddPrivilegesOnDb = 'Adicionar privilégios na base de dados seguinte'; +$strAddPrivilegesOnTbl = 'Todos privilégios na tabela seguinte'; +$strAddSearchConditions = 'Condição de Pesquisa (Complemento da cláusula "where"):'; +$strAddToIndex = 'Adicionar ao índice  %s coluna(s)'; +$strAddUser = 'Acrescenta um utilizador'; +$strAddUserMessage = 'Acrescentou um novo utilizador.'; +$strAddedColumnComment = 'Comentários para coluna adicionados'; +$strAddedColumnRelation = 'Relação para a coluna adicionada'; +$strAdministration = 'Administração'; +$strAffectedRows = 'Linhas afectadas:'; +$strAfter = 'Depois %s'; +$strAfterInsertBack = 'Voltar atrás'; +$strAfterInsertNewInsert = 'Inserir novo registo'; +$strAll = 'Todas'; +$strAllTableSameWidth = 'mostrar todas as tabelas com a mesma altura?'; +$strAlterOrderBy = 'Alterar a ordem da tabela por'; +$strAnIndex = 'Um índice foi adicionado a %s'; +$strAnalyzeTable = 'Analizar tabela'; +$strAnd = 'E'; +$strAny = 'Todos'; +$strAnyHost = 'Qualquer máquina'; +$strAnyUser = 'Qualquer utilizador'; +$strArabic = 'Árabe'; +$strArmenian = 'Arménio'; +$strAscending = 'Ascendente'; +$strAtBeginningOfTable = 'No Início da Tabela'; +$strAtEndOfTable = 'No Fim da Tabela'; +$strAttr = 'Atributos'; +$strAutodetect = 'Detecção automática'; +$strAutomaticLayout = 'Layout automático'; + +$strBack = 'Voltar'; +$strBaltic = 'Báltico'; +$strBinary = ' Binário '; +$strBinaryDoNotEdit = ' Binário - não editar '; +$strBookmarkAllUsers = 'Deixar todos os utilizadores acederem a este marcador'; +$strBookmarkDeleted = 'Marcador apagado com sucesso.'; +$strBookmarkLabel = 'Etiqueta'; +$strBookmarkOptions = 'Opções de Bookmark'; +$strBookmarkQuery = 'Comandos SQL marcados'; +$strBookmarkThis = 'Marcar este comando SQL'; +$strBookmarkView = 'Ver apenas'; +$strBrowse = 'Visualiza'; +$strBulgarian = 'Búlgaro'; +$strBzip = '"Compressão bzip"'; + +$strCSVOptions = 'Opções CSV'; +$strCannotLogin = 'Não é possível fazer login no servidor MySQL'; +$strCantLoad = 'não é possível carregar a extensão %s ;
verifique a configuração do PHP por favor'; +$strCantLoadRecodeIconv = 'Não é possível carregar iconv ou recodificar a extensão necessária para a conversão do Mapa de Caracteres, configure o php de modo a permitir utilizar estas extensões ou desligue a conversão do mapa de caracteres no phpmyadmin.'; +$strCantRenameIdxToPrimary = 'Impossível renomear índice para PRIMARY!'; +$strCantUseRecodeIconv = 'Não é possível usar iconv nem libiconv nem a função recode_string enquanto a extensão reportar que está ligada. Confira a configuração do seu php.'; +$strCardinality = 'Quantidade'; +$strCarriage = 'Fim de linha: \\r'; +$strCaseInsensitive = 'Sensível a maiúsculas/minúculas'; +$strCaseSensitive = 'Não-sensível a a maiúsculas/minúculas'; +$strCentralEuropean = 'Europeu Central'; +$strChange = 'Muda'; +$strChangeCopyMode = 'Criar um novo utilizador com os mesmo privilégios e ...'; +$strChangeCopyModeCopy = '... manter o antigo.'; +$strChangeCopyModeDeleteAndReload = ' ... apagar o antigo das tabelas do utilizador e depois recarregue os privilégios.'; +$strChangeCopyModeJustDelete = ' ... apagar o antigo das tabelas do utilizador.'; +$strChangeCopyModeRevoke = ' ... revogar todos os privilégios activos do antigo e a seguir apagá-lo.'; +$strChangeCopyUser = 'Mudar a informação de login / Copiar Utilizador'; +$strChangeDisplay = 'Escolha campo para mostrar'; +$strChangePassword = 'Alterar a palavra-passe'; +$strCharset = 'Mapa de Caractere'; +$strCharsetOfFile = 'Configurar o Mapa de Caracteres do ficheiro:'; +$strCharsets = 'Mapas de Caracteres'; +$strCheckAll = 'Todos'; +$strCheckPrivs = 'Verificar Privilégios'; +$strCheckPrivsLong = 'Verificar Privilégios para a Base de Dados "%s".'; +$strCheckTable = 'Verificar tabela'; +$strChoosePage = 'Escolha uma Página para editar'; +$strColComFeat = 'Mostrando comentários das Colunas'; +$strColumnNames = 'Nome dos Campos'; +$strColumnPrivileges = 'Privilégios específicos da Coluna'; +$strCommand = 'Comando'; +$strComments = 'Comentários'; +$strCompleteInserts = 'Instrucções de inserção completas'; +$strCompression = 'Compressão'; +$strConfigFileError = 'O phpMyAdmin não foi capaz de ler o ficheiro de configuração!
Isto pode acontecer se o php encontrar um erro no parsing ou se não conseguir encontrar o ficheiro.
Chame o ficheiro de configuração directamente usando o link a baixo e leia a(s) mensagem(ns) de erro do php. Na maior parte dos casos, trata-se de uma falta de aspas ou de um ponto e vírgula algures.
Se receber uma página em branco, está tudo correcto.'; +$strConfigureTableCoord = 'Configure as cordenadas para a tabela %s'; +$strConnections = 'Ligações'; +$strConstraintsForTable = 'Limitadores para a tabela'; +$strCookiesRequired = 'O mecanismo de "Cookies" tem de estar ligado a partir deste ponto.'; +$strCopyTable = 'Copia tabela para (base-de-dados.tabela):'; +$strCopyTableOK = 'Tabela %s copiada para %s.'; +$strCopyTableSameNames = 'Não é possivel copiar a tabela para o mesmo!'; +$strCreate = 'Criar'; +$strCreateIndex = 'Criar um índice com %s coluna(s)'; +$strCreateIndexTopic = 'Criar um novo índice'; +$strCreateNewDatabase = 'Criar nova base de dados'; +$strCreateNewTable = 'Criar nova tabela na base de dados %s'; +$strCreatePage = 'Criar uma Página nova'; +$strCreatePdfFeat = 'Criação de PDFs'; +$strCreationDates = 'Datas de Criação/Actualização/verificação'; +$strCriteria = 'Critérios'; +$strCroatian = 'Croata'; +$strCzech = 'Checo'; +$strCzechSlovak = 'Checo-Eslovaco'; + +$strDBComment = 'Comentário da Base de Dados: '; +$strDBGContext = 'Contexto'; +$strDBGContextID = 'ID de Contexto'; +$strDBGHits = 'Hits'; +$strDBGLine = 'Linha'; +$strDBGMaxTimeMs = 'Tempo máx, ms'; +$strDBGMinTimeMs = 'Tempo min, ms'; +$strDBGModule = 'Módulo'; +$strDBGTimePerHitMs = 'Tempo/Hit, ms'; +$strDBGTotalTimeMs = 'Tempo total, ms'; +$strDanish = 'Dinamarquês'; +$strData = 'Dados'; +$strDataDict = 'Dicionario de dados'; +$strDataOnly = 'Apenas dados'; +$strDatabase = 'Base de Dados'; +$strDatabaseExportOptions = 'Opções de exportação da Base de Dados'; +$strDatabaseHasBeenDropped = 'A base de dados %s foi eliminada.'; +$strDatabaseNoTable = 'Esta Base de Dados não contém qualquer tabela!'; +$strDatabases = 'Base de Dados'; +$strDatabasesDropped = 'As Bases de Dados %s foram apagadas com sucesso.'; +$strDatabasesStats = 'Estatísticas das bases de dados'; +$strDatabasesStatsDisable = 'Desactivar Estatísticas'; +$strDatabasesStatsEnable = 'Activar Estatísticas'; +$strDatabasesStatsHeavyTraffic = 'Nota: Activar as estatísticas aqui pode causar um grande volume de tráfego entre o servidor web e o de MySQL.'; +$strDbPrivileges = 'Privilégios específicos da Base de Dados'; +$strDbSpecific = 'Especifico da Base de Dados'; +$strDefault = 'Defeito'; +$strDelete = 'Apagar'; +$strDeleteAndFlush = 'Apagar os utilizadores e recarreguar os privilégios a seguir.'; +$strDeleteAndFlushDescr = 'Este é o processo mais limpo, mas recarregar os privilégios poderá demorar um pouco.'; +$strDeleted = 'Registo eliminado'; +$strDeletedRows = 'Linhas apagadas:'; +$strDeleting = 'A apagar %s'; +$strDescending = 'Descendente'; +$strDescription = 'Descrição'; +$strDictionary = 'dicionário'; +$strDisabled = 'Desactidado'; +$strDisplayFeat = 'Mostrar Características'; +$strDisplayOrder = 'Ordem de visualização:'; +$strDisplayPDF = 'Mostrar o esquema de PDF'; +$strDoAQuery = 'Faça uma "pesquisa por formulário" (caractere universal: "%")'; +$strDoYouReally = 'Confirma : '; +$strDocu = 'Documentação'; +$strDrop = 'Elimina'; +$strDropSelectedDatabases = 'Apagar Bases de Dados selecionada'; +$strDropUsersDb = 'Apagar as Bases de Dados que tenham os mesmos nomes que os utilizadores.'; +$strDumpSaved = 'O Dump foi gravado para o ficheiro %s.'; +$strDumpXRows = 'Exporta %s registos começando em %s.'; +$strDumpingData = 'Extraindo dados da tabela'; +$strDynamic = 'dinâmico'; + +$strEdit = 'Edita'; +$strEditPDFPages = 'Editar páginas PDF'; +$strEditPrivileges = 'Alterar Privilegios'; +$strEffective = 'Em uso'; +$strEmpty = 'Limpa'; +$strEmptyResultSet = 'MySQL não retornou nenhum registo.'; +$strEnabled = 'Activado'; +$strEnd = 'Fim'; +$strEnglish = 'Inglês'; +$strEnglishPrivileges = ' Nota: os nomes dos privilégios do MySQL são em Inglês '; +$strError = 'Erro'; +$strEstonian = 'Estoniano'; +$strExcelEdition = 'Edição Excel'; +$strExcelOptions = 'Opções Excel'; +$strExecuteBookmarked = 'Executar um query marcado(do marcador)'; +$strExplain = 'Explicar SQL'; +$strExport = 'Exportar'; +$strExtendedInserts = 'Instrucções de inserção múltiplas'; +$strExtra = 'Extra'; // written the same in portuguese + +$strFailedAttempts = 'Tentativas falhadas'; +$strField = 'Campo'; +$strFieldHasBeenDropped = 'O campo %s foi eliminado'; +$strFields = 'Qtd Campos'; +$strFieldsEmpty = ' Número de campos inválido! '; +$strFieldsEnclosedBy = 'Campos delimitados por'; +$strFieldsEscapedBy = 'Campos precedidos por'; +$strFieldsTerminatedBy = 'Campos terminados por'; +$strFileAlreadyExists = 'O ficheiro %s já existe no servidor, mude o nome do ficheiro ou verifique a opção de substituição (re-escrita).'; +$strFileCouldNotBeRead = 'Não foi possível ler o ficheiro'; +$strFileNameTemplate = 'Nome do ficheiro modelo'; +$strFileNameTemplateHelp = 'Usar __DB__ para nome da Base de Dados, __TABLE__ para nome da tabela e %sany strftime%s opções para especificção do tempo , a extensão será acrescentada automaticamente. Qualquer outro texto será preservado.'; +$strFileNameTemplateRemember = 'Lembrar-se do modelo'; +$strFixed = 'fixo'; +$strFlushPrivilegesNote = 'Nota: O phpMyAdmin recebe os privilégios dos utilizadores directamente da tabela de privilégios do MySQL. O conteúdo destas tabelas pode diferir dos privilégios que o servidor usa se alterações manuais nele forem feitas. Neste caso, deve %sreload the privileges%s antes de continuar.'; +$strFlushTable = 'Fecha a tabela ("FLUSH")'; +$strFormEmpty = 'Nº de dados insuficiente!\nPreencha todas as opções!'; +$strFormat = 'Formato'; +$strFullText = 'Texto inteiro'; +$strFunction = 'Funções'; + +$strGenBy = 'Gerado por'; +$strGenTime = 'Data de Criação'; +$strGeneralRelationFeat = 'Características gerais de Relação'; +$strGeorgian = 'Georgiano'; +$strGerman = 'Alemão'; +$strGlobal = 'global'; //(same in portuguese) +$strGlobalPrivileges = 'Privilégios Globais'; +$strGlobalValue = 'Valor Global'; +$strGo = 'Executa'; +$strGrantOption = 'Conceder/Grant'; +$strGreek = 'Grego'; +$strGzip = '"Compressão gzip"'; + +$strHasBeenAltered = 'foi alterado(a).'; +$strHasBeenCreated = 'foi criado(a).'; +$strHaveToShow = 'Tem que escolher pelo menos uma coluna para mostrar'; +$strHebrew = 'Hebráico'; +$strHome = 'Início'; +$strHomepageOfficial = 'Página Oficial do phpMyAdmin'; +$strHost = 'Máquina'; +$strHostEmpty = 'O nome da máquina está vazio!'; +$strHungarian = 'Húngaro'; + +$strId = 'ID'; //(same in portuguese) +$strIdxFulltext = 'Texto Completo'; +$strIfYouWish = 'Para carregar apenas algumas colunas da tabela, faça uma lista separada por virgula.'; +$strIgnore = 'Ignora'; +$strIgnoringFile = 'A ignorar ficheiro %s'; +$strImportDocSQL = 'Importar ficheiros docSQL'; +$strImportFiles = 'Importar'; +$strImportFinished = 'Importar terminada'; +$strInUse = 'em uso'; +$strIndex = 'Índice'; +$strIndexHasBeenDropped = 'O Índice %s foi eliminado'; +$strIndexName = 'Nome do Índice :'; +$strIndexType = 'Tipo de Índice :'; +$strIndexes = 'Índices'; +$strInnodbStat = 'Estado da InnoDB'; +$strInsecureMySQL = 'O seu ficheiro de configuração contem configurações (root sem palavra-passe) que correspondem à conta privilegiada por defeito do MySQL. O servidor MySQL está a correr com este valor por defeito, assim aberto a intrusões, deveria corrigir este buraco de segurança.'; +$strInsert = 'Insere'; +$strInsertAsNewRow = 'Insere como novo registo'; +$strInsertNewRow = 'Insere novo registo'; +$strInsertTextfiles = 'Insere arquivo texto na tabela'; +$strInsertedRowId = 'Inserir id de linha:'; +$strInsertedRows = 'Registos inseridos :'; +$strInstructions = 'Instruções'; +$strInternalNotNecessary = '* Não é necessária uma relação interna quando também já existe na InnoDB.'; +$strInternalRelations = 'Relações internas'; + +$strJapanese = 'Japonês'; +$strJumpToDB = 'Saltar para a Base de Dados "%s".'; +$strJustDelete = 'Apagar apenas os utilizadores da tabela de privilégios.'; +$strJustDeleteDescr = 'Os utilizadores "deleted" continuarão a conseguir aceder ao servidor até que os privilégios sejam recarregados.'; + +$strKeepPass = 'Mantendo a palavra-passe '; +$strKeyname = 'Nome do Índice'; +$strKill = 'Termina'; +$strKorean = 'Coreano'; + +$strLaTeX = 'LaTeX'; //(same in portuguese) +$strLaTeXOptions = 'Opções LaTeX'; +$strLandscape = 'Paisagem/ao baixo'; +$strLatexCaption = 'Legenda da tabela'; +$strLatexContent = 'Conteúdo da tabela __TABLE__'; +$strLatexContinued = '(continuação)'; +$strLatexContinuedCaption = 'Continuação da legenda da tabela'; +$strLatexIncludeCaption = 'Incluir a legenda da tabela'; +$strLatexStructure = 'estructura da tabela __TABLE__'; +$strLengthSet = 'Tamanho/Valores*'; +$strLimitNumRows = 'Número de registos por página'; +$strLineFeed = 'Mudança de linha: \\n'; +$strLinesTerminatedBy = 'Linhas terminadas por'; +$strLinkNotFound = 'Link não encontrado'; +$strLinksTo = 'Links para'; +$strLithuanian = 'Lituano'; +$strLoadExplanation = 'O melhor método é verificado por defeito, mas pode alterar se isto falhar.'; +$strLoadMethod = 'Método de carregar(LOAD)'; +$strLocalhost = 'Local'; +$strLocationTextfile = 'Localização do arquivo de texto'; +$strLogPassword = 'Palavra-passe :'; +$strLogServer = 'Servidor'; +$strLogUsername = 'Utilizador :'; +$strLogin = 'Entrada'; +$strLoginInformation = 'Informação de Login '; +$strLogout = 'Sair'; + +$strMIME_MIMEtype = 'MIME-type'; //(same in portuguese) +$strMIME_available_mime = 'MIME-types disponíveis'; +$strMIME_available_transform = 'Transformações disponíveis'; +$strMIME_description = 'Descrição'; +$strMIME_nodescription = 'Não há descrição disponível para esta transformação.
Pergunte ao autor, o que %s faz.'; +$strMIME_transformation = 'Transformação do navegador'; +$strMIME_transformation_note = 'Para uma lista de opções de transformação disponíveis e suas transformações MIME-type , clique em %stransformation descriptions%s'; +$strMIME_transformation_options = 'Opções de tranformação'; +$strMIME_transformation_options_note = 'Introduza os valores para as opções de transformação a usando este formato: \'a\',\'b\',\'c\'...
Se por acaso precisar de inserir um backslash ("\") ou uma pelica ("\'") no meio desses valores, faça-o backslashes (por exemplo \'\\\\xyz\' ou \'a\\\'b\').'; +$strMIME_without = 'MIME-types impressos em itálico não tem uma função de transformação separada'; +$strMaximumSize = 'Tamanho máximo: %s%s'; +$strModifications = 'Modificações foram guardadas'; +$strModify = 'Modifica'; +$strModifyIndexTopic = 'Modificar um índice'; +$strMoreStatusVars = 'Mais variáveis de estado'; +$strMoveTable = 'Move tabela para (base de dados.tabela):'; +$strMoveTableOK = 'A tabela %s foi movida para %s.'; +$strMoveTableSameNames = 'Não é posivel mover a tabela para o mesmo!'; +$strMultilingual = 'multilingua'; +$strMustSelectFile = 'Deve selecionar o ficheiro que quer inserir.'; +$strMySQLCharset = 'Mapa de Caracteres do mySQL'; +$strMySQLReloaded = 'MySQL reiniciado.'; +$strMySQLSaid = 'Mensagens do MySQL : '; +$strMySQLServerProcess = 'MySQL %pma_s1% a correr em %pma_s2% como %pma_s3%'; +$strMySQLShowProcess = 'Mostra os Processos'; +$strMySQLShowStatus = 'Mostra informação do estado do MySQL'; +$strMySQLShowVars = 'Mostra as variáveis de sistema do MySQL'; + +$strName = 'Nome'; +$strNext = 'Próximo'; +$strNo = 'Não'; +$strNoDatabases = 'Sem bases de dados'; +$strNoDatabasesSelected = 'Nenhuma base de dados selecionada.'; +$strNoDescription = 'sem Descrição'; +$strNoDropDatabases = 'Os comandos "DROP DATABASE" estão inibidos.'; +$strNoExplain = 'Saltar Explicar SQL'; +$strNoFrames = 'O phpMyAdmin torna-se mais agradável se usado num browser que suporte frames.'; +$strNoIndex = 'Nenhum indíce definido!'; +$strNoIndexPartsDefined = 'Nenhuma parte do índice definida!'; +$strNoModification = 'Sem alterações'; +$strNoOptions = 'Este formato não tem opções'; +$strNoPassword = 'Sem palavra-passe'; +$strNoPermission = 'O servidor web não tem permissões para gravar o ficheiro %s.'; +$strNoPhp = 'sem código PHP'; +$strNoPrivileges = 'Sem Privilégios'; +$strNoQuery = 'Nenhum comando SQL encontrado!'; +$strNoRights = 'Não tem permissões suficientes para aceder aqui, neste momento!'; +$strNoSpace = 'Não existe espaço suficiente para gravar o ficheiro %s.'; +$strNoTablesFound = 'Nenhuma tabela encontrada na base de dados'; +$strNoUsersFound = 'Nenhum utilizador encontrado.'; +$strNoValidateSQL = 'Saltar a validação SQL'; +$strNone = 'Nenhum'; +$strNotNumber = 'Isto não é um número!'; +$strNotOK = 'não está OK'; +$strNotSet = 'A Tabela %s não foi encontrada ou não foi definida em %s'; +$strNotValidNumber = ' não é um número de registo válido!'; +$strNull = 'Nulo'; +$strNumSearchResultsInTable = '%s resultado(s) na tabela %s'; +$strNumSearchResultsTotal = 'Total: %s resultado(s)'; +$strNumTables = 'Tabelas'; + +$strOK = 'OK'; //Same in portuguese +$strOftenQuotation = 'Normalmente aspas. OPTIONALLY significa que apenas os campos "char" e "varchar" são delimitados pelo caractere delimitador.'; +$strOperations = 'Operações'; +$strOptimizeTable = 'Optimizar tabela'; +$strOptionalControls = 'Opcional. Comanda o modo de escrita e leitura dos caracteres especiais.'; +$strOptionally = 'OPCIONAL'; +$strOr = 'Ou'; +$strOverhead = 'Suspenso'; +$strOverwriteExisting = 'Substituir o(s) ficheiro(s) existente(s)'; + +$strPHP40203 = 'Está a usar o PHP 4.2.3, que tem uma grave falha de segurança com a string multi-byte (mbstring). Veja o relatório de bugs do PHP 19404 - PHP bug report 19404. A utilização desta versão do PHP com o phpMyAdmin não é recomendada.'; +$strPHPVersion = 'versão do PHP'; +$strPageNumber = 'Página número:'; +$strPaperSize = 'Tamanho do papel'; +$strPartialText = 'Texto parcial'; +$strPassword = 'Palavra-passe'; +$strPasswordChanged = 'A palavra-passe para %s foi alterada com sucesso.'; +$strPasswordEmpty = 'Indique a palavras-passe!'; +$strPasswordNotSame = 'As palavras-passe são diferentes!\nLembre-se de confirmar a palavra-passe!'; +$strPdfDbSchema = 'Esquema da base de dados "%s" - Página %s'; +$strPdfInvalidTblName = 'A tabela "%s" não existe!'; +$strPdfNoTables = 'Sem tablelas'; +$strPerHour = 'por hora'; +$strPerMinute = 'por minuto'; +$strPerSecond = 'por segundo'; +$strPhoneBook = 'lista telefónica'; +$strPhp = 'Criar código PHP'; +$strPmaDocumentation = 'Documentação do phpMyAdmin'; +$strPmaUriError = 'A directiva $cfg[\'PmaAbsoluteUri\'] TEM que ser definida no ficheiro de configuração!'; +$strPortrait = 'Retrato/Ao alto'; +$strPos1 = 'Inicio'; +$strPrevious = 'Anterior'; +$strPrimary = 'Primária'; +$strPrimaryKeyHasBeenDropped = 'A chave primária foi eliminada'; +$strPrimaryKeyName = 'O nome da chave primária tem de ser... PRIMARY!'; +$strPrimaryKeyWarning = '("PRIMARY" tem de ser o nome de e apenas de uma chave primária!)'; +$strPrint = 'Imprimir'; +$strPrintView = 'Vista de impressão'; +$strPrintViewFull = 'Vista de impressão (com texto inteiro)'; +$strPrivDescAllPrivileges = 'inclui todos os privilégios excepto Conceção - GRANT.'; +$strPrivDescAlter = 'Permite alterar a estrutura de tabelas existentes.'; +$strPrivDescCreateDb = 'Permite criar novas Bases de Dados e tabelas.'; +$strPrivDescCreateTbl = 'Permite criar novas tabelas.'; +$strPrivDescCreateTmpTable = 'Permite criar tabelas temporárias.'; +$strPrivDescDelete = 'Permite apagar dados.'; +$strPrivDescDropDb = 'Permite apagar Bases de Dados e tabelas.'; +$strPrivDescDropTbl = 'Permite apagar Bases de Dados.'; +$strPrivDescExecute = 'Permite executar procedimentos armazenados; Não tem efeito nesta versão do MySQL.'; +$strPrivDescFile = 'Permite importar dados de... e exportar dados para ficheiros.'; +$strPrivDescGrant = 'Permite adicionar utilizadores e privilégios sem recarregar a tabela de privilégios.'; +$strPrivDescIndex = 'Permite criar e apagar indexes.'; +$strPrivDescInsert = 'Permite inserir e substituir dados.'; +$strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.'; +$strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.'; +$strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.'; +$strPrivDescProcess3 = 'Permite eliminar processos de outros utilizadores.'; +$strPrivDescProcess4 = 'Permite ver o queries completos na lista de processos.'; +$strPrivDescReferences = 'Não tem efeito nesta versão do MySQL.'; +$strPrivDescSelect = 'Permite ler dados.'; +$strPrivDescShowDb = 'Dá acesso à lista de bases de dados completa.'; +$strPrivDescShutdown = 'Permite desligar o servidor.'; +$strPrivDescUpdate = 'Permite alterar dados.'; +$strPrivDescUsage = 'Sem privilégios.'; +$strPrivileges = 'Privilégios'; +$strPrivilegesReloaded = 'O privilégios foram recarregados com sucesso.'; +$strProcesslist = 'Lista de Processos'; +$strPutColNames = 'Coloca os nomes dos compos na primeira linha'; + +$strQBE = 'Pesquisa por formulário'; +$strQBEDel = 'Elim.'; +$strQBEIns = 'Ins.'; +$strQueryFrame = 'Janela de Query'; +$strQueryOnDb = 'Comando SQL na base de dados %s:'; +$strQuerySQLHistory = 'Histórico SQL'; +$strQueryStatistics = 'Query statistics: Since its startup, %s queries have been sent to the server.'; +$strQueryTime = 'O Query demorou %01.4f sec'; +$strQueryType = 'Tipo de Query'; +$strQueryWindowLock = 'Não alterar esta pesquisa de fora da janela'; + +$strReType = 'Confirma'; +$strReceived = 'Recebido'; +$strRecords = 'Registos'; +$strReferentialIntegrity = 'Verificar Integridade referencial:'; +$strRelationNotWorking = 'As Características adicionais para trabalhar com ligações entre Tabelas foram desactivadas. Para saber porquê carregue %saqui%s.'; +$strRelationView = 'Vista de Relação'; +$strRelationalSchema = 'Esquema relacional'; +$strRelations = 'Relações'; +$strReloadFailed = 'Reiniciação do MySQL falhou.'; +$strReloadMySQL = 'Reiniciar o MySQL'; +$strReloadingThePrivileges = 'A recarregar privilégios'; +$strRemoveSelectedUsers = 'Remover utilizadores seleccionados'; +$strRenameTable = 'Renomeia a tabela para '; +$strRenameTableOK = 'Tabela %s renomeada para %s'; +$strRepairTable = 'Reparar tabela'; +$strReplace = 'Substituir'; +$strReplaceNULLBy = 'Substituir NULL por'; +$strReplaceTable = 'Substituir os dados da tabela pelos do arquivo'; +$strReset = 'Limpa'; +$strResourceLimits = 'Limites do recurso'; +$strRevoke = 'Anula'; +$strRevokeAndDelete = 'Revogar todos os privilégios dos utilizadores e apagá-los a seguir.'; +$strRevokeAndDeleteDescr = 'O utilizadores manterão o privilégio de USAGE até que os privilégios sejam recarregados.'; +$strRevokeMessage = 'Anulou os privilégios para %s'; +$strRowLength = 'Comprim. dos reg.'; +$strRowSize = ' Tamanho dos reg.'; +$strRows = 'Registos'; +$strRowsFrom = 'registos começando em'; +$strRowsModeFlippedHorizontal = 'horizontal (cabeçalhos rodados)'; +$strRowsModeHorizontal = 'horizontal'; // same in portuguese! +$strRowsModeOptions = 'em modo %s com cabeçalhos repetidos a cada %s células'; +$strRowsModeVertical = 'vertical'; // same in portuguese! +$strRowsStatistic = 'Estatísticas dos registos'; +$strRunQuery = 'Executa Comando SQL'; +$strRunSQLQuery = 'Executa comando(s) SQL na base de dados %s'; +$strRunning = 'a correr em %s'; +$strRussian = 'Russo'; + +$strSQL = 'SQL'; +$strSQLExportType = 'Tipo de Exportação'; +$strSQLOptions = 'Opções SQL'; +$strSQLParserBugMessage = 'Talvez tenha encontrado um bug no analizador (parser) do SQL. Analise o seu query aprofundadamente, e verifique se as aspas estão correctas e não estão desencontradas. Outra possibilidade de falha é o facto de estar a fazer o upload de um ficheiro com outside binário, de de uma área de texto citada. Pode também experimentar a sua query na interface da linha de comandos do MySQL. A saída de erro do MySQL abaixo, isto se existir alguma, também o poderá ajudar a diagnosticar o problema. Se continuar a ter problemas ou se o analisador (parser) falhar onde a interface da linha de comandos tiver sucesso, reduza por favor a entrada do query SQL até aquele que causa o problema, e envie o relatório de bug com os dados do chunk na secção CUT abaixo:'; +$strSQLParserUserError = 'Parece haver um erro no seu query SQL. A saída do servidor MySQL abaixo, isto se existir alguma, também o poderá ajudar a diagnosticar o problema.'; +$strSQLQuery = 'Comando SQL'; +$strSQLResult = 'Resultado SQL'; +$strSQPBugInvalidIdentifer = 'Identificador inválido'; +$strSQPBugUnclosedQuote = 'Aspa não fechada'; +$strSQPBugUnknownPunctuation = 'Pontuação desconhecida'; +$strSave = 'Guarda'; +$strSaveOnServer = 'Gravar no servidor na directoria %s'; +$strScaleFactorSmall = 'O factor escala é muito pequeno para encaixar o esquema numa página'; +$strSearch = 'Pesquisar'; +$strSearchFormTitle = 'Pesquisar na Base de Dados'; +$strSearchInTables = 'Dentro de Tabela(s):'; +$strSearchNeedle = 'Palavra(s) ou valor(es) para pesquisar para (wildcard: "%"):'; +$strSearchOption1 = 'pelo menos uma das palavras'; +$strSearchOption2 = 'todas as palavras'; +$strSearchOption3 = 'a frase exacta'; +$strSearchOption4 = 'as regular expression'; +$strSearchResultsFor = 'Procurar resultados para "%s" %s:'; +$strSearchType = 'Procurar:'; +$strSecretRequired = 'O ficheiro de configuração precisa agora de uma frase-passe secreta (blowfish_secret).'; +$strSelectADb = 'Por favor seleccione uma base de dados'; +$strSelectAll = 'Selecciona Todas'; +$strSelectFields = 'Seleccione os campos (no mínimo 1)'; +$strSelectNumRows = 'na pesquisa'; +$strSelectTables = 'Seleccionar Tabelas'; +$strSend = 'envia'; +$strSent = 'Enviado'; +$strServer = 'Servidor'; +$strServerChoice = 'Escolha do Servidor'; +$strServerStatus = 'Informação de Runtime'; +$strServerStatusUptime = 'Este servidor de mySQL estar a correr há %s. Foi iniciado em/a %s.'; +$strServerTabProcesslist = 'Processos'; +$strServerTabVariables = 'Variáveis'; +$strServerTrafficNotes = 'Server traffic: These tables show the network traffic statistics of this MySQL server since its startup.'; +$strServerVars = 'Variáveis do servidor e configurações'; +$strServerVersion = 'Versão do servidor'; +$strSessionValue = 'Valor de sessão'; +$strSetEnumVal = 'Se o tipo de campo é "enum" ou "set", por favor introduza os valores no seguinte formato: \'a\',\'b\',\'c\'...
Se precisar de colocar uma barra invertida ("\") ou um apóstrofe ("\'") entre esses valores, coloque uma barra invertida antes (por exemplo \'\\\\xyz\' ou \'a\\\'b\').'; +$strShow = 'Mostra'; +$strShowAll = 'Mostrar tudo'; +$strShowColor = 'Mostrar côr'; +$strShowDatadictAs = 'Formato dos dados do dicionário'; +$strShowFullQueries = 'Mostrar queries completos'; +$strShowGrid = 'Mostrar grelha'; +$strShowPHPInfo = 'Mostra informação do PHP'; +$strShowTableDimension = 'Mostrar dimensão das tabelas'; +$strShowTables = 'Mostra tabelas'; +$strShowThisQuery = ' Mostrar de novo aqui este comando '; +$strShowingRecords = 'Mostrando registos '; +$strSimplifiedChinese = 'Chinês Simplificado'; +$strSingly = '(A refazer após inserir/eliminar)'; +$strSize = 'Tamanho'; +$strSort = 'Ordenação'; +$strSortByKey = 'Ordenar por chave'; +$strSpaceUsage = 'Espaço ocupado'; +$strSplitWordsWithSpace = 'As palavras são separadas pelo caracter espaço (" ").'; +$strStatCheckTime = 'Verificação'; +$strStatCreateTime = 'Criação'; +$strStatUpdateTime = 'Actualização'; +$strStatement = 'Itens'; +$strStatus = 'Estado'; +$strStrucCSV = 'Dados CSV'; +$strStrucData = 'Estrutura e dados'; +$strStrucDrop = 'Adiciona DROP TABLE'; +$strStrucExcelCSV = 'dados CSV para MS Excel'; +$strStrucOnly = 'Somente estrutura'; +$strStructPropose = 'Propor uma estrutura de tabela'; +$strStructure = 'Estrutura'; +$strSubmit = 'Submete'; +$strSuccess = 'O seu comando SQL foi executado com sucesso'; +$strSum = 'Soma'; +$strSwedish = 'Sueco'; +$strSwitchToTable = 'Mudar para a tabela copiada'; + +$strTable = 'Tabela'; +$strTableComments = 'Comentários da tabela'; +$strTableEmpty = 'O nome da tabela está vazio!'; +$strTableHasBeenDropped = 'A tabela %s foi eliminada'; +$strTableHasBeenEmptied = 'A tabela %s foi limpa'; +$strTableHasBeenFlushed = 'A tabela %s foi fechada'; +$strTableMaintenance = 'Manutenção da tabela'; +$strTableOfContents = 'Índice'; +$strTableOptions = 'Opções da tabela'; +$strTableStructure = 'Estrutura da tabela'; +$strTableType = 'Tipo de tabela'; +$strTables = '%s tabela(s)'; +$strTblPrivileges = 'Privilégios específicos da tabela'; +$strTextAreaLength = ' Devido ao seu tamanho,
este campo pode não ser editável '; +$strThai = 'Tailandês'; +$strTheContent = 'O conteúdo do seu arquivo foi inserido'; +$strTheContents = 'O conteúdo do arquivo substituiu o conteúdo da tabela que tinha a mesma chave primária ou única'; +$strTheTerminator = 'Terminador de campos.'; +$strThisHost = 'Este Anfitrião'; +$strThisNotDirectory = 'Isto não era uma directoria'; +$strTime = 'Tempo'; +$strTotal = 'total'; +$strTotalUC = 'Total'; // (same in portuguese) +$strTraditionalChinese = 'Chinês Tradicional'; +$strTraffic = 'Tráfego'; +$strTransformation_image_jpeg__inline = 'Mostra uma miniatura clicável; opções: largura,altura em pixeis (mantém a proporção original)'; +$strTransformation_image_jpeg__link = 'Mostra uma ligação para esta imagem (blob download directo , i.e.).'; +$strTransformation_image_png__inline = 'Ver imagem/jpeg: inline'; +$strTransformation_text_plain__formatted = 'Preserva a formatação original do campo. Sem Escaping.'; +$strTransformation_text_plain__unformatted = 'Mostra o código HTML como entidades HTML. Não é mostrada a formatação HTML.'; +$strTruncateQueries = 'Truncar os Queries mostrados'; +$strTurkish = 'Turco'; +$strType = 'Tipo'; + +$strUkrainian = 'Ucraniano'; +$strUncheckAll = 'Nenhum'; +$strUnicode = 'Unicode'; +$strUnique = 'Único'; +$strUnknown = 'desconhecido'; +$strUnselectAll = 'Limpa Todas as Selecções'; +$strUpdComTab = 'Consulte a Documentação sobre como actualizar a Tabela Column_comments Table'; +$strUpdatePrivMessage = 'Actualizou os privilégios de %s.'; +$strUpdateProfileMessage = 'O prefil foi actualizado.'; +$strUpdateQuery = 'Actualiza Comando SQL'; +$strUpgrade = 'deve actualizar para %s %s ou mais recente.'; +$strUsage = 'Utilização'; +$strUseBackquotes = 'Usar apóstrofes com os nomes das tabelas e campos'; +$strUseHostTable = 'Usar a tabela do anfitrião'; +$strUseTables = 'Usar Tabelas'; +$strUseTextField = 'Usar campo de texto'; +$strUseThisValue = 'Usar este valor'; +$strUser = 'Utilizador'; +$strUserAlreadyExists = 'O utilizador %s já existe!'; +$strUserEmpty = 'O nome do utilizador está vazio!'; +$strUserName = 'Nome do Utilizador'; +$strUserNotFound = 'O utilizador selecionado não se encontra na tabela de privilégios.'; +$strUsersDeleted = 'Os utilizadores selecionado foram apagados com sucesso.'; +$strUsersHavingAccessToDb = 'Utilizadores que tem acesso a "%s"'; + +$strValidateSQL = 'Validar SQL'; +$strValue = 'Valor'; +$strVar = 'Variável'; +$strViewDump = 'Ver o esquema da tabela'; +$strViewDumpDB = 'Ver o esquema da base de dados'; + +$strWebServerUploadDirectory = 'Directoria no servidor web para fazer upload'; +$strWebServerUploadDirectoryError = 'Não é possivel alcançar a directoria que configurou para fazer upload'; +$strWelcome = 'Bemvindo ao %s'; +$strWestEuropean = 'Europeu de Oeste'; +$strWithChecked = 'Com os seleccionados:'; +$strWritingCommentNotPossible = 'Não é possível escrever comentário'; +$strWritingRelationNotPossible = 'Não é possível escrever relação'; +$strWrongUser = 'Utilizador ou Palavra-passe errada. Acesso Negado.'; + +$strXML = 'XML';// (Same in portuguese) + +$strYes = 'Sim'; + +$strZeroRemovesTheLimit = 'Nota: Configurar estas opções para 0 (zero) remove o limite.'; +$strZip = '"Compressão zip"'; + +// To translate: + +$strBeginCut = 'BEGIN CUT'; //to translate +$strBeginRaw = 'BEGIN RAW'; //to translate +$strBrowseForeignValues = 'Browse foreign values'; //to translate +$strBzError = 'phpMyAdmin was unable to compress the dump because of a broken Bz2 extension in this php version. It is strongly recommended to set the $cfg[\'BZipDump\'] directive in your phpMyAdmin configuration file to FALSE. If you want to use the Bz2 compression features, you should upgrade to a later php version. See php bug report %s for details.'; //to translate + +$strCharsetsAndCollations = 'Character Sets and Collations'; //to translate +$strCheckOverhead = 'Check overheaded'; //to translate +$strCollation = 'Collation'; //to translate +$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate +$strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.'; //to translate +$strCyrillic = 'Cyrillic'; //to translate + +$strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a'; //to translate +$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate +$strDelayedInserts = 'Use delayed inserts'; //to translate + +$strEndCut = 'END CUT'; //to translate +$strEndRaw = 'END RAW'; //to translate + +$strLatexLabel = 'Label key';//to translate + +$strPrivDescLockTables = 'Allows locking tables for the current thread.'; //to translate +$strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.'; //to translate +$strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.'; //to translate +$strPrivDescReplSlave = 'Needed for the replication slaves.'; //to translate +$strPrivDescSuper = 'Permite connectiong, even if maximum number of connections is reached; Required for most administrative operations like setting global variables or killing threads of other users.'; //to translate + + +$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //to translate +$strToggleScratchboard = 'toggle scratchboard'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate +$strTransformation_text_plain__dateformat = 'Takes a TIME, TIMESTAMP or DATETIME field and formats it using your local dateformat. First option is the offset (in hours) which will be added to the timestamp (Default: 0). Second option is a different dateformat according to the parameters available for PHPs strftime().';//to translate +$strTransformation_text_plain__external = 'LINUX ONLY: Launches an external application and feeds the fielddata via standard input. Returns standard output of the application. Default is Tidy, to pretty print HTML code. For security reasons, you have to manually edit the file libraries/transformations/text_plain__external.inc.php and insert the tools you allow to be run. The first option is then the number of the program you want to use and the second option are the parameters for the program. The third parameter, if set to 1 will convert the output using htmlspecialchars() (Default is 1). A fourth parameter, if set to 1 will put a NOWRAP to the content cell so that the whole output will be shown without reformatting (Default 1)';//to translate +$strTransformation_text_plain__imagelink = 'Displays an image and a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is the width in pixels, third is the height.'; //to translate +$strTransformation_text_plain__link = 'Displays a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is a title for the link.'; //to translate +$strTransformation_text_plain__substr = 'Only shows part of a string. First option is an offset to define where the output of your text starts (Default 0). Second option is an offset how much text is returned. If empty, returns all the remaining text. The third option defines which chars will be appended to the output when a substring is returned (Default: ...) .';//to translate + +$strUserOverview = 'User overview'; //to translate + +$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate +$strViewDumpDatabases = 'View dump (schema) of databases';//to translate + +$strWildcard = 'wildcard'; //to translate +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate + +$strConnectionError = 'Cannot connect: invalid settings.'; //to translate +$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate +$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate +$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate +$strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate +$strAfterInsertSame = 'Go back to this page'; //to translate +$strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate +$strDatabaseEmpty = 'The database name is empty!'; //to translate +$strDBRename = 'Rename database to'; //to translate +$strOperator = 'Operator'; //to translate +$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate +$strCalendar = 'Calendar'; //to translate +$strRefresh = 'Refresh'; //to translate +$strDefragment = 'Defragment table'; //to translate +$strNoRowsSelected = 'No rows selected'; //to translate +$strSpanish = 'Spanish'; //to translate +$strStrucNativeExcel = 'Native MS Excel data'; //to translate +$strDisableForeignChecks = 'Disable foreign key checks'; //to translate +$strServerNotResponding = 'The server is not responding'; //to translate +$strTheme = 'Theme / Style'; //to translate +$strTakeIt = 'take it'; //to translate +$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate +$strIcelandic = 'Icelandic'; //to translate +$strLatvian = 'Latvian'; //to translate +$strPolish = 'Polish'; //to translate +$strRomanian = 'Romanian'; //to translate +$strSlovenian = 'Slovenian'; //to translate +$strTraditionalSpanish = 'Traditional Spanish'; //to translate +$strSlovak = 'Slovak'; //to translate +$strMySQLConnectionCollation = 'MySQL connection collation'; //to translate +$strPersian = 'Persian'; //to translate +$strAddFields = 'Add %s field(s)'; //to translate +$strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate +$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate +$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate +$strBinLogName = 'Log name'; //to translate +$strBinLogPosition = 'Position'; //to translate +$strBinLogEventType = 'Event type'; //to translate +$strBinLogServerId = 'Server ID'; //to translate +$strBinLogOriginalPosition = 'Original position'; //to translate +$strBinLogInfo = 'Information'; //to translate +$strBinaryLog = 'Binary log'; //to translate +$strSelectBinaryLog = 'Select binary log to view'; //to translate +$strDBCopy = 'Copy database to'; //to translate +$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate +$strSwitchToDatabase = 'Switch to copied database'; //to translate +$strPasswordHashing = 'Password Hashing'; //to translate +$strCompatibleHashing = 'MySQL 4.0 compatible'; //to translate +$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate +$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate +$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate +$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate +$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate +$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate +$strSQLExportCompatibility = 'SQL export compatibility'; //to translate +$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate +$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate +$strAfterInsertNext = 'Edit next row'; //to translate +$strView = 'View'; //to translate +$strViewHasBeenDropped = 'View %s has been dropped'; //to translate +$strEngines = 'Engines'; //to translate +$strStorageEngines = 'Storage Engines'; //to translate +$strStorageEngine = 'Storage Engine'; //to translate +$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate +$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate +$strEngineAvailable = '%s is available on this MySQL server.'; //to translate +$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate +$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate +$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate +$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate +$strMyISAMDataPointerSize = 'Data pointer size'; //to translate +$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate +$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate +$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate +$strMyISAMRepairThreads = 'Repair threads'; //to translate +$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate +$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate +$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate +$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //to translate +$strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.'; //to translate +$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate +$strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate +$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate +$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate +$strBufferPool = 'Buffer Pool'; //to translate +$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate +$strDataPages = 'Pages containing data'; //to translate +$strFreePages = 'Free pages'; //to translate +$strBusyPages = 'Busy pages'; //to translate +$strDirtyPages = 'Dirty pages'; //to translate +$strPagesToBeFlushed = 'Pages to be flushed'; //to translate +$strLatchedPages = 'Latched pages'; //to translate +$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate +$strReadRequests = 'Read requests'; //to translate +$strWriteRequests = 'Write requests'; //to translate +$strBufferReadMisses = 'Read misses'; //to translate +$strBufferReadMissesInPercent = 'Read misses in %'; //to translate +$strBufferWriteWaits = 'Write waits'; //to translate +$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate +$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate +$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate +$strInnoDBPages = 'pages'; //to translate +$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate +?> diff --git a/lang/spanish-iso-8859-15.inc.php b/lang/spanish-iso-8859-15.inc.php new file mode 100644 index 000000000..05d01442d --- /dev/null +++ b/lang/spanish-iso-8859-15.inc.php @@ -0,0 +1,806 @@ +$cfg[\'BZipDump\'] en su archivo de configuración phpMyAdmin a FALSE. Lea el reporte de "bugs" de php %s para mayor información.'; +$strBzip = '"Comprimido con bzip"'; + +$strCSVOptions = 'Opciones CSV'; +$strCalendar = 'Calendario'; +$strCannotLogin = 'No se consiguió hacer login al servidor MySQL'; +$strCantLoad = 'no se pudo cargar la extensión %s,
por favor revise su configuración de PHP.'; +$strCantLoadRecodeIconv = 'No se puede cargar iconv o recodificar una extensión necesaria para la conversión de juegos de caracteres, configure php para permitir el uso de estas extensiones o desactive la conversión de juegos de caracteres en phpMyAdmin.'; +$strCantRenameIdxToPrimary = 'No puede cambiar el nombre del índice a ¡PRIMARY!'; +$strCantUseRecodeIconv = 'No se puede utilizar iconv ni libiconv ni la función recode_string mientras se carga la extensión de informes. Comprueba la configuración de php.'; +$strCardinality = 'Cardinalidad'; +$strCarriage = 'Retorno de carro: \\r'; +$strCaseInsensitive = 'independiente de mayúsculas y minúsculas'; +$strCaseSensitive = 'dependiente de mayúsculas y minúsculas'; +$strCentralEuropean = 'Europeo central'; +$strChange = 'Cambiar'; +$strChangeCopyMode = 'Crear un nuevo usuario con los mismos privilegios y...'; +$strChangeCopyModeCopy = '... mantenga el anterior.'; +$strChangeCopyModeDeleteAndReload = ' ... borre el viejo de las tablas de usuario y luego recargue los privilegios.'; +$strChangeCopyModeJustDelete = ' ... borre el viejo de las tablas de usuario.'; +$strChangeCopyModeRevoke = ' ... revocar todos los privilegios activos del viejo y elimínelos después.'; +$strChangeCopyUser = 'Cambie la información de Login / Copiar Usuario'; +$strChangeDisplay = 'Elija el campo a mostrar'; +$strChangePassword = 'Cambio de contraseña'; +$strCharset = 'Juego de caracteres'; +$strCharsetOfFile = 'Juego de caracteres del archivo:'; +$strCharsets = 'Juegos de caracteres'; +$strCharsetsAndCollations = 'Juego de caracteres y sus cotejamientos (collations)'; +$strCheckAll = 'Revisar todos/as'; +$strCheckOverhead = 'Revise el residuo a depurar'; +$strCheckPrivs = 'Revise los privilegios'; +$strCheckPrivsLong = 'Revise los privilegios para la base de datos "%s".'; +$strCheckTable = 'Revisar tabla'; +$strChoosePage = 'Elija la página a editar'; +$strColComFeat = 'Mostrando los comentarios de la columna'; +$strCollation = 'Collation'; +$strColumnNames = 'Nombre de las columnas'; +$strColumnPrivileges = 'Privilegios específicos para la columna'; +$strCommand = 'Comando'; +$strComments = 'Comentarios'; +$strCommentsForTable = 'COMENTARIOS PARA LA TABLA'; +$strCompatibleHashing = 'Compatible con MySQL 4.0'; +$strCompleteInserts = 'Completar los "Inserts"'; +$strCompression = 'Compresión'; +$strConfigFileError = '¡phpMyAdmin no puede leer el fichero de configuración!
Esto puede suceder si php encuentra un error sintáctico en él o bien php no puede encontrar el fichero.
Intente acceder al fichero de configuración directamente mediante el siguiente enlace y compruebe el(los) mensaje(s) de error que reciba. En muchas ocasiones falta una coma o punto y coma en algún sitio.
Si recibe una página en blanco, todo está correcto.'; +$strConfigureTableCoord = 'Configure las coordenadas para la tabla %s'; +$strConnectionError = 'No se estableció la conexión: los parámetros están incorrectos.'; +$strConnections = 'Conexiones'; +$strConstraintsForDumped = 'Filtros para las tablas descargadas (dump)'; +$strConstraintsForTable = 'Filtros para la tabla'; +$strCookiesRequired = 'Las "cookies" deben estar habilitadas pasado este punto.'; +$strCopyDatabaseOK = 'La base de datos %s ha sido copiada a %s'; +$strCopyTable = 'Copiar la tabla a (base de datos.tabla):'; +$strCopyTableOK = 'La tabla %s se copió a %s.'; +$strCopyTableSameNames = '¡No es posible copiar la tabla a la misma!'; +$strCouldNotKill = 'phpMyAdmin no fue capaz de destruir el thread %s. Probablemente ya ha sido cerrado.'; +$strCreate = 'Crear'; +$strCreateIndex = 'Crear un índice en %s columnas'; +$strCreateIndexTopic = 'Crear un nuevo índice'; +$strCreateNewDatabase = 'Crear nueva base de datos'; +$strCreateNewTable = 'Crear nueva tabla en la base de datos %s'; +$strCreatePage = 'Crear una nueva página'; +$strCreatePdfFeat = 'Creación de los PDF'; +$strCreationDates = 'Fechas de creación/actualización/revisión'; +$strCriteria = 'Criterio'; +$strCroatian = 'Croata'; +$strCyrillic = 'Cirílico'; +$strCzech = 'Checo'; +$strCzechSlovak = 'Checo-Eslovaco'; + +$strDBComment = 'Comentario de la base de datos: '; +$strDBCopy = 'Copie la base de datos a'; +$strDBGContext = 'Contexto'; +$strDBGContextID = 'ID del contexto'; +$strDBGHits = 'Hits'; +$strDBGLine = 'Línea'; +$strDBGMaxTimeMs = 'Tiempo máximo, ms'; +$strDBGMinTimeMs = 'Tiempo mínimo, ms'; +$strDBGModule = 'Módulo'; +$strDBGTimePerHitMs = 'Tiempo/Hit, ms'; +$strDBGTotalTimeMs = 'Tiempo total, ms'; +$strDBRename = 'Cambiar el nombre de la base de datos a'; +$strDanish = 'Danés'; +$strData = 'Datos'; +$strDataDict = 'Diccionario Datos'; +$strDataOnly = 'Solamente datos'; +$strDataPages = 'Páginas que contienen datos'; +$strDatabase = 'Base de datos'; +$strDatabaseEmpty = 'El nombre de la base de datos está vacía!'; +$strDatabaseExportOptions = 'Opciones de exportación de la base de datos'; +$strDatabaseHasBeenDropped = 'La base de datos %s ha sido eliminada.'; +$strDatabaseNoTable = '¡Esta base de datos no contiene tablas!'; +$strDatabases = 'Bases de datos'; +$strDatabasesDropped = '%s bases de datos han sido eliminadas exitosamente.'; +$strDatabasesStats = 'Estadísticas de la base'; +$strDatabasesStatsDisable = 'Desactive las estadísticas'; +$strDatabasesStatsEnable = 'Active las estadísticas'; +$strDatabasesStatsHeavyTraffic = 'Nota: Activando las estadísticas de la base de datos aquí podrían causar tráfico pesado entre el servidor web y el servidor MySQL.'; +$strDbPrivileges = 'Privilegios específicos para la base de datos'; +$strDbSpecific = 'específico para la base de datos'; +$strDefault = 'Predeterminado'; +$strDefaultEngine = '%s es el motor de almacenamiento predeterminado en este servidor MySQL.'; +$strDefaultValueHelp = 'Para valores predeterminados, por favor ingrese solamente un valor, sin "escaping backslash" ni comillas, usando este formato: a'; +$strDefragment = 'Defragmentar la tabla'; +$strDelOld = 'La página actual tiene referencias a tablas que ya no existen. ¿Desea eliminar esas referencias?'; +$strDelayedInserts = 'Use "inserts" con retraso'; +$strDelete = 'Borrar'; +$strDeleteAndFlush = 'Borre a los usuarios y vuelva a cargar los privilegios posteriormente.'; +$strDeleteAndFlushDescr = 'Este es el modo más limpio, pero volver a cargar los privilegios puede tomar tiempo.'; +$strDeleted = 'La fila se ha borrado'; +$strDeletedRows = 'Filas borradas: '; +$strDeleting = 'Borrando %s'; +$strDescending = 'Descendente'; +$strDescription = 'Descripción'; +$strDictionary = 'diccionario'; +$strDirtyPages = 'Páginas que requieren ser depuradas'; +$strDisableForeignChecks = 'Deshabilitar la revisión de las llaves extranjeras (foreign keys)'; +$strDisabled = 'Deshabilitado'; +$strDisplayFeat = 'Mostrar las opciones'; //Features = ¿opciones, componentes? +$strDisplayOrder = 'Mostrar en este orden:'; +$strDisplayPDF = 'Mostrar esquema PDF'; +$strDoAQuery = 'Hacer una consulta (comodín: "%")'; +$strDoYouReally = 'Realmente desea '; +$strDocu = 'Documentación'; +$strDrop = 'Eliminar'; +$strDropDatabaseStrongWarning = 'Usted está a punto de DESTRUIR una base de datos completa!'; +$strDropSelectedDatabases = 'Elimine la base de datos seleccionada'; +$strDropUsersDb = 'Eliminar las bases de datos que tienen los mismos nombres de los usuarios.'; +$strDumpSaved = 'Su archivo (MySQL dump) ha sido guardado con el nombre %s.'; +$strDumpXRows = 'Volcar %s filas empezando por la fila %s.'; +$strDumpingData = 'Volcar la base de datos para la tabla'; +$strDynamic = 'dinámico/a'; + +$strEdit = 'Editar'; +$strEditPDFPages = 'Editar las páginas PDF'; +$strEditPrivileges = 'Editar los privilegios'; +$strEffective = 'Efectivo/a'; +$strEmpty = 'Vaciar'; +$strEmptyResultSet = 'MySQL ha devuelto un valor vacío (i.e. cero columnas).'; +$strEnabled = 'Habilitado'; +$strEncloseInTransaction = 'Incluya lo exportado en una transacción'; +$strEnd = 'Fin'; +$strEndCut = 'FIN DEL CORTE'; +$strEndRaw = 'FIN DEL VOLCADO'; +$strEngineAvailable = '%s está disponible en este servidor MySQL.'; +$strEngineDisabled = '%s ha sido deshabilitado para este motor de almacenamiento.'; +$strEngineUnsupported = 'Este servidor MySQL no es compatible con el motor de almacenamiento %s.'; +$strEngines = 'Motores'; +$strEnglish = 'Inglés'; +$strEnglishPrivileges = ' Nota: Los nombres de los privilegios de MySQL están expresados en inglés '; +$strError = 'Error'; +$strEscapeWildcards = 'Los comodines _ y % deben acompañarse de \ para usarlos de manera literal'; +$strEstonian = 'Estonio'; +$strExcelEdition = 'Edición Excel'; +$strExcelOptions = 'Opciones de Excel'; +$strExecuteBookmarked = 'Ejecute la consulta marcada previamente'; +$strExplain = 'Explicar el SQL'; +$strExport = 'Exportar'; +$strExtendedInserts = '"Inserts" extendidos'; +$strExtra = 'Extra'; + +$strFailedAttempts = 'Intentos fallidos'; +$strField = 'Campo'; +$strFieldHasBeenDropped = 'Se eliminó el campo %s'; +$strFields = 'Campos'; +$strFieldsEmpty = 'El número de campos está ¡vacío!'; +$strFieldsEnclosedBy = 'Campos encerrados por'; +$strFieldsEscapedBy = 'Campos escapados por'; +$strFieldsTerminatedBy = 'Campos terminados en'; +$strFileAlreadyExists = 'El archivo %s ya existe en el servidor, cambie el nombre del archivo o revise la opción de sobreescritura.'; +$strFileCouldNotBeRead = 'No fue posible leer el archivo'; +$strFileNameTemplate = 'Plantilla del nombre del archivo'; +$strFileNameTemplateHelp = 'Use __DB__ para conservar el nombre de la base de datos, __TABLE__ para usar el nombre de la tabla y las opciones %sany strftime%s para especificaciones de tiempo; la extensión (.sql, .cvs, etc.) se añadirá automáticamente. Cualquier otro texto será conservado.'; +$strFileNameTemplateRemember = 'recuerde la plantilla'; +$strFixed = 'fijo'; +$strFlushPrivilegesNote = 'Nota: phpMyAdmin obtiene los privilegios de los usuarios \'directamente de las tablas de privilegios MySQL\'. El contenido de estas tablas puede diferir de los privilegios que usa el servidor si es que se han realizado cambios manuales en él. En este caso, deberá %scargar la página de privilegios nuevamente%s antes de continuar.'; +$strFlushTable = 'Vaciar el caché de la tabla ("FLUSH")'; +$strFormEmpty = '¡Falta un valor en el formulario!'; +$strFormat = 'Formato'; +$strFreePages = 'Páginas libres'; +$strFullText = 'Textos completos'; +$strFunction = 'Función'; + +$strGenBy = 'Generado por'; +$strGenTime = 'Tiempo de generación'; +$strGeneralRelationFeat = 'Opciones de relación general'; //Features = ¿opciones, componentes? +$strGeorgian = 'Georgiano'; +$strGerman = 'Alemán'; +$strGlobal = 'global'; +$strGlobalPrivileges = 'Privilegios globales'; +$strGlobalValue = 'Valor global'; +$strGo = 'Continúe'; +$strGrantOption = 'Conceder'; +$strGreek = 'Griego'; +$strGzip = '"Comprimido con gzip"'; + +$strHasBeenAltered = 'fue modificada.'; +$strHasBeenCreated = 'se creó.'; +$strHaveToShow = 'Debe elegir al menos una columna para mostrar'; +$strHebrew = 'Hebreo'; +$strHexForBinary = 'Use hexadecimal para campos binarios'; +$strHome = 'Página de inicio'; +$strHomepageOfficial = 'Página oficial de phpMyAdmin'; +$strHost = 'Servidor'; +$strHostEmpty = '¡¡El nombre del servidor está vacío!!'; +$strHungarian = 'Húngaro'; + +$strIcelandic = 'Islandés'; +$strId = 'Identificación'; +$strIdxFulltext = 'Texto completo'; +$strIfYouWish = 'Si desea cargar solamente una de las columnas de la tabla, especifíquelo, separando los campos con una coma.'; +$strIgnore = 'Ignorar'; +$strIgnoreInserts = 'Use la opción ignore inserts'; +$strIgnoringFile = 'Ignorando el archivo %s'; +$strImportDocSQL = 'Importar archivos docSQL'; +$strImportFiles = 'Importar archivos'; +$strImportFinished = 'Importación culminada'; +$strInUse = 'en uso'; +$strIndex = 'Índice'; +$strIndexHasBeenDropped = 'El índice %s ha sido eliminado'; +$strIndexName = 'Nombre del índice :'; +$strIndexType = 'Tipo de índice :'; +$strIndexWarningMultiple = 'Se creó más de una clave %s para la columna `%s`'; +$strIndexWarningPrimary = 'Las claves PRIMARIA e INDICE no deben seleccionarse juntas para la columna `%s`'; +$strIndexWarningTable = 'Problemas con los índices de la tabla `%s`'; +$strIndexWarningUnique = 'Las claves UNICA e INDICE no deben seleccionarse juntas para la columna `%s`'; +$strIndexes = 'Índices'; +$strInnoDBAutoextendIncrement = 'Incremente el valor Autoextend'; +$strInnoDBAutoextendIncrementDesc = 'El tamaño a incrementar para que se extienda el ancho de una tabla capaz de autoextenderse cuando se llena.'; +$strInnoDBDataFilePath = 'Archivos de datos'; +$strInnoDBDataHomeDir = 'Directorio raíz de los datos'; +$strInnoDBDataHomeDirDesc = 'La parte constante de la ruta del directorio para todos los archivos de datos InnoDB.'; +$strInnodbStat = 'Estado del InnoDB'; +$strInsecureMySQL = 'Su archivo de configuración contiene parámetros (root sin contraseña) que corresponden a la cuenta privilegiada predeterminada de MySQL. Su servidor de MySQL está usando estos valores, que constituyen una vulnerabilidad. Se le recomienda corregir esta brecha de seguridad.'; +$strInsert = 'Insertar'; +$strInsertAsNewRow = 'Insertar como una nueva fila'; +$strInsertBookmarkTitle = 'Por favor, inserte un título para el bookmark'; +$strInsertNewRow = 'Insertar nueva fila'; +$strInsertTextfiles = 'Insertar archivo de texto en la tabla'; +$strInsertedRowId = 'Se insertó la id de la fila:'; +$strInsertedRows = 'Filas insertadas:'; +$strInstructions = 'Instrucciones'; +$strInternalNotNecessary = '* No es necesaria una relación interna cuando también existe en InnoDB.'; +$strInternalRelations = 'Relaciones internas'; + +$strJapanese = 'Japonés'; +$strJumpToDB = 'Salte a la base de datos "%s".'; +$strJustDelete = 'Solamente borre a los usuarios de la tabla de privilegios.'; +$strJustDeleteDescr = 'Los usuarios "borrados" aún podrán acceder al servidor de manera usual hasta que los privilegios se hayan vuelto a cargar.'; + +$strKeepPass = 'No cambiar la contraseña'; +$strKeyname = 'Nombre de la clave'; +$strKill = 'Matar el proceso'; +$strKorean = 'Coreano'; + +$strLaTeX = 'LaTeX'; +$strLaTeXOptions = 'opciones LaTeX'; +$strLandscape = 'Orientación horizontal'; +$strLatchedPages = 'Páginas vinculadas'; +$strLatexCaption = 'Subtitulado de la tabla'; +$strLatexContent = 'Contenido de la tabla __TABLE__'; +$strLatexContinued = '(continúa)'; +$strLatexContinuedCaption = 'Continuación del subtitulado de la tabla'; +$strLatexIncludeCaption = 'Incluya subtitulado de la tabla'; +$strLatexLabel = 'Clave de la etiqueta'; +$strLatexStructure = 'Estructura de la tabla __TABLE__'; +$strLatvian = 'Letón'; +$strLengthSet = 'Longitud/Valores*'; +$strLimitNumRows = 'registros por página'; +$strLineFeed = 'Retorno de carro: \\n'; +$strLinesTerminatedBy = 'Líneas terminadas en'; +$strLinkNotFound = 'Enlace no encontrado'; +$strLinksTo = 'Enlaces a'; +$strLithuanian = 'Lituano'; +$strLoadExplanation = 'El mejor método es revisado en forma predeterminada, pero puede cambiarla si fracasa.'; +$strLoadMethod = 'CARGAR método'; +$strLocalhost = 'Local'; +$strLocationTextfile = 'Localización del archivo de texto'; +$strLogPassword = 'Contraseña:'; +$strLogServer = 'Servidor'; +$strLogUsername = 'Usuario:'; +$strLogin = 'Identificación'; +$strLoginInformation = 'Información acerca del login'; +$strLogout = 'Salir'; +$strLongOperation = 'Esta operación podría tomar algún tiempo. ¿Procedo de todas formas?'; + +$strMIMETypesForTable = 'MIME TYPES PARA LA TABLA'; +$strMIME_MIMEtype = 'MIME-type'; +$strMIME_available_mime = 'MIME-types disponibles'; +$strMIME_available_transform = 'Transformaciones disponibles'; +$strMIME_description = 'Descripción'; +$strMIME_nodescription = 'No hay una descripción disponible para esta transformación.
Por favor pregunte al autor lo que %s hace.'; +$strMIME_transformation = 'Transformación del navegador'; +$strMIME_transformation_note = 'Para una lista de opciones de transformación disponibles y sus transformaciones MIME-type transformations, dé clic en %stransformation descriptions%s'; +$strMIME_transformation_options = 'Opciones de transformación'; +$strMIME_transformation_options_note = 'Por favor ingrese los valores para las opciones de transformación usando este formato: \'a\',\'b\',\'c\'...
Si alguna vez requiere insertar un Backslash ("\") o comilla sencilla ("\'") entre esos valores, use backslash (por ejemplo \'\\\\xyz\' o \'a\\\'b\').'; +$strMIME_without = 'MIME-types impresos en itálicas no tienen una función de transformación adicional'; +$strMaximumSize = 'Tamaño máximo: %s%s'; +$strMbExtensionMissing = 'No se halló la extensión PHP mbstring y al parecer usted está usando tipografía multibyte. phpMyAdmin no puede cortar los strings correctamente sin la extensión mbstring y podría dar resultados inesperados.'; +$strMbOverloadWarning = 'Usted ha activado mbstring.func_overload en su configuración PHP. ¡Esta opción es incompatible con phpMyAdmin y podría causar la pérdida de algunos datos!'; +$strModifications = 'Se han guardado las modificaciones'; +$strModify = 'Modificar'; +$strModifyIndexTopic = 'Modificar un índice'; +$strMoreStatusVars = 'Más variables del estado actual'; +$strMoveTable = 'Mover tabla a (Base de datos.tabla):'; +$strMoveTableOK = 'La tabla %s ha sido movida a %s.'; +$strMoveTableSameNames = '¡No es posible mover la tabla a la misma!'; +$strMultilingual = 'multilingüe'; +$strMustSelectFile = 'Debe seleccionar el archivo que desea insertar.'; +$strMyISAMDataPointerSize = 'Tamaño del puntero de datos'; +$strMyISAMDataPointerSizeDesc = 'El tamaño predeterminado del puntero de datos en bytes, para su uso en CREATE TABLE para las tablas MyISAM cuando no se ha especificado la opción MAX_ROWS.'; +$strMyISAMMaxExtraSortFileSize = 'Tamaño máximo de los archivos temporales durante la generación del índice'; +$strMyISAMMaxExtraSortFileSizeDesc = 'Si el archivo temporal usado para la generación rápida de índices MyISAM fuese mayor que el uso del key cache por la cantidad especificada aquí, prefiera el método key cache.'; +$strMyISAMMaxSortFileSize = 'Tamaño máximo para los archivos temporales generados durante la organización'; +$strMyISAMMaxSortFileSizeDesc = 'El tamaño máximo del archivo temporal que MySQL puede generar mientras genera un nuevo índice MyISAM of the temporary file (durante REPAIR TABLE, ALTER TABLE, o LOAD DATA INFILE).'; +$strMyISAMRecoverOptions = 'Modalidad de recuperación automática'; +$strMyISAMRecoverOptionsDesc = 'La modalidad para la recuperación automática de tablas MyISAM caídas catastróficamente, como fuera determinado mediante la opción al arranque del servidor --myisam-recover.'; +$strMyISAMRepairThreads = 'Reparar los threads'; +$strMyISAMRepairThreadsDesc = 'Si este valor es superior a 1, se generan los índices de las tablas MyISAM en paralelo (cada índice con su propio thread) durante el proceso Repare mediante organización.'; +$strMyISAMSortBufferSize = 'Organizar el tamaño del búfer de memoria'; +$strMyISAMSortBufferSizeDesc = 'La cantidad de memoria que se asigna para organizar los índices MyISAM durante la operación REPAIR TABLE o cuando se generan índices con CREATE INDEX o ALTER TABLE.'; +$strMySQLCharset = 'Juegos de caracteres de MySQL'; +$strMySQLConnectionCollation = 'Cotejamiento (collation) de las conexiones MySQL'; +$strMySQLReloaded = 'Reinicio de MySQL.'; +$strMySQLSaid = 'MySQL ha dicho: '; +$strMySQLServerProcess = 'MySQL %pma_s1% ejecutándose en %pma_s2% como %pma_s3%'; +$strMySQLShowProcess = 'Mostrar procesos'; +$strMySQLShowStatus = 'Mostrar información de marcha de MySQL'; +$strMySQLShowVars = 'Mostrar las variables del sistema MySQL'; + +$strName = 'Nombre'; +$strNeedPrimaryKey = 'Usted debe definir una llave primaria para esta tabla.'; +$strNext = 'Próxima'; +$strNo = 'No'; +$strNoActivity = 'No ha habido actividad desde hace %s o más segundos, por favor reingrese al sitio'; +$strNoDatabases = 'No hay bases de datos'; +$strNoDatabasesSelected = 'No se seleccionaron bases de datos.'; +$strNoDescription = 'Sin descripción'; +$strNoDetailsForEngine = 'No existe información detallada acerca de las condiciones en que se encuentra este motor de almacenamiento.'; +$strNoDropDatabases = '"DROP DATABASE" los enunciados ("sentences") están deshabilitados.'; +$strNoExplain = 'Saltarse la explicación del SQL'; +$strNoFrames = 'phpMyAdmin funciona mejor con un navegador que soporte marcos (frames).'; +$strNoIndex = '¡No se ha definido el índice!'; +$strNoIndexPartsDefined = '¡No se han definido las partes del índice!'; +$strNoModification = 'Sin cambios'; +$strNoOptions = 'Este formato no tiene opciones'; +$strNoPassword = 'Sin contraseña'; +$strNoPermission = 'El servidor web no tiene permiso para guardar el archivo %s.'; +$strNoPhp = 'Sin código PHP'; +$strNoPrivileges = 'Sin privilegios'; +$strNoQuery = '¡No existe la consulta SQL!'; +$strNoRights = '¡Usted no tiene suficientes privilegios para estar aquí ahora!'; +$strNoRowsSelected = 'No se seleccionaron filas'; +$strNoSpace = 'No hay suficiente espacio para guardar el archivo %s.'; +$strNoTablesFound = 'No se han encontrado tablas en la base de datos.'; +$strNoThemeSupport = 'No existe soporte para Temas, por favor, revise su configuración y/o sus temas en el directorio %s.'; +$strNoUsersFound = 'Usuario(s) no encontrado(s).'; +$strNoValidateSQL = 'Saltarse la validación del SQL'; +$strNone = 'Ninguna'; +$strNotNumber = '¡Ésto no es un número!'; +$strNotOK = 'no recibió el OK'; +$strNotSet = 'La tabla %s no fue hallada o no fue definida en %s'; +$strNotValidNumber = '¡no es un número de fila válido!'; +$strNull = 'Nulo'; +$strNumSearchResultsInTable = '%s resultado(s) en la tabla %s'; +$strNumSearchResultsTotal = 'Total: %s resultado(s)'; +$strNumTables = 'Tablas'; + +$strOK = 'OK'; +$strOftenQuotation = 'A menudo son comillas. OPCIONALMENTE significa que únicamente los campos char y varchar están encerrados por el caracter "comillas".'; +$strOperations = 'Operaciones'; +$strOperator = 'Operador'; +$strOptimizeTable = 'Optimizar la tabla'; +$strOptionalControls = 'Es opcional. Controla el modo de escribir o leer caracteres especiales.'; +$strOptionally = 'OPCIONALMENTE'; +$strOr = 'O'; +$strOverhead = 'Residuo a depurar'; +$strOverwriteExisting = 'Sobreescribir el(los) archivo(s) existente(s)'; + +$strPHP40203 = 'Usted está usando PHP 4.2.3, el cual tiene un error de codificación en cuanto a los "strings multi-byte" (mbstring). Lea el reporte 19404 de PHP. Esta versión de PHP no está recomendada para ser usada con phpMyAdmin.'; +$strPHPVersion = 'Versión de PHP'; +$strPageNumber = 'Número de página:'; +$strPagesToBeFlushed = 'Páginas que serán eliminadas'; +$strPaperSize = 'Tamaño del papel'; +$strPartialText = 'Textos parciales'; +$strPassword = 'Contraseña'; +$strPasswordChanged = 'La contraseña para %s fue cambiada exitosamente.'; +$strPasswordEmpty = '¡La contraseña está vacía!'; +$strPasswordHashing = 'Hashing de la contraseña'; +$strPasswordNotSame = '¡Las contraseñas no coinciden!'; +$strPdfDbSchema = 'Esquema de la base de datos "%s" - Página %s'; +$strPdfInvalidTblName = '¡La tabla "%s" no existe!'; +$strPdfNoTables = 'No existen tablas'; +$strPerHour = 'por hora'; +$strPerMinute = 'por minuto'; +$strPerSecond = 'por segundo'; +$strPersian = 'Persa'; +$strPhoneBook = 'directorio telefónico'; +$strPhp = 'Crear código PHP'; +$strPmaDocumentation = 'Documentación de phpMyAdmin'; +$strPmaUriError = 'La directiva $cfg[\'PmaAbsoluteUri\'] ¡DEBE constar en el fichero de configuración!'; +$strPolish = 'Polaco'; +$strPortrait = 'Orientación vertical'; +$strPos1 = 'Empezar'; +$strPrevious = 'Previo'; +$strPrimary = 'Primaria'; +$strPrimaryKeyHasBeenDropped = 'La clave primaria ha sido eliminada'; +$strPrimaryKeyName = 'El nombre de la clave primaria debe ser... ¡PRIMARY!'; +$strPrimaryKeyWarning = '("PRIMARY" debe ser el nombre de y únicamente de ¡una clave primaria!)'; +$strPrint = 'Imprimir'; +$strPrintView = 'Vista de impresión'; +$strPrintViewFull = 'Previsualización para imprimir (documento completo)'; +$strPrivDescAllPrivileges = 'Incluye todos los privilegios excepto CONCEDER (GRANT).'; +$strPrivDescAlter = 'Permite alterar la estructura de las tablas existentes.'; +$strPrivDescCreateDb = 'Permite crear nuevas bases de datos y tablas.'; +$strPrivDescCreateTbl = 'Permite la creación de tablas nuevas.'; +$strPrivDescCreateTmpTable = 'Permite la creación de tablas temporales.'; +$strPrivDescDelete = 'Permite borrar datos.'; +$strPrivDescDropDb = 'Permite eliminar bases de datos y tablas.'; +$strPrivDescDropTbl = 'Permite eliminar tablas.'; +$strPrivDescExecute = 'Permite correr procedimientos guardados; no tiene efecto en esta versión de MySQL.'; +$strPrivDescFile = 'Permite importar y exportar datos de y hacia archivos.'; +$strPrivDescGrant = 'Permite añadir usuarios y privilegios sin conectarse nuevamente a la tabla de privilegios.'; +$strPrivDescIndex = 'Permite crear y eliminar índices.'; +$strPrivDescInsert = 'Permite insertar y reemplazar datos.'; +$strPrivDescLockTables = 'Permite poner candados a las tablas para el "thread" actual.'; +$strPrivDescMaxConnections = 'Limita el número de conexiones nuevas que el usuario puede abrir por hora.'; +$strPrivDescMaxQuestions = 'Limita el número de consultas que el usuario puede enviar al servidor por hora.'; +$strPrivDescMaxUpdates = 'Limita el número de comandos que cambian cualquier tabla o base de datos que el usuario puede ejecutar por hora.'; +$strPrivDescProcess3 = 'Permite destruir los procesos de otros usuarios.'; +$strPrivDescProcess4 = 'Permite ver las consultas completas en la lista de procesos.'; +$strPrivDescReferences = 'No tiene efecto en esta versión de MySQL.'; +$strPrivDescReload = 'Permite volver a cargar los parámetros del servidor y depurar los cachés del servidor.'; +$strPrivDescReplClient = 'Da el derecho al usuario para preguntar dónde están los "esclavos / masters".'; +$strPrivDescReplSlave = 'Necesario para los "esclavos" de replicación.'; +$strPrivDescSelect = 'Permite leer los datos.'; +$strPrivDescShowDb = 'Concede acceso a la lista completa de bases de datos.'; +$strPrivDescShutdown = 'Permite desconectar el servidor.'; +$strPrivDescSuper = 'Permite la conexión, incluso si el número máximo de conexiones ha sido alcanzado; Necesario para la mayor parte de operaciones administrativas tales como montar parámetros de variables globales o matar "threads" de otros usuarios.'; +$strPrivDescUpdate = 'Permite cambiar los datos.'; +$strPrivDescUsage = 'Sin privilegios.'; +$strPrivileges = 'Privilegios'; +$strPrivilegesReloaded = 'Los privilegios fueron cargados nuevamente de manera exitosa.'; +$strProcesslist = 'Lista de procesos'; +$strPutColNames = 'Ponga los nombres de campo en la primera hilera'; + +$strQBE = 'Generar una consulta'; +$strQBEDel = 'Borrar'; +$strQBEIns = 'Insertar'; +$strQueryFrame = 'Ventana de consulta'; +$strQueryOnDb = 'Consulta a la base de datos %s:'; +$strQuerySQLHistory = 'Historial-SQL'; +$strQueryStatistics = 'Estadísticas de consulta: Desde su inicio, %s consultas han sido enviadas al servidor.'; +$strQueryTime = 'La consulta tardó %01.4f seg'; +$strQueryType = 'Tipo de consulta'; +$strQueryWindowLock = 'No sobreescriba esta consulta desde fuera de la ventana'; + +$strReType = 'Re-escriba'; +$strReceived = 'Recibido'; +$strRecords = 'Registros'; +$strReferentialIntegrity = 'Compruebe la integridad referencial:'; +$strRefresh = 'Actualizar'; +$strRelationNotWorking = 'Las opciones adicionales para trabajar con tablas vinculadas fueron desactivadas. Para saber porqué, dé clic %saquí%s.'; //Features = ¿opciones, componentes? +$strRelationView = 'Vista de relaciones'; +$strRelationalSchema = 'Esquema relacionado'; +$strRelations = 'Relaciones'; +$strRelationsForTable = 'RELACIONES PARA LA TABLA'; +$strReloadFailed = 'El reinicio de MySQL ha fallado.'; +$strReloadMySQL = 'Reinicio de MySQL'; +$strReloadingThePrivileges = 'Cargando los privilegios nuevamente'; +$strRemoveSelectedUsers = 'Retire a los usuarios seleccionados'; +$strRenameDatabaseOK = 'La base de datos %s ha sido cambiada de nombre a %s'; +$strRenameTable = 'Cambiar el nombre de la tabla a'; +$strRenameTableOK = 'Tabla %s ahora se llama %s'; +$strRepairTable = 'Reparar la tabla'; +$strReplace = 'Reemplazar'; +$strReplaceNULLBy = 'Reemplace NULL con'; +$strReplaceTable = 'Reemplazar los datos de la tabla con archivo'; +$strReset = 'Reset'; +$strResourceLimits = 'Límites de recursos'; +$strRevoke = 'Revocar'; +$strRevokeAndDelete = 'Revocar todos los privilegios activos de los usuarios y bórrelos después.'; +$strRevokeAndDeleteDescr = 'Los usuarios aún tendrán el privilegio "USAGE" hasta que los privilegios se hayan vuelto a cargar.'; +$strRevokeMessage = 'Ud. ha revocado los privilegios para %s'; +$strRomanian = 'Rumano'; +$strRowLength = 'Longitud de la fila'; +$strRowSize = ' Tamaño de la fila '; +$strRows = 'Filas'; +$strRowsFrom = 'filas empezando de'; +$strRowsModeFlippedHorizontal = 'horizontal (encabezados rotados)'; +$strRowsModeHorizontal = 'horizontal'; +$strRowsModeOptions = 'en modo %s y repite encabezados cada %s celdas'; +$strRowsModeVertical = 'vertical'; +$strRowsStatistic = 'Estadísticas de la fila'; +$strRunQuery = 'Ejecutar la consulta'; +$strRunSQLQuery = 'Ejecute la/s consulta/s SQL en la base de datos %s'; +$strRunning = 'ejecutándose en %s'; +$strRussian = 'Ruso'; + +$strSQL = 'SQL'; +$strSQLExportCompatibility = 'Compatibilidad con exportación SQL'; +$strSQLExportType = 'Tipo de exportación'; +$strSQLOptions = 'Opciones SQL'; +$strSQLParserBugMessage = 'Hay la posibilidad de que usted haya encontrado un error en el intérprete de SQL. Por favor examine cuidadosamente su consulta, y verifique que las comillas son usadas adecuadamente y hacen juego. Otra posible causa del fallo es que usted este subiendo un archivo con datos binarios por fuera del área de texto delimitado. Intente su consulta en la interfaz de comandos de MySQL. La salida generada por el servidor de MySQL, de existir, aparece abajo, en cuyo caso puede ayudar a diagnosticar el problema. Si aún tiene problemas o el intérprete falla en tanto que en la interfaz de comandos funciona, por favor reduzca la salida de su consulta de SQL a la consulta que genera el problema, y envíe un reporte de error con la cadena de datos en la sección de CORTE indicada abajo:'; +$strSQLParserUserError = 'Parece haber un error en su consulta de SQL. La salida generada por el servidor de MySQL, de existir, aparece abajo, en cuyo caso puede ayudar a diagnosticar el problema.'; +$strSQLQuery = 'consulta SQL'; +$strSQLResult = 'Resultado SQL'; +$strSQPBugInvalidIdentifer = 'El identificador no es válido'; +$strSQPBugUnclosedQuote = 'Comillas sin cerrar'; +$strSQPBugUnknownPunctuation = 'Signo de puntuación desconocido'; +$strSave = 'Grabar'; +$strSaveOnServer = 'Guardar en el servidor, en el directorio %s '; +$strScaleFactorSmall = 'El factor de la escala es demasiado pequeño para poner el esquema en una página'; +$strSearch = 'Buscar'; +$strSearchFormTitle = 'Buscar en la base de datos'; +$strSearchInTables = 'En la(s) tabla(s):'; +$strSearchNeedle = 'Palabra(s) o valor(es) a buscar (comodín: "%"):'; +$strSearchOption1 = 'al menos una de estas palabras'; +$strSearchOption2 = 'Todas las palabras'; +$strSearchOption3 = 'La frase exacta'; +$strSearchOption4 = 'como expresión regular'; +$strSearchResultsFor = 'Resultados de la búsqueda por "%s" %s:'; +$strSearchType = 'Encontrado:'; +$strSecretRequired = 'El archivo de configuración ahora necesita salvoconducto (una frase secreta) (blowfish_secret).'; +$strSelectADb = 'Seleccione una base de datos'; +$strSelectAll = 'Seleccione todo'; +$strSelectBinaryLog = 'Seleccione el log binario para ver'; +$strSelectFields = 'Seleccionar campos (al menos uno):'; +$strSelectNumRows = 'en la consulta'; +$strSelectTables = 'Seleccionar tablas'; +$strSend = 'Enviar (genera un archivo descargable)'; +$strSent = 'Enviado'; +$strServer = 'Servidor'; +$strServerChoice = 'Elección del servidor'; +$strServerNotResponding = 'El servidor no está respondiendo'; +$strServerStatus = 'Información acerca del tiempo de marcha'; +$strServerStatusUptime = 'Este servidor MySQL ha estado corriendo durante %s. Se inició en %s.'; +$strServerTabProcesslist = 'Procesos'; +$strServerTabVariables = 'Variables'; +$strServerTrafficNotes = 'Tráfico del servidor: Estas tablas las estadísticas de tráfico en la red de este servidor MySQL desde su inicio.'; +$strServerVars = 'Variables y parámetros del servidor'; +$strServerVersion = 'Versión del servidor'; +$strSessionValue = 'Valor de la sesión'; +$strSetEnumVal = 'Si el tipo de campo es "enum" o "set", por favor ingrese los valores usando este formato: \'a\',\'b\',\'c\'...
Si alguna vez necesita poner una barra invertida("\") o una comilla simple ("\'") entre esos valores, siempre ponga una barra invertida. (Por ejemplo \'\\\\xyz\' o \'a\\\'b\').'; +$strShow = 'Mostrar'; +$strShowAll = 'Mostrar todo'; +$strShowColor = 'Mostrar color'; +$strShowDatadictAs = 'Formato del Diccionario de Datos'; +$strShowFullQueries = 'Muestre las consultas enteras'; +$strShowGrid = 'Mostrar cuadrícula'; +$strShowPHPInfo = 'Mostrar información de PHP'; +$strShowTableDimension = 'Mostrar la dimensión de las tablas'; +$strShowTables = 'Mostrar las tablas'; +$strShowThisQuery = ' Mostrar esta consulta otra vez '; +$strShowingRecords = 'Mostrando registros '; +$strSimplifiedChinese = 'Chino simplificado'; +$strSingly = '(solo)'; +$strSize = 'Tamaño'; +$strSlovak = 'Eslovaco'; +$strSlovenian = 'Esloveno'; +$strSocketProblem = '(o el socket del servidor MySQL local no est[a configurado correctamente)'; +$strSort = 'Ordenar'; +$strSortByKey = 'Organizar según la clave'; +$strSpaceUsage = 'Espacio utilizado'; +$strSpanish = 'Español'; +$strSplitWordsWithSpace = 'Palabras separadas por un espacio (" ").'; +$strStatCheckTime = 'Última revisión'; +$strStatCreateTime = 'Creación'; +$strStatUpdateTime = 'Última actualización'; +$strStatement = 'Enunciado'; +$strStatus = 'Estado actual'; +$strStorageEngine = 'Motor de almacenamiento'; +$strStorageEngines = 'Motores de almacenamiento'; +$strStrucCSV = 'Datos CSV '; +$strStrucData = 'Estructura y datos'; +$strStrucDrop = 'Añadir DROP TABLE'; +$strStrucExcelCSV = 'CSV para datos de MS Excel'; +$strStrucNativeExcel = 'Datos de MS Excel en formato nativo'; +$strStrucOnly = 'Únicamente la estructura '; +$strStructPropose = 'Planteamiento de una estructura de tabla'; +$strStructure = 'Estructura'; +$strSubmit = 'Enviar'; +$strSuccess = 'Su consulta ha sido ejecutada con éxito'; +$strSum = 'Número de filas'; +$strSwedish = 'Sueco'; +$strSwitchToDatabase = 'Seleccione la base de datos copiada'; +$strSwitchToTable = 'Cambie (switch) a la tabla copiada'; + +$strTable = 'Tabla'; +$strTableComments = 'Comentarios de la tabla'; +$strTableEmpty = '¡El nombre de la tabla está vacío!'; +$strTableHasBeenDropped = 'Se ha eliminado la tabla %s'; +$strTableHasBeenEmptied = 'Se ha vaciado la tabla %s'; +$strTableHasBeenFlushed = 'Se ha vaciado el caché de la tabla %s'; +$strTableMaintenance = 'Mantenimiento de la tabla'; +$strTableOfContents = 'Tabla de contenidos'; +$strTableOptions = 'Opciones de la tabla'; +$strTableStructure = 'Estructura de tabla para la tabla'; +$strTableType = 'Tipo de tabla'; +$strTables = '%s tabla(s)'; +$strTakeIt = 'tómelo'; +$strTblPrivileges = 'Privilegios específicos para la tabla'; +$strTextAreaLength = ' Debido a su longitud,
este campo puede no ser editable '; +$strThai = 'Tailandés'; +$strTheContent = 'Se insertó el contenido de su archivo.'; +$strTheContents = 'El contenido del archivo reemplaza el contenido de la tabla seleccionada para las columnas idénticas primarias o únicas.'; +$strTheTerminator = 'El terminador de los campos.'; +$strTheme = 'Tema / Estilo'; +$strThisHost = 'Este Host'; +$strThisNotDirectory = 'Esto no fue un directorio'; +$strThreadSuccessfullyKilled = 'El thread %s fue destruido exitosamente.'; +$strTime = 'Tiempo'; +$strToggleScratchboard = 'toggle scratchboard'; +$strTotal = 'total'; +$strTotalUC = 'Total'; +$strTraditionalChinese = 'Chino tradicional'; +$strTraditionalSpanish = 'Español tradicional'; +$strTraffic = 'Tráfico'; +$strTransformation_application_octetstream__download = 'Muestre un enlace para descargar los datos binarios de un campo. La primera opción es el nombre del archivo binario. La segunda opción es un nombre de campo factible de una fila de la tabla que contiene el nombre del campo. Si usted aporta una segunda opción, necesariamente deberá consignar la primera opción a un "string" vacío'; +$strTransformation_image_jpeg__inline = 'Muestra un thumbnail que puede abrirse mediante un clic; opciones: width, height en píxeles (mantiene la proporción original)'; +$strTransformation_image_jpeg__link = 'Muestra un enlace a esta imagen (blob download directo, i.e.).'; +$strTransformation_image_png__inline = 'Ver imagen/jpeg: inline'; +$strTransformation_text_plain__dateformat = 'Toma un campo TIME, TIMESTAMP o DATETIME y lo formatea usando su formato de fechas local. La primera opción es el offset (en horas) que se añadirá al timestamp (Predeterminado: 0). La segunda opción es un dateformat diferente de acuerdo con los parámetros disponibles para el strftime() del PHP.'; +$strTransformation_text_plain__external = 'LINUX SOLAMENTE: Ejecuta una aplicación externa y alimenta el fielddata mediante input estándar. Retorna el output estándar de la aplicación. El predeterminado es Tidy, para mostrar código HTML agradable para la impresión. Por razones de seguridad, debe editar manualmente el archivo libraries/transformations/text_plain__external.inc.php e insertar las herramientas que permitirá se ejecuten. La primera opción será el número del programa que querrá utilizar y la segunda opción son los parámetros para el programa. El tercer parámetro, de ser 1 convertirá el output usando htmlspecialchars() (el predeterminado es 1). Un cuarto parámetro, de ser 1 pondrá un NOWRAP a la celda de contenido para que todo el output se muestre sin reformatear (Predeterminado 1)'; +$strTransformation_text_plain__formatted = 'Mantiene el formato original del campo. No se puede hacer Escape.'; +$strTransformation_text_plain__imagelink = 'Muestra una imagen y un enlace, el campo contiene el nombre del archivo; la primera opción es un prefijo como "http://dominio.com/", la segunda opción es el ancho en píxeles, el tercero es el alto.'; +$strTransformation_text_plain__link = 'Muestra un enlace, el campo contiene el nombre del archivo; la primera opción es un prefijo como "http://dominio.com/", la segunda opción es un título para el enlace.'; +$strTransformation_text_plain__substr = 'Solamente muestra una parte del string. La primera opción es un offset para definir en dónde empieza el output de su texto (Predeterminado 0). La segunda opción es un offset para definir cuánto texto es retornado. Si está vacío, regresa todo el texto restante. La tercera opción define cuáles chars se adjuntarán al output cuando se regrese un substring (Predeterminado: ...) .'; +$strTransformation_text_plain__unformatted = 'Muestra el código HTML como entidades HTML. No se muestra formato HTML.'; +$strTruncateQueries = 'Trunque las consultas que ya se han mostrado'; +$strTurkish = 'Turco'; +$strType = 'Tipo'; + +$strUkrainian = 'Ucraniano'; +$strUncheckAll = 'Desmarcar todos'; +$strUnicode = 'Unicode'; +$strUnique = 'Único'; +$strUnknown = 'desconocido'; +$strUnselectAll = 'Deseleccione todo'; +$strUpdComTab = 'Para actualizar su tabla Columna_comentarios (Column_comments), por favor revise la documentación'; +$strUpdatePrivMessage = 'Ud. ha actualizado los privilegios para %s.'; +$strUpdateProfileMessage = 'Se ha actualizado el perfil.'; +$strUpdateQuery = 'Modificar la consulta'; +$strUpgrade = 'Usted debería actualizar su %s a la versión %s o más reciente.'; +$strUsage = 'Uso'; +$strUseBackquotes = 'Usar "backquotes" con tablas y nombres de campo'; +$strUseHostTable = 'Use la tabla Anfitrión (Host)'; +$strUseTabKey = 'Use la tecla TAB para saltar de un valor a otro, o CTRL+flechas para moverse a cualquier parte'; +$strUseTables = 'Usar tablas'; +$strUseTextField = 'Use el campo de texto'; +$strUseThisValue = 'Use este valor'; +$strUser = 'Usuario'; +$strUserAlreadyExists = '¡El usuario %s ya existe!'; +$strUserEmpty = '¡El nombre de usuario está vacío!'; +$strUserName = 'Nombre de usuario'; +$strUserNotFound = 'El usuario que seleccionó no fue hallado en la tabla de privilegios.'; +$strUserOverview = 'Vista global del usuario'; +$strUsersDeleted = 'Los usuarios seleccionados fueron borrados exitosamente.'; +$strUsersHavingAccessToDb = 'Usuarios con acceso a "%s"'; + +$strValidateSQL = 'Validar el SQL'; +$strValidatorError = 'El validador de SQL no pudo inicializarse. Por favor revise si ha instalado las extensiones php necesarias, como fueron descritas en la %sdocumentación%s.'; +$strValue = 'Valor'; +$strVar = 'Variable'; +$strVersionInformation = 'Acerca de esta versión'; +$strView = 'Visualizar'; +$strViewDump = 'Mostrar el volcado esquema de la tabla'; +$strViewDumpDB = 'Ver el volcado esquema de la base de datos'; +$strViewDumpDatabases = 'Ver el dump (schema) de la base de datos'; +$strViewHasBeenDropped = 'Se descartó el modo de visualización %s'; + +$strWebServerUploadDirectory = 'directorio en el servidor web para subir los archivos'; +$strWebServerUploadDirectoryError = 'No está disponible el directorio que usted habilitó para subir las tareas'; +$strWelcome = 'Bienvenido a %s'; +$strWestEuropean = 'Europea occidental'; +$strWildcard = 'comodín'; +$strWindowNotFound = 'La ventana del navegador no pudo actualizarse. Quizá cerró la ventana principal o su navegador está bloqueando las actualizaciones en ventanas múltiples debido a sus parámetros de seguridad.'; +$strWithChecked = 'Con marca:'; +$strWritingCommentNotPossible = 'No fue posible escribir el comentario'; +$strWritingRelationNotPossible = 'No fue posible escribir la relación'; +$strWrongUser = 'Usuario/contraseña equivocado. Acceso denegado.'; + +$strXML = 'XML'; + +$strYes = 'Sí'; + +$strZeroRemovesTheLimit = 'Nota: si cambia los parámetros de estas opciones a 0 (cero), remueve el límite.'; +$strZip = '"comprimido con zip"'; + +// To translate: + +$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate +$strBufferReadMisses = 'Read misses'; //to translate +$strBufferReadMissesInPercent = 'Read misses in %'; //to translate +$strBufferWriteWaits = 'Write waits'; //to translate +$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate + +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate + +$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate +$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate +$strInnoDBPages = 'pages'; //to translate + +$strReadRequests = 'Read requests'; //to translate + +$strWriteRequests = 'Write requests'; //to translate + +?> diff --git a/libraries/select_lang.lib.php b/libraries/select_lang.lib.php index 65255cd81..095cb043a 100644 --- a/libraries/select_lang.lib.php +++ b/libraries/select_lang.lib.php @@ -80,6 +80,7 @@ $available_languages = array( 'en-iso-8859-1' => array('en|english', 'english-iso-8859-1', 'en'), 'en-utf-8' => array('en|english', 'english-utf-8', 'en'), 'es-iso-8859-1' => array('es|spanish', 'spanish-iso-8859-1', 'es'), + 'es-iso-8859-15' => array('es|spanish', 'spanish-iso-8859-15', 'es'), 'es-utf-8' => array('es|spanish', 'spanish-utf-8', 'es'), 'et-iso-8859-1' => array('et|estonian', 'estonian-iso-8859-1', 'et'), 'et-utf-8' => array('et|estonian', 'estonian-utf-8', 'et'), @@ -88,6 +89,7 @@ $available_languages = array( 'fa-win1256' => array('fa|persian', 'persian-windows-1256', 'fa'), 'fa-utf-8' => array('fa|persian', 'persian-utf-8', 'fa'), 'fi-iso-8859-1' => array('fi|finnish', 'finnish-iso-8859-1', 'fi'), + 'fi-iso-8859-15' => array('fi|finnish', 'finnish-iso-8859-15', 'fi'), 'fi-utf-8' => array('fi|finnish', 'finnish-utf-8', 'fi'), 'fr-iso-8859-1' => array('fr|french', 'french-iso-8859-1', 'fr'), 'fr-iso-8859-15' => array('fr|french', 'french-iso-8859-15', 'fr'), @@ -105,6 +107,7 @@ $available_languages = array( 'id-iso-8859-1' => array('id|indonesian', 'indonesian-iso-8859-1', 'id'), 'id-utf-8' => array('id|indonesian', 'indonesian-utf-8', 'id'), 'it-iso-8859-1' => array('it|italian', 'italian-iso-8859-1', 'it'), + 'it-iso-8859-15' => array('it|italian', 'italian-iso-8859-15', 'it'), 'it-utf-8' => array('it|italian', 'italian-utf-8', 'it'), 'ja-euc' => array('ja|japanese', 'japanese-euc', 'ja'), 'ja-sjis' => array('ja|japanese', 'japanese-sjis', 'ja'), @@ -119,6 +122,7 @@ $available_languages = array( 'ms-iso-8859-1' => array('ms|malay', 'malay-iso-8859-1', 'ms'), 'ms-utf-8' => array('ms|malay', 'malay-utf-8', 'ms'), 'nl-iso-8859-1' => array('nl|dutch', 'dutch-iso-8859-1', 'nl'), + 'nl-iso-8859-15' => array('nl|dutch', 'dutch-iso-8859-15', 'nl'), 'nl-utf-8' => array('nl|dutch', 'dutch-utf-8', 'nl'), 'no-iso-8859-1' => array('no|norwegian', 'norwegian-iso-8859-1', 'no'), 'no-utf-8' => array('no|norwegian', 'norwegian-utf-8', 'no'), @@ -128,6 +132,7 @@ $available_languages = array( 'ptbr-iso-8859-1' => array('pt[-_]br|brazilian portuguese', 'brazilian_portuguese-iso-8859-1', 'pt-BR'), 'ptbr-utf-8' => array('pt[-_]br|brazilian portuguese', 'brazilian_portuguese-utf-8', 'pt-BR'), 'pt-iso-8859-1' => array('pt|portuguese', 'portuguese-iso-8859-1', 'pt'), + 'pt-iso-8859-15' => array('pt|portuguese', 'portuguese-iso-8859-15', 'pt'), 'pt-utf-8' => array('pt|portuguese', 'portuguese-utf-8', 'pt'), 'ro-iso-8859-1' => array('ro|romanian', 'romanian-iso-8859-1', 'ro'), 'ro-utf-8' => array('ro|romanian', 'romanian-utf-8', 'ro'),