diff --git a/lang/lithuanian.inc.php3 b/lang/lithuanian.inc.php3
index 046a79763..67470f7b6 100644
--- a/lang/lithuanian.inc.php3
+++ b/lang/lithuanian.inc.php3
@@ -60,6 +60,8 @@ $strBrowse = 'Per
$strBzip = '"bzip"';
$strCantLoadMySQL = 'negali užkrauti MySQL proceso,
patikrinkite PHP nustatymus.';
+$strCantLoadRecodeIconv = 'Nepavyko užkrauti iconv arba recode plėtinių, reikalingų koduotės kovertavimui. Suteikite PHP teises naudotis šiais išplėtimais arba išjunkite phpMyAdmin koduotės konvertavimą. ';
+$strCantUseRecodeIconv = 'Kraunant plėtinių pranešimus, nepavyko pasinaudoti iconv arba libiconv arba recode_string funkcijomis. Pasitkrinkite PHP konfigūraciją. ';
$strCantRenameIdxToPrimary = 'Indeksą pervadinti PIRMINIU nepavyko!';
$strCardinality = 'Elementų skaičius';
$strCarriage = 'Grįžimo į eilutės pradžią simbolis(CR): \\r';
@@ -151,6 +153,7 @@ $strGzip = '"gzipped"';
$strHasBeenAltered = 'išplėsta.';
$strHasBeenCreated = 'sukurta.';
+$strHaveToShow = 'Pasirinkite bent vieną stulpelį išvedimui';
$strHome = 'Pirmas puslapis';
$strHomepageOfficial = 'Oficialus phpMyAdmin tinklapis';
$strHomepageSourceforge = 'Parsisiųsti phpMyAdmin iš Sourceforge tinklapio';
@@ -192,11 +195,13 @@ $strLogout = 'I
$strLogPassword = 'Slaptažodis:';
$strLogUsername = 'Vartotojo vardas:';
+$strMissingBracket = 'Trūksta skliausto(ų)';
$strModifications = 'Pakeitimai išsaugoti';
$strModify = 'Keisti';
$strModifyIndexTopic = 'Keisti indeksą';
$strMoveTable = 'Perkelti lentelė į (duomenų bazė.lentelė):';
$strMoveTableOK = 'Lentelė %s perkelta į %s.';
+$strMySQLCharset = 'MySQL koduotė';
$strMySQLReloaded = 'MySQL procesas perkrautas.';
$strMySQLSaid = 'MySQL atsakymas: ';
$strMySQLServerProcess = 'MySQL %pma_s1% procesas serveryje %pma_s2%. Įregistruotas vartotojas %pma_s3%';
@@ -222,6 +227,7 @@ $strNoQuery = 'N
$strNoRights = 'Neturite pakankamai teisių';
$strNoTablesFound = 'Duomenų bazėje nerasta lentelių.';
$strNotNumber = 'Įveskite skaičių!';
+$strNotSet = 'Lentelė %s nerasta arba nenurodyta %s byloje';
$strNotValidNumber = ' netinkamas eilutės numeris!';
$strNoUsersFound = 'Nerasta vartotojo(ų).';
$strNull = 'Null';
@@ -266,6 +272,7 @@ $strQBEIns = '
$strQueryOnDb = 'SQL-užklausa duomenų bazėje %s:';
$strRecords = 'Viso įrašų:';
+$strReferentialIntegrity = 'Patikrinti sąryšių vientisumą:';
$strRelationView = 'Peržiūrėti sąryšius';
$strReloadFailed = 'MySQL procesą perkrauti nepavyko.';
$strReloadMySQL = 'Perkrauti MySQL procesą';
@@ -391,12 +398,4 @@ $strYes = 'Taip';
$strZip = '"zip"';
//to translate:
-$strNotSet = '%s 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
?>