diff options
Diffstat (limited to 'app/Locale/fi_FI')
-rw-r--r-- | app/Locale/fi_FI/translations.php | 25 |
1 files changed, 18 insertions, 7 deletions
diff --git a/app/Locale/fi_FI/translations.php b/app/Locale/fi_FI/translations.php index bee32a2c..6b77fd40 100644 --- a/app/Locale/fi_FI/translations.php +++ b/app/Locale/fi_FI/translations.php @@ -4,9 +4,7 @@ return array( // 'number.decimals_separator' => '', // 'number.thousands_separator' => '', 'None' => 'Ei mikään', - 'edit' => 'muokkaa', 'Edit' => 'Muokkaa', - 'remove' => 'poista', 'Remove' => 'Poista', 'Yes' => 'Kyllä', 'No' => 'Ei', @@ -167,8 +165,6 @@ return array( 'Automatic actions for the project "%s"' => 'Automaattiset toiminnot projektille "%s"', // 'Add an action' => '', 'Event name' => 'Tapahtuman nimi', - 'Action name' => 'Toiminnon nimi', - 'Action parameters' => 'Toiminnon parametrit', 'Action' => 'Toiminto', 'Event' => 'Tapahtuma', 'When the selected event occurs execute the corresponding action.' => 'Kun valittu tapahtuma tapahtuu, suorita vastaava toiminto.', @@ -187,7 +183,7 @@ return array( 'Position' => 'Positio', 'Duplicate to another project' => 'Kopioi toiseen projektiin', 'Duplicate' => 'Monista', - 'link' => 'linkki', + 'Link' => 'Linkki', 'Comment updated successfully.' => 'Kommentti päivitettiin onnistuneesti.', 'Unable to update your comment.' => 'Kommentin päivitys epäonnistui.', 'Remove a comment' => 'Poista kommentti', @@ -234,7 +230,6 @@ return array( 'Category:' => 'Kategoria:', 'Categories' => 'Kategoriat', 'Your category have been created successfully.' => 'Kategoria luotiin onnistuneesti.', - 'Unable to create your category.' => 'Kategorian luonti epäonnistui.', 'This category has been updated successfully.' => 'Kategoriaa muokattiin onnistuneesti.', 'Unable to update this category.' => 'Kategorian muokkaaminen epäonnistui.', 'Remove a category' => 'Poista kategoria', @@ -899,7 +894,6 @@ return array( // 'Add group member' => '', // 'Do you really want to remove this group: "%s"?' => '', // 'There is no user in this group.' => '', - // 'Remove this user' => '', // 'Permissions' => '', // 'Allowed Users' => '', // 'No user have been allowed specifically.' => '', @@ -1309,4 +1303,21 @@ return array( // 'This project is open' => '', // 'This project is closed' => '', // 'Unable to upload files, check the permissions of your data folder.' => '', + // 'Another category with the same name exists in this project' => '', + // 'Comment sent by email successfully.' => '', + // 'Sent by email to [%s](mailto:%s) (%s)' => '', + // 'Unable to read uploaded file.' => '', + // 'Database uploaded successfully.' => '', + // 'Task sent by email successfully.' => '', + // 'There is no category in this project.' => '', + // 'Send by email' => '', + // 'Create and send a comment by email' => '', + // 'Subject' => '', + // 'Upload the database' => '', + // 'You could upload the previously downloaded Sqlite database (Gzip format).' => '', + // 'Database file' => '', + // 'Upload' => '', + // 'Remove this user from group' => '', + // 'Your project must have at least one active swimlane.' => '', + // 'Project: %s' => '', ); |