added missing phrases for quota handling

This commit is contained in:
steinm 2012-12-19 10:10:36 +00:00
parent 14334d55ae
commit 0bda534985

View File

@ -295,6 +295,7 @@ $text["keyword_exists"] = "Keyword already exists";
$text["keywords"] = "Keywords";
$text["language"] = "Language";
$text["last_update"] = "Last Update";
$text["legend"] = "Legend";
$text["link_alt_updatedocument"] = "If you would like to upload files bigger than the current maximum upload size, please use the alternative <a href=\"%s\">upload page</a>.";
$text["linked_documents"] = "Related Documents";
$text["linked_files"] = "Attachments";
@ -381,6 +382,9 @@ $text["password_strength_insuffient"] = "Insuffient password strength";
$text["password_wrong"] = "Wrong password";
$text["personal_default_keywords"] = "Personal keywordlists";
$text["previous_versions"] = "Previous Versions";
$text["quota"] = "Quota";
$text["quota_exceeded"] = "Your disk quota is exceeded by [bytes].";
$text["quota_warning"] = "Your maximum disc usage is exceeded by [bytes]. Please remove documents or previous versions.";
$text["refresh"] = "Refresh";
$text["rejected"] = "Rejected";
$text["released"] = "Released";
@ -589,6 +593,8 @@ $text["settings_php_gd2"] = "PHP extension : php_gd2";
$text["settings_php_mbstring"] = "PHP extension : php_mbstring";
$text["settings_printDisclaimer_desc"] = "If true the disclaimer message the lang.inc files will be print on the bottom of the page";
$text["settings_printDisclaimer"] = "Print Disclaimer";
$text["settings_quota"] = "User's quota";
$text["settings_quota_desc"] = "The maximum number of bytes a user may use on disk. Set this to 0 for unlimited disk space. This value can be overridden for each uses in his profile.";
$text["settings_restricted_desc"] = "Only allow users to log in if they have an entry in the local database (irrespective of successful authentication with LDAP)";
$text["settings_restricted"] = "Restricted access";
$text["settings_rootDir_desc"] = "Path to where letoDMS is located";
@ -677,6 +683,7 @@ $text["uploaded_by"] = "Uploaded by";
$text["uploading_failed"] = "Uploading one of your files failed. Please check your maximum upload file size.";
$text["use_default_categories"] = "Use predefined categories";
$text["use_default_keywords"] = "Use predefined keywords";
$text["used_discspace"] = "Used disk space";
$text["user_exists"] = "User already exists.";
$text["user_group_management"] = "Users/Groups management";
$text["user_image"] = "Image";