Behave correctly if no file is given for loading.

This commit is contained in:
Michal Čihař
2003-05-13 09:41:54 +00:00
parent 8f3a091efd
commit 53b4212040
94 changed files with 100 additions and 2 deletions

View File

@@ -636,4 +636,5 @@ $strLaTeXOptions = 'LaTeX options'; //to translate
$strRelations = 'Relations'; //to translate
$strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate
$strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate
$strMustSelectFile = 'You should select file which you want to insert.'; //to translate
?>