This commit is contained in:
Marc Delisle
2002-06-15 10:45:18 +00:00
parent ba14455829
commit 3fcfbde887

View File

@@ -60,6 +60,8 @@ $strBrowse = 'Per
$strBzip = '"bzip"';
$strCantLoadMySQL = 'negali u<>krauti MySQL proceso,<br />patikrinkite PHP nustatymus.';
$strCantLoadRecodeIconv = 'Nepavyko u<>krauti <em>iconv</em> arba <em>recode</em> pl<70>tini<6E>, reikaling<6E> koduot<6F>s kovertavimui. Suteikite PHP teises naudotis <20>iais i<>pl<70>timais arba i<>junkite phpMyAdmin koduot<6F>s konvertavim<69>. ';
$strCantUseRecodeIconv = 'Kraunant pl<70>tini<6E> prane<6E>imus, nepavyko pasinaudoti <em>iconv</em> arba <em>libiconv</em> arba <em>recode_string</em> funkcijomis. Pasitkrinkite PHP konfig<69>racij<69>. ';
$strCantRenameIdxToPrimary = 'Indeks<6B> pervadinti PIRMINIU nepavyko!';
$strCardinality = 'Element<6E> skai<61>ius';
$strCarriage = 'Gr<47><72>imo <20> eilut<75>s prad<61>i<EFBFBD> simbolis(CR): \\r';
@@ -151,6 +153,7 @@ $strGzip = '"gzipped"';
$strHasBeenAltered = 'i<>pl<70>sta.';
$strHasBeenCreated = 'sukurta.';
$strHaveToShow = 'Pasirinkite bent vien<65> stulpel<65> i<>vedimui';
$strHome = 'Pirmas puslapis';
$strHomepageOfficial = 'Oficialus phpMyAdmin tinklapis';
$strHomepageSourceforge = 'Parsisi<73>sti phpMyAdmin i<> Sourceforge tinklapio';
@@ -192,11 +195,13 @@ $strLogout = 'I
$strLogPassword = 'Slapta<74>odis:';
$strLogUsername = 'Vartotojo vardas:';
$strMissingBracket = 'Tr<54>ksta skliausto(<28>)';
$strModifications = 'Pakeitimai i<>saugoti';
$strModify = 'Keisti';
$strModifyIndexTopic = 'Keisti indeks<6B>';
$strMoveTable = 'Perkelti lentel<65> <20> (duomen<65> baz<61><b>.</b>lentel<65>):';
$strMoveTableOK = 'Lentel<65> %s perkelta <20> %s.';
$strMySQLCharset = 'MySQL koduot<6F>';
$strMySQLReloaded = 'MySQL procesas perkrautas.';
$strMySQLSaid = 'MySQL atsakymas: ';
$strMySQLServerProcess = 'MySQL %pma_s1% procesas serveryje %pma_s2%. <20>registruotas vartotojas %pma_s3%';
@@ -222,6 +227,7 @@ $strNoQuery = 'N
$strNoRights = 'Neturite pakankamai teisi<73>';
$strNoTablesFound = 'Duomen<65> baz<61>je nerasta lenteli<6C>.';
$strNotNumber = '<27>veskite skai<61>i<EFBFBD>!';
$strNotSet = 'Lentel<65> <b>%s</b> nerasta arba nenurodyta %s byloje';
$strNotValidNumber = ' netinkamas eilut<75>s numeris!';
$strNoUsersFound = 'Nerasta vartotojo(<28>).';
$strNull = 'Null';
@@ -266,6 +272,7 @@ $strQBEIns = '
$strQueryOnDb = 'SQL-u<>klausa duomen<65> baz<61>je <b>%s</b>:';
$strRecords = 'Viso <20>ra<72><61>:';
$strReferentialIntegrity = 'Patikrinti s<>ry<72>i<EFBFBD> vientisum<75>:';
$strRelationView = 'Per<65>i<EFBFBD>r<EFBFBD>ti s<>ry<72>ius';
$strReloadFailed = 'MySQL proces<65> perkrauti nepavyko.';
$strReloadMySQL = 'Perkrauti MySQL proces<65>';
@@ -391,12 +398,4 @@ $strYes = 'Taip';
$strZip = '"zip"';
//to translate:
$strNotSet = '<b>%s</b> table not found or not set in %s'; //to translate
$strReferentialIntegrity = 'Check referential integrity:';
$strMissingBracket = 'Missing Bracket'; //to translate
$strHaveToShow = 'You have to choose at least one Column to display'; //to translate
$strCantLoadRecodeIconv = 'Can not load iconv or recode extension needed for charset conversion, configure php to allow using these extensions or disable charset conversion in phpMyAdmin.'; //to translate
$strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string function while extension reports to be loaded. Check your php configuration.'; //to translate
$strMySQLCharset = 'MySQL Charset'; //to translate
?>