diff options
Diffstat (limited to 'app/Locale/fi_FI/translations.php')
-rw-r--r-- | app/Locale/fi_FI/translations.php | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/app/Locale/fi_FI/translations.php b/app/Locale/fi_FI/translations.php index ae699514..41ebc921 100644 --- a/app/Locale/fi_FI/translations.php +++ b/app/Locale/fi_FI/translations.php @@ -20,6 +20,15 @@ return array( 'Red' => 'Punainen', 'Orange' => 'Oranssi', 'Grey' => 'Harmaa', + // 'Brown' => '', + // 'Deep Orange' => '', + // 'Dark Grey' => '', + // 'Pink' => '', + // 'Teal' => '', + // 'Cyan' => '', + // 'Lime' => '', + // 'Light Green' => '', + // 'Amber' => '', 'Save' => 'Tallenna', 'Login' => 'Sisäänkirjautuminen', 'Official website:' => 'Virallinen verkkosivu:', @@ -31,7 +40,6 @@ return array( 'All users' => 'Kaikki käyttäjät', 'Username' => 'Käyttäjänimi', 'Password' => 'Salasana', - 'Default project' => 'Oletusprojekti', 'Administrator' => 'Ylläpitäjä', 'Sign in' => 'Kirjaudu sisään', 'Users' => 'Käyttäjät', @@ -405,7 +413,6 @@ return array( 'Username:' => 'Käyttäjänimi:', 'Name:' => 'Nimi:', 'Email:' => 'Sähköpostiosoite:', - 'Default project:' => 'Oletusprojekti:', 'Notifications:' => 'Ilmoitukset:', 'Notifications' => 'Ilmoitukset', 'Group:' => 'Ryhmä:', @@ -949,4 +956,6 @@ return array( // '<30m' => '', // 'Stop timer' => '', // 'Start timer' => '', + // 'Add project member' => '', + // 'Enable notifications' => '', ); |