Added label.download to resource files.
[timetracker.git] / WEB-INF / resources / en.lang.php
index 8dc2011..0c4d7e0 100644 (file)
@@ -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?',
@@ -241,6 +242,7 @@ $i18n_key_words = array(
 'label.attachments' => 'Attachments',
 'label.files' => 'Files',
 'label.image' => 'Image',
+'label.download' => 'Download',
 
 // Form titles.
 'title.error' => 'Error',
@@ -327,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.