Sync locales

This commit is contained in:
Frederic Guillot
2015-06-28 10:01:28 -04:00
parent 7b9733f672
commit 6660be939d
19 changed files with 190 additions and 38 deletions

View File

@@ -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' => 'Gem',
'Login' => 'Login',
'Official website:' => 'Officielt website:',
@@ -31,7 +40,6 @@ return array(
'All users' => 'Alle brugere',
'Username' => 'Brugernavn',
'Password' => 'Password',
'Default project' => 'Standard projekt',
'Administrator' => 'Administrator',
'Sign in' => 'Log ind',
'Users' => 'Brugere',
@@ -405,7 +413,6 @@ return array(
'Username:' => 'Brugernavn',
'Name:' => 'Navn:',
'Email:' => 'Email:',
'Default project:' => 'Standard projekt:',
'Notifications:' => 'Notifikationer:',
'Notifications' => 'Notifikationer',
'Group:' => 'Gruppe:',
@@ -949,4 +956,6 @@ return array(
// '<30m' => '',
// 'Stop timer' => '',
// 'Start timer' => '',
// 'Add project member' => '',
// 'Enable notifications' => '',
);