This commit is contained in:
Mike Beck
2002-06-03 09:12:45 +00:00
parent e12a3c66f0
commit 1c717f8809
45 changed files with 360 additions and 0 deletions

View File

@@ -386,4 +386,12 @@ $strNoPhp = 'without PHP Code'; //to translate
$strPdfDbSchema = 'Schema of the the "%s" database - Page %s'; //to translate
$strGenBy = 'Generated by'; //to translate
$strSQLResult = 'SQL result'; //to translate
$strEditPDFPages = 'Edit PDF Pages'; //to translate
$strNoDescription = 'no Description'; //to translate
$strRelationNotSet = 'Relationtable not found or not set in config.inc.php3'; //to translate
$strInfoNotSet = 'table_info table not found or not set in config.inc.php3'; //to translate
$strCoordsNotSet = 'table_coords table not found or not set in config.inc.php3'; //to translate
$strChoosePage = 'Please choose a Page to edit'; //to translate
$strCreatePage = 'Create a new Page'; //to translate
$strSelectTables = 'Select Tables'; //to translate
?>