X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/acd436b6c7d3bc585bb3841d4d69dbe15cd8d140..b3c9cd1820158293d52c6cc1bb7244fee06104ed:/WEB-INF/resources/en.lang.php diff --git a/WEB-INF/resources/en.lang.php b/WEB-INF/resources/en.lang.php index db04f818..54da108c 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,10 @@ $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', +'label.download' => 'Download', // Form titles. 'title.error' => 'Error', @@ -269,6 +274,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', @@ -323,6 +329,9 @@ $i18n_key_words = array( 'title.add_template' => 'Adding Template', 'title.edit_template' => 'Editing Template', 'title.delete_template' => 'Deleting Template', +'title.edit_file' => 'Editing File', +'title.delete_file' => 'Deleting File', +'title.download_file' => 'Downloading File', // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here. // Strings that are used in a single form must go to the specific form section.