diff options
Diffstat (limited to 'app/Locale/fi_FI/translations.php')
-rw-r--r-- | app/Locale/fi_FI/translations.php | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/app/Locale/fi_FI/translations.php b/app/Locale/fi_FI/translations.php index 3fb6bf29..68fb88d5 100644 --- a/app/Locale/fi_FI/translations.php +++ b/app/Locale/fi_FI/translations.php @@ -316,9 +316,6 @@ return array( 'Disable public access' => 'Poista käytöstä julkinen käyttöoikeus', 'Enable public access' => 'Ota käyttöön ', 'Public access disabled' => 'Julkinen käyttöoikeus ei ole käytössä', - 'Do you really want to disable this project: "%s"?' => 'Haluatko varmasti tehdä projektista "%s" passiivisen?', - 'Do you really want to enable this project: "%s"?' => 'Haluatko varmasti aktivoida projektinen "%s"', - 'Project activation' => 'Projektin aktivointi', 'Move the task to another project' => 'Siirrä tehtävä toiseen projektiin', 'Move to another project' => 'Siirrä toiseen projektiin', 'Do you really want to duplicate this task?' => 'Haluatko varmasti kahdentaa tämän tehtävän?', @@ -1307,4 +1304,12 @@ return array( // 'The project email is optional and could be used by several plugins.' => '', // 'The email project must be unique across all projects' => '', // 'The email configuration has been disabled by the administrator.' => '', + // 'Close this project' => '', + // 'Open this project' => '', + // 'Close a project' => '', + // 'Do you really want to close this project: "%s"?' => '', + // 'Reopen a project' => '', + // 'Do you really want to reopen this project: "%s"?' => '', + // 'This project is open' => '', + // 'This project is closed' => '', ); |