Hungarian update

This commit is contained in:
Marc Delisle
2007-11-26 18:07:36 +00:00
parent 36bfa75c09
commit 7de1c00250
3 changed files with 1003 additions and 1004 deletions

View File

@@ -29,6 +29,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
- bug #1793948 [parser] ROW_FORMAT incorrectly parsed - bug #1793948 [parser] ROW_FORMAT incorrectly parsed
- undefined PMA_MYSQL_INT_VERSION when no default server is set - undefined PMA_MYSQL_INT_VERSION when no default server is set
- bug #1763343 [session] Behavior with session.auto_start enabled - bug #1763343 [session] Behavior with session.auto_start enabled
+ [lang] Hungarian update, thanks to Mihály Mészáros
2.11.2.2 (2007-11-20) 2.11.2.2 (2007-11-20)
- bug #1835123 [security] fixed XSS vulnerability on login page, - bug #1835123 [security] fixed XSS vulnerability on login page,

View File

@@ -1,7 +1,7 @@
<?php <?php
// Peter Bakondy <bakondyp@freemail.hu> // Peter Bakondy <bakondyp@freemail.hu>
// Mih<69>ly M<>sz<73>ros <necronix@freemail.hu> // Mih<69>ly M<>sz<73>ros <poizon at sth dot sze dot hu>
$charset = 'iso-8859-2'; $charset = 'iso-8859-2';
$text_dir = 'ltr'; // ('ltr': balr<6C>l jobbra, 'rtl': jobbr<62>l balra) $text_dir = 'ltr'; // ('ltr': balr<6C>l jobbra, 'rtl': jobbr<62>l balra)
@@ -23,31 +23,34 @@ $strAccessDeniedExplanation = 'A phpMyAdmin megpr
$strAccessDenied = 'Hozz<7A>f<EFBFBD>r<EFBFBD>s megtagadva'; $strAccessDenied = 'Hozz<7A>f<EFBFBD>r<EFBFBD>s megtagadva';
$strAction = 'Parancs'; $strAction = 'Parancs';
$strAddAutoIncrement = 'AUTO_INCREMENT <20>rt<72>k hozz<7A>ad<61>sa'; $strAddAutoIncrement = 'AUTO_INCREMENT <20>rt<72>k hozz<7A>ad<61>sa';
$strAddClause = '%s hozz<7A>ad<61>sa';
$strAddConstraints = 'Megszor<6F>t<EFBFBD>s hozz<7A>ad<61>sa'; $strAddConstraints = 'Megszor<6F>t<EFBFBD>s hozz<7A>ad<61>sa';
$strAddDeleteColumn = 'Mez&#337; Oszlopokat Hozz<EFBFBD>ad/T<EFBFBD>r<EFBFBD>l'; $strAddDeleteColumn = 'Mez&#337; oszlopokat hozz<EFBFBD>ad/t<EFBFBD>r<EFBFBD>l';
$strAddDeleteRow = 'Krit<69>rium Sort Hozz<EFBFBD>ad/T<EFBFBD>r<EFBFBD>l'; $strAddDeleteRow = 'Krit<69>rium sort hozz<EFBFBD>ad/t<EFBFBD>r<EFBFBD>l';
$strAddFields = '%s mez&#337; hozz<7A>ad<61>sa'; $strAddFields = '%s mez&#337; hozz<7A>ad<61>sa';
$strAddHeaderComment = 'Egyedi megjegyz<79>s hozz<7A>ad<61>sa a fejl<6A>chez (\\n t<>ri a sorokat)'; $strAddHeaderComment = 'Egyedi megjegyz<79>s hozz<7A>ad<61>sa a fejl<6A>chez (\\n t<>ri a sorokat)';
$strAddIntoComments = 'Hozz<7A>ad<61>s a megjegyz<79>shez'; $strAddIntoComments = 'Hozz<7A>ad<61>s a megjegyz<79>shez';
$strAddNewField = '<27>j mez&#337; hozz<7A>ad<61>sa'; $strAddNewField = '<27>j mez&#337; hozz<7A>ad<61>sa';
$strAddPrivilegesOnDb = 'Privil<69>giumok hozz<7A>ad<61>sa a k<>vetkez&#337; adatb<74>zison:'; $strAddPrivilegesOnDb = 'Privil<69>giumok hozz<7A>ad<61>sa a k<>vetkez&#337; adatb<74>zison';
$strAddPrivilegesOnTbl = 'Privil<69>giumok hozz<7A>ad<61>sa a k<>vetkez&#337; t<>bl<62>n:'; $strAddPrivilegesOnTbl = 'Privil<69>giumok hozz<7A>ad<61>sa a k<>vetkez&#337; t<>bl<62>n:';
$strAddSearchConditions = 'Keres<65>si felt<6C>telek megad<61>sa (az "ahol" kik<69>t<EFBFBD>sek):'; $strAddSearchConditions = 'Keres<65>si felt<6C>telek megad<61>sa (WHERE felt<6C>telek):';
$strAddToIndex = 'Adj az indexhez %s oszlopot'; $strAddToIndex = 'adj az indexhez %s oszlopot';
$strAddUser = '<27>j felhaszn<7A>l<EFBFBD> hozz<7A>ad<61>sa'; $strAddUser = '<27>j felhaszn<7A>l<EFBFBD> hozz<7A>ad<61>sa';
$strAddUserMessage = 'Az <20>j felhaszn<7A>l<EFBFBD>t felvettem.'; $strAddUserMessage = 'Az <20>j felhaszn<7A>l<EFBFBD>t felvettem.';
$strAdministration = 'Adminisztr<74>ci<63>'; $strAdministration = 'Adminisztr<74>ci<63>';
$strAffectedRows = 'Keresett sorok:'; $strAffectedRows = 'Keresett sorok:';
$strAfterInsertBack = 'Vissza az el&#337;z&#337; oldalra'; $strAfterInsertBack = 'vissza az el&#337;z&#337; oldalra';
$strAfterInsertNewInsert = '<27>j sor besz<73>r<EFBFBD>sa'; $strAfterInsertNewInsert = '<27>j sor besz<73>r<EFBFBD>sa';
$strAfterInsertNext = 'K<>vetkez&#337; sor szerkeszt<7A>se'; $strAfterInsertNext = 'K<>vetkez&#337; sor szerkeszt<7A>se';
$strAfterInsertSame = 'Visszat<61>r<EFBFBD>s az oldalra'; $strAfterInsertSame = 'Visszat<61>r<EFBFBD>s az oldalra';
$strAfter = '%s ut<75>n'; $strAfter = '%s ut<75>n';
$strAll = 'Mind'; $strAll = 'Mind';
$strAllTableSameWidth = 'minden t<>bla ezzel a sz<73>less<73>ggel jelenjen meg?'; $strAllowInterrupt = 'Enged<65>lyezi az import megszak<61>t<EFBFBD>s<EFBFBD>t, ha a script <20>szleli, hogy k<>zel van az id&#337;limithez. J<>l j<>het nagy f<>jlok importjakor, mivel meg tudja szak<61>tani a tranzakci<63>t.';
$strAllTableSameWidth = 'Minden t<>bla ezzel a sz<73>less<73>ggel jelenjen meg?';
$strAlterOrderBy = 'T<>bla megv<67>ltoz<6F>sa rendezve e szerint:'; $strAlterOrderBy = 'T<>bla megv<67>ltoz<6F>sa rendezve e szerint:';
$strAnalyzeTable = 'T<>bla vizsg<73>lat'; $strAnalyzeTable = 'T<>bla vizsg<73>lat';
$strAnd = '<27>s'; $strAnd = '<27>s';
$strAndThen = '<27>s ut<75>na';
$strAnIndex = 'Indexet hozz<7A>adtam: %s'; $strAnIndex = 'Indexet hozz<7A>adtam: %s';
$strAny = 'B<>rmely'; $strAny = 'B<>rmely';
$strAnyHost = 'B<>rmely hoszt'; $strAnyHost = 'B<>rmely hoszt';
@@ -83,6 +86,7 @@ $strBookmarkQuery = 'Feljegyzett SQL-k
$strBookmarkReplace = 'Azonos nev&#369; k<>nyvjelz&#337; fel<65>l<EFBFBD>r<EFBFBD>sa'; $strBookmarkReplace = 'Azonos nev&#369; k<>nyvjelz&#337; fel<65>l<EFBFBD>r<EFBFBD>sa';
$strBookmarkThis = 'Jegyezd fel az SQL-k<>r<EFBFBD>st'; $strBookmarkThis = 'Jegyezd fel az SQL-k<>r<EFBFBD>st';
$strBookmarkView = 'Csak megn<67>zhet&#337;'; $strBookmarkView = 'Csak megn<67>zhet&#337;';
$strBrowseDistinctValues = 'K<>l<EFBFBD>nb<6E>z&#337; <20>rt<72>kek b<>ng<6E>sz<73>se';
$strBrowseForeignValues = 'Idegen kulcsok b<>ng<6E>sz<73>se'; $strBrowseForeignValues = 'Idegen kulcsok b<>ng<6E>sz<73>se';
$strBrowse = 'Tartalom'; $strBrowse = 'Tartalom';
$strBufferPoolActivity = 'Puffer tev<65>kenys<79>g'; $strBufferPoolActivity = 'Puffer tev<65>kenys<79>g';
@@ -95,8 +99,9 @@ $strBzError = 'A phpMyAdmin nem tudta bet
$strBzip = '"bzip-pel t<>m<EFBFBD>r<EFBFBD>tve"'; $strBzip = '"bzip-pel t<>m<EFBFBD>r<EFBFBD>tve"';
$strCalendar = 'Napt<70>r'; $strCalendar = 'Napt<70>r';
$strCancel = 'M<>gse';
$strCannotLogin = 'A bel<65>p<EFBFBD>s a MySQL szerverre sikertelen volt'; $strCannotLogin = 'A bel<65>p<EFBFBD>s a MySQL szerverre sikertelen volt';
$strCantLoad = 'nem tudtam bet<65>lteni a %s kiterjeszt<7A>st,<br />ellen&#337;rizze a PHP konfigur<75>ci<63>t'; $strCantLoad = 'nem tudtam bet<65>lteni a %s kiterjeszt<7A>st, ellen&#337;rizd a PHP konfigur<75>ci<63>t';
$strCantLoadRecodeIconv = 'Nem tudom bet<65>lteni az iconv vagy recode kiterjeszt<7A>st a karakterk<72>szlet-<2D>talak<61>t<EFBFBD>shoz, <20>ll<6C>tsd be a php-t, hogy enged<65>lyezze ezeket a kiterjeszt<7A>seket vagy tiltsd le a karakterk<72>szlet-<2D>talak<61>t<EFBFBD>st a phpMyAdmin-ban.'; $strCantLoadRecodeIconv = 'Nem tudom bet<65>lteni az iconv vagy recode kiterjeszt<7A>st a karakterk<72>szlet-<2D>talak<61>t<EFBFBD>shoz, <20>ll<6C>tsd be a php-t, hogy enged<65>lyezze ezeket a kiterjeszt<7A>seket vagy tiltsd le a karakterk<72>szlet-<2D>talak<61>t<EFBFBD>st a phpMyAdmin-ban.';
$strCantRenameIdxToPrimary = 'Nem tudom <20>tnevezni az indexet PRIMARY-v<>!'; $strCantRenameIdxToPrimary = 'Nem tudom <20>tnevezni az indexet PRIMARY-v<>!';
$strCantUseRecodeIconv = 'Nem tudom haszn<7A>lni az iconv, libiconv sem a recode_string funkci<63>kat mialatt a kiterjeszt<7A>s-jelent<6E>seket be kell t<>lteni. Ellen&#337;rizd a php konfigur<75>ci<63>t.'; $strCantUseRecodeIconv = 'Nem tudom haszn<7A>lni az iconv, libiconv sem a recode_string funkci<63>kat mialatt a kiterjeszt<7A>s-jelent<6E>seket be kell t<>lteni. Ellen&#337;rizd a php konfigur<75>ci<63>t.';
@@ -133,7 +138,8 @@ $strComments = 'Megjegyz
$strCompatibleHashing = 'MySQL&nbsp;4.0 kompatibilis'; $strCompatibleHashing = 'MySQL&nbsp;4.0 kompatibilis';
$strCompleteInserts = 'Mez&#337;neveket is hozz<7A>adja'; $strCompleteInserts = 'Mez&#337;neveket is hozz<7A>adja';
$strCompression = 'T<>m<EFBFBD>r<EFBFBD>t<EFBFBD>s'; $strCompression = 'T<>m<EFBFBD>r<EFBFBD>t<EFBFBD>s';
$strConfigFileError = 'A phpMyAdmin nem tudja olvasni a konfigur<75>ci<63>s f<>jlt!<br />Lehet, hogy a php szintaktikai hib<69>t tal<61>lt benne, vagy nem tal<61>lja a f<>jlt.<br />Haszn<7A>ld az als<6C> linket a konfigur<75>ci<63>s f<>jl helyre<72>ll<6C>t<EFBFBD>s<EFBFBD>hoz, olvasd el a kapott php hiba<62>zeneteket. T<>bbnyire egy id<69>z&#337;jel vagy egy pontosvessz&#337; hi<68>nyzik valahol.<br />Ha <20>res oldalt kapsz, minden rendben.'; $strConfigDefaultFileError = 'Nem lehet bet<65>lteni az alap konfigur<75>ci<63>t innen: "%1$s"';
$strConfigFileError = 'A phpMyAdmin nem tudja olvasni a konfigur<75>ci<63>s f<>jlt! Lehet, hogy a php szintaktikai hib<69>t tal<61>lt benne, vagy nem tal<61>lja a f<>jlt. Haszn<7A>ld az als<6C> linket a konfigur<75>ci<63>s f<>jl helyre<72>ll<6C>t<EFBFBD>s<EFBFBD>hoz, olvasd el a kapott php hiba<62>zeneteket. T<>bbnyire egy id<69>z&#337;jel vagy egy pontosvessz&#337; hi<68>nyzik valahol. Ha <20>res oldalt kapsz, minden rendben.';
$strConfigureTableCoord = '<27>ll<6C>tsd be a(z) $s t<>bla koordin<69>t<EFBFBD>it'; $strConfigureTableCoord = '<27>ll<6C>tsd be a(z) $s t<>bla koordin<69>t<EFBFBD>it';
$strConnectionError = 'Nem siker<65>lt a csatlakoz<6F>s: <20>rv<72>nytelen be<62>ll<6C>t<EFBFBD>sok.'; $strConnectionError = 'Nem siker<65>lt a csatlakoz<6F>s: <20>rv<72>nytelen be<62>ll<6C>t<EFBFBD>sok.';
$strConnections = 'Kapcsolat'; $strConnections = 'Kapcsolat';
@@ -154,6 +160,7 @@ $strCreateNewDatabase = '
$strCreateNewTable = '<27>j t<>bla l<>trehoz<6F>sa a(z) %s adatb<74>zisban'; $strCreateNewTable = '<27>j t<>bla l<>trehoz<6F>sa a(z) %s adatb<74>zisban';
$strCreatePage = '<27>j oldal k<>sz<73>t<EFBFBD>se'; $strCreatePage = '<27>j oldal k<>sz<73>t<EFBFBD>se';
$strCreatePdfFeat = 'PDF k<>sz<73>t<EFBFBD>se'; $strCreatePdfFeat = 'PDF k<>sz<73>t<EFBFBD>se';
$strCreateTable = 'T<>bla l<>trehoz<6F>sa';
$strCreationDates = 'D<>tum K<>sz<73>t<EFBFBD>s/M<>dos<6F>t<EFBFBD>s/Ellen&#337;rz<72>s'; $strCreationDates = 'D<>tum K<>sz<73>t<EFBFBD>s/M<>dos<6F>t<EFBFBD>s/Ellen&#337;rz<72>s';
$strCriteria = 'Krit<69>rium'; $strCriteria = 'Krit<69>rium';
$strCroatian = 'Horv<72>t'; $strCroatian = 'Horv<72>t';
@@ -168,7 +175,7 @@ $strDatabase = 'Adatb
$strDatabaseEmpty = 'Az adatb<74>zis n<>z mez&#337; <20>res!'; $strDatabaseEmpty = 'Az adatb<74>zis n<>z mez&#337; <20>res!';
$strDatabaseExportOptions = 'Adatb<74>zis export be<62>ll<6C>t<EFBFBD>sok'; $strDatabaseExportOptions = 'Adatb<74>zis export be<62>ll<6C>t<EFBFBD>sok';
$strDatabaseHasBeenDropped = '%s adatb<74>zist eldobtam.'; $strDatabaseHasBeenDropped = '%s adatb<74>zist eldobtam.';
$strDatabases = 'adatb<EFBFBD>zisok'; $strDatabases = 'Adatb<EFBFBD>zisok';
$strDatabasesDropped = '%s adatb<74>zist sikeresen t<>r<EFBFBD>ltem.'; $strDatabasesDropped = '%s adatb<74>zist sikeresen t<>r<EFBFBD>ltem.';
$strDatabasesStats = 'Adatb<74>zis statisztika'; $strDatabasesStats = 'Adatb<74>zis statisztika';
$strDatabasesStatsDisable = 'Statisztika tilt<6C>sa'; $strDatabasesStatsDisable = 'Statisztika tilt<6C>sa';
@@ -183,6 +190,7 @@ $strDbPrivileges = 'Adatb
$strDBRename = 'Adatb<74>zis <20>tnevez<65>se'; $strDBRename = 'Adatb<74>zis <20>tnevez<65>se';
$strDbSpecific = 'adatb<74>zis-specifikus'; $strDbSpecific = 'adatb<74>zis-specifikus';
$strDefault = 'Alap<61>rtelmezett'; $strDefault = 'Alap<61>rtelmezett';
$strDefaultEngine = '%s az alap<61>rtelmezett t<>rol<6F>motor ezen a MySQL szerveren.';
$strDefaultValueHelp = 'Az alap<61>rtelmezett <20>rt<72>kekhez <20>rjon be egy egyszer&#369; <20>rt<72>ket, escape karakter <20>s id<69>z&#337;jelek n<>lk<6C>l, ezt a form<72>tumot k<>vetve: a'; $strDefaultValueHelp = 'Az alap<61>rtelmezett <20>rt<72>kekhez <20>rjon be egy egyszer&#369; <20>rt<72>ket, escape karakter <20>s id<69>z&#337;jelek n<>lk<6C>l, ezt a form<72>tumot k<>vetve: a';
$strDefragment = 'T<>bla t<>redezetts<74>gmentes<65>t<EFBFBD>se'; $strDefragment = 'T<>bla t<>redezetts<74>gmentes<65>t<EFBFBD>se';
$strDelayedInserts = 'Id&#337;z<>tett besz<73>r<EFBFBD>s haszn<7A>lata'; $strDelayedInserts = 'Id&#337;z<>tett besz<73>r<EFBFBD>s haszn<7A>lata';
@@ -193,9 +201,11 @@ $strDeletedRows = 'T
$strDeleteNoUsersSelected = 'Nincs t<>rl<72>sre kijel<65>lt felhaszn<7A>l<EFBFBD>!'; $strDeleteNoUsersSelected = 'Nincs t<>rl<72>sre kijel<65>lt felhaszn<7A>l<EFBFBD>!';
$strDelete = 'T<>r<EFBFBD>l'; $strDelete = 'T<>r<EFBFBD>l';
$strDeleting = '%s t<>rl<72>se'; $strDeleting = '%s t<>rl<72>se';
$strDelimiter = 'Elv<6C>laszt<7A>';
$strDelOld = 'A jelenlegi oldalon a t<>blahivatkoz<6F>sok m<>r nem <20>lnek. Akarja ezeket t<>r<EFBFBD>lni?'; $strDelOld = 'A jelenlegi oldalon a t<>blahivatkoz<6F>sok m<>r nem <20>lnek. Akarja ezeket t<>r<EFBFBD>lni?';
$strDescending = 'Cs<43>kken&#337;'; $strDescending = 'Cs<43>kken&#337;';
$strDescription = 'Le<4C>r<EFBFBD>s'; $strDescription = 'Le<4C>r<EFBFBD>s';
$strDesigner = 'Tervez&#337;';
$strDictionary = 'sz<73>t<EFBFBD>r'; $strDictionary = 'sz<73>t<EFBFBD>r';
$strDirtyPages = 'Piszkos lapok'; $strDirtyPages = 'Piszkos lapok';
$strDisabled = 'Tiltott'; $strDisabled = 'Tiltott';
@@ -204,6 +214,7 @@ $strDisplayFeat = 'Megjelen
$strDisplayOrder = 'Megjelen<65>t<EFBFBD>s rendez<65>s:'; $strDisplayOrder = 'Megjelen<65>t<EFBFBD>s rendez<65>s:';
$strDisplayPDF = 'PDF s<>ma kijelz<6C>se'; $strDisplayPDF = 'PDF s<>ma kijelz<6C>se';
$strDoAQuery = 'Csin<69>lj egy "lek<65>rdez<65>st" (helyettes<65>t&#337; karakter: "%")'; $strDoAQuery = 'Csin<69>lj egy "lek<65>rdez<65>st" (helyettes<65>t&#337; karakter: "%")';
$strDocSQL = 'DocSQL';
$strDocu = 'Dokument<6E>ci<63>'; $strDocu = 'Dokument<6E>ci<63>';
$strDoYouReally = 'Biztos ez akarod? '; $strDoYouReally = 'Biztos ez akarod? ';
$strDropDatabaseStrongWarning = 'Ki akarod t<>r<EFBFBD>lni az EG<45>SZ adatb<74>zist?'; $strDropDatabaseStrongWarning = 'Ki akarod t<>r<EFBFBD>lni az EG<45>SZ adatb<74>zist?';
@@ -227,12 +238,15 @@ $strEndRaw = 'Feldolgozatlan V
$strEnd = 'V<>ge'; $strEnd = 'V<>ge';
$strEngineAvailable = '%s el<65>rhet&#337; ezen a MySQL szerveren.'; $strEngineAvailable = '%s el<65>rhet&#337; ezen a MySQL szerveren.';
$strEngineDisabled = '%s le van tiltva ezen a MySQL szerveren.'; $strEngineDisabled = '%s le van tiltva ezen a MySQL szerveren.';
$strEngines = 'Motorok';
$strEngineUnsupported = 'Ez a MySQL szerver nem t<>mogatja a(z) %s t<>rol<6F>motrot.';
$strEnglish = 'Angol'; $strEnglish = 'Angol';
$strEnglishPrivileges = ' Megjegyz<79>s: A MySQL privil<69>gium nevek az angolb<6C>l sz<73>rmaznak '; $strEnglishPrivileges = ' Megjegyz<79>s: a MySQL privil<69>gium nevek az angolb<6C>l sz<73>rmaznak.';
$strError = 'Hiba'; $strError = 'Hiba';
$strErrorInZipFile = 'Hiba a ZIP arch<63>vumban:'; $strErrorInZipFile = 'Hiba a ZIP arch<63>vumban:';
$strEsperanto = 'Eszperanto'; $strEsperanto = 'Eszperanto';
$strEstonian = '<27>szt'; $strEstonian = '<27>szt';
$strEvent = 'Esem<65>ny';
$strExcelEdition = 'Excel szerkeszt<7A>s'; $strExcelEdition = 'Excel szerkeszt<7A>s';
$strExecuteBookmarked = 'Elmentett elj<6C>r<EFBFBD>s futtat<61>sa'; $strExecuteBookmarked = 'Elmentett elj<6C>r<EFBFBD>s futtat<61>sa';
$strExplain = 'SQL magyar<61>zat'; $strExplain = 'SQL magyar<61>zat';
@@ -242,6 +256,7 @@ $strExtra = 'Extra';
$strFailedAttempts = 'Hib<69>s pr<70>b<EFBFBD>lkoz<6F>s'; $strFailedAttempts = 'Hib<69>s pr<70>b<EFBFBD>lkoz<6F>s';
$strFieldHasBeenDropped = '%s mez&#337;t eldobtam'; $strFieldHasBeenDropped = '%s mez&#337;t eldobtam';
$strFieldInsertFromFileTempDirNotExists = 'Nem siker<65>lt a felt<6C>lt<6C>tt f<>jl <20>thelyez<65>se, l<>sd: FAQ 1.11';
$strField = 'Mez&#337;'; $strField = 'Mez&#337;';
$strFieldsEnclosedBy = 'Mez&#337; lez<65>r<EFBFBD>s'; $strFieldsEnclosedBy = 'Mez&#337; lez<65>r<EFBFBD>s';
$strFieldsEscapedBy = 'Mez&#337; escape karakter'; $strFieldsEscapedBy = 'Mez&#337; escape karakter';
@@ -249,14 +264,20 @@ $strFields = 'Mez&#337;k sz
$strFieldsTerminatedBy = 'Mez&#337; v<>ge'; $strFieldsTerminatedBy = 'Mez&#337; v<>ge';
$strFileAlreadyExists = '%s f<>jl m<>r l<>tezik a szerveren, v<>ltoztassa meg a f<>jlnevet, vagy <20>ll<6C>tsa be a fel<65>l<EFBFBD>r<EFBFBD>s opci<63>t!'; $strFileAlreadyExists = '%s f<>jl m<>r l<>tezik a szerveren, v<>ltoztassa meg a f<>jlnevet, vagy <20>ll<6C>tsa be a fel<65>l<EFBFBD>r<EFBFBD>s opci<63>t!';
$strFileCouldNotBeRead = 'A f<>jl nem olvashat<61>'; $strFileCouldNotBeRead = 'A f<>jl nem olvashat<61>';
$strFileNameTemplateDescriptionDatabase = 'adatb<74>zis n<>v';
$strFileNameTemplateDescriptionServer = 'szerver n<>v';
$strFileNameTemplateDescriptionTable = 't<>bla n<>v';
$strFileNameTemplateRemember = 'eml<6D>kezzen az <20>tmeneti n<>vre'; $strFileNameTemplateRemember = 'eml<6D>kezzen az <20>tmeneti n<>vre';
$strFileNameTemplate = '<27>tmeneti f<>jln<6C>v'; $strFileNameTemplate = '<27>tmeneti f<>jln<6C>v';
$strFiles = 'F<>jlok';
$strFileToImport = 'Import<72>land<6E> f<>jl'; $strFileToImport = 'Import<72>land<6E> f<>jl';
$strFixed = 'r<>gz<67>tett'; $strFixed = 'r<>gz<67>tett';
$strFlushPrivilegesNote = 'Megjegyz<79>s: a phpMyAdmin a felhaszn<7A>l<EFBFBD>i privil<69>giumokat k<>zvetlen<65>l a MySQL privil<69>gium t<>bl<62>kb<6B>l veszi. Ezen t<>bl<62>k tartalma elt<6C>rhet a szerver privil<69>giumokt<6B>l, ha ezt k<>zzel be<62>ll<6C>tottuk. Ebben az esetben <20>rdemes %s<>jra bet<65>lteni a privil<69>giumokat%s a folytat<61>s el&#337;tt.'; $strFlushPrivilegesNote = 'Megjegyz<79>s: a phpMyAdmin a felhaszn<7A>l<EFBFBD>i privil<69>giumokat k<>zvetlen<65>l a MySQL privil<69>gium t<>bl<62>kb<6B>l veszi. Ezen t<>bl<62>k tartalma elt<6C>rhet a szerver privil<69>giumokt<6B>l, ha ezt k<>zzel be<62>ll<6C>tottuk. Ebben az esetben <20>rdemes %s<>jra bet<65>lteni a privil<69>giumokat%s a folytat<61>s el&#337;tt.';
$strFlushQueryCache = 'Lek<65>rdez<65>s cache ki<6B>r<EFBFBD>sa'; $strFlushQueryCache = 'Lek<65>rdez<65>s cache ki<6B>r<EFBFBD>sa';
$strFlushTables = '<27>sszes t<>bla kir<69>sa (bez<65>r<EFBFBD>sa)'; $strFlushTables = '<27>sszes t<>bla kir<69>sa (bez<65>r<EFBFBD>sa)';
$strFlushTable = 'T<>bla ki<6B>r<EFBFBD>sa ("FLUSH")'; $strFlushTable = 'T<>bla ki<6B>r<EFBFBD>sa (FLUSH)';
$strFontSize = 'Bet&#369;m<>ret';
$strForeignKeyError = 'Nem siker<65>lt az idegen kulcs l<>trehoz<6F>sa (ellen&#337;rizd az adatt<74>pusokat)';
$strFormat = 'Form<72>tum'; $strFormat = 'Form<72>tum';
$strFormEmpty = 'Hi<48>nyz<79> adat a form-ban!'; $strFormEmpty = 'Hi<48>nyz<79> adat a form-ban!';
$strFreePages = 'Szabad lapok'; $strFreePages = 'Szabad lapok';
@@ -282,8 +303,10 @@ $strHasBeenAltered = 'megv
$strHasBeenCreated = 'megsz<73>letett.'; $strHasBeenCreated = 'megsz<73>letett.';
$strHaveToShow = 'Legal<61>bb egy oszlopot v<>lasztanod kell a megjelen<65>t<EFBFBD>shez'; $strHaveToShow = 'Legal<61>bb egy oszlopot v<>lasztanod kell a megjelen<65>t<EFBFBD>shez';
$strHebrew = 'H<>ber'; $strHebrew = 'H<>ber';
$strHelp = 'Seg<65>ts<74>g';
$strHide = 'Elrejt<6A>s';
$strHome = 'Kezd&#337;lap'; $strHome = 'Kezd&#337;lap';
$strHomepageOfficial = 'Hivatalos phpMyAdmin Honlap'; $strHomepageOfficial = 'Hivatalos phpMyAdmin honlap';
$strHostEmpty = 'A hosztn<74>v <20>res!'; $strHostEmpty = 'A hosztn<74>v <20>res!';
$strHost = 'Hoszt'; $strHost = 'Hoszt';
$strHTMLExcel = 'Microsoft Excel 2000'; $strHTMLExcel = 'Microsoft Excel 2000';
@@ -293,11 +316,13 @@ $strHungarian = 'Magyar';
$strIcelandic = 'Izlandi'; $strIcelandic = 'Izlandi';
$strId = 'ID'; $strId = 'ID';
$strIdxFulltext = 'Fulltext'; $strIdxFulltext = 'Fulltext';
$strIgnoreDuplicates = 'Egyez&#337; sorok figyelmen k<>v<EFBFBD>l hagy<67>sa';
$strIgnore = 'Elutas<61>t'; $strIgnore = 'Elutas<61>t';
$strIgnoreInserts = 'Mell&#337;z&#337; besz<73>r<EFBFBD>sok haszn<7A>lata'; $strIgnoreInserts = 'Mell&#337;z&#337; besz<73>r<EFBFBD>sok haszn<7A>lata';
$strImportFiles = 'F<>jlok importja'; $strImportFiles = 'F<>jlok importja';
$strImportFormat = 'Import<72>land<6E> f<>jl form<72>tuma'; $strImportFormat = 'Import<72>land<6E> f<>jl form<72>tuma';
$strImport = 'Import'; $strImport = 'Import';
$strImportSuccessfullyFinished = 'Az import sikeresen befejez&#337;d<>tt, %d lek<65>rdez<65>s v<>grehajtva.';
$strIndexes = 'Indexek'; $strIndexes = 'Indexek';
$strIndexHasBeenDropped = '%s indexet eldobtam'; $strIndexHasBeenDropped = '%s indexet eldobtam';
$strIndex = 'Index'; $strIndex = 'Index';
@@ -305,6 +330,7 @@ $strIndexName = 'Index n
$strIndexType = 'Index t<>pus:'; $strIndexType = 'Index t<>pus:';
$strIndexWarningTable = 'Probl<62>ma a(z) `%s` t<>bla indexeivel'; $strIndexWarningTable = 'Probl<62>ma a(z) `%s` t<>bla indexeivel';
$strInnoDBDataFilePath = 'Adat f<>jlok'; $strInnoDBDataFilePath = 'Adat f<>jlok';
$strInnoDBPages = 'lapok';
$strInnodbStat = 'InnoDB <20>llapot'; $strInnodbStat = 'InnoDB <20>llapot';
$strInsecureMySQL = 'A konfigur<75>ci<63>s f<>jl be<62>ll<6C>t<EFBFBD>sa (root hozz<7A>f<EFBFBD>r<EFBFBD>s jelsz<73> n<>lk<6C>l) az alap<61>rtelmezett MySQL be<62>ll<6C>t<EFBFBD>s. A MySQL szerver most ezzel fut, ami alkalmat ad a bet<65>r<EFBFBD>sre. S<>rg&#337;sen jav<61>tani kell ezt a biztons<6E>gi r<>st.'; $strInsecureMySQL = 'A konfigur<75>ci<63>s f<>jl be<62>ll<6C>t<EFBFBD>sa (root hozz<7A>f<EFBFBD>r<EFBFBD>s jelsz<73> n<>lk<6C>l) az alap<61>rtelmezett MySQL be<62>ll<6C>t<EFBFBD>s. A MySQL szerver most ezzel fut, ami alkalmat ad a bet<65>r<EFBFBD>sre. S<>rg&#337;sen jav<61>tani kell ezt a biztons<6E>gi r<>st.';
$strInsertAsNewRow = 'Besz<73>r<EFBFBD>s <20>j sork<72>nt'; $strInsertAsNewRow = 'Besz<73>r<EFBFBD>s <20>j sork<72>nt';
@@ -314,10 +340,19 @@ $strInsertedRows = 'Besz
$strInternalNotNecessary = '* Egy bels&#337; kapcsolat nem sz<73>ks<6B>ges, ha az l<>tezik az InnoDB-ben is.'; $strInternalNotNecessary = '* Egy bels&#337; kapcsolat nem sz<73>ks<6B>ges, ha az l<>tezik az InnoDB-ben is.';
$strInternalRelations = 'Bels&#337; kapcsolatok'; $strInternalRelations = 'Bels&#337; kapcsolatok';
$strInUse = 'haszn<7A>latban'; $strInUse = 'haszn<7A>latban';
$strInvalidAuthMethod = '<27>rv<72>nytelen hiteles<65>t<EFBFBD>si m<>d lett be<62>ll<6C>tva a konfigur<75>ci<63>ban:';
$strInvalidColumnCount = 'A mez&#337;k sz<73>m<EFBFBD>nak null<6C>n<EFBFBD>l nagyobbnak kell lennie.'; $strInvalidColumnCount = 'A mez&#337;k sz<73>m<EFBFBD>nak null<6C>n<EFBFBD>l nagyobbnak kell lennie.';
$strInvalidColumn = '<27>rv<72>nytelen mez&#337; (%s) lett megadva!';
$strInvalidCSVFieldCount = '<27>rv<72>nytelen mez&#337;sz<73>m a CSV f<>jl %d. sor<6F>ban.';
$strInvalidCSVFormat = 'Hib<69>s form<72>z<EFBFBD>s a CSV %d. sor<6F>ban.';
$strInvalidCSVParameter = '<27>rv<72>nytelen CSV import param<61>ter: %s';
$strInvalidFieldAddCount = 'Legal<61>bb egy mez&#337;t meg kell adni.'; $strInvalidFieldAddCount = 'Legal<61>bb egy mez&#337;t meg kell adni.';
$strInvalidFieldCount = 'A t<>bl<62>zatnak legal<61>bb egy mez&#337;t kell tartalmaznia.'; $strInvalidFieldCount = 'A t<>bl<62>zatnak legal<61>bb egy mez&#337;t kell tartalmaznia.';
$strInvalidLDIImport = 'Ez a plugin nem t<>mogatja a t<>m<EFBFBD>r<EFBFBD>tett bemenetet!'; $strInvalidLDIImport = 'Ez a plugin nem t<>mogatja a t<>m<EFBFBD>r<EFBFBD>tett bemenetet!';
$strInvalidRowNumber = '%d <20>rv<72>nytelen sorsz<73>m.';
$strInvalidServerHostname = '<27>rv<72>nytelen hosztn<74>v a(z) %1$s szerverhez. Ellen&#337;rizd a be<62>ll<6C>t<EFBFBD>sokat.';
$strInvalidServerIndex = '<27>rv<72>nytelen szerver index: "%s"';
$strInvalidTableName = '<27>rv<72>nytelen t<>blan<61>v';
$strJapanese = 'Jap<61>n'; $strJapanese = 'Jap<61>n';
$strJumpToDB = 'Ugr<67>s a &quot;%s&quot; adatb<74>zishoz.'; $strJumpToDB = 'Ugr<67>s a &quot;%s&quot; adatb<74>zishoz.';
@@ -330,6 +365,8 @@ $strKill = 'Le
$strKorean = 'Koreai'; $strKorean = 'Koreai';
$strLandscape = 'Fekv&#337;'; $strLandscape = 'Fekv&#337;';
$strLanguage = 'Nyelv';
$strLanguageUnknown = 'Ismeretlen nyelv: %1$s.';
$strLatchedPages = 'Z<>rolt lapok'; $strLatchedPages = 'Z<>rolt lapok';
$strLatexCaption = 'T<>blac<61>m'; $strLatexCaption = 'T<>blac<61>m';
$strLatexContent = 't<>bla tartalom __TABLE__'; $strLatexContent = 't<>bla tartalom __TABLE__';
@@ -358,7 +395,7 @@ $strLogServer = 'Szerver';
$strLogUsername = 'Felhaszn<7A>l<EFBFBD>i n<>v:'; $strLogUsername = 'Felhaszn<7A>l<EFBFBD>i n<>v:';
$strLongOperation = 'A m&#369;velet sok<6F>ig eltarthat. Mindenk<6E>pp folytatod?'; $strLongOperation = 'A m&#369;velet sok<6F>ig eltarthat. Mindenk<6E>pp folytatod?';
$strMaxConnects = 'max. egyidej&#369; kapcsolatok sz<73>ma'; $strMaxConnects = 'Max. egyidej&#369; kapcsolatok sz<73>ma';
$strMaximalQueryLength = 'Lek<65>rdez<65>s maxim<69>lis hossza'; $strMaximalQueryLength = 'Lek<65>rdez<65>s maxim<69>lis hossza';
$strMaximumSize = 'Legnagyobb m<>ret: %s%s'; $strMaximumSize = 'Legnagyobb m<>ret: %s%s';
$strMbOverloadWarning = 'Enged<65>lyezted a mbstring.func_overload funkci<63>t a PHP konfigur<75>ci<63>ban. Ez inkompatibilis a phpMyAdmin-nal <20>s adatveszt<7A>ssel j<>rhat!'; $strMbOverloadWarning = 'Enged<65>lyezted a mbstring.func_overload funkci<63>t a PHP konfigur<75>ci<63>ban. Ez inkompatibilis a phpMyAdmin-nal <20>s adatveszt<7A>ssel j<>rhat!';
@@ -366,10 +403,10 @@ $strMIME_available_mime = 'El
$strMIME_available_transform = 'El<45>rhet&#337; <20>talak<61>t<EFBFBD>sok'; $strMIME_available_transform = 'El<45>rhet&#337; <20>talak<61>t<EFBFBD>sok';
$strMIME_description = 'Le<4C>r<EFBFBD>s'; $strMIME_description = 'Le<4C>r<EFBFBD>s';
$strMIME_MIMEtype = 'MIME-t<>pus'; $strMIME_MIMEtype = 'MIME-t<>pus';
$strMIME_nodescription = 'Ehhez az <20>talak<61>t<EFBFBD>shoz nem <20>rhet&#337; el le<6C>r<EFBFBD>s.<br />K<EFBFBD>rdezze a szerz&#337;t, aki k<>sz<73>tette: %s.'; $strMIME_nodescription = 'Ehhez az <20>talak<61>t<EFBFBD>shoz nem <20>rhet&#337; el le<6C>r<EFBFBD>s. K<EFBFBD>rdezze a szerz&#337;t, aki k<>sz<73>tette: %s.';
$strMIME_transformation = 'B<>ng<6E>sz&#337; <20>talak<61>t<EFBFBD>s'; $strMIME_transformation = 'B<>ng<6E>sz&#337; <20>talak<61>t<EFBFBD>s';
$strMIME_transformation_note = 'Az el<65>rhet&#337; <20>talak<61>t<EFBFBD>si be<62>ll<6C>t<EFBFBD>sok list<73>j<EFBFBD>hoz <20>s a hozz<7A>juk tartoz<6F> MIME-t<>pusokhoz kattintson ide: %stransformation descriptions%s'; $strMIME_transformation_note = 'Az el<65>rhet&#337; <20>talak<61>t<EFBFBD>si be<62>ll<6C>t<EFBFBD>sok list<73>j<EFBFBD>hoz <20>s a hozz<7A>juk tartoz<6F> MIME-t<>pusokhoz kattintson ide: %stransformation descriptions%s';
$strMIME_transformation_options_note = 'Az <20>talak<61>t<EFBFBD>s be<62>ll<6C>t<EFBFBD>sokhoz <20>rja be az <20>rt<72>keket a kovetkez&#337; form<72>tumban: \'a\', 100, b,\'c\'...<br />Ha visszapert ("\") vagy id<69>z&#337;jelet ("\'") akar besz<73>rni, haszn<7A>ljon visszapert (p<>ld<6C>ul: \'\\\\xyz\' or \'a\\\'b\').'; $strMIME_transformation_options_note = 'Az <20>talak<61>t<EFBFBD>s be<62>ll<6C>t<EFBFBD>sokhoz <20>rja be az <20>rt<72>keket a kovetkez&#337; form<72>tumban: \'a\', 100, b,\'c\'... Ha visszapert ("\") vagy id<69>z&#337;jelet ("\'") akar besz<73>rni, haszn<7A>ljon visszapert (p<>ld<6C>ul: \'\\\\xyz\' or \'a\\\'b\').';
$strMIME_transformation_options = '<27>talak<61>t<EFBFBD>s be<62>ll<6C>t<EFBFBD>sok'; $strMIME_transformation_options = '<27>talak<61>t<EFBFBD>s be<62>ll<6C>t<EFBFBD>sok';
$strMIMETypesForTable = 'T<>bla MIME-t<>pusok'; $strMIMETypesForTable = 'T<>bla MIME-t<>pusok';
$strMIME_without = 'A d&#337;lttel <20>rt MIME-t<>pusok nem v<>lasztj<74>k el az <20>talak<61>t<EFBFBD>si funkci<63>kat'; $strMIME_without = 'A d&#337;lttel <20>rt MIME-t<>pusok nem v<>lasztj<74>k el az <20>talak<61>t<EFBFBD>si funkci<63>kat';
@@ -382,8 +419,11 @@ $strMoveTable = 'T
$strMultilingual = 'soknyelv&#369;'; $strMultilingual = 'soknyelv&#369;';
$strMyISAMDataPointerSize = 'Adat mutat<61> m<>rete'; $strMyISAMDataPointerSize = 'Adat mutat<61> m<>rete';
$strMyISAMMaxExtraSortFileSize = 'Ideiglenes f<>jlok maxim<69>lis m<>rete index k<>sz<73>t<EFBFBD>sekor'; $strMyISAMMaxExtraSortFileSize = 'Ideiglenes f<>jlok maxim<69>lis m<>rete index k<>sz<73>t<EFBFBD>sekor';
$strMyISAMMaxSortFileSize = 'Az ideiglenes rendez&#337;f<>jlok maxim<69>lis m<>rete';
$strMyISAMRecoverOptions = 'Automatikus helyre<72>ll<6C>t<EFBFBD>si m<>d'; $strMyISAMRecoverOptions = 'Automatikus helyre<72>ll<6C>t<EFBFBD>si m<>d';
$strMyISAMSortBufferSize = 'Rendez&#337; buffer m<>rete';
$strMySQLCharset = 'MySQL karakterk<72>szlet'; $strMySQLCharset = 'MySQL karakterk<72>szlet';
$strMysqlClientVersion = 'MySQL kliens verzi<7A>';
$strMySQLConnectionCollation = 'MySQL kapcsolat egyeztet<65>s'; $strMySQLConnectionCollation = 'MySQL kapcsolat egyeztet<65>s';
$strMySQLSaid = 'MySQL jelzi: '; $strMySQLSaid = 'MySQL jelzi: ';
$strMySQLShowProcess = 'Mutasd meg a folyamatokat'; $strMySQLShowProcess = 'Mutasd meg a folyamatokat';
@@ -396,6 +436,7 @@ $strNoActivity = 'Nem volt semmi tev
$strNoDatabases = 'Nincs adatb<74>zis'; $strNoDatabases = 'Nincs adatb<74>zis';
$strNoDatabasesSelected = 'Nincs adatb<74>zis kiv<69>lasztva.'; $strNoDatabasesSelected = 'Nincs adatb<74>zis kiv<69>lasztva.';
$strNoDescription = 'nincs le<6C>r<EFBFBD>s'; $strNoDescription = 'nincs le<6C>r<EFBFBD>s';
$strNoDetailsForEngine = 'Ehhez a t<>rol<6F>motorhoz nem <20>rhet&#337; el r<>szletes <20>llapot inform<72>ci<63>.';
$strNoDropDatabases = '"DROP DATABASE" utas<61>t<EFBFBD>s le van tiltva.'; $strNoDropDatabases = '"DROP DATABASE" utas<61>t<EFBFBD>s le van tiltva.';
$strNoExplain = 'SQL magyar<61>zat <20>tugr<67>sa'; $strNoExplain = 'SQL magyar<61>zat <20>tugr<67>sa';
$strNoFilesFoundInZip = 'Nincs f<>jl a ZIP arch<63>vumban!'; $strNoFilesFoundInZip = 'Nincs f<>jl a ZIP arch<63>vumban!';
@@ -422,14 +463,18 @@ $strNoUsersFound = 'Nem tal
$strNoValidateSQL = 'SQL j<>v<EFBFBD>hagy<67>s <20>tugr<67>sa'; $strNoValidateSQL = 'SQL j<>v<EFBFBD>hagy<67>s <20>tugr<67>sa';
$strNull = 'Null'; $strNull = 'Null';
$strNumberOfFields = 'Mez&#337;k sz<73>ma'; $strNumberOfFields = 'Mez&#337;k sz<73>ma';
$strNumberOfTables = 'T<>bl<62>k sz<73>ma';
$strNumSearchResultsInTable = '%s tal<61>lat <i>%s</i> t<>bl<62>ban'; $strNumSearchResultsInTable = '%s tal<61>lat <i>%s</i> t<>bl<62>ban';
$strNumSearchResultsTotal = '<b><3E>sszes:</b> <i>%s</i> tal<61>lat'; $strNumSearchResultsTotal = '<b><3E>sszes:</b> <i>%s</i> tal<61>lat';
$strNumTables = 'T<>bla'; $strNumTables = 'T<>bla';
$strOK = 'Rendben'; $strOK = 'Rendben';
$strOpenDocumentText = 'Open Document Text';
$strOpenNewWindow = '<27>j phpMyAdmin ablak nyit<69>sa';
$strOperations = 'Tev<65>kenys<79>gek'; $strOperations = 'Tev<65>kenys<79>gek';
$strOperator = 'Kezel&#337;'; $strOperator = 'Kezel&#337;';
$strOptimizeTable = 'T<>bla optimaliz<69>l<EFBFBD>s'; $strOptimizeTable = 'T<>bla optimaliz<69>l<EFBFBD>s';
$strOptions = 'Be<42>ll<6C>t<EFBFBD>sok';
$strOr = 'Vagy'; $strOr = 'Vagy';
$strOverhead = 'Fel<65>l<EFBFBD>r<EFBFBD>s'; $strOverhead = 'Fel<65>l<EFBFBD>r<EFBFBD>s';
$strOverwriteExisting = 'L<>tez&#337; f<>jlok fel<65>l<EFBFBD>r<EFBFBD>sa'; $strOverwriteExisting = 'L<>tez&#337; f<>jlok fel<65>l<EFBFBD>r<EFBFBD>sa';
@@ -446,6 +491,8 @@ $strPasswordNotSame = 'A jelszavak nem azonosak!';
$strPdfDbSchema = '"%s" adatb<74>zis s<>m<EFBFBD>ja - %s oldal'; $strPdfDbSchema = '"%s" adatb<74>zis s<>m<EFBFBD>ja - %s oldal';
$strPdfInvalidTblName = '"%s" t<>bla nem l<>tezik!'; $strPdfInvalidTblName = '"%s" t<>bla nem l<>tezik!';
$strPdfNoTables = 'Nincs t<>bla'; $strPdfNoTables = 'Nincs t<>bla';
$strPDF = 'PDF';
$strPDFReportTitle = 'Jelent<6E>s c<>me';
$strPerHour = '<27>r<EFBFBD>nk<6E>nt'; $strPerHour = '<27>r<EFBFBD>nk<6E>nt';
$strPerMinute = 'percenk<6E>nt'; $strPerMinute = 'percenk<6E>nt';
$strPerSecond = 'm<>sodpercenk<6E>nt'; $strPerSecond = 'm<>sodpercenk<6E>nt';
@@ -456,6 +503,7 @@ $strPhp = 'PHP k
$strPHPVersion = 'PHP Verzi<7A>'; $strPHPVersion = 'PHP Verzi<7A>';
$strPmaDocumentation = 'phpMyAdmin dokument<6E>ci<63>'; $strPmaDocumentation = 'phpMyAdmin dokument<6E>ci<63>';
$strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt> <20>rt<72>k<EFBFBD>t a konfigur<75>ci<63>s f<>jlban KELL be<62>ll<6C>tani!'; $strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt> <20>rt<72>k<EFBFBD>t a konfigur<75>ci<63>s f<>jlban KELL be<62>ll<6C>tani!';
$strPmaWiki = 'phpMyAdmin wiki';
$strPolish = 'Lengyel'; $strPolish = 'Lengyel';
$strPortrait = '<27>ll<6C>'; $strPortrait = '<27>ll<6C>';
$strPos1 = 'Kezdet'; $strPos1 = 'Kezdet';
@@ -507,6 +555,7 @@ $strPrivileges = 'Privil
$strPrivilegesReloaded = 'A privil<69>giumok <20>jrat<61>lt<6C>se sikeres volt.'; $strPrivilegesReloaded = 'A privil<69>giumok <20>jrat<61>lt<6C>se sikeres volt.';
$strProcesses = 'Folyamatok'; $strProcesses = 'Folyamatok';
$strProcesslist = 'Folyamatlista'; $strProcesslist = 'Folyamatlista';
$strProtocolVersion = 'Protokoll verzi<7A>';
$strPutColNames = 'Tegye a mez&#337;neveket az els&#337; sorhoz'; $strPutColNames = 'Tegye a mez&#337;neveket az els&#337; sorhoz';
$strQBEDel = 'T<>r<EFBFBD>l'; $strQBEDel = 'T<>r<EFBFBD>l';
@@ -523,6 +572,7 @@ $strQueryWindowLock = 'Ne
$strReadRequests = 'Olvas<61>si k<>relmek'; $strReadRequests = 'Olvas<61>si k<>relmek';
$strReceived = 'Fogadott'; $strReceived = 'Fogadott';
$strRecommended = 'aj<61>nlott';
$strRecords = 'Sor'; $strRecords = 'Sor';
$strReferentialIntegrity = 'Hivatkoz<6F>si s<>rtetlens<6E>g ellen&#337;rz<72>se:'; $strReferentialIntegrity = 'Hivatkoz<6F>si s<>rtetlens<6E>g ellen&#337;rz<72>se:';
$strRefresh = 'Friss<73>t<EFBFBD>s'; $strRefresh = 'Friss<73>t<EFBFBD>s';
@@ -532,6 +582,8 @@ $strRelationsForTable = 'T
$strRelations = 'Kapcsolatok'; $strRelations = 'Kapcsolatok';
$strRelationView = 'Rel<65>ci<63> n<>zet'; $strRelationView = 'Rel<65>ci<63> n<>zet';
$strReloadingThePrivileges = 'Privil<69>giumok <20>jrat<61>lt<6C>se'; $strReloadingThePrivileges = 'Privil<69>giumok <20>jrat<61>lt<6C>se';
$strReload = '<27>jrat<61>lt<6C>s';
$strReloadPrivileges = 'Privil<69>giumok <20>jrat<61>lt<6C>se';
$strRemoveSelectedUsers = 'A kiv<69>lasztott felhaszn<7A>l<EFBFBD>k t<>rl<72>se'; $strRemoveSelectedUsers = 'A kiv<69>lasztott felhaszn<7A>l<EFBFBD>k t<>rl<72>se';
$strRenameDatabaseOK = '%s adatb<74>zis <20>tneveztem erre: %s'; $strRenameDatabaseOK = '%s adatb<74>zis <20>tneveztem erre: %s';
$strRenameTableOK = '%s t<>bl<62>t <20>tneveztem erre: %s'; $strRenameTableOK = '%s t<>bl<62>t <20>tneveztem erre: %s';
@@ -541,6 +593,7 @@ $strReplaceNULLBy = 'NULL cser
$strReplaceTable = 'T<>bla adatok <20>s f<>jl cser<65>je'; $strReplaceTable = 'T<>bla adatok <20>s f<>jl cser<65>je';
$strReset = 'T<>r<EFBFBD>l'; $strReset = 'T<>r<EFBFBD>l';
$strResourceLimits = 'Er&#337;forr<72>s hat<61>rok'; $strResourceLimits = 'Er&#337;forr<72>s hat<61>rok';
$strRestartInsertion = 'Besz<73>r<EFBFBD>s <20>jrakezd<7A>se %s sorral';
$strReType = '<27>jra<72>r<EFBFBD>s'; $strReType = '<27>jra<72>r<EFBFBD>s';
$strRevokeAndDelete = 'A felhaszn<7A>l<EFBFBD>k <20>sszes privil<69>gium<75>nak visszavon<6F>sa, azt<7A>n t<>rl<72>s<EFBFBD>k.'; $strRevokeAndDelete = 'A felhaszn<7A>l<EFBFBD>k <20>sszes privil<69>gium<75>nak visszavon<6F>sa, azt<7A>n t<>rl<72>s<EFBFBD>k.';
$strRevokeAndDeleteDescr = 'A felhaszn<7A>l<EFBFBD>knak m<>g haszn<7A>lhat<61> privil<69>giumuk van, am<61>g nem t<>rt<72>nik meg a privil<69>giumok <20>jrat<61>lt<6C>se.'; $strRevokeAndDeleteDescr = 'A felhaszn<7A>l<EFBFBD>knak m<>g haszn<7A>lhat<61> privil<69>giumuk van, am<61>g nem t<>rt<72>nik meg a privil<69>giumok <20>jrat<61>lt<6C>se.';
@@ -564,6 +617,7 @@ $strRussian = 'Orosz';
$strSave = 'Ment'; $strSave = 'Ment';
$strSaveOnServer = 'Ment<6E>s a szerver %s k<>nyvt<76>r<EFBFBD>ba'; $strSaveOnServer = 'Ment<6E>s a szerver %s k<>nyvt<76>r<EFBFBD>ba';
$strSavePosition = 'Poz<6F>ci<63> ment<6E>se';
$strScaleFactorSmall = 'A m<>ret elem t<>l kicsi, hogy megfelel&#337; legyen a s<>m<EFBFBD>hoz egy oldalon'; $strScaleFactorSmall = 'A m<>ret elem t<>l kicsi, hogy megfelel&#337; legyen a s<>m<EFBFBD>hoz egy oldalon';
$strSearchFormTitle = 'Keres<65>s az adatb<74>zisban'; $strSearchFormTitle = 'Keres<65>s az adatb<74>zisban';
$strSearchInTables = 'T<>bl<62>(k)ban:'; $strSearchInTables = 'T<>bl<62>(k)ban:';
@@ -579,12 +633,15 @@ $strSecretRequired = 'A konfigur
$strSelectADb = 'V<>lassz egy adatb<74>zist'; $strSelectADb = 'V<>lassz egy adatb<74>zist';
$strSelectAll = 'Mindet kijel<65>li'; $strSelectAll = 'Mindet kijel<65>li';
$strSelectFields = 'Mez&#337;k kiv<69>laszt<7A>sa (legal<61>bb egyet):'; $strSelectFields = 'Mez&#337;k kiv<69>laszt<7A>sa (legal<61>bb egyet):';
$strSelectForeignKey = 'Idegen kulcs kiv<69>laszt<7A>sa';
$strSelectNumRows = 'k<>r<EFBFBD>sben'; $strSelectNumRows = 'k<>r<EFBFBD>sben';
$strSelectTables = 'T<>bl<62>k kiv<69>laszt<7A>sa'; $strSelectTables = 'T<>bl<62>k kiv<69>laszt<7A>sa';
$strSend = 'F<>jln<6C>v megad<61>sa'; $strSend = 'F<>jln<6C>v megad<61>sa';
$strSent = 'K<>ld<6C>tt'; $strSent = 'K<>ld<6C>tt';
$strServerChoice = 'Szerver V<>laszt<7A>s'; $strServerChoice = 'Szerver V<>laszt<7A>s';
$strServerNotResponding = 'A szerver nem v<>laszol'; $strServerNotResponding = 'A szerver nem v<>laszol';
$strServers = 'Szerverek';
$strServerStatusDelayedInserts = 'K<>sleltetett besz<73>r<EFBFBD>sok';
$strServerStatus = 'Fut<75>si inform<72>ci<63>k'; $strServerStatus = 'Fut<75>si inform<72>ci<63>k';
$strServerStatusUptime = 'Ez a MySQL szerver fut: %s. Elind<6E>tva: %s.'; $strServerStatusUptime = 'Ez a MySQL szerver fut: %s. Elind<6E>tva: %s.';
$strServer = 'Szerver'; $strServer = 'Szerver';
@@ -593,15 +650,19 @@ $strServerTrafficNotes = '<b>Szerver forgalom</b>: Ezek a t
$strServerVars = 'Szerver v<>ltoz<6F>k <20>s be<62>ll<6C>t<EFBFBD>sok'; $strServerVars = 'Szerver v<>ltoz<6F>k <20>s be<62>ll<6C>t<EFBFBD>sok';
$strServerVersion = 'Szerver verzi<7A>'; $strServerVersion = 'Szerver verzi<7A>';
$strSessionValue = 'Session <20>rt<72>k'; $strSessionValue = 'Session <20>rt<72>k';
$strSetEnumVal = 'Ha a mez&#337; t<>pusa "enum" vagy "set", akkor az <20>rt<72>keket ilyen form<72>ban <20>rd be: \'a\',\'b\',\'c\'...<br />Ha backslash-t ("\") vagy aposztr<74>fot ("\'") akarsz ezen <20>rt<72>kek k<>z<EFBFBD>tt haszn<7A>lni, haszn<7A>ld a backslash escape karaktert (pl.: \'\\\\xyz\' vagy \'a\\\'b\').'; $strSetEnumVal = 'Ha a mez&#337; t<>pusa "enum" vagy "set", akkor az <20>rt<72>keket ilyen form<72>ban <20>rd be: \'a\',\'b\',\'c\'... Ha backslash-t ("\") vagy aposztr<74>fot ("\'") akarsz ezen <20>rt<72>kek k<>z<EFBFBD>tt haszn<7A>lni, haszn<7A>ld a backslash escape karaktert (pl.: \'\\\\xyz\' vagy \'a\\\'b\').';
$strShowAll = 'Mutasd mindet'; $strShowAll = 'Mutasd mindet';
$strShowColor = 'Mutasd a sz<73>neket'; $strShowColor = 'Mutasd a sz<73>neket';
$strShowDatadictAs = 'Adatk<74>nyvt<76>r form<72>tum'; $strShowDatadictAs = 'Adatk<74>nyvt<76>r form<72>tum';
$strShowFullQueries = 'Teljes lek<65>r<EFBFBD>sek mutat<61>sa'; $strShowFullQueries = 'Teljes lek<65>r<EFBFBD>sek mutat<61>sa';
$strShowGrid = 'Mutasd a r<>csot'; $strShowGrid = 'Mutasd a r<>csot';
$strShowHideLeftMenu = 'Baloldali men<65> mutat<61>sa/rejt<6A>se';
$strShowingBookmark = 'K<>nyvjelz&#337; megmutat<61>sa'; $strShowingBookmark = 'K<>nyvjelz&#337; megmutat<61>sa';
$strShowingPhp = 'Mutat<61>s PHP k<>dk<64>nt';
$strShowingRecords = 'Sorok megjelen<65>t<EFBFBD>se '; $strShowingRecords = 'Sorok megjelen<65>t<EFBFBD>se ';
$strShowingSQL = 'Mutat<61>s SQL lek<65>rdez<65>sk<73>nt';
$strShow = 'Mutat'; $strShow = 'Mutat';
$strShowOpenTables = 'Nyitott t<>bl<62>k mutat<61>sa';
$strShowPHPInfo = 'PHP inform<72>ci<63>'; $strShowPHPInfo = 'PHP inform<72>ci<63>';
$strShowStatusCreated_tmp_filesDescr = 'mysqld <20>ltal l<>trehozott ideiglenes f<>jlok sz<73>ma.'; $strShowStatusCreated_tmp_filesDescr = 'mysqld <20>ltal l<>trehozott ideiglenes f<>jlok sz<73>ma.';
$strShowStatusDelayed_writesDescr = 'INSERT DELAYED sor <20>r<EFBFBD>sok sz<73>ma.'; $strShowStatusDelayed_writesDescr = 'INSERT DELAYED sor <20>r<EFBFBD>sok sz<73>ma.';
@@ -621,6 +682,7 @@ $strShowStatusInnodb_data_writesDescr = '
$strShowStatusInnodb_data_writtenDescr = '<27>sszes <20>rott adat, b<>jtban.'; $strShowStatusInnodb_data_writtenDescr = '<27>sszes <20>rott adat, b<>jtban.';
$strShowStatusInnodb_log_waitsDescr = 'V<>rakoz<6F>sok sz<73>ma, amiket a napl<70>puffer kis m<>rete okozott <20>s folytat<61>s el&#337;tt meg kellett v<>rni a ki<6B>r<EFBFBD>st.'; $strShowStatusInnodb_log_waitsDescr = 'V<>rakoz<6F>sok sz<73>ma, amiket a napl<70>puffer kis m<>rete okozott <20>s folytat<61>s el&#337;tt meg kellett v<>rni a ki<6B>r<EFBFBD>st.';
$strShowStatusInnodb_log_write_requestsDescr = 'Napl<70> <20>r<EFBFBD>si k<>r<EFBFBD>sek sz<73>ma.'; $strShowStatusInnodb_log_write_requestsDescr = 'Napl<70> <20>r<EFBFBD>si k<>r<EFBFBD>sek sz<73>ma.';
$strShowStatusInnodb_log_writesDescr = 'Napl<70>f<EFBFBD>jlba t<>rt<72>nt fizikai <20>r<EFBFBD>sok sz<73>ma.';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Folyamatban l<>v&#337; napl<70>f<EFBFBD>jl fsync-ek sz<73>ma.'; $strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Folyamatban l<>v&#337; napl<70>f<EFBFBD>jl fsync-ek sz<73>ma.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Folyamatban l<>v&#337; napl<70>f<EFBFBD>jl <20>r<EFBFBD>sok sz<73>ma.'; $strShowStatusInnodb_os_log_pending_writesDescr = 'Folyamatban l<>v&#337; napl<70>f<EFBFBD>jl <20>r<EFBFBD>sok sz<73>ma.';
$strShowStatusInnodb_os_log_writtenDescr = 'Napl<70>f<EFBFBD>jlba <20>rt b<>jtok sz<73>ma.'; $strShowStatusInnodb_os_log_writtenDescr = 'Napl<70>f<EFBFBD>jlba <20>rt b<>jtok sz<73>ma.';
@@ -639,6 +701,7 @@ $strShowStatusQcache_hitsDescr = 'Cache tal
$strShowStatusQcache_insertsDescr = 'Cache-hez adott lek<65>rdez<65>sek sz<73>ma.'; $strShowStatusQcache_insertsDescr = 'Cache-hez adott lek<65>rdez<65>sek sz<73>ma.';
$strShowStatusReset = 'Vissza<7A>ll<6C>t<EFBFBD>s'; $strShowStatusReset = 'Vissza<7A>ll<6C>t<EFBFBD>s';
$strShowStatusSort_rowsDescr = 'Rendezett sorok sz<73>ma.'; $strShowStatusSort_rowsDescr = 'Rendezett sorok sz<73>ma.';
$strShowStatusThreads_connectedDescr = 'Pillanatnyilag megnyitott kapcsolatok sz<73>ma.';
$strShowStatusThreads_runningDescr = 'Nem alv<6C> sz<73>lak sz<73>ma.'; $strShowStatusThreads_runningDescr = 'Nem alv<6C> sz<73>lak sz<73>ma.';
$strShowTableDimension = 'Mutasd a t<>bl<62>k m<>ret<65>t'; $strShowTableDimension = 'Mutasd a t<>bl<62>k m<>ret<65>t';
$strShowTables = 'Mutasd a t<>bl<62>kat'; $strShowTables = 'Mutasd a t<>bl<62>kat';
@@ -655,6 +718,7 @@ $strSort = 'Sorrendez
$strSpaceUsage = 'Helyfoglal<61>s'; $strSpaceUsage = 'Helyfoglal<61>s';
$strSpanish = 'Spanyol'; $strSpanish = 'Spanyol';
$strSplitWordsWithSpace = 'A szavak fel vannak osztva sz<73>k<EFBFBD>z karakter szerint (" ").'; $strSplitWordsWithSpace = 'A szavak fel vannak osztva sz<73>k<EFBFBD>z karakter szerint (" ").';
$strSQLCompatibility = 'SQL kompatibilit<69>si m<>d';
$strSQLExportType = 'Export t<>pus'; $strSQLExportType = 'Export t<>pus';
$strSQLParserBugMessage = 'Es<45>ly van r<>, hogy egy hib<69>t tal<61>lhatt<74>l az SQL szintaktikai elemz&#337;ben (parser). Vizsg<73>ld meg gondosan a lek<65>rdez<65>sedet, ellen&#337;rizd, hogy az id<69>z&#337;jelek j<>k <20>s j<>l illeszkednek. M<>s lehets<74>ges hiba oka lehet, hogy bin<69>risan t<>lt<6C>tt<74>l fel egy f<>jlt az id<69>zett sz<73>vegmez&#337;n k<>v<EFBFBD>l. Kipr<70>b<EFBFBD>lhatod a lek<65>r<EFBFBD>sedet a MySQL parancssoros fel<65>let<65>n. A MySQL szerver hibakimenete alul l<>that<61>, ha van ott valami, az seg<65>thet felder<65>teni a hiba ok<6F>t. Ha m<>g mindig gondjaid vannak, vagy a szintaktiaki elemz&#337; (parser) hib<69>t jelez, ahol a parancssoros fel<65>leten v<>grehajt<6A>dik, reduk<75>ld a probl<62>m<EFBFBD>t okoz<6F> SQL lek<65>rdez<65>st egy egyszer&#369; lek<65>rdez<65>ss<73>, <20>s k<>ldd el egy hibajelz<6C>sben (bug report) az als<6C> Kiv<69>g<EFBFBD>s r<>szben lev&#337; adatokkal egy<67>tt:'; $strSQLParserBugMessage = 'Es<45>ly van r<>, hogy egy hib<69>t tal<61>lhatt<74>l az SQL szintaktikai elemz&#337;ben (parser). Vizsg<73>ld meg gondosan a lek<65>rdez<65>sedet, ellen&#337;rizd, hogy az id<69>z&#337;jelek j<>k <20>s j<>l illeszkednek. M<>s lehets<74>ges hiba oka lehet, hogy bin<69>risan t<>lt<6C>tt<74>l fel egy f<>jlt az id<69>zett sz<73>vegmez&#337;n k<>v<EFBFBD>l. Kipr<70>b<EFBFBD>lhatod a lek<65>r<EFBFBD>sedet a MySQL parancssoros fel<65>let<65>n. A MySQL szerver hibakimenete alul l<>that<61>, ha van ott valami, az seg<65>thet felder<65>teni a hiba ok<6F>t. Ha m<>g mindig gondjaid vannak, vagy a szintaktiaki elemz&#337; (parser) hib<69>t jelez, ahol a parancssoros fel<65>leten v<>grehajt<6A>dik, reduk<75>ld a probl<62>m<EFBFBD>t okoz<6F> SQL lek<65>rdez<65>st egy egyszer&#369; lek<65>rdez<65>ss<73>, <20>s k<>ldd el egy hibajelz<6C>sben (bug report) az als<6C> Kiv<69>g<EFBFBD>s r<>szben lev&#337; adatokkal egy<67>tt:';
$strSQLParserUserError = '<27>gy l<>tszik az SQL lek<65>rdez<65>sedben van egy hiba. A MySQL szerver hibakimenete alul l<>that<61>, ha van ott valami, az seg<65>thet felder<65>teni a hiba ok<6F>t'; $strSQLParserUserError = '<27>gy l<>tszik az SQL lek<65>rdez<65>sedben van egy hiba. A MySQL szerver hibakimenete alul l<>that<61>, ha van ott valami, az seg<65>thet felder<65>teni a hiba ok<6F>t';
@@ -669,6 +733,8 @@ $strStatCreateTime = 'L
$strStatement = 'Adatok'; $strStatement = 'Adatok';
$strStatUpdateTime = 'Utols<6C> m<>dos<6F>t<EFBFBD>s'; $strStatUpdateTime = 'Utols<6C> m<>dos<6F>t<EFBFBD>s';
$strStatus = '<27>llapot'; $strStatus = '<27>llapot';
$strStorageEngines = 'T<>rol<6F>motorok';
$strStorageEngine = 'T<>rol<6F>motor';
$strStrucCSV = 'CSV adat'; $strStrucCSV = 'CSV adat';
$strStrucData = 'Szerkezet <20>s adatok'; $strStrucData = 'Szerkezet <20>s adatok';
$strStrucExcelCSV = 'MS Excel CSV adat'; $strStrucExcelCSV = 'MS Excel CSV adat';
@@ -690,6 +756,7 @@ $strTableHasBeenDropped = '%s t
$strTableHasBeenEmptied = '%s t<>bl<62>t ki<6B>r<EFBFBD>tettem'; $strTableHasBeenEmptied = '%s t<>bl<62>t ki<6B>r<EFBFBD>tettem';
$strTableHasBeenFlushed = '%s t<>bl<62>t ki<6B>rtam'; $strTableHasBeenFlushed = '%s t<>bl<62>t ki<6B>rtam';
$strTableMaintenance = 'T<>bla karbantart<72>s'; $strTableMaintenance = 'T<>bla karbantart<72>s';
$strTableName = 'T<>bla neve';
$strTableOfContents = 'Tartalomjegyz<79>k'; $strTableOfContents = 'Tartalomjegyz<79>k';
$strTableOptions = 'T<>bla opci<63>k'; $strTableOptions = 'T<>bla opci<63>k';
$strTables = '%s t<>bla'; $strTables = '%s t<>bla';
@@ -698,16 +765,23 @@ $strTable = 'T
$strTakeIt = 'csin<69>ld'; $strTakeIt = 'csin<69>ld';
$strTblPrivileges = 'T<>bla-specifikus privil<69>giumok'; $strTblPrivileges = 'T<>bla-specifikus privil<69>giumok';
$strTempData = 'Ideiglenes adatok'; $strTempData = 'Ideiglenes adatok';
$strTextAreaLength = ' Mivel ez a hossz,<br /> ez a mez&#337; nem szerkeszthet&#337; '; $strTextAreaLength = 'Mivel ez a hossz, ez a mez&#337; nem szerkeszthet&#337; ';
$strThai = 'Thai'; $strThai = 'Thai';
$strThemeDefaultNotFound = 'A(z) %s alap<61>rtelmezett t<>ma nem tal<61>lhat<61>!';
$strThemeNoPreviewAvailable = 'Nincs el&#337;n<>zet.';
$strThemeNotFound = 'A(z) %s t<>ma nem tal<61>lhat<61>!';
$strThemeNoValidImgPath = 'Nem tal<61>lhat<61> k<>p <20>tvonal a(z) %s t<>m<EFBFBD>hoz!';
$strThemePathNotFound = 'Nem tal<61>lhat<61> t<>ma <20>tvonal a(z) %s t<>m<EFBFBD>hoz!';
$strTheme = 'T<>ma / St<53>lus'; $strTheme = 'T<>ma / St<53>lus';
$strThisHost = 'Ez a g<>p'; $strThisHost = 'Ez a g<>p';
$strThreads = 'Sz<53>lak'; $strThreads = 'Sz<53>lak';
$strThreadSuccessfullyKilled = 'A %s. sz<73>lat siker<65>lt megsz<73>ntetni.'; $strThreadSuccessfullyKilled = 'A %s. sz<73>lat siker<65>lt megsz<73>ntetni.';
$strTime = 'Id&#337;'; $strTime = 'Id&#337;';
$strTimeoutInfo = 'Az el&#337;z&#337; importn<74>l id&#337;t<>ll<6C>p<EFBFBD>s k<>vetkezett be, <20>jrak<61>ld<6C>s ut<75>n a %d poz<6F>ci<63>t<EFBFBD>l folytat<61>dik.';
$strTimeoutPassed = 'Script id&#337;t<>ll<6C>p<EFBFBD>s t<>rt<72>nt, ha be akarod fejezni az importot, k<>ldd <20>jra ugyanazt a f<>jlt <20>s az import folytat<61>dni fog.';
$strToggleScratchboard = 'scratchboard kapcsol<6F>sa'; $strToggleScratchboard = 'scratchboard kapcsol<6F>sa';
$strTotal = '<27>sszesen'; $strTotal = '<27>sszesen';
$strTotalUC = '<27>ssz'; $strTotalUC = '<27>sszes';
$strTraditionalChinese = 'Hagyom<6F>nyos k<>nai'; $strTraditionalChinese = 'Hagyom<6F>nyos k<>nai';
$strTraditionalSpanish = 'Hagyom<6F>nyos spanyol'; $strTraditionalSpanish = 'Hagyom<6F>nyos spanyol';
$strTraffic = 'Forgalom'; $strTraffic = 'Forgalom';
@@ -720,6 +794,7 @@ $strTransformation_text_plain__formatted = 'A mez&#337; eredeti form
$strTransformation_text_plain__imagelink = 'Egy k<>pet es egy linket jelen<65>t meg, a mez&#337; tartalmazza a f<>jlnevet; az els&#337; opc<70><63> egy el&#337;tag, mint pl.: "http://domain.com/", a m<>sodik a sz<73>less<73>g pixelben, a harmadik pedig a magass<73>g.'; $strTransformation_text_plain__imagelink = 'Egy k<>pet es egy linket jelen<65>t meg, a mez&#337; tartalmazza a f<>jlnevet; az els&#337; opc<70><63> egy el&#337;tag, mint pl.: "http://domain.com/", a m<>sodik a sz<73>less<73>g pixelben, a harmadik pedig a magass<73>g.';
$strTransformation_text_plain__link = 'Meg linket jelen<65>t meg, a megz&#337; tartalmazza a f<>jlnevet; az els&#337; opc<70><63> egy el&#337;tag, mint pl.: "http://domain.com/", a m<>sodik a link neve.'; $strTransformation_text_plain__link = 'Meg linket jelen<65>t meg, a megz&#337; tartalmazza a f<>jlnevet; az els&#337; opc<70><63> egy el&#337;tag, mint pl.: "http://domain.com/", a m<>sodik a link neve.';
$strTransformation_text_plain__substr = 'A sz<73>veg egy r<>sz<73>t mutatja. Els&#337; opci<63> egy offszet, ami a kezd&#337;poz<6F>ci<63>t <20>ll<6C>tja be (alap<61>rtelmezett: 0). A m<>sodik azt adja meg, hogy mennyi sz<73>veg j<>jj<6A>n vissza. Ha <20>res, az <20>sszes visszamarad<61> sz<73>veg <20>tj<74>n. A harmadik opci<63>ban atokat a karaktereket lehet be<62>ll<6C>tani, amik a sz<73>veg v<>g<EFBFBD>re ker<65>lnek, ha sz<73>vegr<67>szt kapunk vissza (alap<61>rtelmezett: ...) .'; $strTransformation_text_plain__substr = 'A sz<73>veg egy r<>sz<73>t mutatja. Els&#337; opci<63> egy offszet, ami a kezd&#337;poz<6F>ci<63>t <20>ll<6C>tja be (alap<61>rtelmezett: 0). A m<>sodik azt adja meg, hogy mennyi sz<73>veg j<>jj<6A>n vissza. Ha <20>res, az <20>sszes visszamarad<61> sz<73>veg <20>tj<74>n. A harmadik opci<63>ban atokat a karaktereket lehet be<62>ll<6C>tani, amik a sz<73>veg v<>g<EFBFBD>re ker<65>lnek, ha sz<73>vegr<67>szt kapunk vissza (alap<61>rtelmezett: ...) .';
$strTriggers = 'Triggerek';
$strTruncateQueries = 'A mutatott k<>r<EFBFBD>sek t<>rl<72>se'; $strTruncateQueries = 'A mutatott k<>r<EFBFBD>sek t<>rl<72>se';
$strTurkish = 'T<>r<EFBFBD>k'; $strTurkish = 'T<>r<EFBFBD>k';
$strType = 'T<>pus'; $strType = 'T<>pus';
@@ -735,8 +810,10 @@ $strUpdateProfileMessage = 'A profilt friss
$strUpdateQuery = 'K<>r<EFBFBD>s friss<73>t<EFBFBD>se'; $strUpdateQuery = 'K<>r<EFBFBD>s friss<73>t<EFBFBD>se';
$strUpdComTab = 'Olvassa el a Dokument<6E>ci<63>t, hogyan tudja m<>dos<6F>tani a Column_comments t<>bl<62>t'; $strUpdComTab = 'Olvassa el a Dokument<6E>ci<63>t, hogyan tudja m<>dos<6F>tani a Column_comments t<>bl<62>t';
$strUpgrade = 'M<>dos<6F>t<EFBFBD>s sz<73>ks<6B>ges %s %s vagy k<>s&#337;bb.'; $strUpgrade = 'M<>dos<6F>t<EFBFBD>s sz<73>ks<6B>ges %s %s vagy k<>s&#337;bb.';
$strUploadErrorCantWrite = 'Nem siker<65>lt a f<>jlt lemezre <20>rni.';
$strUsage = 'M<>ret'; $strUsage = 'M<>ret';
$strUseBackquotes = 'Id<49>z&#337;jelek haszn<7A>lata a t<>bla- <20>s mez&#337;nevekn<6B>l'; $strUseBackquotes = 'Id<49>z&#337;jelek haszn<7A>lata a t<>bla- <20>s mez&#337;nevekn<6B>l';
$strUsedPhpExtensions = 'Haszn<7A>lt PHP kiterjeszt<7A>sek';
$strUseHostTable = 'Hoszt-t<>bla haszn<7A>lata'; $strUseHostTable = 'Hoszt-t<>bla haszn<7A>lata';
$strUserAlreadyExists = '%s felhaszn<7A>l<EFBFBD> m<>r l<>tezik!'; $strUserAlreadyExists = '%s felhaszn<7A>l<EFBFBD> m<>r l<>tezik!';
$strUserEmpty = 'A felhaszn<7A>l<EFBFBD>i n<>v mez&#337;je <20>res!'; $strUserEmpty = 'A felhaszn<7A>l<EFBFBD>i n<>v mez&#337;je <20>res!';
@@ -760,6 +837,8 @@ $strViewDumpDatabases = 'Adatb
$strViewDumpDB = 'Adatb<74>zis ki<6B>r<EFBFBD>s (v<>zlat) megn<67>z<EFBFBD>se'; $strViewDumpDB = 'Adatb<74>zis ki<6B>r<EFBFBD>s (v<>zlat) megn<67>z<EFBFBD>se';
$strViewDump = 'T<>bla ki<6B>r<EFBFBD>s (v<>zlat) megn<67>z<EFBFBD>se'; $strViewDump = 'T<>bla ki<6B>r<EFBFBD>s (v<>zlat) megn<67>z<EFBFBD>se';
$strViewHasBeenDropped = '%s n<>zet eldobva'; $strViewHasBeenDropped = '%s n<>zet eldobva';
$strViewMaxExactCount = 'Ez a n<>zet t<>bb, mint %s sort tartalmaz. N<>zz ut<75>na a %sdokument<6E>ci<63>ban%s.';
$strViewName = 'N<>zet neve';
$strView = 'N<>zet'; $strView = 'N<>zet';
$strWebServerUploadDirectoryError = 'Az alk<6C>nyvt<76>r, ami a felt<6C>lt<6C>sekhez be lett <20>ll<6C>tva, nem el<65>rhet&#337;'; $strWebServerUploadDirectoryError = 'Az alk<6C>nyvt<76>r, ami a felt<6C>lt<6C>sekhez be lett <20>ll<6C>tva, nem el<65>rhet&#337;';
@@ -770,7 +849,7 @@ $strWildcard = 'helyettes
$strWindowNotFound = 'A c<>l b<>ng<6E>sz&#337;ablakot nem tudtam <20>jrat<61>lteni. Tal<61>n a sz<73>l&#337;ablak be lett z<>rva, vagy a b<>ng<6E>sz&#337; biztons<6E>gi be<62>ll<6C>t<EFBFBD>sa tiltja az ablakok k<>zti <20>jrat<61>lt<6C>st'; $strWindowNotFound = 'A c<>l b<>ng<6E>sz&#337;ablakot nem tudtam <20>jrat<61>lteni. Tal<61>n a sz<73>l&#337;ablak be lett z<>rva, vagy a b<>ng<6E>sz&#337; biztons<6E>gi be<62>ll<6C>t<EFBFBD>sa tiltja az ablakok k<>zti <20>jrat<61>lt<6C>st';
$strWithChecked = 'A kijel<65>ltekkel v<>gzend&#337; m&#369;velet:'; $strWithChecked = 'A kijel<65>ltekkel v<>gzend&#337; m&#369;velet:';
$strWriteRequests = '<27>r<EFBFBD>si k<>relmek'; $strWriteRequests = '<27>r<EFBFBD>si k<>relmek';
$strWrongUser = 'Hib<69>s felhaszn<7A>l<EFBFBD>i n<EFBFBD>v/jelsz<73>. Hozz<7A>f<EFBFBD>r<EFBFBD>s megtagadva.'; $strWrongUser = 'Hib<69>s felhaszn<7A>l<EFBFBD>n<EFBFBD>v/jelsz<73>. Hozz<7A>f<EFBFBD>r<EFBFBD>s megtagadva.';
$strXML = 'XML'; $strXML = 'XML';
@@ -781,82 +860,92 @@ $strZip = '"zippel t
// To translate: // To translate:
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.';//to translate $strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.';//to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate $strAngularLinks = 'Angular links';//to translate
$strAndThen = 'and then'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %';//to translate $strBufferReadMissesInPercent = 'Read misses in %';//to translate
$strBufferWriteWaitsInPercent = 'Write waits in %';//to translate $strBufferWriteWaitsInPercent = 'Write waits in %';//to translate
$strBusyPages = 'Busy pages';//to translate $strBusyPages = 'Busy pages';//to translate
$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!';//to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!';//to translate $strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!';//to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s';//to translate $strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s';//to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate $strControluserFailed = 'Connection for controluser as defined in your configuration failed.';//to translate
$strCreateRelation = 'Create relation';//to translate
$strCreateUserDatabase = 'Database for user';//to translate
$strCreateUserDatabaseName = 'Create database with same name and grant all privileges';//to translate
$strCreateUserDatabaseNone = 'None';//to translate
$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username\_%)';//to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate $strDbIsEmpty = 'Database seems to be empty!';//to translate
$strDeleteRelation = 'Delete relation';//to translate
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.';//to translate
$strDirectLinks = 'Direct links';//to translate
$strEngines = 'Engines'; //to translate $strErrorRelationAdded = 'Error: Relation not added.';//to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate $strErrorRelationExists = 'Error: relation already exists.';//to translate
$strErrorRenamingTable = 'Error renaming table %1$s to %2$s';//to translate
$strErrorSaveTable = 'Error saving coordinates for Designer.';//to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally';//to translate $strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally';//to translate
$strExportImportToScale = 'Export/Import to scale';//to translate
$strExportMustBeFile = 'Selected export type has to be saved in file!';//to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.';//to translate $strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.';//to translate
$strFunctions = 'Functions';//to translate
$strHandler = 'Handler';//to translate $strHandler = 'Handler';//to translate
$strHexForBLOB = 'Use hexadecimal for BLOB';//to translate
$strHideShowAll = 'Hide/Show all';//to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation';//to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate $strIEUnsupported = 'Internet Explorer does not support this function.';//to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate $strImportExportCoords = 'Import/Export coordinates for PDF schema';//to translate
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:';//to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment';//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 $strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.';//to translate
$strInnoDBBufferPoolSize = 'Buffer pool size';//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 $strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.';//to translate
$strInnoDBDataHomeDir = 'Data home directory';//to translate $strInnoDBDataHomeDir = 'Data home directory';//to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.';//to translate $strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.';//to translate
$strInnoDBPages = 'lapok'; //to translate $strInnoDBRelationAdded = 'InnoDB relation added';//to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate $strInternalRelationAdded = 'Internal relation added';//to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate $strInvalidDatabase = 'Invalid database';//to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strJoins = 'Joins';//to translate $strJoins = 'Joins';//to translate
$strKeyCache = 'Key cache';//to translate $strKeyCache = 'Key cache';//to translate
$strKnownExternalBug = 'The %s functionality is affected by a known bug, see %s';//to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //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 $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
$strMoveMenu = 'Move Menu';//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 $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
$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 $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
$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 $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
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.';//to translate $strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.';//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 $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
$strMyISAMRepairThreads = 'Repair threads';//to translate $strMyISAMRepairThreads = 'Repair threads';//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 $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
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate $strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.';//to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate $strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.';//to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate $strOpenDocumentSpreadsheet = 'Open Document Spreadsheet';//to translate
$strPasswordHashing = 'Password Hashing';//to translate $strPasswordHashing = 'Password Hashing';//to translate
$strPDF = 'PDF'; //to translate $strPDFReportExplanation = '(Generates a report containing the data of a single table)';//to translate
$strPDFReportTitle = 'Report title'; //to translate $strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key';//to translate
$strProtocolVersion = 'Protocol version'; //to translate $strProcedures = 'Procedures';//to translate
$strProfiling = 'Profiling';//to translate
$strReloadPrivileges = 'Reload privileges'; //to translate $strQueryResultsOperations = 'Query results operations';//to translate
$strRelationDeleted = 'Relation deleted';//to translate
$strReplication = 'Replication';//to translate $strReplication = 'Replication';//to translate
$strRoutineReturnType = 'Return type';//to translate
$strRoutines = 'Routines';//to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate $strSelectBinaryLog = 'V<EFBFBD>laszd ki a megtekintend&#337; bin<69>ris napl<70>t';//to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate $strSelectReferencedKey = 'Select referenced key';//to translate
$strShowOpenTables = 'Show open tables'; //to translate $strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.';//to translate
$strShowSlaveHosts = 'Show slave hosts';//to translate $strShowSlaveHosts = 'Show slave hosts';//to translate
$strShowSlaveStatus = 'Show slave status';//to translate $strShowSlaveStatus = 'Show slave status';//to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.';//to translate $strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.';//to translate
@@ -887,7 +976,6 @@ $strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoD
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.';//to translate $strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.';//to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.';//to translate $strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.';//to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.';//to translate $strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.';//to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.';//to translate $strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.';//to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.';//to translate $strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.';//to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.';//to translate $strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.';//to translate
@@ -927,121 +1015,32 @@ $strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning t
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.';//to translate $strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.';//to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.';//to translate $strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.';//to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.';//to translate $strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.';//to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)';//to translate $strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)';//to translate
$strSkipQueries = 'Number of records(queries) to skip from start';//to translate $strSkipQueries = 'Number of records(queries) to skip from start';//to translate
$strSQLCompatibility = 'SQL compatibility mode'; //to translate $strSmallBigAll = 'Small/Big All';//to translate
$strSnapToGrid = 'Snap to grid';//to translate
$strStandInStructureForView = 'Stand-in structure for view';//to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.';//to translate $strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.';//to translate
$strStorageEngines = 'Storage Engines'; //to translate $strStructureForView = 'Structure for view';//to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate $strTableIsEmpty = 'Table seems to be empty!';//to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.';//to translate $strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.';//to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate $strToFromPage = 'to/from page';//to translate
$strToggleSmallBig = 'Toggle small/big';//to translate
$strToSelectRelation = 'To select relation, click :';//to translate
$strTransactionCoordinator = 'Transaction coordinator';//to translate $strTransactionCoordinator = 'Transaction coordinator';//to translate
$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data. Optional first parameter specifies how often space will be added (defaults to 2 nibbles).';//to translate $strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data. Optional first parameter specifies how often space will be added (defaults to 2 nibbles).';//to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formatted date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.';//to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.';//to translate $strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.';//to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.';//to translate $strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.';//to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
$strQueryResultsOperations = 'Query results operations'; //to translate
$strAddClause = 'Add %s'; //to translate
$strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate
$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate
$strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate
$strCreateUserDatabase = 'Database for user'; //to translate
$strCreateUserDatabaseNone = 'None'; //to translate
$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate
$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username\_%)'; //to translate
$strOpenDocumentText = 'Open Document Text'; //to translate
$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate
$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate
$strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate
$strInvalidTableName = 'Invalid table name'; //to translate
$strInvalidDatabase = 'Invalid database'; //to translate
$strServers = 'Servers'; //to translate
$strDelimiter = 'Delimiter'; //to translate
$strFunctions = 'Functions'; //to translate
$strProcedures = 'Procedures'; //to translate
$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate
$strFontSize = 'Font size'; //to translate
$strLanguage = 'Language'; //to translate
$strPmaWiki = 'phpMyAdmin wiki'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formatted date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strDocSQL = 'DocSQL'; //to translate
$strTableName = 'Table name'; //to translate
$strTableIsEmpty = 'Table seems to be empty!'; //to translate
$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strShowingPhp = 'Showing as PHP code'; //to translate
$strShowingSQL = 'Showing SQL query'; //to translate
$strDesigner = 'Designer'; //to translate
$strNumberOfTables = 'Number of tables'; //to translate
$strCreateTable = 'Create table'; //to translate
$strCreateRelation = 'Create relation'; //to translate
$strSavePosition = 'Save position'; //to translate
$strSelectForeignKey = 'Select Foreign Key'; //to translate
$strHide = 'Hide'; //to translate
$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
$strReload = 'Reload'; //to translate
$strSmallBigAll = 'Small/Big All'; //to translate
$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strMoveMenu = 'Move Menu'; //to translate
$strAngularLinks = 'Angular links'; //to translate
$strDirectLinks = 'Direct links'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
$strForeignKeyError = 'Error creating foreign key (check data types)'; //to translate
$strHelp = 'Help'; //to translate
$strCancel = 'Cancel'; //to translate
$strDeleteRelation = 'Delete relation'; //to translate
$strKnownExternalBug = 'The %s functionality is affected by a known bug, see %s'; //to translate
$strStructureForView = 'Structure for view'; //to translate
$strStandInStructureForView = 'Stand-in structure for view'; //to translate
$strToggleSmallBig = 'Toggle small/big'; //to translate
$strIEUnsupported = 'Internet Explorer does not support this function.'; //to translate
$strErrorRelationAdded = 'Error: Relation not added.'; //to translate
$strErrorRelationExists = 'Error: relation already exists.'; //to translate
$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
$strSnapToGrid = 'Snap to grid'; //to translate
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
$strUploadErrorExtension = 'File upload stopped by extension.';//to translate $strUploadErrorExtension = 'File upload stopped by extension.';//to translate
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.';//to translate
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.';//to translate
$strUploadErrorNoTempDir = 'Missing a temporary folder.';//to translate
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.';//to translate
$strUploadErrorUnknown = 'Unknown error in file upload.';//to translate $strUploadErrorUnknown = 'Unknown error in file upload.';//to translate
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate $strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.';//to translate
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate $strUploadsNotAllowed = 'File uploads are not allowed on this server.';//to translate
$strViewName = 'VIEW name'; //to translate
$strOptions = 'Options'; //to translate
$strFiles = 'Files'; //to translate
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
$strRoutines = 'Routines'; //to translate
$strRoutineReturnType = 'Return type'; //to translate
$strControluserFailed = 'Connection for controluser as defined in your configuration failed.'; //to translate
$strHexForBLOB = 'Use hexadecimal for BLOB'; //to translate
$strRestartInsertion = 'Restart insertion with %s rows'; //to translate
$strTriggers = 'Triggers'; //to translate
$strEvent = 'Event'; //to translate
$strProfiling = 'Profiling'; //to translate
?> ?>

