X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/acd436b6c7d3bc585bb3841d4d69dbe15cd8d140..7420fa50ea7e810db85bcb7ced55dc01d21fafcd:/WEB-INF/resources/en.lang.php diff --git a/WEB-INF/resources/en.lang.php b/WEB-INF/resources/en.lang.php index db04f818..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?', @@ -238,6 +239,9 @@ $i18n_key_words = array( 'label.approval' => 'Report approval', 'label.mark_approved' => 'Mark approved', 'label.template' => 'Template', +'label.attachments' => 'Attachments', +'label.files' => 'Files', +'label.image' => 'Image', // Form titles. 'title.error' => 'Error', @@ -269,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',