lang/*.php3: Add new strings for docSQL importer

This commit is contained in:
Robin Johnson
2003-01-16 06:03:35 +00:00
parent c06667fd33
commit 82ce67877f
90 changed files with 902 additions and 2 deletions

View File

@@ -534,4 +534,14 @@ $strZeroRemovesTheLimit = 'Pastaba: N
$strZip = '"zip"';
// To translate
$strAddedColumnComment = 'Added comment for column'; //to translate
$strWritingCommentNotPossible = 'Writing of comment not possible'; //to translate
$strAddedColumnRelation = 'Added relation for column'; //to translate
$strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate
$strImportFinished = 'Import finished'; //to translate
$strFileCouldNotBeRead = 'File could not be read'; //to translate
$strIgnoringFile = 'Ignoring file %s'; //to translate
$strThisNotDirectory = 'This was not a directory'; //to translate
$strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory'; //to translate
$strImportFiles = 'Import files'; //to translate
?>