some minor text corrections

This commit is contained in:
Uwe Steinmann 2013-02-19 08:50:06 +01:00
parent c4d23829e8
commit 7fd5b5c30d

View File

@ -504,7 +504,7 @@ $text["set_owner"] = "Set Owner";
$text["set_password"] = "Set Password";
$text["set_workflow"] = "Set Workflow";
$text["settings_install_welcome_title"] = "Welcome to the installation of SeedDMS";
$text["settings_install_welcome_text"] = "<p>Before you start to install SeedDMS make sure you have created a file 'ENABLE_INSTALL_TOOL' in your configuration directory, otherwise the installation will not work. On Unix-System this can easily be done with 'touch conf/ENABLE_INSTALL_TOOL'. After you have finished the installation delete the file.</p><p>SeedDMS has very minimal requirements. You will need a mysql database and a php enabled web server. For the lucene full text search, you will also need the Zend framework installed on disk where it can be found by php. Starting with version 3.2.0 of SeedDMS ADOdb will not be part of the distribution anymore. Get a copy of it from <a href=\"http://adodb.sourceforge.net/\">http://adodb.sourceforge.net</a> and install it. The path to it can later be set during installation.</p><p>If you like to create the database before you start installation, then just create it manually with your favorite tool, optionally create a database user with access on the database and import one of the database dumps in the configuration directory. The installation script can do that for you as well, but it will need database access with sufficient rights to create databases.</p>";
$text["settings_install_welcome_text"] = "<p>Before you start to install SeedDMS make sure you have created a file 'ENABLE_INSTALL_TOOL' in your configuration directory, otherwise the installation will not work. On Unix-System this can easily be done with 'touch conf/ENABLE_INSTALL_TOOL'. After you have finished the installation delete the file.</p><p>SeedDMS has very minimal requirements. You will need a mysql database or sqlite support and a php enabled web server. The pear package Log has to be installed too. For the lucene full text search, you will also need the Zend framework installed on disk where it can be found by php. For the WebDAV server you will also need the HTTP_WebDAV_Server. The path to it can later be set during installation.</p><p>If you like to create the database before you start installation, then just create it manually with your favorite tool, optionally create a database user with access on the database and import one of the database dumps in the configuration directory. The installation script can do that for you as well, but it will need database access with sufficient rights to create databases.</p>";
$text["settings_start_install"] = "Start installation";
$text["settings_sortUsersInList"] = "Sort users in list";
$text["settings_sortUsersInList_desc"] = "Sets if users in selection menus are ordered by login or by its full name";
@ -533,11 +533,11 @@ $text["settings_contentDir_desc"] = "Where the uploaded files are stored (best t
$text["settings_contentOffsetDir"] = "Content Offset Directory";
$text["settings_contentOffsetDir_desc"] = "To work around limitations in the underlying file system, a new directory structure has been devised that exists within the content directory (Content Directory). This requires a base directory from which to begin. Usually leave this to the default setting, 1048576, but can be any number or string that does not already exist within (Content Directory)";
$text["settings_coreDir"] = "Core SeedDMS directory";
$text["settings_coreDir_desc"] = "Path to SeedDMS_Core (optional)";
$text["settings_coreDir_desc"] = "Path to SeedDMS_Core (optional). Leave this empty if you have installed SeedDMS_Core at a place where it can be found by PHP, e.g. Extra PHP Include-Path";
$text["settings_loginFailure_desc"] = "Disable account after n login failures.";
$text["settings_loginFailure"] = "Login failure";
$text["settings_luceneClassDir"] = "Lucene SeedDMS directory";
$text["settings_luceneClassDir_desc"] = "Path to SeedDMS_Lucene (optional)";
$text["settings_luceneClassDir_desc"] = "Path to SeedDMS_Lucene (optional). Leave this empty if you have installed SeedDMS_Lucene at a place where it can be found by PHP, e.g. Extra PHP Include-Path";
$text["settings_luceneDir"] = "Lucene index directory";
$text["settings_luceneDir_desc"] = "Path to Lucene index";
$text["settings_cannot_disable"] = "File ENABLE_INSTALL_TOOL could not deleted";