From 8f4c0685096e58a488695b321d6ea5c7da0fc5d0 Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Wed, 24 Apr 2002 20:08:30 +0000 Subject: [PATCH] lang/*: $cfg system changes. --- ChangeLog | 2 +- lang/arabic.inc.php3 | 2 +- lang/brazilian_portuguese.inc.php3 | 4 +- lang/bulgarian-koi8.inc.php3 | 2 +- lang/bulgarian-win1251.inc.php3 | 2 +- lang/catala.inc.php3 | 2 +- lang/chinese_big5.inc.php3 | 2 +- lang/chinese_gb.inc.php3 | 82 +++++++++++++++--------------- lang/czech-iso.inc.php3 | 2 +- lang/czech-win1250.inc.php3 | 2 +- lang/danish.inc.php3 | 32 ++++++------ lang/dutch.inc.php3 | 2 +- lang/english.inc.php3 | 4 +- lang/estonian.inc.php3 | 4 +- lang/finnish.inc.php3 | 2 +- lang/french.inc.php3 | 2 +- lang/galician.inc.php3 | 2 +- lang/georgian.inc.php3 | 2 +- lang/german.inc.php3 | 2 +- lang/greek.inc.php3 | 2 +- lang/hebrew.inc.php3 | 4 +- lang/hungarian.inc.php3 | 2 +- lang/indonesian.inc.php3 | 2 +- lang/italian.inc.php3 | 2 +- lang/japanese-euc.inc.php3 | 2 +- lang/japanese-sjis.inc.php3 | 2 +- lang/korean.inc.php3 | 10 ++-- lang/latvian.inc.php3 | 2 +- lang/lithuanian.inc.php3 | 8 +-- lang/norwegian.inc.php3 | 2 +- lang/polish.inc.php3 | 2 +- lang/portuguese.inc.php3 | 2 +- lang/romanian.inc.php3 | 2 +- lang/russian-koi8.inc.php3 | 2 +- lang/russian-win1251.inc.php3 | 2 +- lang/serbian-win1250.inc.php3 | 20 ++++---- lang/slovak-iso.inc.php3 | 2 +- lang/slovak-win1250.inc.php3 | 2 +- lang/spanish.inc.php3 | 2 +- lang/swedish.inc.php3 | 2 +- lang/thai.inc.php3 | 2 +- lang/turkish.inc.php3 | 2 +- lang/ukrainian-win1251.inc.php3 | 2 +- 43 files changed, 118 insertions(+), 118 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5d100793c..f6bbce234 100755 --- a/ChangeLog +++ b/ChangeLog @@ -6,7 +6,7 @@ $Id$ $Source$ 2002-04-24 Alexander M. Turek - * libraries/*: $cfg system changes. + * libraries/*, lang/*: $cfg system changes. * libraries/common.lib.php3, libraries/select_lang.php3, libraries/config_import.lib.php3: Config file backwards compatibility. diff --git a/lang/arabic.inc.php3 b/lang/arabic.inc.php3 index 22e5a7b33..9a28ddfd1 100644 --- a/lang/arabic.inc.php3 +++ b/lang/arabic.inc.php3 @@ -229,7 +229,7 @@ $strPasswordEmpty = ' $strPasswordNotSame = ' !'; $strPHPVersion = 'PHP '; $strPmaDocumentation = 'phpMyAdmin '; -$strPmaUriError = ' $cfgPmaAbsoluteUri config.inc.php !'; +$strPmaUriError = ' $cfg[\'PmaAbsoluteUri\'] config.inc.php !'; $strPos1 = ''; $strPrevious = ''; $strPrimary = ''; diff --git a/lang/brazilian_portuguese.inc.php3 b/lang/brazilian_portuguese.inc.php3 index 9f7325b0c..51348301d 100644 --- a/lang/brazilian_portuguese.inc.php3 +++ b/lang/brazilian_portuguese.inc.php3 @@ -239,7 +239,7 @@ $strQBEIns = 'Ins'; //to translate (used in tbl_qbe.php3) $strQueryOnDb = 'Procura SQL na base de dados %s:'; $strRecords = 'Registros'; -$strReferentialIntegrity = 'Verificar integridade referencial:'; +$strReferentialIntegrity = 'Verificar integridade referencial:'; $strReloadFailed = 'Reinicializao do MySQL falhou.'; $strReloadMySQL = 'Reinicializa o MySQL'; $strRememberReload = 'Lembre-se recarregar o servidor.'; @@ -347,6 +347,6 @@ $strZip = '"compactado com zip"'; // To translate $strBookmarkDeleted = 'The bookmark has been deleted.'; $strChangePassword = 'Change password'; //to translate -$strPmaUriError = 'The $cfgPmaAbsoluteUri directive MUST be set in your configuration file!'; +$strPmaUriError = 'The $cfg[\'PmaAbsoluteUri\'] directive MUST be set in your configuration file!'; $strLinksTo = 'Links to'; //to translate ?> diff --git a/lang/bulgarian-koi8.inc.php3 b/lang/bulgarian-koi8.inc.php3 index 959c8c5af..35633fa74 100644 --- a/lang/bulgarian-koi8.inc.php3 +++ b/lang/bulgarian-koi8.inc.php3 @@ -229,7 +229,7 @@ $strPasswordEmpty = ' $strPasswordNotSame = ' !'; $strPHPVersion = ' PHP '; $strPmaDocumentation = 'phpMyAdmin '; -$strPmaUriError = ' $cfgPmaAbsoluteUri !'; +$strPmaUriError = ' $cfg[\'PmaAbsoluteUri\'] !'; $strPos1 = ''; $strPrevious = ''; $strPrimary = 'PRIMARY'; diff --git a/lang/bulgarian-win1251.inc.php3 b/lang/bulgarian-win1251.inc.php3 index 9698c1ef3..bf04f2f80 100644 --- a/lang/bulgarian-win1251.inc.php3 +++ b/lang/bulgarian-win1251.inc.php3 @@ -229,7 +229,7 @@ $strPasswordEmpty = ' $strPasswordNotSame = ' !'; $strPHPVersion = ' PHP '; $strPmaDocumentation = 'phpMyAdmin '; -$strPmaUriError = ' $cfgPmaAbsoluteUri !'; +$strPmaUriError = ' $cfg[\'PmaAbsoluteUri\'] !'; $strPos1 = ''; $strPrevious = ''; $strPrimary = 'PRIMARY'; diff --git a/lang/catala.inc.php3 b/lang/catala.inc.php3 index c7863d191..75cb4c95d 100644 --- a/lang/catala.inc.php3 +++ b/lang/catala.inc.php3 @@ -224,7 +224,7 @@ $strPasswordEmpty = 'La contrasenya $strPasswordNotSame = 'Les contrasenyes no coincideixen!'; $strPHPVersion = 'PHP versi'; $strPmaDocumentation = 'Documentaci de phpMyAdmin'; -$strPmaUriError = 'La directiva $cfgPmaAbsoluteUri HA d\'estar al fitxer de configuració!'; +$strPmaUriError = 'La directiva $cfg[\'PmaAbsoluteUri\'] HA d\'estar al fitxer de configuració!'; $strPos1 = 'Inici'; $strPrevious = 'Anterior'; $strPrimary = 'Primria'; diff --git a/lang/chinese_big5.inc.php3 b/lang/chinese_big5.inc.php3 index cc3600a12..86e7b00ba 100644 --- a/lang/chinese_big5.inc.php3 +++ b/lang/chinese_big5.inc.php3 @@ -226,7 +226,7 @@ $strPasswordEmpty = ' $strPasswordNotSame = 'ĤGJKXP!'; $strPHPVersion = 'PHP '; $strPmaDocumentation = 'phpMyAdmin '; -$strPmaUriError = ' ]w $cfgPmaAbsoluteUri b]wɤ!'; +$strPmaUriError = ' ]w $cfg[\'PmaAbsoluteUri\'] b]wɤ!'; $strPos1 = 'Ĥ@'; $strPrevious = 'e@'; $strPrimary = 'D'; diff --git a/lang/chinese_gb.inc.php3 b/lang/chinese_gb.inc.php3 index 05e2c516a..23e2e7e11 100644 --- a/lang/chinese_gb.inc.php3 +++ b/lang/chinese_gb.inc.php3 @@ -19,29 +19,29 @@ $datefmt = '%B %d, %Y at %I:%M %p'; $strAPrimaryKey = 'Ѿӵ %s'; $strAccessDenied = 'ʱܾ'; $strAction = 'ִв'; -$strAddDeleteColumn = '/ɾ ѡ'; +$strAddDeleteColumn = '/ɾ ѡ'; $strAddDeleteRow = '/ɾ ɸѡ'; $strAddNewField = 'ֶ'; $strAddPriv = 'Ȩ'; -$strAddPrivMessage = 'ѾΪ´ʹȨ.'; +$strAddPrivMessage = 'ѾΪ´ʹȨ.'; $strAddSearchConditions = 'Ӽ ("where" )'; $strAddToIndex = '  %s  '; $strAddUser = 'ʹ'; $strAddUserMessage = 'һʹ.'; $strAffectedRows = 'Ӱ:'; -$strAfter = ' %s ֮'; +$strAfter = ' %s ֮'; $strAfterInsertBack = ''; $strAfterInsertNewInsert = 'һʼ¼'; $strAll = 'ȫ'; $strAlterOrderBy = 'λ¼'; $strAnIndex = 'Ѿӵ %s'; -$strAnalyzeTable = 'ݱ'; -$strAnd = ''; -$strAny = 'κ'; +$strAnalyzeTable = 'ݱ'; +$strAnd = ''; +$strAny = 'κ'; $strAnyColumn = 'κλ'; $strAnyDatabase = 'κݿ'; -$strAnyHost = 'κ'; -$strAnyTable = 'κݱ'; +$strAnyHost = 'κ'; +$strAnyTable = 'κݱ'; $strAnyUser = 'κʹ'; $strAscending = ''; $strAtBeginningOfTable = 'ݱͷ'; @@ -49,8 +49,8 @@ $strAtEndOfTable = ' $strAttr = ''; $strBack = ''; -$strBinary = ' '; -$strBinaryDoNotEdit = ' - ޷༭ '; +$strBinary = ' '; +$strBinaryDoNotEdit = ' - ޷༭ '; $strBookmarkDeleted = 'ǩѾɾ.'; $strBookmarkLabel = 'ǩ'; $strBookmarkQuery = 'SQL ﷨ǩ'; @@ -85,7 +85,7 @@ $strCriteria = ' $strData = ''; $strDataOnly = 'ֻ'; $strDatabase = 'ݿ '; -$strDatabaseHasBeenDropped = 'ݿ %s ѱɾ'; +$strDatabaseHasBeenDropped = 'ݿ %s ѱɾ'; $strDatabaseWildcard = 'ݿ (ʹԪ):'; $strDatabases = 'ݿ'; $strDatabasesStats = 'ݿͳ'; @@ -108,12 +108,12 @@ $strDumpingData = ' $strDynamic = '̬'; $strEdit = '༭'; -$strEditPrivileges = '༭Ȩ'; -$strEffective = 'Ч'; +$strEditPrivileges = '༭Ȩ'; +$strEffective = 'Ч'; $strEmpty = ''; $strEmptyResultSet = 'MySQL صIJѯΪա (ԭΪûҵļ¼)'; $strEnd = ''; -$strEnglishPrivileges = ' ע: MySQL ȨƻᱻͳӢ '; +$strEnglishPrivileges = ' ע: MySQL ȨƻᱻͳӢ '; $strError = ''; $strExtendedInserts = 'ģʽ'; $strExtra = ''; @@ -121,7 +121,7 @@ $strExtra = ' $strField = 'ֶ'; $strFieldHasBeenDropped = 'ݱ %s ѱɾ'; $strFields = 'ֶ'; -$strFieldsEmpty = ' λǿյ! '; +$strFieldsEmpty = ' λǿյ! '; $strFieldsEnclosedBy = 'λʹԪ'; $strFieldsEscapedBy = 'ESCAPEʹԪ'; $strFieldsTerminatedBy = 'λָʹԪ'; @@ -135,27 +135,27 @@ $strFunction = ' $strGenTime = ''; $strGo = 'ʼ'; $strGrants = 'Grants'; // should expressed in English -$strGzip = '"gzipped"'; +$strGzip = '"gzipped"'; $strHasBeenAltered = 'Ѿ޸ġ'; $strHasBeenCreated = 'Ѿ'; $strHome = 'Ŀ¼'; $strHomepageOfficial = 'phpMyAdmin ٷվ'; -$strHomepageSourceforge = 'phpMyAdmin ҳ'; +$strHomepageSourceforge = 'phpMyAdmin ҳ'; $strHost = ''; $strHostEmpty = 'ǿյ!'; -$strIdxFulltext = 'ȫļ'; +$strIdxFulltext = 'ȫļ'; $strIfYouWish = 'ҪֶָΣôöŸֶб'; $strIgnore = ''; -$strInUse = 'ʹ'; +$strInUse = 'ʹ'; $strIndex = ''; $strIndexHasBeenDropped = ' %s ѱɾ'; $strIndexName = ' :'; $strIndexType = ' :'; $strIndexes = ''; $strInsert = ''; -$strInsertAsNewRow = 'һʼ¼'; +$strInsertAsNewRow = 'һʼ¼'; $strInsertNewRow = '¼¼'; $strInsertTextfiles = 'ıļȡݣ뵽ݱ'; $strInsertedRows = ':'; @@ -168,7 +168,7 @@ $strKill = 'Kill'; //should expressed in English $strLength = ''; $strLengthSet = '/*'; -$strLimitNumRows = 'ʼ¼/ÿҳ'; +$strLimitNumRows = 'ʼ¼/ÿҳ'; $strLineFeed = 'У\\n'; $strLines = ' '; $strLinesTerminatedBy = 'һСʹԪ'; @@ -179,7 +179,7 @@ $strLogin = ' $strLogout = '˳ϵͳ'; $strModifications = '޸ĺѾ̡'; -$strModify = '޸'; +$strModify = '޸'; $strModifyIndexTopic = '޸'; $strMoveTable = 'ƶݱ(ʽΪ ݿ.ݱ)'; $strMoveTableOK = 'ݱ %s Ѿƶ %s.'; @@ -202,29 +202,29 @@ $strNoIndexPartsDefined = ' $strNoModification = 'ûб'; $strNoPassword = ''; $strNoPrivileges = 'ûȨ'; -$strNoQuery = 'û SQL !'; +$strNoQuery = 'û SQL !'; $strNoRights = 'û㹻Ȩ!'; $strNoTablesFound = 'ݿûݱ'; -$strNoUsersFound = 'Ҳʹ'; +$strNoUsersFound = 'Ҳʹ'; $strNone = ''; -$strNotNumber = 'ⲻһ!'; -$strNotValidNumber = ' Ч!'; +$strNotNumber = 'ⲻһ!'; +$strNotValidNumber = ' Ч!'; $strNull = 'Null'; $strOftenQuotation = 'ͨΪš ѡС ʾʹšΪֻ char varchar ͵Ҫ'; -$strOptimizeTable = 'ѻݱ'; +$strOptimizeTable = 'ѻݱ'; $strOptionalControls = 'ѡڶȡдַ'; $strOptionally = ''; $strOr = ''; $strOverhead = ''; -$strPHPVersion = 'PHP 汾'; +$strPHPVersion = 'PHP 汾'; $strPartialText = 'ʾ'; -$strPassword = ''; -$strPasswordEmpty = 'ǿյ!'; -$strPasswordNotSame = '벢ͬ!'; +$strPassword = ''; +$strPasswordEmpty = 'ǿյ!'; +$strPasswordNotSame = '벢ͬ!'; $strPmaDocumentation = 'phpMyAdmin ˵ı'; -$strPmaUriError = '趨 $cfgPmaAbsoluteUri 趨!'; +$strPmaUriError = '趨 $cfg[\'PmaAbsoluteUri\'] 趨!'; $strPos1 = 'ʼ'; $strPrevious = 'ǰһ'; $strPrimary = ''; @@ -249,7 +249,7 @@ $strReloadMySQL = ' $strRememberReload = '.'; $strRenameTable = 'ݱΪ'; $strRenameTableOK = 'ݱ %s Ѿó %s'; -$strRepairTable = '޸ݱ'; +$strRepairTable = '޸ݱ'; $strReplace = '滻'; $strReplaceTable = 'ݱıļ滻'; $strReset = ''; @@ -259,12 +259,12 @@ $strRevokeGrantMessage = ' $strRevokeMessage = 'ѳλʹߵȨ: %s'; $strRevokePriv = 'Ȩ'; $strRowLength = 'г'; -$strRowSize = ' дС '; +$strRowSize = ' дС '; $strRows = ''; $strRowsFrom = 'ʼ¼ʼ:'; -$strRowsModeHorizontal = 'ˮƽ'; -$strRowsModeOptions = 'ʾΪ %s ʽ ÿ %s ʾ'; -$strRowsModeVertical = 'ֱ'; +$strRowsModeHorizontal = 'ˮƽ'; +$strRowsModeOptions = 'ʾΪ %s ʽ ÿ %s ʾ'; +$strRowsModeVertical = 'ֱ'; $strRowsStatistic = 'ͳֵ'; $strRunQuery = 'ִвѯ'; $strRunSQLQuery = 'ݿ %s ִָ'; @@ -274,7 +274,7 @@ $strSQLQuery = 'SQL $strSave = '洢'; $strSelect = 'ѡ'; $strSelectADb = 'ѡݿ'; -$strSelectAll = 'ȫѡ'; +$strSelectAll = 'ȫѡ'; $strSelectFields = 'ѡһֶΣ'; $strSelectNumRows = 'ѯ'; $strSend = ''; @@ -312,7 +312,7 @@ $strTableHasBeenFlushed = ' $strTableMaintenance = 'ݱά'; $strTableStructure = 'ݱĽṹ'; $strTableType = 'ϱ'; -$strTables = '%s ݱ'; +$strTables = '%s ݱ'; $strTextAreaLength = ' ڳ
λܱ༭ '; $strTheContent = 'ļеѾ뵽ݱС'; $strTheContents = 'ļеݽȡ ѡݱо ͬΨһ ¼'; @@ -322,7 +322,7 @@ $strType = ' $strUncheckAll = 'ȫȡ'; $strUnique = 'Ψһ'; -$strUnselectAll = 'ȫȡ'; +$strUnselectAll = 'ȫȡ'; $strUpdatePrivMessage = 'Ѿ %s Ȩ.'; $strUpdateProfile = ':'; $strUpdateProfileMessage = 'ϼ.'; @@ -345,6 +345,6 @@ $strWrongUser = ' $strYes = ''; -$strZip = '"zipped"'; +$strZip = '"zipped"'; $strLinksTo = 'Links to'; //to translate ?> diff --git a/lang/czech-iso.inc.php3 b/lang/czech-iso.inc.php3 index 1a940fab5..9e30dd5f1 100644 --- a/lang/czech-iso.inc.php3 +++ b/lang/czech-iso.inc.php3 @@ -225,7 +225,7 @@ $strPasswordEmpty = 'Heslo je pr $strPasswordNotSame = 'Hesla nejsou stejn!'; $strPHPVersion = 'Verze PHP'; $strPmaDocumentation = 'Dokumentace phpMyAdmina'; -$strPmaUriError = 'Parametr $cfgPmaAbsoluteUri MUS bt nastaveno v konfiguranm souboru!'; +$strPmaUriError = 'Parametr $cfg[\'PmaAbsoluteUri\'] MUS bt nastaveno v konfiguranm souboru!'; $strPos1 = 'Zatek'; $strPrevious = 'Pedchoz'; $strPrimary = 'Primrn'; diff --git a/lang/czech-win1250.inc.php3 b/lang/czech-win1250.inc.php3 index 0462bd7f2..4e500f93e 100644 --- a/lang/czech-win1250.inc.php3 +++ b/lang/czech-win1250.inc.php3 @@ -224,7 +224,7 @@ $strPasswordEmpty = 'Heslo je pr $strPasswordNotSame = 'Hesla nejsou stejn!'; $strPHPVersion = 'Verze PHP'; $strPmaDocumentation = 'Dokumentace phpMyAdmina'; -$strPmaUriError = 'Parametr $cfgPmaAbsoluteUri MUS bt nastaveno v konfiguranm souboru!'; +$strPmaUriError = 'Parametr $cfg[\'PmaAbsoluteUri\'] MUS bt nastaveno v konfiguranm souboru!'; $strPos1 = 'Zatek'; $strPrevious = 'Pedchoz'; $strPrimary = 'Primrn'; diff --git a/lang/danish.inc.php3 b/lang/danish.inc.php3 index e8fd77e62..b0edeb5e6 100644 --- a/lang/danish.inc.php3 +++ b/lang/danish.inc.php3 @@ -24,7 +24,7 @@ $strAddNewField = 'Tilf $strAddPriv = 'Tilfj nyt privilegium'; $strAddPrivMessage = 'Du har tilfjet et nyt privilegium.'; $strAddSearchConditions = 'Tilfj sgekriterier (kroppen af "WHERE" stningen):'; -$strAddToIndex = 'Fj til indeks  %s kolonne(r)'; +$strAddToIndex = 'Fj til indeks  %s kolonne(r)'; $strAddUser = 'Tilfj en ny bruger'; $strAddUserMessage = 'Du har tilfjet en ny bruger.'; $strAffectedRows = 'Berrte rkker:'; @@ -52,12 +52,12 @@ $strBack = 'Tilbage'; $strBinary = ' Binrt '; $strBinaryDoNotEdit = ' Binrt - m ikke ndres '; $strBookmarkDeleted = 'Bogmrket er fjernet.'; -$strBookmarkLabel = 'Label'; +$strBookmarkLabel = 'Label'; $strBookmarkQuery = 'SQL-foresprgsel med bogmrke'; $strBookmarkThis = 'Lav bogmrke til denne SQL-foresprgsel'; $strBookmarkView = 'Kun oversigt'; $strBrowse = 'Vis'; -$strBzip = '"bzipped"'; +$strBzip = '"bzipped"'; $strCantLoadMySQL = 'MySQL udvidelser kan ikke loades,
check PHP konfigurationen.'; $strCantRenameIdxToPrimary = 'Kan ikke omdbe indeks til PRIMARY!'; @@ -76,7 +76,7 @@ $strCookiesRequired = 'Herefter skal cookies v $strCopyTable = 'Kopier tabel til (database.tabel):'; $strCopyTableOK = 'Tabellen %s er nu kopieret til: %s.'; $strCreate = 'Opret'; -$strCreateIndex = 'Dan et indeks p %s kolonner'; +$strCreateIndex = 'Dan et indeks p %s kolonner'; $strCreateIndexTopic = 'Lav et nyt indeks'; $strCreateNewDatabase = 'Opret ny database'; $strCreateNewTable = 'Opret ny tabel i database %s'; @@ -87,7 +87,7 @@ $strDatabase = 'Database: '; $strDatabaseHasBeenDropped = 'Database %s er slettet.'; $strDatabases = 'databaser'; $strDatabasesStats = 'Database statistik'; -$strDatabaseWildcard = 'Database (jokertegn tilladt):'; +$strDatabaseWildcard = 'Database (jokertegn tilladt):'; $strDataOnly = 'Kun data'; $strDefault = 'Standardvrdi'; $strDelete = 'Slet'; @@ -115,7 +115,7 @@ $strEmptyResultSet = 'MySQL returnerede ingen data (fx ingen r $strEnd = 'Slut'; $strEnglishPrivileges = ' NB: Navne p MySQL privilegier er p engelsk '; $strError = 'Fejl'; -$strExtendedInserts = 'Udvidede inserts'; +$strExtendedInserts = 'Udvidede inserts'; $strExtra = 'Ekstra'; $strField = 'Feltnavn'; @@ -127,7 +127,7 @@ $strFieldsEscapedBy = 'Felter escaped med'; $strFieldsTerminatedBy = 'Felter afsluttet med'; $strFixed = 'ordnet'; $strFlushTable = 'Flush tabellen ("FLUSH")'; -$strFormat = 'Format'; +$strFormat = 'Format'; $strFormEmpty = 'Ingen vrdi i formularen !'; $strFullText = 'Komplette tekster'; $strFunction = 'Funktion'; @@ -135,7 +135,7 @@ $strFunction = 'Funktion'; $strGenTime = 'Genereringstidspunkt'; $strGo = 'Udfr'; $strGrants = 'Tildelinger'; -$strGzip = '"gzipped"'; +$strGzip = '"gzipped"'; $strHasBeenAltered = 'er ndret.'; $strHasBeenCreated = 'er oprettet.'; @@ -164,7 +164,7 @@ $strInUse = 'i brug'; $strKeepPass = 'Password m ikke ndres'; $strKeyname = 'Ngle'; -$strKill = 'Kill'; +$strKill = 'Kill'; $strLength = 'Lngde'; $strLengthSet = 'Lngde/Vrdi*'; @@ -198,7 +198,7 @@ $strNoDatabases = 'Ingen databaser'; $strNoDropDatabases = '"DROP DATABASE" erklringer kan ikke bruges.'; $strNoFrames = 'phpMyAdmin er mere brugervenlig med en browser, der kan klare frames.'; $strNoIndex = 'Intet indeks defineret!'; -$strNoIndexPartsDefined = 'Ingen dele af indeks er definerede!'; +$strNoIndexPartsDefined = 'Ingen dele af indeks er definerede!'; $strNoModification = 'Ingen ndring'; $strNone = 'Intet'; $strNoPassword = 'Intet password'; @@ -224,7 +224,7 @@ $strPasswordEmpty = 'Der er ikke angivet noget password!'; $strPasswordNotSame = 'De to passwords er ikke ens!'; $strPHPVersion = 'PHP version'; $strPmaDocumentation = 'phpMyAdmin dokumentation'; -$strPmaUriError = '$cfgPmaAbsoluteUri direktivet SKAL vre sat i konfigurationsfilen!'; +$strPmaUriError = '$cfg[\'PmaAbsoluteUri\'] direktivet SKAL vre sat i konfigurationsfilen!'; $strPos1 = 'Start'; $strPrevious = 'Forrige'; $strPrimary = 'Primr'; @@ -237,8 +237,8 @@ $strPrivileges = 'Privilegier'; $strProperties = 'Egenskaber'; $strQBE = 'Query by Example'; -$strQBEDel = 'Del'; -$strQBEIns = 'Ins'; +$strQBEDel = 'Del'; +$strQBEIns = 'Ins'; $strQueryOnDb = 'SQL-foresprgsel til database %s:'; $strRecords = 'Poster'; @@ -273,7 +273,7 @@ $strRunSQLQuery = 'K $strSave = 'Gem'; $strSelect = 'Vlg'; $strSelectADb = 'Vlg en database'; -$strSelectAll = 'Vlg alle'; +$strSelectAll = 'Vlg alle'; $strSelectFields = 'Vlg mindst eet felt:'; $strSelectNumRows = 'i foresprgsel'; $strSend = 'Send'; @@ -322,7 +322,7 @@ $strType = 'Datatype'; $strUncheckAll = 'Fjern alle mrker'; $strUnique = 'Unik'; -$strUnselectAll = 'Fravlg alle'; +$strUnselectAll = 'Fravlg alle'; $strUpdatePrivMessage = 'Du har opdateret privilegierne for %s.'; $strUpdateProfile = 'Opdater profil:'; $strUpdateProfileMessage = 'Profilen er blevet opdateret.'; @@ -345,7 +345,7 @@ $strWrongUser = 'Forkert brugernavn/kodeord. Adgang n $strYes = 'Ja'; -$strZip = '"zipped"'; +$strZip = '"zipped"'; $strLinksTo = 'Links to'; //to translate ?> diff --git a/lang/dutch.inc.php3 b/lang/dutch.inc.php3 index 658b782fe..8c97bb41f 100644 --- a/lang/dutch.inc.php3 +++ b/lang/dutch.inc.php3 @@ -222,7 +222,7 @@ $strPassword = 'Wachtwoord'; $strPasswordEmpty = 'Het wachtwoord is leeg!'; $strPasswordNotSame = 'De wachtwoorden zijn niet gelijk!'; $strPmaDocumentation = 'phpMyAdmin Documentatie'; -$strPmaUriError = 'De $cfgPmaAbsoluteUri richtlijn MOET gezet zijn in het configuratie bestand!'; +$strPmaUriError = 'De $cfg[\'PmaAbsoluteUri\'] richtlijn MOET gezet zijn in het configuratie bestand!'; $strPos1 = 'Begin'; $strPrevious = 'Vorige'; $strPrimary = 'Primaire sleutel'; diff --git a/lang/english.inc.php3 b/lang/english.inc.php3 index 40f85d1da..865d45268 100644 --- a/lang/english.inc.php3 +++ b/lang/english.inc.php3 @@ -172,7 +172,7 @@ $strLimitNumRows = 'Number of rows per page'; $strLineFeed = 'Linefeed: \\n'; $strLines = 'Lines'; $strLinesTerminatedBy = 'Lines terminated by'; -$strLinksTo = 'Links to'; +$strLinksTo = 'Links to'; $strLocationTextfile = 'Location of the textfile'; $strLogin = 'Login'; $strLogout = 'Log out'; @@ -225,7 +225,7 @@ $strPasswordEmpty = 'The password is empty!'; $strPasswordNotSame = 'The passwords aren\'t the same!'; $strPHPVersion = 'PHP Version'; $strPmaDocumentation = 'phpMyAdmin documentation'; -$strPmaUriError = 'The $cfgPmaAbsoluteUri directive MUST be set in your configuration file!'; +$strPmaUriError = 'The $cfg[\'PmaAbsoluteUri\'] directive MUST be set in your configuration file!'; $strPos1 = 'Begin'; $strPrevious = 'Previous'; $strPrimary = 'Primary'; diff --git a/lang/estonian.inc.php3 b/lang/estonian.inc.php3 index 087874024..5a2c20fa0 100644 --- a/lang/estonian.inc.php3 +++ b/lang/estonian.inc.php3 @@ -224,7 +224,7 @@ $strPasswordEmpty = 'Parool on t $strPasswordNotSame = 'Paroolid ei hti!'; $strPHPVersion = 'PHP versioon'; $strPmaDocumentation = 'phpMyAdmini dokumentatsioon'; -$strPmaUriError = '$cfgPmaAbsoluteUri konstant peab teie konfiguratsioonifailis mratud olema!'; +$strPmaUriError = '$cfg[\'PmaAbsoluteUri\'] konstant peab teie konfiguratsioonifailis mratud olema!'; $strPos1 = 'Algus'; $strPrevious = 'Eelmine'; $strPrimary = 'Primaarne'; @@ -242,7 +242,7 @@ $strQBEIns = 'Ins'; $strQueryOnDb = 'SQL-pring andmebaasist %s:'; $strRecords = 'Kirjeid'; -$strReferentialIntegrity = 'Kontrolli prinevust:'; +$strReferentialIntegrity = 'Kontrolli prinevust:'; $strReloadFailed = 'MySQL taaslaadimine ebannestus.'; $strReloadMySQL = 'Taaslae MySQL'; $strRememberReload = 'rge unustage serverit taaslaadida.'; diff --git a/lang/finnish.inc.php3 b/lang/finnish.inc.php3 index 6bd767aff..ca546c45d 100644 --- a/lang/finnish.inc.php3 +++ b/lang/finnish.inc.php3 @@ -228,7 +228,7 @@ $strPasswordEmpty = 'Salasana puuttuu!'; $strPasswordNotSame = 'Salasanat eivt ole samat!'; $strPHPVersion = 'PHP:n versio'; $strPmaDocumentation = 'phpMyAdminin dokumentaatio'; -$strPmaUriError = '$cfgPmaAbsoluteUri tytyy mritell asetustiedostossa!'; +$strPmaUriError = '$cfg[\'PmaAbsoluteUri\'] tytyy mritell asetustiedostossa!'; $strPos1 = 'Alku'; $strPrevious = 'Edellinen'; $strPrimary = 'Ensisijainen'; diff --git a/lang/french.inc.php3 b/lang/french.inc.php3 index 5f1a67053..fd83dfc5e 100644 --- a/lang/french.inc.php3 +++ b/lang/french.inc.php3 @@ -225,7 +225,7 @@ $strPasswordEmpty = 'Le mot de passe est vide'; $strPasswordNotSame = 'Les mots de passe doivent tre identiques'; $strPHPVersion = 'Version de PHP'; $strPmaDocumentation = 'Documentation de phpMyAdmin'; -$strPmaUriError = 'Le paramtre $cfgPmaAbsoluteUri DOIT tre renseign dans votre fichier de configuration !'; +$strPmaUriError = 'Le paramtre $cfg[\'PmaAbsoluteUri\'] DOIT tre renseign dans votre fichier de configuration !'; $strPos1 = 'Dbut'; $strPrevious = 'Prcdent'; $strPrimary = 'Primaire'; diff --git a/lang/galician.inc.php3 b/lang/galician.inc.php3 index 0cd9f5eb2..476534d23 100644 --- a/lang/galician.inc.php3 +++ b/lang/galician.inc.php3 @@ -227,7 +227,7 @@ $strPasswordEmpty = 'O contrasinal est $strPasswordNotSame = 'Os contrasinais non son os mesmos!'; $strPHPVersion = 'Versin do PHP'; $strPmaDocumentation = 'Documentacin do phpMyAdmin'; -$strPmaUriError = 'A directiva $cfgPmaAbsoluteUri DEBE estar asignada no seu ficheiro de configuracin.'; +$strPmaUriError = 'A directiva $cfg[\'PmaAbsoluteUri\'] DEBE estar asignada no seu ficheiro de configuracin.'; $strPos1 = 'Inicio'; $strPrevious = 'Anterior'; $strPrimary = 'Primaria'; diff --git a/lang/georgian.inc.php3 b/lang/georgian.inc.php3 index a1a514a23..15fc0e543 100644 --- a/lang/georgian.inc.php3 +++ b/lang/georgian.inc.php3 @@ -293,7 +293,7 @@ $strOverhead = 'Overhead'; $strPartialText = 'Partial Texts'; $strPassword = 'Password'; $strPmaDocumentation = 'phpMyAdmin documentation'; -$strPmaUriError = 'The $cfgPmaAbsoluteUri directive MUST be set in your configuration file!'; +$strPmaUriError = 'The $cfg[\'PmaAbsoluteUri\'] directive MUST be set in your configuration file!'; $strPrivileges = 'Privileges'; $strQBEDel = 'Del'; $strQBEIns = 'Ins'; diff --git a/lang/german.inc.php3 b/lang/german.inc.php3 index 2316f5881..773eeca61 100644 --- a/lang/german.inc.php3 +++ b/lang/german.inc.php3 @@ -224,7 +224,7 @@ $strPassword = 'Kennwort'; $strPasswordEmpty = 'Es wurde kein Kennwort angegeben!'; $strPasswordNotSame = 'Die eingegebenen Kennwrter sind nicht identisch!'; $strPmaDocumentation = 'phpMyAdmin-Dokumentation'; -$strPmaUriError = 'Das $cfgPmaAbsoluteUri-Verzeichnis MUSS in Ihrer Konfigurationsdatei angegeben werden!'; +$strPmaUriError = 'Das $cfg[\'PmaAbsoluteUri\']-Verzeichnis MUSS in Ihrer Konfigurationsdatei angegeben werden!'; $strPHPVersion = 'PHP-Version'; $strPos1 = 'Anfang'; $strPrevious = 'Vorherige'; diff --git a/lang/greek.inc.php3 b/lang/greek.inc.php3 index 15ef0a968..3bcc93cf2 100644 --- a/lang/greek.inc.php3 +++ b/lang/greek.inc.php3 @@ -225,7 +225,7 @@ $strPasswordEmpty = ' $strPasswordNotSame = ' !'; $strPHPVersion = ' PHP'; $strPmaDocumentation = ' phpMyAdmin'; -$strPmaUriError = ' $cfgPmaAbsoluteUri !'; +$strPmaUriError = ' $cfg[\'PmaAbsoluteUri\'] !'; $strPos1 = ''; $strPrevious = ''; $strPrimary = ''; diff --git a/lang/hebrew.inc.php3 b/lang/hebrew.inc.php3 index 9e4f71279..bef777ef3 100644 --- a/lang/hebrew.inc.php3 +++ b/lang/hebrew.inc.php3 @@ -225,7 +225,7 @@ $strPasswordEmpty = ' $strPasswordNotSame = ' !'; $strPHPVersion = ' PHP'; $strPmaDocumentation = ' phpMyAdmin'; -$strPmaUriError = ' - $cfgPmaAbsoluteUri !'; +$strPmaUriError = ' - $cfg[\'PmaAbsoluteUri\'] !'; $strPos1 = ''; $strPrevious = ''; $strPrimary = ''; @@ -243,7 +243,7 @@ $strQBEIns = 'Ins'; $strQueryOnDb = ' SQL %s:'; $strRecords = ''; -$strReferentialIntegrity = ' - Referential Integrity:'; +$strReferentialIntegrity = ' - Referential Integrity:'; $strReloadFailed = ' MySQL .'; $strReloadMySQL = ' MySQL'; $strRememberReload = ' .'; diff --git a/lang/hungarian.inc.php3 b/lang/hungarian.inc.php3 index 60676b427..4a14aa21c 100644 --- a/lang/hungarian.inc.php3 +++ b/lang/hungarian.inc.php3 @@ -225,7 +225,7 @@ $strPasswordEmpty = 'A jelsz $strPasswordNotSame = 'A jelszavak nem azonosak!'; $strPHPVersion = 'PHP Verzi'; $strPmaDocumentation = 'phpMyAdmin dokumentci'; -$strPmaUriError = '$cfgPmaAbsoluteUri rtkt a konfigurcis fjlban KELL belltani!'; +$strPmaUriError = '$cfg[\'PmaAbsoluteUri\'] rtkt a konfigurcis fjlban KELL belltani!'; $strPos1 = 'Kezdet'; $strPrevious = 'ELozo'; $strPrimary = 'Elsodleges'; diff --git a/lang/indonesian.inc.php3 b/lang/indonesian.inc.php3 index 6f717fb63..c20bad4c1 100644 --- a/lang/indonesian.inc.php3 +++ b/lang/indonesian.inc.php3 @@ -224,7 +224,7 @@ $strPasswordEmpty = 'Kata Sandi tidak diisi!'; $strPasswordNotSame = 'Kata Sandi tidak sama!'; $strPHPVersion = 'Versi PHP'; $strPmaDocumentation = 'Dokumentasi phpMyAdmin'; -$strPmaUriError = 'Directive $cfgPmaAbsoluteUri WAJIB untuk diset dalam file konfigurasi!'; +$strPmaUriError = 'Directive $cfg[\'PmaAbsoluteUri\'] WAJIB untuk diset dalam file konfigurasi!'; $strPos1 = 'Awal'; $strPrevious = 'Sebelumnya'; $strPrimary = 'Primary'; diff --git a/lang/italian.inc.php3 b/lang/italian.inc.php3 index ce94265bf..08e8760c0 100644 --- a/lang/italian.inc.php3 +++ b/lang/italian.inc.php3 @@ -230,7 +230,7 @@ $strPasswordEmpty = 'La password $strPasswordNotSame = 'La password non coincide!'; $strPHPVersion = 'Versione PHP'; $strPmaDocumentation = 'Documentazione di phpMyAdmin'; -$strPmaUriError = 'La direttiva $cfgPmaAbsoluteUri DEVE essere impostata nel file di configurazione!'; +$strPmaUriError = 'La direttiva $cfg[\'PmaAbsoluteUri\'] DEVE essere impostata nel file di configurazione!'; $strPos1 = 'Inizio'; $strPrevious = 'Precedente'; $strPrimary = 'Primaria'; diff --git a/lang/japanese-euc.inc.php3 b/lang/japanese-euc.inc.php3 index 282a675ff..13b30e29d 100644 --- a/lang/japanese-euc.inc.php3 +++ b/lang/japanese-euc.inc.php3 @@ -228,7 +228,7 @@ $strPasswordEmpty = ' $strPasswordNotSame = 'ѥɤ϶Ǥ'; $strPHPVersion = 'PHP С'; $strPmaDocumentation = 'phpMyAdminΥɥ'; -$strPmaUriError = '$cfgPmaAbsoluteUri ɬconfigեꤷƲ!'; +$strPmaUriError = '$cfg[\'PmaAbsoluteUri\'] ɬconfigեꤷƲ!'; $strPos1 = 'ǽ'; $strPrevious = ''; $strPrimary = ''; diff --git a/lang/japanese-sjis.inc.php3 b/lang/japanese-sjis.inc.php3 index a146f5d8c..1ba1da1af 100644 --- a/lang/japanese-sjis.inc.php3 +++ b/lang/japanese-sjis.inc.php3 @@ -228,7 +228,7 @@ $strPasswordEmpty = ' $strPasswordNotSame = 'pX[h͋łB'; $strPHPVersion = 'PHP o[W'; $strPmaDocumentation = 'phpMyAdmiñhLg'; -$strPmaUriError = '$cfgPmaAbsoluteUri Kconfigt@C̒Őݒ肵ĉ!'; +$strPmaUriError = '$cfg[\'PmaAbsoluteUri\'] Kconfigt@C̒Őݒ肵ĉ!'; $strPos1 = 'ŏ'; $strPrevious = 'ȑO'; $strPrimary = 'v'; diff --git a/lang/korean.inc.php3 b/lang/korean.inc.php3 index cc4dc961d..493c60694 100644 --- a/lang/korean.inc.php3 +++ b/lang/korean.inc.php3 @@ -35,7 +35,7 @@ $strAfterInsertNewInsert = ' $strAll = 'All'; // To translate $strAlterOrderBy = ' ̺ ()'; $strAnalyzeTable = '̺ м'; -$strAnd = '׸'; +$strAnd = '׸'; $strAnIndex = '%s ε ɷȽϴ'; $strAny = 'Any'; // To translate $strAnyColumn = 'ƹ Į'; @@ -44,7 +44,7 @@ $strAnyHost = ' $strAnyTable = 'ƹ ̺'; $strAnyUser = 'ƹ '; $strAPrimaryKey = ' %s ⺻(̸Ӹ)Ű ߰Ǿϴ'; -$strAscending = ''; +$strAscending = ''; $strAtBeginningOfTable = '̺ ó'; $strAtEndOfTable = '̺ '; $strAttr = ''; @@ -225,7 +225,7 @@ $strPasswordEmpty = ' $strPasswordNotSame = 'ȣ ʽϴ!'; $strPHPVersion = 'PHP '; $strPmaDocumentation = 'phpMyAdmin '; -$strPmaUriError = 'ȯ漳 Ͽ $cfgPmaAbsoluteUri ּҸ Ͻʽÿ!'; +$strPmaUriError = 'ȯ漳 Ͽ $cfg[\'PmaAbsoluteUri\'] ּҸ Ͻʽÿ!'; $strPos1 = 'ó'; $strPrevious = ''; $strPrimary = '⺻'; @@ -268,7 +268,7 @@ $strRowsModeOptions = ' %s $strRowsModeVertical = '()'; $strRowsStatistic = ' '; $strRunning = 'Դϴ. (%s)'; -$strRunQuery = ' '; +$strRunQuery = ' '; $strRunSQLQuery = 'ͺ̽ %s SQL '; $strSave = ''; @@ -282,7 +282,7 @@ $strServerChoice = ' $strServerVersion = ' '; $strSetEnumVal = 'ʵ "enum"̳ "set"̸, ԷϽʽÿ: \'a\',\'b\',\'c\'...
("\") ǥ("\'") ־ Ѵٸ, ø Ͻʽÿ. (: \'\\\\xyz\' Ǵ \'a\\\'b\').'; $strShow = ''; -$strShowAll = ' '; +$strShowAll = ' '; $strShowCols = 'Į() '; $strShowingRecords = 'ڵ() '; $strShowPHPInfo = 'PHP '; diff --git a/lang/latvian.inc.php3 b/lang/latvian.inc.php3 index 28a29b609..097958858 100644 --- a/lang/latvian.inc.php3 +++ b/lang/latvian.inc.php3 @@ -228,7 +228,7 @@ $strPasswordEmpty = 'Parole nav nor $strPasswordNotSame = 'Paroles nesakrt!'; $strPHPVersion = 'PHP Versija'; $strPmaDocumentation = 'phpMyAdmin dokumentcija'; -$strPmaUriError = '$cfgPmaAbsoluteUri direktvai ir JBT nodefintai Jsu konfigurcijas fail!'; +$strPmaUriError = '$cfg[\'PmaAbsoluteUri\'] direktvai ir JBT nodefintai Jsu konfigurcijas fail!'; $strPos1 = 'Skums'; $strPrevious = 'Iepriekjie'; $strPrimary = 'Primr'; diff --git a/lang/lithuanian.inc.php3 b/lang/lithuanian.inc.php3 index 521f15952..b0bbab3ad 100644 --- a/lang/lithuanian.inc.php3 +++ b/lang/lithuanian.inc.php3 @@ -31,7 +31,7 @@ $strAffectedRows = 'Pakeista eilu $strAfter = 'Prie %s'; $strAfterInsertBack = 'Sugrti buvus puslap'; $strAfterInsertNewInsert = 'terpti sekani nauj eilut'; -$strAll = 'Visk'; +$strAll = 'Visk'; $strAlterOrderBy = 'Pakeisti lentels riavim pagal:'; $strAnalyzeTable = 'Analizuoti lentel'; $strAnd = 'IR'; @@ -203,7 +203,7 @@ $strNoModification = 'N $strNone = 'Nra'; $strNoPassword = 'Nra slaptaodio'; $strNoPrivileges = 'Nra privilegij'; -$strNoQuery = 'Nra SQL uklausos!'; +$strNoQuery = 'Nra SQL uklausos!'; $strNoRights = 'Neturite pakankamai teisi'; $strNoTablesFound = 'Duomen bazje nerasta lenteli.'; $strNotNumber = 'veskite skaii!'; @@ -224,7 +224,7 @@ $strPasswordEmpty = 'Tu $strPasswordNotSame = 'Slaptaodiai nesutampa!'; $strPHPVersion = 'PHP versija'; $strPmaDocumentation = 'phpMyAdmin\'o dokumentacija'; -$strPmaUriError = 'Reikia konfigraciniame faile rayti $cfgPmaAbsoluteUri reikm!'; +$strPmaUriError = 'Reikia konfigraciniame faile rayti $cfg[\'PmaAbsoluteUri\'] reikm!'; $strPos1 = 'Pradia'; $strPrevious = 'Prajs'; $strPrimary = 'Pirminis'; @@ -262,7 +262,7 @@ $strRows = 'Eilut $strRowsFrom = 'eilui pradedant nuo'; $strRowSize = 'Eiluts dydis'; $strRowsModeHorizontal = 'horizontaliai'; -$strRowsModeOptions = 'idstant %s pakartoti antrates kas %s ra'; +$strRowsModeOptions = 'idstant %s pakartoti antrates kas %s ra'; $strRowsModeVertical = 'vertikaliai'; $strRowsStatistic = 'Eilui statistika'; $strRunning = 'adresu %s'; diff --git a/lang/norwegian.inc.php3 b/lang/norwegian.inc.php3 index d9dddd0bb..c4890d637 100644 --- a/lang/norwegian.inc.php3 +++ b/lang/norwegian.inc.php3 @@ -223,7 +223,7 @@ $strPasswordEmpty = 'Passordet er blankt!'; $strPasswordNotSame = 'Passordene er ikke like!'; $strPHPVersion = 'PHP Versjon'; $strPmaDocumentation = 'phpMyAdmin Dokumentasjon'; -$strPmaUriError = '$cfgPmaAbsoluteUri variabelen M vre innstilt i din konfigurasjons-fil!'; +$strPmaUriError = '$cfg[\'PmaAbsoluteUri\'] variabelen M vre innstilt i din konfigurasjons-fil!'; $strPos1 = 'Start'; $strPrevious = 'Forrige'; $strPrimary = 'Primr'; diff --git a/lang/polish.inc.php3 b/lang/polish.inc.php3 index 100dce717..d6a8131bd 100644 --- a/lang/polish.inc.php3 +++ b/lang/polish.inc.php3 @@ -224,7 +224,7 @@ $strPasswordEmpty = 'Puste has $strPasswordNotSame = 'Hasa nie s identyczne!'; $strPHPVersion = 'Wersja PHP'; $strPmaDocumentation = 'Dokumentacja dla phpMyAdmin'; -$strPmaUriError = 'Dyrektywa $cfgPmaAbsoluteUri musi by ustawiona w pliku konfiguracyjnym!'; +$strPmaUriError = 'Dyrektywa $cfg[\'PmaAbsoluteUri\'] musi by ustawiona w pliku konfiguracyjnym!'; $strPos1 = 'Pocztek'; $strPrevious = 'Poprzednie'; $strPrimary = 'Podstawowy'; diff --git a/lang/portuguese.inc.php3 b/lang/portuguese.inc.php3 index a67d72dfb..a02c96a3b 100644 --- a/lang/portuguese.inc.php3 +++ b/lang/portuguese.inc.php3 @@ -230,7 +230,7 @@ $strPassword = 'Senha'; $strPasswordEmpty = 'Indique a Senha!'; $strPasswordNotSame = 'As senhas so diferentes!\nLembre-se de confirmar a senha!'; $strPmaDocumentation = 'Documentao do phpMyAdmin'; -$strPmaUriError = 'A directiva $cfgPmaAbsoluteUri TEM que ser definida no ficheiro de configurao!'; +$strPmaUriError = 'A directiva $cfg[\'PmaAbsoluteUri\'] TEM que ser definida no ficheiro de configurao!'; $strPos1 = 'Inicio'; $strPrevious = 'Anterior'; $strPrimary = 'Primria'; diff --git a/lang/romanian.inc.php3 b/lang/romanian.inc.php3 index fbabb116f..43ecee8e8 100644 --- a/lang/romanian.inc.php3 +++ b/lang/romanian.inc.php3 @@ -223,7 +223,7 @@ $strPassword = 'Parola'; $strPasswordEmpty = 'Parola este goala!'; $strPasswordNotSame = 'Parolele nu corespund!'; $strPmaDocumentation = 'Documentatie phpMyAdmin'; -$strPmaUriError = 'Directiva $cfgPmaAbsoluteUri TREBUIE sa fie setat in fisierul de configurare!'; +$strPmaUriError = 'Directiva $cfg[\'PmaAbsoluteUri\'] TREBUIE sa fie setat in fisierul de configurare!'; $strPHPVersion = 'Versiune PHP'; $strPos1 = 'Incepe'; $strPrevious = 'Anterior'; diff --git a/lang/russian-koi8.inc.php3 b/lang/russian-koi8.inc.php3 index c9f7cb070..4fc5de07e 100644 --- a/lang/russian-koi8.inc.php3 +++ b/lang/russian-koi8.inc.php3 @@ -229,7 +229,7 @@ $strPasswordEmpty = ' $strPasswordNotSame = ' !'; $strPHPVersion = ' PHP'; $strPmaDocumentation = ' phpMyAdmin'; -$strPmaUriError = ' $cfgPmaAbsoluteUri !'; +$strPmaUriError = ' $cfg[\'PmaAbsoluteUri\'] !'; $strPos1 = ''; $strPrevious = ''; $strPrimary = ''; diff --git a/lang/russian-win1251.inc.php3 b/lang/russian-win1251.inc.php3 index 72c24bf48..462abcd04 100644 --- a/lang/russian-win1251.inc.php3 +++ b/lang/russian-win1251.inc.php3 @@ -229,7 +229,7 @@ $strPasswordEmpty = ' $strPasswordNotSame = ' !'; $strPHPVersion = ' PHP'; $strPmaDocumentation = ' phpMyAdmin'; -$strPmaUriError = ' $cfgPmaAbsoluteUri !'; +$strPmaUriError = ' $cfg[\'PmaAbsoluteUri\'] !'; $strPos1 = ''; $strPrevious = ''; $strPrimary = ''; diff --git a/lang/serbian-win1250.inc.php3 b/lang/serbian-win1250.inc.php3 index 6ce223918..00e31226e 100644 --- a/lang/serbian-win1250.inc.php3 +++ b/lang/serbian-win1250.inc.php3 @@ -24,8 +24,8 @@ $datefmt = '%d. %B %Y. u %H:%M'; $strAccessDenied = 'Pristup odbijen'; $strAction = 'Akcija'; -$strAddDeleteColumn = 'Dodaj/Obrii Kolonu'; -$strAddDeleteRow = 'Dodaj/Obrii polje za kriterujum'; +$strAddDeleteColumn = 'Dodaj/Obrii Kolonu'; +$strAddDeleteRow = 'Dodaj/Obrii polje za kriterujum'; $strAddNewField = 'Dodaj novo polje'; $strAddPriv = 'Dodaj novu privilegiju'; $strAddPrivMessage = 'Upravo ste dodali privilegiju.'; @@ -217,10 +217,10 @@ $strNotValidNumber = ' nije odgovarajuci broj rekorda!'; $strNoUsersFound = 'Korisnik(ci) nije nadjen.'; $strNull = 'Null'; -$strOftenQuotation = 'Navodnici koji se koriste. OPCIONO se misli da neka polja mogu, ali ne moraju da budu pod znacima navoda.'; +$strOftenQuotation = 'Navodnici koji se koriste. OPCIONO se misli da neka polja mogu, ali ne moraju da budu pod znacima navoda.'; $strOptimizeTable = 'Optimizuj tabelu'; -$strOptionalControls = 'Opciono. Karakter koji prethodi specijalnim karakterima.'; -$strOptionally = 'OPCIONO'; +$strOptionalControls = 'Opciono. Karakter koji prethodi specijalnim karakterima.'; +$strOptionally = 'OPCIONO'; $strOr = 'ili'; $strOverhead = 'Prekoraenje'; @@ -230,7 +230,7 @@ $strPasswordEmpty = 'Sifra je prazna!'; $strPasswordNotSame = 'Sifra nije identicna!'; $strPHPVersion = 'verzija PHP-a'; $strPmaDocumentation = 'phpMyAdmin dokumentacija'; -$strPmaUriError = '$cfgPmaAbsoluteUri deo MORA biti setovan u konfiguracijonom fajlu!'; +$strPmaUriError = '$cfg[\'PmaAbsoluteUri\'] deo MORA biti setovan u konfiguracijonom fajlu!'; $strPos1 = 'Pocetak'; $strPrevious = 'Prethodna'; $strPrimary = 'Primarni klju'; @@ -248,7 +248,7 @@ $strQBEIns = 'Ins'; $strQueryOnDb = 'SQL upit na bazi %s:'; $strRecords = 'Polja'; -$strReferentialIntegrity = 'Proveri validnost linkova:'; +$strReferentialIntegrity = 'Proveri validnost linkova:'; $strReloadFailed = 'restartovanje MySQL-a neuspesno.'; $strReloadMySQL = 'resetuj MySQL (reload)'; $strRememberReload = 'Ne zaboravi da restartujes (reload) server.'; @@ -256,7 +256,7 @@ $strRenameTable = 'Promeni ime tabele u '; $strRenameTableOK = 'Tabeli %s promenjeno ime u %s'; $strRepairTable = 'Popravi tabelu'; $strReplace = 'Zameni'; -$strReplaceTable = 'Zameni podatke u tabeli sa fajlom'; +$strReplaceTable = 'Zameni podatke u tabeli sa fajlom'; $strReset = 'Resetuj'; $strReType = 'Ponovite unos'; $strRevoke = 'Zabrani'; @@ -293,7 +293,7 @@ $strShowingRecords = 'Prikaz rekorda'; $strShowPHPInfo = 'Prikai informacije o PHP-u'; $strShowTables = 'Prikai tabele'; $strShowThisQuery = ' Prikai ovaj upit ponovo '; -$strSingly = '(po jednom polju)'; +$strSingly = '(po jednom polju)'; $strSize = 'Veliina'; $strSort = 'Sortiranje'; $strSpaceUsage = 'Zauzee'; @@ -315,7 +315,7 @@ $strTableEmpty = 'Ima tabele je prazno!'; $strTableHasBeenDropped = 'Tabela %s je obrisana'; $strTableHasBeenEmptied = 'Tabela %s je ispraznjena'; $strTableHasBeenFlushed = 'Tabela %s je refresovana'; -$strTableMaintenance = 'Akcije na tabeli'; +$strTableMaintenance = 'Akcije na tabeli'; $strTables = '%s tabela/tabele'; $strTableStructure = 'Struktura tabele'; $strTableType = 'Tip tabele'; diff --git a/lang/slovak-iso.inc.php3 b/lang/slovak-iso.inc.php3 index 542e447ac..4012a3850 100644 --- a/lang/slovak-iso.inc.php3 +++ b/lang/slovak-iso.inc.php3 @@ -226,7 +226,7 @@ $strPasswordEmpty = 'Heslo je pr $strPasswordNotSame = 'Hesl sa nezhoduj!'; $strPHPVersion = 'Verzia PHP'; $strPmaDocumentation = 'phpMyAdmin Dokumentcia'; -$strPmaUriError = 'Direktva $cfgPmaAbsoluteUri v konfiguranom sbore MUS by nastaven!'; +$strPmaUriError = 'Direktva $cfg[\'PmaAbsoluteUri\'] v konfiguranom sbore MUS by nastaven!'; $strPos1 = 'Zaiatok'; $strPrevious = 'Predchdzajci'; $strPrimary = 'Primrny'; diff --git a/lang/slovak-win1250.inc.php3 b/lang/slovak-win1250.inc.php3 index c27bca35d..297033a2b 100644 --- a/lang/slovak-win1250.inc.php3 +++ b/lang/slovak-win1250.inc.php3 @@ -229,7 +229,7 @@ $strPasswordEmpty = 'Heslo je pr $strPasswordNotSame = 'Hesl sa nezhoduj!'; $strPHPVersion = 'Verzia PHP'; $strPmaDocumentation = 'phpMyAdmin dokumentcia'; -$strPmaUriError = '$cfgPmaAbsoluteUri direktva MUS by nastaven v tvojom konfiguranom sbore!'; +$strPmaUriError = '$cfg[\'PmaAbsoluteUri\'] direktva MUS by nastaven v tvojom konfiguranom sbore!'; $strPos1 = 'Zaiatok'; $strPrevious = 'Predchdzajci'; $strPrimary = 'Primrny'; diff --git a/lang/spanish.inc.php3 b/lang/spanish.inc.php3 index 7980100ad..105402b58 100644 --- a/lang/spanish.inc.php3 +++ b/lang/spanish.inc.php3 @@ -222,7 +222,7 @@ $strPasswordEmpty = 'La Contraseña esta vac $strPasswordNotSame = 'Las contraseñas no coinciden!'; $strPHPVersion = 'Version del PHP'; $strPmaDocumentation = 'Documentacion de phpMyAdmin'; -$strPmaUriError = 'La directiva $cfgPmaAbsoluteUri DEBE constar en el fichero de configuración!'; +$strPmaUriError = 'La directiva $cfg[\'PmaAbsoluteUri\'] DEBE constar en el fichero de configuración!'; $strPos1 = 'Empezar'; $strPrevious = 'Previo'; $strPrimary = 'Primaria'; diff --git a/lang/swedish.inc.php3 b/lang/swedish.inc.php3 index 0c866a4db..b29dac4e7 100644 --- a/lang/swedish.inc.php3 +++ b/lang/swedish.inc.php3 @@ -224,7 +224,7 @@ $strPasswordEmpty = 'L $strPasswordNotSame = 'Lsenorden r inte lika!'; $strPHPVersion = 'PHP-version'; $strPmaDocumentation = 'phpMyAdmin dokumentation'; -$strPmaUriError = 'Variabeln $cfgPmaAbsoluteUri MSTE anges i din konfigurationsfil!'; +$strPmaUriError = 'Variabeln $cfg[\'PmaAbsoluteUri\'] MSTE anges i din konfigurationsfil!'; $strPos1 = 'Brjan'; $strPrevious = 'Fregende'; $strPrimary = 'Primr'; diff --git a/lang/thai.inc.php3 b/lang/thai.inc.php3 index 627108efe..ed00c1f93 100644 --- a/lang/thai.inc.php3 +++ b/lang/thai.inc.php3 @@ -308,7 +308,7 @@ $strNoModification = 'No change'; // To translate $strNoQuery = 'No SQL query!'; //to translate $strPartialText = 'Partial Texts';//to translate $strPmaDocumentation = 'phpMyAdmin Documentation';//to translate -$strPmaUriError = 'The $cfgPmaAbsoluteUri directive MUST be set in your configuration file!'; +$strPmaUriError = 'The $cfg[\'PmaAbsoluteUri\'] directive MUST be set in your configuration file!'; $strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate $strQueryOnDb = 'SQL-query on database %s:'; $strRowSize = ' Row size '; //to translate diff --git a/lang/turkish.inc.php3 b/lang/turkish.inc.php3 index 249ec384d..e90deeacb 100644 --- a/lang/turkish.inc.php3 +++ b/lang/turkish.inc.php3 @@ -224,7 +224,7 @@ $strPasswordEmpty = ' $strPasswordNotSame = 'Girilen ifreler ayn deil!'; $strPHPVersion = 'PHP Srm'; $strPmaDocumentation = 'phpMyAdmin dkmantasyonu'; -$strPmaUriError = '$cfgPmaAbsoluteUri\' nin deeri konfigurasyon dosyasnn iinde verilmelidir!'; +$strPmaUriError = '$cfg[\'PmaAbsoluteUri\']\' nin deeri konfigurasyon dosyasnn iinde verilmelidir!'; $strPos1 = 'Balang'; $strPrevious = 'nceki'; $strPrimary = 'Birincil'; diff --git a/lang/ukrainian-win1251.inc.php3 b/lang/ukrainian-win1251.inc.php3 index 25bc41d9d..13b8e59a0 100644 --- a/lang/ukrainian-win1251.inc.php3 +++ b/lang/ukrainian-win1251.inc.php3 @@ -224,7 +224,7 @@ $strPasswordEmpty = ' $strPasswordNotSame = ' !'; $strPHPVersion = ' PHP'; $strPmaDocumentation = ' phpMyAdmin'; -$strPmaUriError = ' $cfgPmaAbsoluteUri !'; +$strPmaUriError = ' $cfg[\'PmaAbsoluteUri\'] !'; $strPos1 = ''; $strPrevious = ''; $strPrimary = '';