Add Open Document Text export (RFE #1068007).

This commit is contained in:
Michal Čihař
2006-04-28 08:54:27 +00:00
parent 2e0f8f1bfa
commit 2f8975d2f5
120 changed files with 661 additions and 1 deletions

View File

@@ -1011,4 +1011,6 @@ $strCreateUserDatabase = 'Database for user'; //to translate
$strCreateUserDatabaseNone = 'None'; //to translate
$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate
$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username_%)'; //to translate
$strOpenDocumentText = 'Open Document Text'; //to translate
$strOpenDocumentTextOptions = 'Open Document Text options'; //to translate
?>