Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lang/lithuanian-utf-8.inc.php')
-rw-r--r--lang/lithuanian-utf-8.inc.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/lang/lithuanian-utf-8.inc.php b/lang/lithuanian-utf-8.inc.php
index 5a9899d8c4..b4b3d1699b 100644
--- a/lang/lithuanian-utf-8.inc.php
+++ b/lang/lithuanian-utf-8.inc.php
@@ -1044,4 +1044,14 @@ $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
+$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
+$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
+$strViewName = 'VIEW name'; //to translate
?>