diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-06-28 10:01:28 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-06-28 10:01:28 -0400 |
commit | 6660be939d1452b8b2ac996837b55e8756598646 (patch) | |
tree | 5e010497ab1b317fb22e370cd2c668b28bd9c3ba /app/Locale/sv_SE | |
parent | 7b9733f67208a97fbf05d34ea449126794f781df (diff) |
Sync locales
Diffstat (limited to 'app/Locale/sv_SE')
-rw-r--r-- | app/Locale/sv_SE/translations.php | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/app/Locale/sv_SE/translations.php b/app/Locale/sv_SE/translations.php index df721590..f54a5178 100644 --- a/app/Locale/sv_SE/translations.php +++ b/app/Locale/sv_SE/translations.php @@ -20,6 +20,15 @@ return array( 'Red' => 'Röd', 'Orange' => 'Orange', 'Grey' => 'Grå', + // 'Brown' => '', + // 'Deep Orange' => '', + // 'Dark Grey' => '', + // 'Pink' => '', + // 'Teal' => '', + // 'Cyan' => '', + // 'Lime' => '', + // 'Light Green' => '', + // 'Amber' => '', 'Save' => 'Spara', 'Login' => 'Login', 'Official website:' => 'Officiell webbsida:', @@ -31,7 +40,6 @@ return array( 'All users' => 'Alla användare', 'Username' => 'Användarnamn', 'Password' => 'Lösenord', - 'Default project' => 'Standardprojekt', 'Administrator' => 'Administratör', 'Sign in' => 'Logga in', 'Users' => 'Användare', @@ -405,7 +413,6 @@ return array( 'Username:' => 'Användarnam:', 'Name:' => 'Namn:', 'Email:' => 'E-post:', - 'Default project:' => 'Standardprojekt', 'Notifications:' => 'Notiser:', 'Notifications' => 'Notiser', 'Group:' => 'Grupp:', @@ -949,4 +956,6 @@ return array( // '<30m' => '', // 'Stop timer' => '', // 'Start timer' => '', + // 'Add project member' => '', + // 'Enable notifications' => '', ); |