From b323ed084620cac2222fe1c93ec05b9773eb81e6 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sun, 16 Sep 2018 10:46:27 +0200 Subject: Improve authors (#2025) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Links for authors and multiple authors Favour ';' as a separator instead of ',' to better cope with multi-author scientific articles. Follow-up of https://github.com/FreshRSS/FreshRSS/pull/1997 , https://github.com/FreshRSS/FreshRSS/issues/1968, https://github.com/FreshRSS/FreshRSS/pull/2023 * Change i18n authors * Update layout * Unicode-compatible search Example for `author:Loïc` * author styling * Final details * Minor spacing --- app/i18n/de/gen.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/i18n/de/gen.php') diff --git a/app/i18n/de/gen.php b/app/i18n/de/gen.php index eb1e74ed6..26d109328 100644 --- a/app/i18n/de/gen.php +++ b/app/i18n/de/gen.php @@ -180,7 +180,7 @@ return array( 'short' => array( 'attention' => 'Achtung!', 'blank_to_disable' => 'Zum Deaktivieren frei lassen', - 'by_author' => 'Von %s', + 'by_author' => 'Von:', 'by_default' => 'standardmäßig', 'damn' => 'Verdammt!', 'default_category' => 'Unkategorisiert', -- cgit v1.2.3 From abc5c344f6ad4035a3a9ac977add3ef4d5d76540 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sun, 21 Oct 2018 15:12:35 +0200 Subject: i18n de: Known (#2058) https://github.com/FreshRSS/FreshRSS/issues/2056 --- app/i18n/de/gen.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/i18n/de/gen.php') diff --git a/app/i18n/de/gen.php b/app/i18n/de/gen.php index 26d109328..b4b2aeade 100644 --- a/app/i18n/de/gen.php +++ b/app/i18n/de/gen.php @@ -167,6 +167,7 @@ return array( 'g+' => 'Google+', 'gnusocial' => 'GNU social', 'jdh' => 'Journal du hacker', + 'Known' => 'Known based sites', //TODO 'linkedin' => 'LinkedIn', 'mastodon' => 'Mastodon', 'movim' => 'Movim', -- cgit v1.2.3 From 1b5581d96b7954637951f45ca3122d78acd9a510 Mon Sep 17 00:00:00 2001 From: Twilek-de Date: Sun, 21 Oct 2018 16:32:34 +0200 Subject: Translation for "Known" (#2059) https://github.com/FreshRSS/FreshRSS/issues/2056 --- app/i18n/de/gen.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/i18n/de/gen.php') diff --git a/app/i18n/de/gen.php b/app/i18n/de/gen.php index b4b2aeade..617b2a494 100644 --- a/app/i18n/de/gen.php +++ b/app/i18n/de/gen.php @@ -167,7 +167,7 @@ return array( 'g+' => 'Google+', 'gnusocial' => 'GNU social', 'jdh' => 'Journal du hacker', - 'Known' => 'Known based sites', //TODO + 'Known' => 'Known-Seite (https://withknown.com)', 'linkedin' => 'LinkedIn', 'mastodon' => 'Mastodon', 'movim' => 'Movim', -- cgit v1.2.3