Commit debc349db2fa4a386c2f3c4cde3e1d0a5d70e379
1 parent
2473e35f
Addition of error messages
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@107 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
3 additions
and
0 deletions
locale/NewEnglish/language.inc
| ... | ... | @@ -229,6 +229,9 @@ $lang_err_email = "Message could not be sent"; |
| 229 | 229 | $lang_err_fileexists = "Move was Canceled<BR>File with the same name already exists."; |
| 230 | 230 | $lang_err_nameempty = "Folder name cannot be empty"; |
| 231 | 231 | |
| 232 | +$lang_err_document_type_does_not_exist = "The following document type does not exist: "; | |
| 233 | +$lang_err_document_type_field_does_not_exist = "The following document type field does not exist: "; | |
| 234 | + | |
| 232 | 235 | //janu's change BEGIN |
| 233 | 236 | $lang_engine = "Owl Intranet Engine"; |
| 234 | 237 | $lang_version = "Version"; | ... | ... |