diff options
| author | 2020-11-01 19:12:58 +0100 | |
|---|---|---|
| committer | 2020-11-01 19:12:58 +0100 | |
| commit | c2e3bc7caba668e34dffe7555e3406a4435c3c36 (patch) | |
| tree | fbda78844f942e3fe7da5efe6ddede40c7dc8033 /app/i18n/de/sub.php | |
| parent | e0b80e82e2d32d7e2827587df502360a2d4b9e14 (diff) | |
i18n update for German - added missing de translations (#3237)
* Add DE Translation
* i18n update for German
* i18n update for German
* i18n update for German
* Fix ignore
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/i18n/de/sub.php')
| -rw-r--r-- | app/i18n/de/sub.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/de/sub.php b/app/i18n/de/sub.php index f59800cbf..e33df3354 100644 --- a/app/i18n/de/sub.php +++ b/app/i18n/de/sub.php @@ -1,7 +1,7 @@ <?php return array( - 'add' => 'Feed and category creation has been moved <a href=\'%s\'>here</a>. It is also accessible from the menu on the left and from the ✚ icon available on the main page.', // TODO - Translation + 'add' => 'Die Erstellung von Kategorien und Feeds wurde verschoben und findet sich ab sofort <a href=\'%s\'>hier</a>. Zusätzlich ist ein Zugriff über den linken Menüpunkt oder über das ✚ Symbol auf der Hauptseite möglich.', 'api' => array( 'documentation' => 'Kopieren Sie die folgende URL, um sie in einem externen Tool zu verwenden.', 'title' => 'API', |
