diff options
| author | 2018-11-18 19:31:36 +0100 | |
|---|---|---|
| committer | 2018-11-18 19:31:36 +0100 | |
| commit | e20c7ef1b020df492923ca9a445fb8fa172a11dd (patch) | |
| tree | 9ff4516fe9c6269f0eca404c338dca27e8730e6a /app/i18n/de/conf.php | |
| parent | f3a88614ef4a2541ee29054124d62c0cdc78f485 (diff) | |
[fix] Finishing touches for next/previous without focus (#2140)
* [fix] Finishing touches for next/previous without focus
Cf. #1767.
* Avoid single quote
Alternative: use `’`
* Minor whitespace
* Minor whitespace
* be explicit about skipping
* add todos
* overshot by one
Diffstat (limited to 'app/i18n/de/conf.php')
| -rw-r--r-- | app/i18n/de/conf.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/i18n/de/conf.php b/app/i18n/de/conf.php index 01dddacfc..2f3122a8e 100644 --- a/app/i18n/de/conf.php +++ b/app/i18n/de/conf.php @@ -162,6 +162,7 @@ return array( 'mark_read' => 'Als gelesen markieren', 'navigation' => 'Navigation', 'navigation_help' => 'Mit der "Umschalttaste" finden die Tastenkombination auf Feeds Anwendung.<br/>Mit der "Alt-Taste" finden die Tastenkombination auf Kategorien Anwendung.', + 'navigation_no_mod_help' => 'The following navigation shortcuts do not support modifiers.', //TODO - Translation 'next_article' => 'Zum nächsten Artikel springen', 'normal_view' => 'Wechsle zur normalen Ansicht', 'other_action' => 'Andere Aktionen', |
