X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Ffi.lang.php;h=517309b182fb05c2bf7046ee6efc3f7fa0727053;hb=6966f48816a53d2653bf02b537190d015407952e;hp=9117f62ac0962af19615c7186a49b8e610a1f6cc;hpb=124f501c2f54e9480401ed46bd1986e10cc3afc3;p=timetracker.git diff --git a/WEB-INF/resources/fi.lang.php b/WEB-INF/resources/fi.lang.php index 9117f62a..517309b1 100644 --- a/WEB-INF/resources/fi.lang.php +++ b/WEB-INF/resources/fi.lang.php @@ -118,6 +118,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. // TODO: translate the following. @@ -264,6 +265,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' => 'Virhe', @@ -294,6 +298,8 @@ $i18n_key_words = array( 'title.send_invoice' => 'Laskun lähetys', 'title.charts' => 'Kaaviot', 'title.projects' => 'Projektit', +// TODO: translate the following. +// 'title.project_files' => 'Project Files', 'title.add_project' => 'Projektin lisäys', 'title.edit_project' => 'Projektin muokkaus', 'title.delete_project' => 'Projektin poisto', @@ -349,6 +355,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.