mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-10 05:26:06 +00:00
added translation for 'set_workflow'
This commit is contained in:
parent
df54de8aa9
commit
f3faf0bee7
|
@ -507,7 +507,7 @@ $text["set_expiry"] = "Ablaufdatum festlegen";
|
||||||
$text["set_owner_error"] = "Fehler beim Setzen des Besitzers";
|
$text["set_owner_error"] = "Fehler beim Setzen des Besitzers";
|
||||||
$text["set_owner"] = "Besitzer festlegen";
|
$text["set_owner"] = "Besitzer festlegen";
|
||||||
$text["set_password"] = "Passwort setzen";
|
$text["set_password"] = "Passwort setzen";
|
||||||
$text["set_workflow"] = "Set Workflow";
|
$text["set_workflow"] = "Workflow zuweisen";
|
||||||
$text["settings_install_welcome_title"] = "Willkommen zur Installation von SeedDMS";
|
$text["settings_install_welcome_title"] = "Willkommen zur Installation von 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 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_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"] = "Installation starten";
|
$text["settings_start_install"] = "Installation starten";
|
||||||
|
|
Loading…
Reference in New Issue
Block a user