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' => 'Rot',
'Orange' => 'Orange',
'Grey' => 'Grau',
// 'Brown' => '',
// 'Deep Orange' => '',
// 'Dark Grey' => '',
// 'Pink' => '',
// 'Teal' => '',
// 'Cyan' => '',
// 'Lime' => '',
// 'Light Green' => '',
// 'Amber' => '',
'Save' => 'Speichern',
'Login' => 'Anmelden',
'Official website:' => 'Offizielle Webseite:',
@@ -31,7 +40,6 @@ return array(
'All users' => 'Alle Benutzer',
'Username' => 'Benutzername',
'Password' => 'Passwort',
'Default project' => 'Standardprojekt',
'Administrator' => 'Administrator',
'Sign in' => 'Anmelden',
'Users' => 'Benutzer',
@@ -405,7 +413,6 @@ return array(
'Username:' => 'Benutzername',
'Name:' => 'Name',
'Email:' => 'E-Mail',
'Default project:' => 'Standardprojekt:',
'Notifications:' => 'Benachrichtigungen:',
'Notifications' => 'Benachrichtigungen',
'Group:' => 'Gruppe',
@@ -949,4 +956,6 @@ return array(
// '<30m' => '',
// 'Stop timer' => '',
// 'Start timer' => '',
// 'Add project member' => '',
// 'Enable notifications' => '',
);