mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-31 22:17:33 +00:00
- added more phrases
This commit is contained in:
parent
385274824d
commit
eec6291c17
|
@ -126,6 +126,7 @@ $text["delete"] = "Delete";
|
|||
$text["details"] = "Details";
|
||||
$text["details_version"] = "Details for version: [version]";
|
||||
$text["disclaimer"] = "This is a classified area. Access is permitted only to authorized personnel. Any violation will be prosecuted according to the national and international laws.";
|
||||
$text["do_object_repair"] = "Repair all folders and documents.";
|
||||
$text["document_already_locked"] = "This document is aleady locked";
|
||||
$text["document_deleted"] = "Document deleted";
|
||||
$text["document_deleted_email"] = "Document deleted";
|
||||
|
@ -175,6 +176,7 @@ $text["email_footer"] = "You can always change your e-mail settings using 'My Ac
|
|||
$text["email_header"] = "This is an automatic message from the DMS server.";
|
||||
$text["email_not_given"] = "Please enter a valid email address.";
|
||||
$text["empty_notify_list"] = "No entries";
|
||||
$text["error"] = "Error";
|
||||
$text["error_no_document_selected"] = "No document selected";
|
||||
$text["error_no_folder_selected"] = "No folder selected";
|
||||
$text["error_occured"] = "An error has occured";
|
||||
|
@ -319,6 +321,7 @@ $text["notify_deleted_email"] = "You've been removed from notify list";
|
|||
$text["no_update_cause_locked"] = "You can therefore not update this document. Please contanct the locking user.";
|
||||
$text["no_user_image"] = "No image found";
|
||||
$text["november"] = "November";
|
||||
$text["objectcheck"] = "Folder/Document check";
|
||||
$text["obsolete"] = "Obsolete";
|
||||
$text["october"] = "October";
|
||||
$text["old"] = "Old";
|
||||
|
@ -341,6 +344,7 @@ $text["released"] = "Released";
|
|||
$text["removed_approver"] = "has been removed from the list of approvers.";
|
||||
$text["removed_file_email"] = "Removed attachment";
|
||||
$text["removed_reviewer"] = "has been removed from the list of reviewers.";
|
||||
$text["repairing_objects"] = "Reparing documents and folders. If the following table remains empty, your database does not contain errors.";
|
||||
$text["results_page"] = "Results Page";
|
||||
$text["review_deletion_email"] = "Review request deleted";
|
||||
$text["reviewer_already_assigned"] = "is already assigned as a reviewer";
|
||||
|
@ -372,7 +376,7 @@ $text["search_mode_and"] = "all words";
|
|||
$text["search_mode_or"] = "at least one word";
|
||||
$text["search_no_results"] = "There are no documents that match your search";
|
||||
$text["search_query"] = "Search for";
|
||||
$text["search_report"] = "Found [count] documents";
|
||||
$text["search_report"] = "Found [doccount] documents and [foldercount] folders";
|
||||
$text["search_results_access_filtered"] = "Search results may contain content to which access has been denied.";
|
||||
$text["search_results"] = "Search results";
|
||||
$text["search"] = "Search";
|
||||
|
@ -415,7 +419,7 @@ $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";
|
||||
$text["settings_install_disabled"] = "File ENABLE_INSTALL_TOOL was deleted. You can now log into LetoDMS and do further configuration.";
|
||||
$text["settings_createdatabase"] = "Create database";
|
||||
$text["settings_createdatabase"] = "Create database tables";
|
||||
$text["settings_createdirectory"] = "Create directory";
|
||||
$text["settings_currentvalue"] = "Current value";
|
||||
$text["settings_Database"] = "Database settings";
|
||||
|
@ -494,6 +498,7 @@ $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_perms"] = "Permissions";
|
||||
$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'";
|
||||
|
|
Loading…
Reference in New Issue
Block a user