X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Ffi.lang.php;h=517309b182fb05c2bf7046ee6efc3f7fa0727053;hb=6966f48816a53d2653bf02b537190d015407952e;hp=3dd804c85b5a8c8a1a1f9291518b66c358ad3e50;hpb=00a2c4c840e745a734cd7eb6e58f897192fc2ca6;p=timetracker.git diff --git a/WEB-INF/resources/fi.lang.php b/WEB-INF/resources/fi.lang.php index 3dd804c8..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. @@ -266,6 +267,7 @@ $i18n_key_words = array( // 'label.template' => 'Template', // 'label.attachments' => 'Attachments', // 'label.files' => 'Files', +// 'label.image' => 'Image', // Form titles. 'title.error' => 'Virhe', @@ -296,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', @@ -351,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.