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/conf.php | |
| parent | de964592501a9742585966d1ddcb4b7df894efe6 (diff) | |
Add translations for German and Czech
Fix https://github.com/FreshRSS/FreshRSS/issues/930
Diffstat (limited to 'app/i18n/de/conf.php')
| -rw-r--r-- | app/i18n/de/conf.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/i18n/de/conf.php b/app/i18n/de/conf.php index 5313ec3fd..c1a762f12 100644 --- a/app/i18n/de/conf.php +++ b/app/i18n/de/conf.php @@ -73,8 +73,8 @@ return array( 'profile' => array( '_' => 'Profil-Verwaltung', 'delete' => array( - '_' => 'Account deletion', // TODO: translate - 'warn' => 'Your account and all the related data will be deleted.', // TODO: translate + '_' => 'Accountlöschung', + 'warn' => 'Dein Account und alle damit bezogenen Daten werden gelöscht.', ), 'email_persona' => 'Anmelde-E-Mail-Adresse<br /><small>(für <a href="https://persona.org/" rel="external">Mozilla Persona</a>)</small>', 'password_api' => 'Passwort-API<br /><small>(z. B. für mobile Anwendungen)</small>', |
