X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fen.lang.php;h=98c6f915d3285f4cfc54d4acec49d0cb57c9e4a9;hb=f6c2f33e3183019686f07aa93ff880f3a009d6eb;hp=7fb968f9e766e5bbdd84e12c22475ff6db99238f;hpb=fc92f9cd36dcaeb96da37c699a61331805d9e2fc;p=timetracker.git diff --git a/WEB-INF/resources/en.lang.php b/WEB-INF/resources/en.lang.php index 7fb968f9..98c6f915 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?', @@ -237,6 +238,11 @@ $i18n_key_words = array( 'label.approved' => 'Approved', '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', @@ -252,6 +258,7 @@ $i18n_key_words = array( 'title.time' => 'Time', 'title.edit_time_record' => 'Editing Time Record', 'title.delete_time_record' => 'Deleting Time Record', +'title.time_files' => 'Time Record Files', 'title.expenses' => 'Expenses', 'title.edit_expense' => 'Editing Expense Item', 'title.delete_expense' => 'Deleting Expense Item', @@ -268,6 +275,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', @@ -322,6 +330,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. @@ -424,6 +435,10 @@ $i18n_key_words = array( 'form.timesheets.active_timesheets' => 'Active Timesheets', 'form.timesheets.inactive_timesheets' => 'Inactive Timesheets', + // Templates form. See example at https://timetracker.anuko.com/templates.php +'form.templates.active_templates' => 'Active Templates', +'form.templates.inactive_templates' => 'Inactive Templates', + // Invoice form. See example at https://timetracker.anuko.com/invoice.php // (you can get to this form after generating a report). 'form.invoice.number' => 'Invoice number',