View File

@@ -1,7 +1,7 @@
<?php <?php
// Peter Bakondy <bakondyp@freemail.hu> // Peter Bakondy <bakondyp@freemail.hu>
// Mihály Mészáros <necronix@freemail.hu> // Mihály Mészáros <poizon at sth dot sze dot hu>
$charset = 'utf-8'; $charset = 'utf-8';
$allow_recoding = TRUE; $allow_recoding = TRUE;
@@ -24,31 +24,34 @@ $strAccessDeniedExplanation = 'A phpMyAdmin megpróbált csatlakozni a MySQL sze
$strAccessDenied = 'Hozzáférés megtagadva'; $strAccessDenied = 'Hozzáférés megtagadva';
$strAction = 'Parancs'; $strAction = 'Parancs';
$strAddAutoIncrement = 'AUTO_INCREMENT érték hozzáadása'; $strAddAutoIncrement = 'AUTO_INCREMENT érték hozzáadása';
$strAddClause = '%s hozzáadása';
$strAddConstraints = 'Megszorítás hozzáadása'; $strAddConstraints = 'Megszorítás hozzáadása';
$strAddDeleteColumn = 'Mez&#337; Oszlopokat Hozzáad/Töröl'; $strAddDeleteColumn = 'Mez&#337; oszlopokat hozzáad/töröl';
$strAddDeleteRow = 'Kritérium Sort Hozzáad/Töröl'; $strAddDeleteRow = 'Kritérium sort hozzáad/töröl';
$strAddFields = '%s mez&#337; hozzáadása'; $strAddFields = '%s mez&#337; hozzáadása';
$strAddHeaderComment = 'Egyedi megjegyzés hozzáadása a fejléchez (\\n töri a sorokat)'; $strAddHeaderComment = 'Egyedi megjegyzés hozzáadása a fejléchez (\\n töri a sorokat)';
$strAddIntoComments = 'Hozzáadás a megjegyzéshez'; $strAddIntoComments = 'Hozzáadás a megjegyzéshez';
$strAddNewField = 'Új mez&#337; hozzáadása'; $strAddNewField = 'Új mez&#337; hozzáadása';
$strAddPrivilegesOnDb = 'Privilégiumok hozzáadása a következ&#337; adatbázison:'; $strAddPrivilegesOnDb = 'Privilégiumok hozzáadása a következ&#337; adatbázison';
$strAddPrivilegesOnTbl = 'Privilégiumok hozzáadása a következ&#337; táblán:'; $strAddPrivilegesOnTbl = 'Privilégiumok hozzáadása a következ&#337; táblán:';
$strAddSearchConditions = 'Keresési feltételek megadása (az "ahol" kikötések):'; $strAddSearchConditions = 'Keresési feltételek megadása (WHERE feltételek):';
$strAddToIndex = 'Adj az indexhez %s oszlopot'; $strAddToIndex = 'adj az indexhez %s oszlopot';
$strAddUserMessage = 'Az új felhasználót felvettem.';
$strAddUser = 'Új felhasználó hozzáadása'; $strAddUser = 'Új felhasználó hozzáadása';
$strAddUserMessage = 'Az új felhasználót felvettem.';
$strAdministration = 'Adminisztráció'; $strAdministration = 'Adminisztráció';
$strAffectedRows = 'Keresett sorok:'; $strAffectedRows = 'Keresett sorok:';
$strAfterInsertBack = 'Vissza az el&#337;z&#337; oldalra'; $strAfterInsertBack = 'vissza az el&#337;z&#337; oldalra';
$strAfterInsertNewInsert = 'Új sor beszúrása'; $strAfterInsertNewInsert = 'új sor beszúrása';
$strAfterInsertNext = 'Következ&#337; sor szerkesztése'; $strAfterInsertNext = 'Következ&#337; sor szerkesztése';
$strAfterInsertSame = 'Visszatérés az oldalra'; $strAfterInsertSame = 'Visszatérés az oldalra';
$strAfter = '%s után'; $strAfter = '%s után';
$strAll = 'Mind'; $strAll = 'Mind';
$strAllTableSameWidth = 'minden tábla ezzel a szélességgel jelenjen meg?'; $strAllowInterrupt = 'Engedélyezi az import megszakítását, ha a script észleli, hogy közel van az id&#337;limithez. Jól jöhet nagy fájlok importjakor, mivel meg tudja szakítani a tranzakciót.';
$strAllTableSameWidth = 'Minden tábla ezzel a szélességgel jelenjen meg?';
$strAlterOrderBy = 'Tábla megváltozása rendezve e szerint:'; $strAlterOrderBy = 'Tábla megváltozása rendezve e szerint:';
$strAnalyzeTable = 'Tábla vizsgálat'; $strAnalyzeTable = 'Tábla vizsgálat';
$strAnd = 'És'; $strAnd = 'És';
$strAndThen = 'és utána';
$strAnIndex = 'Indexet hozzáadtam: %s'; $strAnIndex = 'Indexet hozzáadtam: %s';
$strAny = 'Bármely'; $strAny = 'Bármely';
$strAnyHost = 'Bármely hoszt'; $strAnyHost = 'Bármely hoszt';
@@ -84,6 +87,7 @@ $strBookmarkQuery = 'Feljegyzett SQL-kérés';
$strBookmarkReplace = 'Azonos nev&#369; könyvjelz&#337; felülírása'; $strBookmarkReplace = 'Azonos nev&#369; könyvjelz&#337; felülírása';
$strBookmarkThis = 'Jegyezd fel az SQL-kérést'; $strBookmarkThis = 'Jegyezd fel az SQL-kérést';
$strBookmarkView = 'Csak megnézhet&#337;'; $strBookmarkView = 'Csak megnézhet&#337;';
$strBrowseDistinctValues = 'Különböz&#337; értékek böngészése';
$strBrowseForeignValues = 'Idegen kulcsok böngészése'; $strBrowseForeignValues = 'Idegen kulcsok böngészése';
$strBrowse = 'Tartalom'; $strBrowse = 'Tartalom';
$strBufferPoolActivity = 'Puffer tevékenység'; $strBufferPoolActivity = 'Puffer tevékenység';
@@ -96,8 +100,9 @@ $strBzError = 'A phpMyAdmin nem tudta betömöríteni a dump-ot, mert nem megfel
$strBzip = '"bzip-pel tömörítve"'; $strBzip = '"bzip-pel tömörítve"';
$strCalendar = 'Naptár'; $strCalendar = 'Naptár';
$strCancel = 'Mégse';
$strCannotLogin = 'A belépés a MySQL szerverre sikertelen volt'; $strCannotLogin = 'A belépés a MySQL szerverre sikertelen volt';
$strCantLoad = 'nem tudtam betölteni a %s kiterjesztést,<br />ellen&#337;rizze a PHP konfigurációt'; $strCantLoad = 'nem tudtam betölteni a %s kiterjesztést, ellen&#337;rizd a PHP konfigurációt';
$strCantLoadRecodeIconv = 'Nem tudom betölteni az iconv vagy recode kiterjesztést a karakterkészlet-átalakításhoz, állítsd be a php-t, hogy engedélyezze ezeket a kiterjesztéseket vagy tiltsd le a karakterkészlet-átalakítást a phpMyAdmin-ban.'; $strCantLoadRecodeIconv = 'Nem tudom betölteni az iconv vagy recode kiterjesztést a karakterkészlet-átalakításhoz, állítsd be a php-t, hogy engedélyezze ezeket a kiterjesztéseket vagy tiltsd le a karakterkészlet-átalakítást a phpMyAdmin-ban.';
$strCantRenameIdxToPrimary = 'Nem tudom átnevezni az indexet PRIMARY-vá!'; $strCantRenameIdxToPrimary = 'Nem tudom átnevezni az indexet PRIMARY-vá!';
$strCantUseRecodeIconv = 'Nem tudom használni az iconv, libiconv sem a recode_string funkciókat mialatt a kiterjesztés-jelentéseket be kell tölteni. Ellen&#337;rizd a php konfigurációt.'; $strCantUseRecodeIconv = 'Nem tudom használni az iconv, libiconv sem a recode_string funkciókat mialatt a kiterjesztés-jelentéseket be kell tölteni. Ellen&#337;rizd a php konfigurációt.';
@@ -107,9 +112,9 @@ $strCaseSensitive = 'bet&#369;nagyság-érzékeny';
$strCentralEuropean = 'Közép-európai'; $strCentralEuropean = 'Közép-európai';
$strChangeCopyModeCopy = '... a régi meg&#337;rzése.'; $strChangeCopyModeCopy = '... a régi meg&#337;rzése.';
$strChangeCopyModeDeleteAndReload = ' ... a régi törlése a felhasználói táblákból, és utána a privilégiumok újratöltése.'; $strChangeCopyModeDeleteAndReload = ' ... a régi törlése a felhasználói táblákból, és utána a privilégiumok újratöltése.';
$strChangeCopyMode = 'Új felhasználó hozzáadása ezekkel a privilégiumokkal ...';
$strChangeCopyModeJustDelete = ' ... a régi törlése a felhasználói táblákból.'; $strChangeCopyModeJustDelete = ' ... a régi törlése a felhasználói táblákból.';
$strChangeCopyModeRevoke = ' ... az összes aktív privilégium visszaállítása a régib&#337;l, és utána törlésük.'; $strChangeCopyModeRevoke = ' ... az összes aktív privilégium visszaállítása a régib&#337;l, és utána törlésük.';
$strChangeCopyMode = 'Új felhasználó hozzáadása ezekkel a privilégiumokkal ...';
$strChangeCopyUser = 'Belépési információ megváltoztatása / Felhasználó másolása'; $strChangeCopyUser = 'Belépési információ megváltoztatása / Felhasználó másolása';
$strChangeDisplay = 'Válassz mez&#337;t a megjelenítéshez'; $strChangeDisplay = 'Válassz mez&#337;t a megjelenítéshez';
$strChangePassword = 'Jelszó megváltoztatása'; $strChangePassword = 'Jelszó megváltoztatása';
@@ -134,7 +139,8 @@ $strComments = 'Megjegyzések';
$strCompatibleHashing = 'MySQL&nbsp;4.0 kompatibilis'; $strCompatibleHashing = 'MySQL&nbsp;4.0 kompatibilis';
$strCompleteInserts = 'Mez&#337;neveket is hozzáadja'; $strCompleteInserts = 'Mez&#337;neveket is hozzáadja';
$strCompression = 'Tömörítés'; $strCompression = 'Tömörítés';
$strConfigFileError = 'A phpMyAdmin nem tudja olvasni a konfigurációs fájlt!<br />Lehet, hogy a php szintaktikai hibát talált benne, vagy nem találja a fájlt.<br />Használd az alsó linket a konfigurációs fájl helyreállításához, olvasd el a kapott php hibaüzeneteket. Többnyire egy idéz&#337;jel vagy egy pontosvessz&#337; hiányzik valahol.<br />Ha üres oldalt kapsz, minden rendben.'; $strConfigDefaultFileError = 'Nem lehet betölteni az alap konfigurációt innen: "%1$s"';
$strConfigFileError = 'A phpMyAdmin nem tudja olvasni a konfigurációs fájlt! Lehet, hogy a php szintaktikai hibát talált benne, vagy nem találja a fájlt. Használd az alsó linket a konfigurációs fájl helyreállításához, olvasd el a kapott php hibaüzeneteket. Többnyire egy idéz&#337;jel vagy egy pontosvessz&#337; hiányzik valahol. Ha üres oldalt kapsz, minden rendben.';
$strConfigureTableCoord = 'Állítsd be a(z) $s tábla koordinátáit'; $strConfigureTableCoord = 'Állítsd be a(z) $s tábla koordinátáit';
$strConnectionError = 'Nem sikerült a csatlakozás: érvénytelen beállítások.'; $strConnectionError = 'Nem sikerült a csatlakozás: érvénytelen beállítások.';
$strConnections = 'Kapcsolat'; $strConnections = 'Kapcsolat';
@@ -155,6 +161,7 @@ $strCreateNewDatabase = 'Új adatbázis létrehozása';
$strCreateNewTable = 'Új tábla létrehozása a(z) %s adatbázisban'; $strCreateNewTable = 'Új tábla létrehozása a(z) %s adatbázisban';
$strCreatePage = 'Új oldal készítése'; $strCreatePage = 'Új oldal készítése';
$strCreatePdfFeat = 'PDF készítése'; $strCreatePdfFeat = 'PDF készítése';
$strCreateTable = 'Tábla létrehozása';
$strCreationDates = 'Dátum Készítés/Módosítás/Ellen&#337;rzés'; $strCreationDates = 'Dátum Készítés/Módosítás/Ellen&#337;rzés';
$strCriteria = 'Kritérium'; $strCriteria = 'Kritérium';
$strCroatian = 'Horvát'; $strCroatian = 'Horvát';
@@ -169,7 +176,7 @@ $strDatabase = 'Adatbázis';
$strDatabaseEmpty = 'Az adatbázis néz mez&#337; üres!'; $strDatabaseEmpty = 'Az adatbázis néz mez&#337; üres!';
$strDatabaseExportOptions = 'Adatbázis export beállítások'; $strDatabaseExportOptions = 'Adatbázis export beállítások';
$strDatabaseHasBeenDropped = '%s adatbázist eldobtam.'; $strDatabaseHasBeenDropped = '%s adatbázist eldobtam.';
$strDatabases = 'adatbázisok'; $strDatabases = 'Adatbázisok';
$strDatabasesDropped = '%s adatbázist sikeresen töröltem.'; $strDatabasesDropped = '%s adatbázist sikeresen töröltem.';
$strDatabasesStats = 'Adatbázis statisztika'; $strDatabasesStats = 'Adatbázis statisztika';
$strDatabasesStatsDisable = 'Statisztika tiltása'; $strDatabasesStatsDisable = 'Statisztika tiltása';
@@ -184,6 +191,7 @@ $strDbPrivileges = 'Adatbázis-specifikus privilégiumok';
$strDBRename = 'Adatbázis átnevezése'; $strDBRename = 'Adatbázis átnevezése';
$strDbSpecific = 'adatbázis-specifikus'; $strDbSpecific = 'adatbázis-specifikus';
$strDefault = 'Alapértelmezett'; $strDefault = 'Alapértelmezett';
$strDefaultEngine = '%s az alapértelmezett tárolómotor ezen a MySQL szerveren.';
$strDefaultValueHelp = 'Az alapértelmezett értékekhez írjon be egy egyszer&#369; értéket, escape karakter és idéz&#337;jelek nélkül, ezt a formátumot követve: a'; $strDefaultValueHelp = 'Az alapértelmezett értékekhez írjon be egy egyszer&#369; értéket, escape karakter és idéz&#337;jelek nélkül, ezt a formátumot követve: a';
$strDefragment = 'Tábla töredezettségmentesítése'; $strDefragment = 'Tábla töredezettségmentesítése';
$strDelayedInserts = 'Id&#337;zített beszúrás használata'; $strDelayedInserts = 'Id&#337;zített beszúrás használata';
@@ -194,9 +202,11 @@ $strDeletedRows = 'Törölt sorok:';
$strDeleteNoUsersSelected = 'Nincs törlésre kijelölt felhasználó!'; $strDeleteNoUsersSelected = 'Nincs törlésre kijelölt felhasználó!';
$strDelete = 'Töröl'; $strDelete = 'Töröl';
$strDeleting = '%s törlése'; $strDeleting = '%s törlése';
$strDelimiter = 'Elválasztó';
$strDelOld = 'A jelenlegi oldalon a táblahivatkozások már nem élnek. Akarja ezeket törölni?'; $strDelOld = 'A jelenlegi oldalon a táblahivatkozások már nem élnek. Akarja ezeket törölni?';
$strDescending = 'Csökken&#337;'; $strDescending = 'Csökken&#337;';
$strDescription = 'Leírás'; $strDescription = 'Leírás';
$strDesigner = 'Tervez&#337;';
$strDictionary = 'szótár'; $strDictionary = 'szótár';
$strDirtyPages = 'Piszkos lapok'; $strDirtyPages = 'Piszkos lapok';
$strDisabled = 'Tiltott'; $strDisabled = 'Tiltott';
@@ -205,6 +215,7 @@ $strDisplayFeat = 'Megjelenítés tulajdonságok';
$strDisplayOrder = 'Megjelenítés rendezés:'; $strDisplayOrder = 'Megjelenítés rendezés:';
$strDisplayPDF = 'PDF séma kijelzése'; $strDisplayPDF = 'PDF séma kijelzése';
$strDoAQuery = 'Csinálj egy "lekérdezést" (helyettesít&#337; karakter: "%")'; $strDoAQuery = 'Csinálj egy "lekérdezést" (helyettesít&#337; karakter: "%")';
$strDocSQL = 'DocSQL';
$strDocu = 'Dokumentáció'; $strDocu = 'Dokumentáció';
$strDoYouReally = 'Biztos ez akarod? '; $strDoYouReally = 'Biztos ez akarod? ';
$strDropDatabaseStrongWarning = 'Ki akarod törölni az EGÉSZ adatbázist?'; $strDropDatabaseStrongWarning = 'Ki akarod törölni az EGÉSZ adatbázist?';
@@ -228,12 +239,15 @@ $strEndRaw = 'Feldolgozatlan Vége';
$strEnd = 'Vége'; $strEnd = 'Vége';
$strEngineAvailable = '%s elérhet&#337; ezen a MySQL szerveren.'; $strEngineAvailable = '%s elérhet&#337; ezen a MySQL szerveren.';
$strEngineDisabled = '%s le van tiltva ezen a MySQL szerveren.'; $strEngineDisabled = '%s le van tiltva ezen a MySQL szerveren.';
$strEngines = 'Motorok';
$strEngineUnsupported = 'Ez a MySQL szerver nem támogatja a(z) %s tárolómotrot.';
$strEnglish = 'Angol'; $strEnglish = 'Angol';
$strEnglishPrivileges = ' Megjegyzés: A MySQL privilégium nevek az angolból származnak '; $strEnglishPrivileges = ' Megjegyzés: a MySQL privilégium nevek az angolból származnak.';
$strError = 'Hiba'; $strError = 'Hiba';
$strErrorInZipFile = 'Hiba a ZIP archívumban:'; $strErrorInZipFile = 'Hiba a ZIP archívumban:';
$strEsperanto = 'Eszperanto'; $strEsperanto = 'Eszperanto';
$strEstonian = 'Észt'; $strEstonian = 'Észt';
$strEvent = 'Esemény';
$strExcelEdition = 'Excel szerkesztés'; $strExcelEdition = 'Excel szerkesztés';
$strExecuteBookmarked = 'Elmentett eljárás futtatása'; $strExecuteBookmarked = 'Elmentett eljárás futtatása';
$strExplain = 'SQL magyarázat'; $strExplain = 'SQL magyarázat';
@@ -243,6 +257,7 @@ $strExtra = 'Extra';
$strFailedAttempts = 'Hibás próbálkozás'; $strFailedAttempts = 'Hibás próbálkozás';
$strFieldHasBeenDropped = '%s mez&#337;t eldobtam'; $strFieldHasBeenDropped = '%s mez&#337;t eldobtam';
$strFieldInsertFromFileTempDirNotExists = 'Nem sikerült a feltöltött fájl áthelyezése, lásd: FAQ 1.11';
$strField = 'Mez&#337;'; $strField = 'Mez&#337;';
$strFieldsEnclosedBy = 'Mez&#337; lezárás'; $strFieldsEnclosedBy = 'Mez&#337; lezárás';
$strFieldsEscapedBy = 'Mez&#337; escape karakter'; $strFieldsEscapedBy = 'Mez&#337; escape karakter';
@@ -250,14 +265,20 @@ $strFields = 'Mez&#337;k száma';
$strFieldsTerminatedBy = 'Mez&#337; vége'; $strFieldsTerminatedBy = 'Mez&#337; vége';
$strFileAlreadyExists = '%s fájl már létezik a szerveren, változtassa meg a fájlnevet, vagy állítsa be a felülírás opciót!'; $strFileAlreadyExists = '%s fájl már létezik a szerveren, változtassa meg a fájlnevet, vagy állítsa be a felülírás opciót!';
$strFileCouldNotBeRead = 'A fájl nem olvasható'; $strFileCouldNotBeRead = 'A fájl nem olvasható';
$strFileNameTemplate = 'Átmeneti fájlnév'; $strFileNameTemplateDescriptionDatabase = 'adatbázis név';
$strFileNameTemplateDescriptionServer = 'szerver név';
$strFileNameTemplateDescriptionTable = 'tábla név';
$strFileNameTemplateRemember = 'emlékezzen az átmeneti névre'; $strFileNameTemplateRemember = 'emlékezzen az átmeneti névre';
$strFileNameTemplate = 'Átmeneti fájlnév';
$strFiles = 'Fájlok';
$strFileToImport = 'Importálandó fájl'; $strFileToImport = 'Importálandó fájl';
$strFixed = 'rögzített'; $strFixed = 'rögzített';
$strFlushPrivilegesNote = 'Megjegyzés: a phpMyAdmin a felhasználói privilégiumokat közvetlenül a MySQL privilégium táblákból veszi. Ezen táblák tartalma eltérhet a szerver privilégiumoktól, ha ezt kézzel beállítottuk. Ebben az esetben érdemes %sújra betölteni a privilégiumokat%s a folytatás el&#337;tt.'; $strFlushPrivilegesNote = 'Megjegyzés: a phpMyAdmin a felhasználói privilégiumokat közvetlenül a MySQL privilégium táblákból veszi. Ezen táblák tartalma eltérhet a szerver privilégiumoktól, ha ezt kézzel beállítottuk. Ebben az esetben érdemes %sújra betölteni a privilégiumokat%s a folytatás el&#337;tt.';
$strFlushQueryCache = 'Lekérdezés cache kiírása'; $strFlushQueryCache = 'Lekérdezés cache kiírása';
$strFlushTables = 'Összes tábla kirása (bezárása)'; $strFlushTables = 'Összes tábla kirása (bezárása)';
$strFlushTable = 'Tábla kiírása ("FLUSH")'; $strFlushTable = 'Tábla kiírása (FLUSH)';
$strFontSize = 'Bet&#369;méret';
$strForeignKeyError = 'Nem sikerült az idegen kulcs létrehozása (ellen&#337;rizd az adattípusokat)';
$strFormat = 'Formátum'; $strFormat = 'Formátum';
$strFormEmpty = 'Hiányzó adat a form-ban!'; $strFormEmpty = 'Hiányzó adat a form-ban!';
$strFreePages = 'Szabad lapok'; $strFreePages = 'Szabad lapok';
@@ -283,8 +304,10 @@ $strHasBeenAltered = 'megváltozott.';
$strHasBeenCreated = 'megszületett.'; $strHasBeenCreated = 'megszületett.';
$strHaveToShow = 'Legalább egy oszlopot választanod kell a megjelenítéshez'; $strHaveToShow = 'Legalább egy oszlopot választanod kell a megjelenítéshez';
$strHebrew = 'Héber'; $strHebrew = 'Héber';
$strHelp = 'Segítség';
$strHide = 'Elrejtés';
$strHome = 'Kezd&#337;lap'; $strHome = 'Kezd&#337;lap';
$strHomepageOfficial = 'Hivatalos phpMyAdmin Honlap'; $strHomepageOfficial = 'Hivatalos phpMyAdmin honlap';
$strHostEmpty = 'A hosztnév üres!'; $strHostEmpty = 'A hosztnév üres!';
$strHost = 'Hoszt'; $strHost = 'Hoszt';
$strHTMLExcel = 'Microsoft Excel 2000'; $strHTMLExcel = 'Microsoft Excel 2000';
@@ -294,11 +317,13 @@ $strHungarian = 'Magyar';
$strIcelandic = 'Izlandi'; $strIcelandic = 'Izlandi';
$strId = 'ID'; $strId = 'ID';
$strIdxFulltext = 'Fulltext'; $strIdxFulltext = 'Fulltext';
$strIgnoreDuplicates = 'Egyez&#337; sorok figyelmen kívül hagyása';
$strIgnore = 'Elutasít'; $strIgnore = 'Elutasít';
$strIgnoreInserts = 'Mell&#337;z&#337; beszúrások használata'; $strIgnoreInserts = 'Mell&#337;z&#337; beszúrások használata';
$strImportFiles = 'Fájlok importja'; $strImportFiles = 'Fájlok importja';
$strImportFormat = 'Importálandó fájl formátuma'; $strImportFormat = 'Importálandó fájl formátuma';
$strImport = 'Import'; $strImport = 'Import';
$strImportSuccessfullyFinished = 'Az import sikeresen befejez&#337;dött, %d lekérdezés végrehajtva.';
$strIndexes = 'Indexek'; $strIndexes = 'Indexek';
$strIndexHasBeenDropped = '%s indexet eldobtam'; $strIndexHasBeenDropped = '%s indexet eldobtam';
$strIndex = 'Index'; $strIndex = 'Index';
@@ -306,6 +331,7 @@ $strIndexName = 'Index név:';
$strIndexType = 'Index típus:'; $strIndexType = 'Index típus:';
$strIndexWarningTable = 'Probléma a(z) `%s` tábla indexeivel'; $strIndexWarningTable = 'Probléma a(z) `%s` tábla indexeivel';
$strInnoDBDataFilePath = 'Adat fájlok'; $strInnoDBDataFilePath = 'Adat fájlok';
$strInnoDBPages = 'lapok';
$strInnodbStat = 'InnoDB állapot'; $strInnodbStat = 'InnoDB állapot';
$strInsecureMySQL = 'A konfigurációs fájl beállítása (root hozzáférés jelszó nélkül) az alapértelmezett MySQL beállítás. A MySQL szerver most ezzel fut, ami alkalmat ad a betörésre. Sürg&#337;sen javítani kell ezt a biztonsági rést.'; $strInsecureMySQL = 'A konfigurációs fájl beállítása (root hozzáférés jelszó nélkül) az alapértelmezett MySQL beállítás. A MySQL szerver most ezzel fut, ami alkalmat ad a betörésre. Sürg&#337;sen javítani kell ezt a biztonsági rést.';
$strInsertAsNewRow = 'Beszúrás új sorként'; $strInsertAsNewRow = 'Beszúrás új sorként';
@@ -315,10 +341,19 @@ $strInsertedRows = 'Beszúrt sorok:';
$strInternalNotNecessary = '* Egy bels&#337; kapcsolat nem szükséges, ha az létezik az InnoDB-ben is.'; $strInternalNotNecessary = '* Egy bels&#337; kapcsolat nem szükséges, ha az létezik az InnoDB-ben is.';
$strInternalRelations = 'Bels&#337; kapcsolatok'; $strInternalRelations = 'Bels&#337; kapcsolatok';
$strInUse = 'használatban'; $strInUse = 'használatban';
$strInvalidAuthMethod = 'Érvénytelen hitelesítési mód lett beállítva a konfigurációban:';
$strInvalidColumnCount = 'A mez&#337;k számának nullánál nagyobbnak kell lennie.'; $strInvalidColumnCount = 'A mez&#337;k számának nullánál nagyobbnak kell lennie.';
$strInvalidColumn = 'Érvénytelen mez&#337; (%s) lett megadva!';
$strInvalidCSVFieldCount = 'Érvénytelen mez&#337;szám a CSV fájl %d. sorában.';
$strInvalidCSVFormat = 'Hibás formázás a CSV %d. sorában.';
$strInvalidCSVParameter = 'Érvénytelen CSV import paraméter: %s';
$strInvalidFieldAddCount = 'Legalább egy mez&#337;t meg kell adni.'; $strInvalidFieldAddCount = 'Legalább egy mez&#337;t meg kell adni.';
$strInvalidFieldCount = 'A táblázatnak legalább egy mez&#337;t kell tartalmaznia.'; $strInvalidFieldCount = 'A táblázatnak legalább egy mez&#337;t kell tartalmaznia.';
$strInvalidLDIImport = 'Ez a plugin nem támogatja a tömörített bemenetet!'; $strInvalidLDIImport = 'Ez a plugin nem támogatja a tömörített bemenetet!';
$strInvalidRowNumber = '%d érvénytelen sorszám.';
$strInvalidServerHostname = 'Érvénytelen hosztnév a(z) %1$s szerverhez. Ellen&#337;rizd a beállításokat.';
$strInvalidServerIndex = 'Érvénytelen szerver index: "%s"';
$strInvalidTableName = 'Érvénytelen táblanév';
$strJapanese = 'Japán'; $strJapanese = 'Japán';
$strJumpToDB = 'Ugrás a &quot;%s&quot; adatbázishoz.'; $strJumpToDB = 'Ugrás a &quot;%s&quot; adatbázishoz.';
@@ -331,6 +366,8 @@ $strKill = 'Leállít';
$strKorean = 'Koreai'; $strKorean = 'Koreai';
$strLandscape = 'Fekv&#337;'; $strLandscape = 'Fekv&#337;';
$strLanguage = 'Nyelv';
$strLanguageUnknown = 'Ismeretlen nyelv: %1$s.';
$strLatchedPages = 'Zárolt lapok'; $strLatchedPages = 'Zárolt lapok';
$strLatexCaption = 'Táblacím'; $strLatexCaption = 'Táblacím';
$strLatexContent = 'tábla tartalom __TABLE__'; $strLatexContent = 'tábla tartalom __TABLE__';
@@ -359,7 +396,7 @@ $strLogServer = 'Szerver';
$strLogUsername = 'Felhasználói név:'; $strLogUsername = 'Felhasználói név:';
$strLongOperation = 'A m&#369;velet sokáig eltarthat. Mindenképp folytatod?'; $strLongOperation = 'A m&#369;velet sokáig eltarthat. Mindenképp folytatod?';
$strMaxConnects = 'max. egyidej&#369; kapcsolatok száma'; $strMaxConnects = 'Max. egyidej&#369; kapcsolatok száma';
$strMaximalQueryLength = 'Lekérdezés maximális hossza'; $strMaximalQueryLength = 'Lekérdezés maximális hossza';
$strMaximumSize = 'Legnagyobb méret: %s%s'; $strMaximumSize = 'Legnagyobb méret: %s%s';
$strMbOverloadWarning = 'Engedélyezted a mbstring.func_overload funkciót a PHP konfigurációban. Ez inkompatibilis a phpMyAdmin-nal és adatvesztéssel járhat!'; $strMbOverloadWarning = 'Engedélyezted a mbstring.func_overload funkciót a PHP konfigurációban. Ez inkompatibilis a phpMyAdmin-nal és adatvesztéssel járhat!';
@@ -367,11 +404,11 @@ $strMIME_available_mime = 'Elérhet&#337; MIME-típusok';
$strMIME_available_transform = 'Elérhet&#337; átalakítások'; $strMIME_available_transform = 'Elérhet&#337; átalakítások';
$strMIME_description = 'Leírás'; $strMIME_description = 'Leírás';
$strMIME_MIMEtype = 'MIME-típus'; $strMIME_MIMEtype = 'MIME-típus';
$strMIME_nodescription = 'Ehhez az átalakításhoz nem érhet&#337; el leírás.<br />Kérdezze a szerz&#337;t, aki készítette: %s.'; $strMIME_nodescription = 'Ehhez az átalakításhoz nem érhet&#337; el leírás. Kérdezze a szerz&#337;t, aki készítette: %s.';
$strMIME_transformation = 'Böngész&#337; átalakítás'; $strMIME_transformation = 'Böngész&#337; átalakítás';
$strMIME_transformation_note = 'Az elérhet&#337; átalakítási beállítások listájához és a hozzájuk tartozó MIME-típusokhoz kattintson ide: %stransformation descriptions%s'; $strMIME_transformation_note = 'Az elérhet&#337; átalakítási beállítások listájához és a hozzájuk tartozó MIME-típusokhoz kattintson ide: %stransformation descriptions%s';
$strMIME_transformation_options_note = 'Az átalakítás beállításokhoz írja be az értékeket a kovetkez&#337; formátumban: \'a\', 100, b,\'c\'... Ha visszapert ("\") vagy idéz&#337;jelet ("\'") akar beszúrni, használjon visszapert (például: \'\\\\xyz\' or \'a\\\'b\').';
$strMIME_transformation_options = 'Átalakítás beállítások'; $strMIME_transformation_options = 'Átalakítás beállítások';
$strMIME_transformation_options_note = 'Az átalakítás beállításokhoz írja be az értékeket a kovetkez&#337; formátumban: \'a\', 100, b,\'c\'...<br />Ha visszapert ("\") vagy idéz&#337;jelet ("\'") akar beszúrni, használjon visszapert (például: \'\\\\xyz\' or \'a\\\'b\').';
$strMIMETypesForTable = 'Tábla MIME-típusok'; $strMIMETypesForTable = 'Tábla MIME-típusok';
$strMIME_without = 'A d&#337;lttel írt MIME-típusok nem választják el az átalakítási funkciókat'; $strMIME_without = 'A d&#337;lttel írt MIME-típusok nem választják el az átalakítási funkciókat';
$strModifications = 'A változásokat elmentettem'; $strModifications = 'A változásokat elmentettem';
@@ -383,8 +420,11 @@ $strMoveTable = 'Tábla áthelyezése ide (adatbázis<b>.</b>tábla):';
$strMultilingual = 'soknyelv&#369;'; $strMultilingual = 'soknyelv&#369;';
$strMyISAMDataPointerSize = 'Adat mutató mérete'; $strMyISAMDataPointerSize = 'Adat mutató mérete';
$strMyISAMMaxExtraSortFileSize = 'Ideiglenes fájlok maximális mérete index készítésekor'; $strMyISAMMaxExtraSortFileSize = 'Ideiglenes fájlok maximális mérete index készítésekor';
$strMyISAMMaxSortFileSize = 'Az ideiglenes rendez&#337;fájlok maximális mérete';
$strMyISAMRecoverOptions = 'Automatikus helyreállítási mód'; $strMyISAMRecoverOptions = 'Automatikus helyreállítási mód';
$strMyISAMSortBufferSize = 'Rendez&#337; buffer mérete';
$strMySQLCharset = 'MySQL karakterkészlet'; $strMySQLCharset = 'MySQL karakterkészlet';
$strMysqlClientVersion = 'MySQL kliens verzió';
$strMySQLConnectionCollation = 'MySQL kapcsolat egyeztetés'; $strMySQLConnectionCollation = 'MySQL kapcsolat egyeztetés';
$strMySQLSaid = 'MySQL jelzi: '; $strMySQLSaid = 'MySQL jelzi: ';
$strMySQLShowProcess = 'Mutasd meg a folyamatokat'; $strMySQLShowProcess = 'Mutasd meg a folyamatokat';
@@ -397,6 +437,7 @@ $strNoActivity = 'Nem volt semmi tevékenység %s másodperce, jelentkezz be új
$strNoDatabases = 'Nincs adatbázis'; $strNoDatabases = 'Nincs adatbázis';
$strNoDatabasesSelected = 'Nincs adatbázis kiválasztva.'; $strNoDatabasesSelected = 'Nincs adatbázis kiválasztva.';
$strNoDescription = 'nincs leírás'; $strNoDescription = 'nincs leírás';
$strNoDetailsForEngine = 'Ehhez a tárolómotorhoz nem érhet&#337; el részletes állapot információ.';
$strNoDropDatabases = '"DROP DATABASE" utasítás le van tiltva.'; $strNoDropDatabases = '"DROP DATABASE" utasítás le van tiltva.';
$strNoExplain = 'SQL magyarázat átugrása'; $strNoExplain = 'SQL magyarázat átugrása';
$strNoFilesFoundInZip = 'Nincs fájl a ZIP archívumban!'; $strNoFilesFoundInZip = 'Nincs fájl a ZIP archívumban!';
@@ -423,14 +464,18 @@ $strNoUsersFound = 'Nem találtam felhasználó(ka)t.';
$strNoValidateSQL = 'SQL jóváhagyás átugrása'; $strNoValidateSQL = 'SQL jóváhagyás átugrása';
$strNull = 'Null'; $strNull = 'Null';
$strNumberOfFields = 'Mez&#337;k száma'; $strNumberOfFields = 'Mez&#337;k száma';
$strNumberOfTables = 'Táblák száma';
$strNumSearchResultsInTable = '%s találat <i>%s</i> táblában'; $strNumSearchResultsInTable = '%s találat <i>%s</i> táblában';
$strNumSearchResultsTotal = '<b>Összes:</b> <i>%s</i> találat'; $strNumSearchResultsTotal = '<b>Összes:</b> <i>%s</i> találat';
$strNumTables = 'Tábla'; $strNumTables = 'Tábla';
$strOK = 'Rendben'; $strOK = 'Rendben';
$strOpenDocumentText = 'Open Document Text';
$strOpenNewWindow = 'Új phpMyAdmin ablak nyitása';
$strOperations = 'Tevékenységek'; $strOperations = 'Tevékenységek';
$strOperator = 'Kezel&#337;'; $strOperator = 'Kezel&#337;';
$strOptimizeTable = 'Tábla optimalizálás'; $strOptimizeTable = 'Tábla optimalizálás';
$strOptions = 'Beállítások';
$strOr = 'Vagy'; $strOr = 'Vagy';
$strOverhead = 'Felülírás'; $strOverhead = 'Felülírás';
$strOverwriteExisting = 'Létez&#337; fájlok felülírása'; $strOverwriteExisting = 'Létez&#337; fájlok felülírása';
@@ -447,6 +492,8 @@ $strPasswordNotSame = 'A jelszavak nem azonosak!';
$strPdfDbSchema = '"%s" adatbázis sémája - %s oldal'; $strPdfDbSchema = '"%s" adatbázis sémája - %s oldal';
$strPdfInvalidTblName = '"%s" tábla nem létezik!'; $strPdfInvalidTblName = '"%s" tábla nem létezik!';
$strPdfNoTables = 'Nincs tábla'; $strPdfNoTables = 'Nincs tábla';
$strPDF = 'PDF';
$strPDFReportTitle = 'Jelentés címe';
$strPerHour = 'óránként'; $strPerHour = 'óránként';
$strPerMinute = 'percenként'; $strPerMinute = 'percenként';
$strPerSecond = 'másodpercenként'; $strPerSecond = 'másodpercenként';
@@ -457,6 +504,7 @@ $strPhp = 'PHP kód készítése';
$strPHPVersion = 'PHP Verzió'; $strPHPVersion = 'PHP Verzió';
$strPmaDocumentation = 'phpMyAdmin dokumentáció'; $strPmaDocumentation = 'phpMyAdmin dokumentáció';
$strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt> értékét a konfigurációs fájlban KELL beállítani!'; $strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt> értékét a konfigurációs fájlban KELL beállítani!';
$strPmaWiki = 'phpMyAdmin wiki';
$strPolish = 'Lengyel'; $strPolish = 'Lengyel';
$strPortrait = 'Álló'; $strPortrait = 'Álló';
$strPos1 = 'Kezdet'; $strPos1 = 'Kezdet';
@@ -508,6 +556,7 @@ $strPrivileges = 'Privilégiumok';
$strPrivilegesReloaded = 'A privilégiumok újratöltése sikeres volt.'; $strPrivilegesReloaded = 'A privilégiumok újratöltése sikeres volt.';
$strProcesses = 'Folyamatok'; $strProcesses = 'Folyamatok';
$strProcesslist = 'Folyamatlista'; $strProcesslist = 'Folyamatlista';
$strProtocolVersion = 'Protokoll verzió';
$strPutColNames = 'Tegye a mez&#337;neveket az els&#337; sorhoz'; $strPutColNames = 'Tegye a mez&#337;neveket az els&#337; sorhoz';
$strQBEDel = 'Töröl'; $strQBEDel = 'Töröl';
@@ -524,6 +573,7 @@ $strQueryWindowLock = 'Ne írja felül a lekérést az ablakon kívülr&#337;l';
$strReadRequests = 'Olvasási kérelmek'; $strReadRequests = 'Olvasási kérelmek';
$strReceived = 'Fogadott'; $strReceived = 'Fogadott';
$strRecommended = 'ajánlott';
$strRecords = 'Sor'; $strRecords = 'Sor';
$strReferentialIntegrity = 'Hivatkozási sértetlenség ellen&#337;rzése:'; $strReferentialIntegrity = 'Hivatkozási sértetlenség ellen&#337;rzése:';
$strRefresh = 'Frissítés'; $strRefresh = 'Frissítés';
@@ -533,6 +583,8 @@ $strRelationsForTable = 'Tábla-kapcsolatok';
$strRelations = 'Kapcsolatok'; $strRelations = 'Kapcsolatok';
$strRelationView = 'Reláció nézet'; $strRelationView = 'Reláció nézet';
$strReloadingThePrivileges = 'Privilégiumok újratöltése'; $strReloadingThePrivileges = 'Privilégiumok újratöltése';
$strReload = 'Újratöltés';
$strReloadPrivileges = 'Privilégiumok újratöltése';
$strRemoveSelectedUsers = 'A kiválasztott felhasználók törlése'; $strRemoveSelectedUsers = 'A kiválasztott felhasználók törlése';
$strRenameDatabaseOK = '%s adatbázis átneveztem erre: %s'; $strRenameDatabaseOK = '%s adatbázis átneveztem erre: %s';
$strRenameTableOK = '%s táblát átneveztem erre: %s'; $strRenameTableOK = '%s táblát átneveztem erre: %s';
@@ -542,6 +594,7 @@ $strReplaceNULLBy = 'NULL cseréje ezzel:';
$strReplaceTable = 'Tábla adatok és fájl cseréje'; $strReplaceTable = 'Tábla adatok és fájl cseréje';
$strReset = 'Töröl'; $strReset = 'Töröl';
$strResourceLimits = 'Er&#337;forrás határok'; $strResourceLimits = 'Er&#337;forrás határok';
$strRestartInsertion = 'Beszúrás újrakezdése %s sorral';
$strReType = 'Újraírás'; $strReType = 'Újraírás';
$strRevokeAndDelete = 'A felhasználók összes privilégiumának visszavonása, aztán törlésük.'; $strRevokeAndDelete = 'A felhasználók összes privilégiumának visszavonása, aztán törlésük.';
$strRevokeAndDeleteDescr = 'A felhasználóknak még használható privilégiumuk van, amíg nem történik meg a privilégiumok újratöltése.'; $strRevokeAndDeleteDescr = 'A felhasználóknak még használható privilégiumuk van, amíg nem történik meg a privilégiumok újratöltése.';
@@ -565,6 +618,7 @@ $strRussian = 'Orosz';
$strSave = 'Ment'; $strSave = 'Ment';
$strSaveOnServer = 'Mentés a szerver %s könyvtárába'; $strSaveOnServer = 'Mentés a szerver %s könyvtárába';
$strSavePosition = 'Pozíció mentése';
$strScaleFactorSmall = 'A méret elem túl kicsi, hogy megfelel&#337; legyen a sémához egy oldalon'; $strScaleFactorSmall = 'A méret elem túl kicsi, hogy megfelel&#337; legyen a sémához egy oldalon';
$strSearchFormTitle = 'Keresés az adatbázisban'; $strSearchFormTitle = 'Keresés az adatbázisban';
$strSearchInTables = 'Táblá(k)ban:'; $strSearchInTables = 'Táblá(k)ban:';
@@ -580,12 +634,15 @@ $strSecretRequired = 'A konfigurációs fájl egy titkos jelszó kifejezést vá
$strSelectADb = 'Válassz egy adatbázist'; $strSelectADb = 'Válassz egy adatbázist';
$strSelectAll = 'Mindet kijelöli'; $strSelectAll = 'Mindet kijelöli';
$strSelectFields = 'Mez&#337;k kiválasztása (legalább egyet):'; $strSelectFields = 'Mez&#337;k kiválasztása (legalább egyet):';
$strSelectForeignKey = 'Idegen kulcs kiválasztása';
$strSelectNumRows = 'kérésben'; $strSelectNumRows = 'kérésben';
$strSelectTables = 'Táblák kiválasztása'; $strSelectTables = 'Táblák kiválasztása';
$strSend = 'Fájlnév megadása'; $strSend = 'Fájlnév megadása';
$strSent = 'Küldött'; $strSent = 'Küldött';
$strServerChoice = 'Szerver Választás'; $strServerChoice = 'Szerver Választás';
$strServerNotResponding = 'A szerver nem válaszol'; $strServerNotResponding = 'A szerver nem válaszol';
$strServers = 'Szerverek';
$strServerStatusDelayedInserts = 'Késleltetett beszúrások';
$strServerStatus = 'Futási információk'; $strServerStatus = 'Futási információk';
$strServerStatusUptime = 'Ez a MySQL szerver fut: %s. Elindítva: %s.'; $strServerStatusUptime = 'Ez a MySQL szerver fut: %s. Elindítva: %s.';
$strServer = 'Szerver'; $strServer = 'Szerver';
@@ -594,15 +651,19 @@ $strServerTrafficNotes = '<b>Szerver forgalom</b>: Ezek a táblák mutatják a M
$strServerVars = 'Szerver változók és beállítások'; $strServerVars = 'Szerver változók és beállítások';
$strServerVersion = 'Szerver verzió'; $strServerVersion = 'Szerver verzió';
$strSessionValue = 'Session érték'; $strSessionValue = 'Session érték';
$strSetEnumVal = 'Ha a mez&#337; típusa "enum" vagy "set", akkor az értékeket ilyen formában írd be: \'a\',\'b\',\'c\'...<br />Ha backslash-t ("\") vagy aposztrófot ("\'") akarsz ezen értékek között használni, használd a backslash escape karaktert (pl.: \'\\\\xyz\' vagy \'a\\\'b\').'; $strSetEnumVal = 'Ha a mez&#337; típusa "enum" vagy "set", akkor az értékeket ilyen formában írd be: \'a\',\'b\',\'c\'... Ha backslash-t ("\") vagy aposztrófot ("\'") akarsz ezen értékek között használni, használd a backslash escape karaktert (pl.: \'\\\\xyz\' vagy \'a\\\'b\').';
$strShowAll = 'Mutasd mindet'; $strShowAll = 'Mutasd mindet';
$strShowColor = 'Mutasd a színeket'; $strShowColor = 'Mutasd a színeket';
$strShowDatadictAs = 'Adatkönyvtár formátum'; $strShowDatadictAs = 'Adatkönyvtár formátum';
$strShowFullQueries = 'Teljes lekérések mutatása'; $strShowFullQueries = 'Teljes lekérések mutatása';
$strShowGrid = 'Mutasd a rácsot'; $strShowGrid = 'Mutasd a rácsot';
$strShowHideLeftMenu = 'Baloldali menü mutatása/rejtése';
$strShowingBookmark = 'Könyvjelz&#337; megmutatása'; $strShowingBookmark = 'Könyvjelz&#337; megmutatása';
$strShowingPhp = 'Mutatás PHP kódként';
$strShowingRecords = 'Sorok megjelenítése '; $strShowingRecords = 'Sorok megjelenítése ';
$strShowingSQL = 'Mutatás SQL lekérdezésként';
$strShow = 'Mutat'; $strShow = 'Mutat';
$strShowOpenTables = 'Nyitott táblák mutatása';
$strShowPHPInfo = 'PHP információ'; $strShowPHPInfo = 'PHP információ';
$strShowStatusCreated_tmp_filesDescr = 'mysqld által létrehozott ideiglenes fájlok száma.'; $strShowStatusCreated_tmp_filesDescr = 'mysqld által létrehozott ideiglenes fájlok száma.';
$strShowStatusDelayed_writesDescr = 'INSERT DELAYED sor írások száma.'; $strShowStatusDelayed_writesDescr = 'INSERT DELAYED sor írások száma.';
@@ -622,6 +683,7 @@ $strShowStatusInnodb_data_writesDescr = 'Összes írott adat.';
$strShowStatusInnodb_data_writtenDescr = 'Összes írott adat, bájtban.'; $strShowStatusInnodb_data_writtenDescr = 'Összes írott adat, bájtban.';
$strShowStatusInnodb_log_waitsDescr = 'Várakozások száma, amiket a naplópuffer kis mérete okozott és folytatás el&#337;tt meg kellett várni a kiírást.'; $strShowStatusInnodb_log_waitsDescr = 'Várakozások száma, amiket a naplópuffer kis mérete okozott és folytatás el&#337;tt meg kellett várni a kiírást.';
$strShowStatusInnodb_log_write_requestsDescr = 'Napló írási kérések száma.'; $strShowStatusInnodb_log_write_requestsDescr = 'Napló írási kérések száma.';
$strShowStatusInnodb_log_writesDescr = 'Naplófájlba történt fizikai írások száma.';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Folyamatban lév&#337; naplófájl fsync-ek száma.'; $strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Folyamatban lév&#337; naplófájl fsync-ek száma.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Folyamatban lév&#337; naplófájl írások száma.'; $strShowStatusInnodb_os_log_pending_writesDescr = 'Folyamatban lév&#337; naplófájl írások száma.';
$strShowStatusInnodb_os_log_writtenDescr = 'Naplófájlba írt bájtok száma.'; $strShowStatusInnodb_os_log_writtenDescr = 'Naplófájlba írt bájtok száma.';
@@ -640,6 +702,7 @@ $strShowStatusQcache_hitsDescr = 'Cache találatok száma.';
$strShowStatusQcache_insertsDescr = 'Cache-hez adott lekérdezések száma.'; $strShowStatusQcache_insertsDescr = 'Cache-hez adott lekérdezések száma.';
$strShowStatusReset = 'Visszaállítás'; $strShowStatusReset = 'Visszaállítás';
$strShowStatusSort_rowsDescr = 'Rendezett sorok száma.'; $strShowStatusSort_rowsDescr = 'Rendezett sorok száma.';
$strShowStatusThreads_connectedDescr = 'Pillanatnyilag megnyitott kapcsolatok száma.';
$strShowStatusThreads_runningDescr = 'Nem alvó szálak száma.'; $strShowStatusThreads_runningDescr = 'Nem alvó szálak száma.';
$strShowTableDimension = 'Mutasd a táblák méretét'; $strShowTableDimension = 'Mutasd a táblák méretét';
$strShowTables = 'Mutasd a táblákat'; $strShowTables = 'Mutasd a táblákat';
@@ -656,6 +719,7 @@ $strSort = 'Sorrendezés';
$strSpaceUsage = 'Helyfoglalás'; $strSpaceUsage = 'Helyfoglalás';
$strSpanish = 'Spanyol'; $strSpanish = 'Spanyol';
$strSplitWordsWithSpace = 'A szavak fel vannak osztva szóköz karakter szerint (" ").'; $strSplitWordsWithSpace = 'A szavak fel vannak osztva szóköz karakter szerint (" ").';
$strSQLCompatibility = 'SQL kompatibilitási mód';
$strSQLExportType = 'Export típus'; $strSQLExportType = 'Export típus';
$strSQLParserBugMessage = 'Esély van rá, hogy egy hibát találhattál az SQL szintaktikai elemz&#337;ben (parser). Vizsgáld meg gondosan a lekérdezésedet, ellen&#337;rizd, hogy az idéz&#337;jelek jók és jól illeszkednek. Más lehetséges hiba oka lehet, hogy binárisan töltöttél fel egy fájlt az idézett szövegmez&#337;n kívül. Kipróbálhatod a lekérésedet a MySQL parancssoros felületén. A MySQL szerver hibakimenete alul látható, ha van ott valami, az segíthet felderíteni a hiba okát. Ha még mindig gondjaid vannak, vagy a szintaktiaki elemz&#337; (parser) hibát jelez, ahol a parancssoros felületen végrehajtódik, redukáld a problémát okozó SQL lekérdezést egy egyszer&#369; lekérdezéssé, és küldd el egy hibajelzésben (bug report) az alsó Kivágás részben lev&#337; adatokkal együtt:'; $strSQLParserBugMessage = 'Esély van rá, hogy egy hibát találhattál az SQL szintaktikai elemz&#337;ben (parser). Vizsgáld meg gondosan a lekérdezésedet, ellen&#337;rizd, hogy az idéz&#337;jelek jók és jól illeszkednek. Más lehetséges hiba oka lehet, hogy binárisan töltöttél fel egy fájlt az idézett szövegmez&#337;n kívül. Kipróbálhatod a lekérésedet a MySQL parancssoros felületén. A MySQL szerver hibakimenete alul látható, ha van ott valami, az segíthet felderíteni a hiba okát. Ha még mindig gondjaid vannak, vagy a szintaktiaki elemz&#337; (parser) hibát jelez, ahol a parancssoros felületen végrehajtódik, redukáld a problémát okozó SQL lekérdezést egy egyszer&#369; lekérdezéssé, és küldd el egy hibajelzésben (bug report) az alsó Kivágás részben lev&#337; adatokkal együtt:';
$strSQLParserUserError = 'Úgy látszik az SQL lekérdezésedben van egy hiba. A MySQL szerver hibakimenete alul látható, ha van ott valami, az segíthet felderíteni a hiba okát'; $strSQLParserUserError = 'Úgy látszik az SQL lekérdezésedben van egy hiba. A MySQL szerver hibakimenete alul látható, ha van ott valami, az segíthet felderíteni a hiba okát';
@@ -670,6 +734,8 @@ $strStatCreateTime = 'Létrehozás';
$strStatement = 'Adatok'; $strStatement = 'Adatok';
$strStatUpdateTime = 'Utolsó módosítás'; $strStatUpdateTime = 'Utolsó módosítás';
$strStatus = 'Állapot'; $strStatus = 'Állapot';
$strStorageEngines = 'Tárolómotorok';
$strStorageEngine = 'Tárolómotor';
$strStrucCSV = 'CSV adat'; $strStrucCSV = 'CSV adat';
$strStrucData = 'Szerkezet és adatok'; $strStrucData = 'Szerkezet és adatok';
$strStrucExcelCSV = 'MS Excel CSV adat'; $strStrucExcelCSV = 'MS Excel CSV adat';
@@ -691,6 +757,7 @@ $strTableHasBeenDropped = '%s táblát eldobtam';
$strTableHasBeenEmptied = '%s táblát kiürítettem'; $strTableHasBeenEmptied = '%s táblát kiürítettem';
$strTableHasBeenFlushed = '%s táblát kiírtam'; $strTableHasBeenFlushed = '%s táblát kiírtam';
$strTableMaintenance = 'Tábla karbantartás'; $strTableMaintenance = 'Tábla karbantartás';
$strTableName = 'Tábla neve';
$strTableOfContents = 'Tartalomjegyzék'; $strTableOfContents = 'Tartalomjegyzék';
$strTableOptions = 'Tábla opciók'; $strTableOptions = 'Tábla opciók';
$strTables = '%s tábla'; $strTables = '%s tábla';
@@ -699,16 +766,23 @@ $strTable = 'Tábla';
$strTakeIt = 'csináld'; $strTakeIt = 'csináld';
$strTblPrivileges = 'Tábla-specifikus privilégiumok'; $strTblPrivileges = 'Tábla-specifikus privilégiumok';
$strTempData = 'Ideiglenes adatok'; $strTempData = 'Ideiglenes adatok';
$strTextAreaLength = ' Mivel ez a hossz,<br /> ez a mez&#337; nem szerkeszthet&#337; '; $strTextAreaLength = 'Mivel ez a hossz, ez a mez&#337; nem szerkeszthet&#337; ';
$strThai = 'Thai'; $strThai = 'Thai';
$strThemeDefaultNotFound = 'A(z) %s alapértelmezett téma nem található!';
$strThemeNoPreviewAvailable = 'Nincs el&#337;nézet.';
$strThemeNotFound = 'A(z) %s téma nem található!';
$strThemeNoValidImgPath = 'Nem található kép útvonal a(z) %s témához!';
$strThemePathNotFound = 'Nem található téma útvonal a(z) %s témához!';
$strTheme = 'Téma / Stílus'; $strTheme = 'Téma / Stílus';
$strThisHost = 'Ez a gép'; $strThisHost = 'Ez a gép';
$strThreads = 'Szálak'; $strThreads = 'Szálak';
$strThreadSuccessfullyKilled = 'A %s. szálat sikerült megszüntetni.'; $strThreadSuccessfullyKilled = 'A %s. szálat sikerült megszüntetni.';
$strTime = 'Id&#337;'; $strTime = 'Id&#337;';
$strTimeoutInfo = 'Az el&#337;z&#337; importnál id&#337;túllépés következett be, újraküldés után a %d pozíciótól folytatódik.';
$strTimeoutPassed = 'Script id&#337;túllépés történt, ha be akarod fejezni az importot, küldd újra ugyanazt a fájlt és az import folytatódni fog.';
$strToggleScratchboard = 'scratchboard kapcsolása'; $strToggleScratchboard = 'scratchboard kapcsolása';
$strTotal = 'Összesen'; $strTotal = 'Összesen';
$strTotalUC = 'Össz'; $strTotalUC = 'Összes';
$strTraditionalChinese = 'Hagyományos kínai'; $strTraditionalChinese = 'Hagyományos kínai';
$strTraditionalSpanish = 'Hagyományos spanyol'; $strTraditionalSpanish = 'Hagyományos spanyol';
$strTraffic = 'Forgalom'; $strTraffic = 'Forgalom';
@@ -721,6 +795,7 @@ $strTransformation_text_plain__formatted = 'A mez&#337; eredeti formázásának
$strTransformation_text_plain__imagelink = 'Egy képet es egy linket jelenít meg, a mez&#337; tartalmazza a fájlnevet; az els&#337; opcíó egy el&#337;tag, mint pl.: "http://domain.com/", a második a szélesség pixelben, a harmadik pedig a magasság.'; $strTransformation_text_plain__imagelink = 'Egy képet es egy linket jelenít meg, a mez&#337; tartalmazza a fájlnevet; az els&#337; opcíó egy el&#337;tag, mint pl.: "http://domain.com/", a második a szélesség pixelben, a harmadik pedig a magasság.';
$strTransformation_text_plain__link = 'Meg linket jelenít meg, a megz&#337; tartalmazza a fájlnevet; az els&#337; opcíó egy el&#337;tag, mint pl.: "http://domain.com/", a második a link neve.'; $strTransformation_text_plain__link = 'Meg linket jelenít meg, a megz&#337; tartalmazza a fájlnevet; az els&#337; opcíó egy el&#337;tag, mint pl.: "http://domain.com/", a második a link neve.';
$strTransformation_text_plain__substr = 'A szöveg egy részét mutatja. Els&#337; opció egy offszet, ami a kezd&#337;pozíciót állítja be (alapértelmezett: 0). A második azt adja meg, hogy mennyi szöveg jöjjön vissza. Ha üres, az összes visszamaradó szöveg átjön. A harmadik opcióban atokat a karaktereket lehet beállítani, amik a szöveg végére kerülnek, ha szövegrészt kapunk vissza (alapértelmezett: ...) .'; $strTransformation_text_plain__substr = 'A szöveg egy részét mutatja. Els&#337; opció egy offszet, ami a kezd&#337;pozíciót állítja be (alapértelmezett: 0). A második azt adja meg, hogy mennyi szöveg jöjjön vissza. Ha üres, az összes visszamaradó szöveg átjön. A harmadik opcióban atokat a karaktereket lehet beállítani, amik a szöveg végére kerülnek, ha szövegrészt kapunk vissza (alapértelmezett: ...) .';
$strTriggers = 'Triggerek';
$strTruncateQueries = 'A mutatott kérések törlése'; $strTruncateQueries = 'A mutatott kérések törlése';
$strTurkish = 'Török'; $strTurkish = 'Török';
$strType = 'Típus'; $strType = 'Típus';
@@ -736,8 +811,10 @@ $strUpdateProfileMessage = 'A profilt frissítettem.';
$strUpdateQuery = 'Kérés frissítése'; $strUpdateQuery = 'Kérés frissítése';
$strUpdComTab = 'Olvassa el a Dokumentációt, hogyan tudja módosítani a Column_comments táblát'; $strUpdComTab = 'Olvassa el a Dokumentációt, hogyan tudja módosítani a Column_comments táblát';
$strUpgrade = 'Módosítás szükséges %s %s vagy kés&#337;bb.'; $strUpgrade = 'Módosítás szükséges %s %s vagy kés&#337;bb.';
$strUploadErrorCantWrite = 'Nem sikerült a fájlt lemezre írni.';
$strUsage = 'Méret'; $strUsage = 'Méret';
$strUseBackquotes = 'Idéz&#337;jelek használata a tábla- és mez&#337;neveknél'; $strUseBackquotes = 'Idéz&#337;jelek használata a tábla- és mez&#337;neveknél';
$strUsedPhpExtensions = 'Használt PHP kiterjesztések';
$strUseHostTable = 'Hoszt-tábla használata'; $strUseHostTable = 'Hoszt-tábla használata';
$strUserAlreadyExists = '%s felhasználó már létezik!'; $strUserAlreadyExists = '%s felhasználó már létezik!';
$strUserEmpty = 'A felhasználói név mez&#337;je üres!'; $strUserEmpty = 'A felhasználói név mez&#337;je üres!';
@@ -761,6 +838,8 @@ $strViewDumpDatabases = 'Adatbázis kiírás (séma) megtekintése';
$strViewDumpDB = 'Adatbázis kiírás (vázlat) megnézése'; $strViewDumpDB = 'Adatbázis kiírás (vázlat) megnézése';
$strViewDump = 'Tábla kiírás (vázlat) megnézése'; $strViewDump = 'Tábla kiírás (vázlat) megnézése';
$strViewHasBeenDropped = '%s nézet eldobva'; $strViewHasBeenDropped = '%s nézet eldobva';
$strViewMaxExactCount = 'Ez a nézet több, mint %s sort tartalmaz. Nézz utána a %sdokumentációban%s.';
$strViewName = 'Nézet neve';
$strView = 'Nézet'; $strView = 'Nézet';
$strWebServerUploadDirectoryError = 'Az alkönyvtár, ami a feltöltésekhez be lett állítva, nem elérhet&#337;'; $strWebServerUploadDirectoryError = 'Az alkönyvtár, ami a feltöltésekhez be lett állítva, nem elérhet&#337;';
@@ -771,7 +850,7 @@ $strWildcard = 'helyettesít&#337; jel';
$strWindowNotFound = 'A cél böngész&#337;ablakot nem tudtam újratölteni. Talán a szül&#337;ablak be lett zárva, vagy a böngész&#337; biztonsági beállítása tiltja az ablakok közti újratöltést'; $strWindowNotFound = 'A cél böngész&#337;ablakot nem tudtam újratölteni. Talán a szül&#337;ablak be lett zárva, vagy a böngész&#337; biztonsági beállítása tiltja az ablakok közti újratöltést';
$strWithChecked = 'A kijelöltekkel végzend&#337; m&#369;velet:'; $strWithChecked = 'A kijelöltekkel végzend&#337; m&#369;velet:';
$strWriteRequests = 'Írási kérelmek'; $strWriteRequests = 'Írási kérelmek';
$strWrongUser = 'Hibás felhasználói név/jelszó. Hozzáférés megtagadva.'; $strWrongUser = 'Hibás felhasználónév/jelszó. Hozzáférés megtagadva.';
$strXML = 'XML'; $strXML = 'XML';
@@ -782,82 +861,92 @@ $strZip = '"zippel tömörítve"';
// To translate: // To translate:
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.';//to translate $strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.';//to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate $strAngularLinks = 'Angular links';//to translate
$strAndThen = 'and then'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %';//to translate $strBufferReadMissesInPercent = 'Read misses in %';//to translate
$strBufferWriteWaitsInPercent = 'Write waits in %';//to translate $strBufferWriteWaitsInPercent = 'Write waits in %';//to translate
$strBusyPages = 'Busy pages';//to translate $strBusyPages = 'Busy pages';//to translate
$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!';//to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!';//to translate $strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!';//to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s';//to translate $strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s';//to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate $strControluserFailed = 'Connection for controluser as defined in your configuration failed.';//to translate
$strCreateRelation = 'Create relation';//to translate
$strCreateUserDatabase = 'Database for user';//to translate
$strCreateUserDatabaseName = 'Create database with same name and grant all privileges';//to translate
$strCreateUserDatabaseNone = 'None';//to translate
$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username\_%)';//to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate $strDbIsEmpty = 'Database seems to be empty!';//to translate
$strDeleteRelation = 'Delete relation';//to translate
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.';//to translate
$strDirectLinks = 'Direct links';//to translate
$strEngines = 'Engines'; //to translate $strErrorRelationAdded = 'Error: Relation not added.';//to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate $strErrorRelationExists = 'Error: relation already exists.';//to translate
$strErrorRenamingTable = 'Error renaming table %1$s to %2$s';//to translate
$strErrorSaveTable = 'Error saving coordinates for Designer.';//to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally';//to translate $strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally';//to translate
$strExportImportToScale = 'Export/Import to scale';//to translate
$strExportMustBeFile = 'Selected export type has to be saved in file!';//to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.';//to translate $strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.';//to translate
$strFunctions = 'Functions';//to translate
$strHandler = 'Handler';//to translate $strHandler = 'Handler';//to translate
$strHexForBLOB = 'Use hexadecimal for BLOB';//to translate
$strHideShowAll = 'Hide/Show all';//to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation';//to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate $strIEUnsupported = 'Internet Explorer does not support this function.';//to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate $strImportExportCoords = 'Import/Export coordinates for PDF schema';//to translate
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:';//to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment';//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 $strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.';//to translate
$strInnoDBBufferPoolSize = 'Buffer pool size';//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 $strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.';//to translate
$strInnoDBDataHomeDir = 'Data home directory';//to translate $strInnoDBDataHomeDir = 'Data home directory';//to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.';//to translate $strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.';//to translate
$strInnoDBPages = 'lapok'; //to translate $strInnoDBRelationAdded = 'InnoDB relation added';//to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate $strInternalRelationAdded = 'Internal relation added';//to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate $strInvalidDatabase = 'Invalid database';//to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strJoins = 'Joins';//to translate $strJoins = 'Joins';//to translate
$strKeyCache = 'Key cache';//to translate $strKeyCache = 'Key cache';//to translate
$strKnownExternalBug = 'The %s functionality is affected by a known bug, see %s';//to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //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 $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
$strMoveMenu = 'Move Menu';//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 $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
$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 $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
$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 $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
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.';//to translate $strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.';//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 $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
$strMyISAMRepairThreads = 'Repair threads';//to translate $strMyISAMRepairThreads = 'Repair threads';//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 $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
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate $strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.';//to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate $strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.';//to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate $strOpenDocumentSpreadsheet = 'Open Document Spreadsheet';//to translate
$strPasswordHashing = 'Password Hashing';//to translate $strPasswordHashing = 'Password Hashing';//to translate
$strPDF = 'PDF'; //to translate $strPDFReportExplanation = '(Generates a report containing the data of a single table)';//to translate
$strPDFReportTitle = 'Report title'; //to translate $strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key';//to translate
$strProtocolVersion = 'Protocol version'; //to translate $strProcedures = 'Procedures';//to translate
$strProfiling = 'Profiling';//to translate
$strReloadPrivileges = 'Reload privileges'; //to translate $strQueryResultsOperations = 'Query results operations';//to translate
$strRelationDeleted = 'Relation deleted';//to translate
$strReplication = 'Replication';//to translate $strReplication = 'Replication';//to translate
$strRoutineReturnType = 'Return type';//to translate
$strRoutines = 'Routines';//to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate $strSelectBinaryLog = 'Válaszd ki a megtekintend&#337; bináris naplót';//to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate $strSelectReferencedKey = 'Select referenced key';//to translate
$strShowOpenTables = 'Show open tables'; //to translate $strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.';//to translate
$strShowSlaveHosts = 'Show slave hosts';//to translate $strShowSlaveHosts = 'Show slave hosts';//to translate
$strShowSlaveStatus = 'Show slave status';//to translate $strShowSlaveStatus = 'Show slave status';//to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.';//to translate $strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.';//to translate
@@ -888,7 +977,6 @@ $strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoD
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.';//to translate $strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.';//to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.';//to translate $strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.';//to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.';//to translate $strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.';//to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.';//to translate $strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.';//to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.';//to translate $strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.';//to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.';//to translate $strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.';//to translate
@@ -928,121 +1016,32 @@ $strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning t
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.';//to translate $strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.';//to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.';//to translate $strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.';//to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.';//to translate $strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.';//to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)';//to translate $strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)';//to translate
$strSkipQueries = 'Number of records(queries) to skip from start';//to translate $strSkipQueries = 'Number of records(queries) to skip from start';//to translate
$strSQLCompatibility = 'SQL compatibility mode'; //to translate $strSmallBigAll = 'Small/Big All';//to translate
$strSnapToGrid = 'Snap to grid';//to translate
$strStandInStructureForView = 'Stand-in structure for view';//to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.';//to translate $strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.';//to translate
$strStorageEngines = 'Storage Engines'; //to translate $strStructureForView = 'Structure for view';//to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate $strTableIsEmpty = 'Table seems to be empty!';//to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.';//to translate $strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.';//to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate $strToFromPage = 'to/from page';//to translate
$strToggleSmallBig = 'Toggle small/big';//to translate
$strToSelectRelation = 'To select relation, click :';//to translate
$strTransactionCoordinator = 'Transaction coordinator';//to translate $strTransactionCoordinator = 'Transaction coordinator';//to translate
$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data. Optional first parameter specifies how often space will be added (defaults to 2 nibbles).';//to translate $strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data. Optional first parameter specifies how often space will be added (defaults to 2 nibbles).';//to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formatted date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.';//to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.';//to translate $strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.';//to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.';//to translate $strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.';//to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
$strQueryResultsOperations = 'Query results operations'; //to translate
$strAddClause = 'Add %s'; //to translate
$strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate
$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate
$strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate
$strCreateUserDatabase = 'Database for user'; //to translate
$strCreateUserDatabaseNone = 'None'; //to translate
$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate
$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username\_%)'; //to translate
$strOpenDocumentText = 'Open Document Text'; //to translate
$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate
$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate
$strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate
$strInvalidTableName = 'Invalid table name'; //to translate
$strInvalidDatabase = 'Invalid database'; //to translate
$strServers = 'Servers'; //to translate
$strDelimiter = 'Delimiter'; //to translate
$strFunctions = 'Functions'; //to translate
$strProcedures = 'Procedures'; //to translate
$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate
$strFontSize = 'Font size'; //to translate
$strLanguage = 'Language'; //to translate
$strPmaWiki = 'phpMyAdmin wiki'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formatted date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strDocSQL = 'DocSQL'; //to translate
$strTableName = 'Table name'; //to translate
$strTableIsEmpty = 'Table seems to be empty!'; //to translate
$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strShowingPhp = 'Showing as PHP code'; //to translate
$strShowingSQL = 'Showing SQL query'; //to translate
$strDesigner = 'Designer'; //to translate
$strNumberOfTables = 'Number of tables'; //to translate
$strCreateTable = 'Create table'; //to translate
$strCreateRelation = 'Create relation'; //to translate
$strSavePosition = 'Save position'; //to translate
$strSelectForeignKey = 'Select Foreign Key'; //to translate
$strHide = 'Hide'; //to translate
$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
$strReload = 'Reload'; //to translate
$strSmallBigAll = 'Small/Big All'; //to translate
$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strMoveMenu = 'Move Menu'; //to translate
$strAngularLinks = 'Angular links'; //to translate
$strDirectLinks = 'Direct links'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
$strForeignKeyError = 'Error creating foreign key (check data types)'; //to translate
$strHelp = 'Help'; //to translate
$strCancel = 'Cancel'; //to translate
$strDeleteRelation = 'Delete relation'; //to translate
$strKnownExternalBug = 'The %s functionality is affected by a known bug, see %s'; //to translate
$strStructureForView = 'Structure for view'; //to translate
$strStandInStructureForView = 'Stand-in structure for view'; //to translate
$strToggleSmallBig = 'Toggle small/big'; //to translate
$strIEUnsupported = 'Internet Explorer does not support this function.'; //to translate
$strErrorRelationAdded = 'Error: Relation not added.'; //to translate
$strErrorRelationExists = 'Error: relation already exists.'; //to translate
$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
$strSnapToGrid = 'Snap to grid'; //to translate
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
$strUploadErrorExtension = 'File upload stopped by extension.';//to translate $strUploadErrorExtension = 'File upload stopped by extension.';//to translate
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.';//to translate
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.';//to translate
$strUploadErrorNoTempDir = 'Missing a temporary folder.';//to translate
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.';//to translate
$strUploadErrorUnknown = 'Unknown error in file upload.';//to translate $strUploadErrorUnknown = 'Unknown error in file upload.';//to translate
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate $strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.';//to translate
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate $strUploadsNotAllowed = 'File uploads are not allowed on this server.';//to translate
$strViewName = 'VIEW name'; //to translate
$strOptions = 'Options'; //to translate
$strFiles = 'Files'; //to translate
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
$strRoutines = 'Routines'; //to translate
$strRoutineReturnType = 'Return type'; //to translate
$strControluserFailed = 'Connection for controluser as defined in your configuration failed.'; //to translate
$strHexForBLOB = 'Use hexadecimal for BLOB'; //to translate
$strRestartInsertion = 'Restart insertion with %s rows'; //to translate
$strTriggers = 'Triggers'; //to translate
$strEvent = 'Event'; //to translate
$strProfiling = 'Profiling'; //to translate
?> ?>