X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fen.lang.php;h=0c4d7e0ad706fbda8ed6cde699233f20f10d7b6c;hb=1abe3082f89208f5457129215a4283c4209b05f2;hp=3e855d053a06b190179add7906d3014df6784923;hpb=b5b2801290794632bba7af2cdddf9d4a8a96c29c;p=timetracker.git diff --git a/WEB-INF/resources/en.lang.php b/WEB-INF/resources/en.lang.php index 3e855d05..0c4d7e0a 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?', @@ -240,6 +241,8 @@ $i18n_key_words = array( 'label.template' => 'Template', 'label.attachments' => 'Attachments', 'label.files' => 'Files', +'label.image' => 'Image', +'label.download' => 'Download', // Form titles. 'title.error' => 'Error', @@ -326,6 +329,8 @@ $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', // 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.