X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/91625ebaee1dcc6ca4af8aef0df4156817ac411b..7420fa50ea7e810db85bcb7ced55dc01d21fafcd:/WEB-INF/resources/en.lang.php diff --git a/WEB-INF/resources/en.lang.php b/WEB-INF/resources/en.lang.php index 9fd6995b..f1fc72aa 100644 --- a/WEB-INF/resources/en.lang.php +++ b/WEB-INF/resources/en.lang.php @@ -105,6 +105,7 @@ $i18n_key_words = array( 'error.format' => 'Invalid file format.', 'error.user_count' => 'Limit on user count.', 'error.expired' => 'Expiration date reached.', +'error.file_storage' => 'File storage error.', // Warning messages. 'warn.sure' => 'Are you sure?', @@ -239,6 +240,8 @@ $i18n_key_words = array( 'label.mark_approved' => 'Mark approved', 'label.template' => 'Template', 'label.attachments' => 'Attachments', +'label.files' => 'Files', +'label.image' => 'Image', // Form titles. 'title.error' => 'Error', @@ -270,6 +273,7 @@ $i18n_key_words = array( 'title.send_invoice' => 'Sending Invoice', 'title.charts' => 'Charts', 'title.projects' => 'Projects', +'title.project_files' => 'Project Files', 'title.add_project' => 'Adding Project', 'title.edit_project' => 'Editing Project', 'title.delete_project' => 'Deleting Project',