diff options
| author | 2021-01-17 18:29:21 +0100 | |
|---|---|---|
| committer | 2021-01-17 18:29:21 +0100 | |
| commit | 82a2a6f023f58f65df93d11339f4be36a8c2b16f (patch) | |
| tree | c0cc45bea3f9ce2171cb544ca85493e34a1d8b32 /app/i18n/de/index.php | |
| parent | ee175dd6169a016fc898fac62d046e22c205dec0 (diff) | |
Updated German Translation (#3379)
* Updated German Translation
completed german translation, as of now 100%.
* changing the word display -> filter
The whole interface is a little mess, but I guess this might be fitting a bit better
* Fix ignore
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/i18n/de/index.php')
| -rw-r--r-- | app/i18n/de/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/de/index.php b/app/i18n/de/index.php index af7a7e93a..945d8a72c 100644 --- a/app/i18n/de/index.php +++ b/app/i18n/de/index.php @@ -33,7 +33,7 @@ return array( 'about' => 'Über FreshRSS', 'before_one_day' => 'Vor einem Tag', 'before_one_week' => 'Vor einer Woche', - 'bookmark_query' => 'Bookmark current query', // TODO - Translation + 'bookmark_query' => 'Aktuelle Abfrage speichern', 'favorites' => 'Favoriten (%s)', 'global_view' => 'Globale Ansicht', 'main_stream' => 'Haupt-Feeds', |
