diff options
| author | 2015-07-29 22:43:50 +0200 | |
|---|---|---|
| committer | 2015-07-29 22:43:50 +0200 | |
| commit | d1c1a6358072eb3ce8bd55c9f9e813aa8a7c4b5b (patch) | |
| tree | 6506dafeb093f78169feee0df648c48d3e97ebc6 /app/i18n/de/gen.php | |
| parent | de964592501a9742585966d1ddcb4b7df894efe6 (diff) | |
Add translations for German and Czech
Fix https://github.com/FreshRSS/FreshRSS/issues/930
Diffstat (limited to 'app/i18n/de/gen.php')
| -rw-r--r-- | app/i18n/de/gen.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/i18n/de/gen.php b/app/i18n/de/gen.php index f8f4823a6..de2d846c5 100644 --- a/app/i18n/de/gen.php +++ b/app/i18n/de/gen.php @@ -32,9 +32,9 @@ return array( 'format' => '<small>mindestens 7 Zeichen</small>', ), 'registration' => array( - '_' => 'New account', // TODO: translate - 'ask' => 'Create an account?', // TODO: translate - 'title' => 'Account creation', // TODO: translate + '_' => 'Neuer Account', + 'ask' => 'Erstelle einen Account?', + 'title' => 'Accounterstellung', ), 'reset' => 'Zurücksetzen der Authentifizierung', 'username' => array( |
