mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 00:45:34 +00:00
- added missing phrases for extended installation checks
This commit is contained in:
parent
16eeb9bde8
commit
690a801a4b
|
@ -429,6 +429,7 @@ $text["settings_dbPass_desc"] = "The password for access to your database entere
|
|||
$text["settings_dbPass"] = "Password";
|
||||
$text["settings_dbUser_desc"] = "The username for access to your database entered during the installation process. Do not edit field unless absolutely necessary, for example transfer of the database to a new Host.";
|
||||
$text["settings_dbUser"] = "Username";
|
||||
$text["settings_dbVersion"] = "Database schema too old";
|
||||
$text["settings_delete_install_folder"] = "In order to use LetoDMS, you must delete the file ENABLE_INSTALL_TOOL in the configuration directory";
|
||||
$text["settings_disable_install"] = "Delete file ENABLE_INSTALL_TOOL if possible";
|
||||
$text["settings_disableSelfEdit_desc"] = "If checked user cannot edit his own profile";
|
||||
|
@ -473,6 +474,9 @@ $text["settings_httpRoot_desc"] = "The relative path in the URL, after the domai
|
|||
$text["settings_httpRoot"] = "Http Root";
|
||||
$text["settings_installADOdb"] = "Install ADOdb";
|
||||
$text["settings_install_success"] = "The installation is completed successfully";
|
||||
$text["settings_install_pear_package_log"] = "Install Pear package 'Log'";
|
||||
$text["settings_install_pear_package_webdav"] = "Install Pear package 'HTTP_WebDAV_Server', if you intend to use the webdav interface";
|
||||
$text["settings_install_zendframework"] = "Install Zend Framework, if you intend to use the full text search engine";
|
||||
$text["settings_language"] = "Default language";
|
||||
$text["settings_language_desc"] = "Default language (name of a subfolder in folder \"languages\")";
|
||||
$text["settings_logFileEnable_desc"] = "Enable/disable log file";
|
||||
|
@ -485,10 +489,13 @@ $text["settings_maxDirID"] = "Max Directory ID";
|
|||
$text["settings_maxExecutionTime_desc"] = "This sets the maximum time in seconds a script is allowed to run before it is terminated by the parse";
|
||||
$text["settings_maxExecutionTime"] = "Max Execution Time (s)";
|
||||
$text["settings_more_settings"] = "Configure more settings. Default login: admin/admin";
|
||||
$text["settings_no_content_dir"] = "Content directory";
|
||||
$text["settings_notfound"] = "Not found";
|
||||
$text["settings_notwritable"] = "The configuration cannot be saved because the configuration file is not writable.";
|
||||
$text["settings_partitionSize"] = "Partial filesize";
|
||||
$text["settings_partitionSize_desc"] = "Size of partial files in bytes, uploaded by jumploader. Do not set a value larger than the maximum upload size set by the server.";
|
||||
$text["settings_pear_log"] = "Pear package : Log";
|
||||
$text["settings_pear_webdav"] = "Pear package : HTTP_WebDAV_Server";
|
||||
$text["settings_php_dbDriver"] = "PHP extension : php_'see current value'";
|
||||
$text["settings_php_gd2"] = "PHP extension : php_gd2";
|
||||
$text["settings_php_mbstring"] = "PHP extension : php_mbstring";
|
||||
|
@ -524,12 +531,14 @@ $text["settings_theme"] = "Default theme";
|
|||
$text["settings_theme_desc"] = "Default style (name of a subfolder in folder \"styles\")";
|
||||
$text["settings_titleDisplayHack_desc"] = "Workaround for page titles that go over more than 2 lines.";
|
||||
$text["settings_titleDisplayHack"] = "Title Display Hack";
|
||||
$text["settings_updateDatabase"] = "Run schema update scripts on database";
|
||||
$text["settings_updateNotifyTime_desc"] = "Users are notified about document-changes that took place within the last 'Update Notify Time' seconds";
|
||||
$text["settings_updateNotifyTime"] = "Update Notify Time";
|
||||
$text["settings_versioningFileName_desc"] = "The name of the versioning info file created by the backup tool";
|
||||
$text["settings_versioningFileName"] = "Versioning FileName";
|
||||
$text["settings_viewOnlineFileTypes_desc"] = "Files with one of the following endings can be viewed online (USE ONLY LOWER CASE CHARACTERS)";
|
||||
$text["settings_viewOnlineFileTypes"] = "View Online File Types";
|
||||
$text["settings_zendframework"] = "Zend Framework";
|
||||
$text["signed_in_as"] = "Signed in as";
|
||||
$text["sign_in"] = "sign in";
|
||||
$text["sign_out"] = "sign out";
|
||||
|
|
Loading…
Reference in New Issue
Block a user