From 7daa7e7325d950921fe3a695e937e2f13d472550 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 26 Oct 2020 22:28:08 +0000 Subject: [PATCH] User button on news instance --- translations/ar.json | 3 ++- translations/ca.json | 3 ++- translations/cy.json | 3 ++- translations/de.json | 3 ++- translations/en.json | 3 ++- translations/es.json | 3 ++- translations/fr.json | 3 ++- translations/ga.json | 3 ++- translations/hi.json | 3 ++- translations/it.json | 3 ++- translations/ja.json | 3 ++- translations/oc.json | 3 ++- translations/pt.json | 3 ++- translations/ru.json | 3 ++- translations/zh.json | 3 ++- webinterface.py | 6 ++++++ 16 files changed, 36 insertions(+), 15 deletions(-) diff --git a/translations/ar.json b/translations/ar.json index 8b70333e7..cec259bd8 100644 --- a/translations/ar.json +++ b/translations/ar.json @@ -320,5 +320,6 @@ "Expand": "وسعت", "Newswire": "نيوزواير", "Links": "الروابط", - "Post": "بريد" + "Post": "بريد", + "User": "المستعمل" } diff --git a/translations/ca.json b/translations/ca.json index 214184a70..e6bf72a6b 100644 --- a/translations/ca.json +++ b/translations/ca.json @@ -320,5 +320,6 @@ "Expand": "Amplia", "Newswire": "Newswire", "Links": "Enllaços", - "Post": "Publicació" + "Post": "Publicació", + "User": "Usuari" } diff --git a/translations/cy.json b/translations/cy.json index 06181119b..e83dbb3bf 100644 --- a/translations/cy.json +++ b/translations/cy.json @@ -320,5 +320,6 @@ "Expand": "Ehangu", "Newswire": "Newswire", "Links": "Dolenni", - "Post": "Post" + "Post": "Post", + "User": "Defnyddiwr" } diff --git a/translations/de.json b/translations/de.json index 550ee3697..07f3a9cf1 100644 --- a/translations/de.json +++ b/translations/de.json @@ -320,5 +320,6 @@ "Expand": "Erweitern", "Newswire": "Newswire", "Links": "Links", - "Post": "Post" + "Post": "Post", + "User": "Nutzerin" } diff --git a/translations/en.json b/translations/en.json index ea68f0fcd..d5f1958a1 100644 --- a/translations/en.json +++ b/translations/en.json @@ -320,5 +320,6 @@ "Expand": "Expand", "Newswire": "Newswire", "Links": "Links", - "Post": "Post" + "Post": "Post", + "User": "User" } diff --git a/translations/es.json b/translations/es.json index 175d3af3b..1d2301111 100644 --- a/translations/es.json +++ b/translations/es.json @@ -320,5 +320,6 @@ "Expand": "Expandir", "Newswire": "Newswire", "Links": "Enlaces", - "Post": "Enviar" + "Post": "Enviar", + "User": "Usuaria" } diff --git a/translations/fr.json b/translations/fr.json index 2d2076367..45d0cc1d6 100644 --- a/translations/fr.json +++ b/translations/fr.json @@ -320,5 +320,6 @@ "Expand": "Développer", "Newswire": "Newswire", "Links": "Liens", - "Post": "Publier" + "Post": "Publier", + "User": "Utilisatrice" } diff --git a/translations/ga.json b/translations/ga.json index 1d122798a..7db02b1ff 100644 --- a/translations/ga.json +++ b/translations/ga.json @@ -320,5 +320,6 @@ "Expand": "Leathnaigh", "Newswire": "Newswire", "Links": "Naisc", - "Post": "Post" + "Post": "Post", + "User": "Úsáideoir" } diff --git a/translations/hi.json b/translations/hi.json index 0d34600d6..fb68a8240 100644 --- a/translations/hi.json +++ b/translations/hi.json @@ -320,5 +320,6 @@ "Expand": "विस्तार", "Newswire": "न्यूज़वायर", "Links": "लिंक", - "Post": "पद" + "Post": "पद", + "User": "उपयोगकर्ता" } diff --git a/translations/it.json b/translations/it.json index 18f8a232f..98a8e337e 100644 --- a/translations/it.json +++ b/translations/it.json @@ -320,5 +320,6 @@ "Expand": "Espandere", "Newswire": "Newswire", "Links": "Collegamenti", - "Post": "Inviare" + "Post": "Inviare", + "User": "Utente" } diff --git a/translations/ja.json b/translations/ja.json index 55f1e25f7..6676963e0 100644 --- a/translations/ja.json +++ b/translations/ja.json @@ -320,5 +320,6 @@ "Expand": "展開", "Newswire": "Newswire", "Links": "リンク", - "Post": "役職" + "Post": "役職", + "User": "ユーザー" } diff --git a/translations/oc.json b/translations/oc.json index 4c430bf40..0550566ac 100644 --- a/translations/oc.json +++ b/translations/oc.json @@ -316,5 +316,6 @@ "Expand": "Expand", "Newswire": "Newswire", "Links": "Links", - "Post": "Post" + "Post": "Post", + "User": "User" } diff --git a/translations/pt.json b/translations/pt.json index 43e25bf51..53c8a95be 100644 --- a/translations/pt.json +++ b/translations/pt.json @@ -320,5 +320,6 @@ "Expand": "Expandir", "Newswire": "Newswire", "Links": "Links", - "Post": "Postar" + "Post": "Postar", + "User": "Do utilizador" } diff --git a/translations/ru.json b/translations/ru.json index d368610f4..93c1f0eb3 100644 --- a/translations/ru.json +++ b/translations/ru.json @@ -320,5 +320,6 @@ "Expand": "Развернуть", "Newswire": "Лента новостей", "Links": "Ссылки", - "Post": "После" + "Post": "После", + "User": "Пользователь" } diff --git a/translations/zh.json b/translations/zh.json index df60bbd88..cadad973a 100644 --- a/translations/zh.json +++ b/translations/zh.json @@ -320,5 +320,6 @@ "Expand": "扩大", "Newswire": "新闻专线", "Links": "链接", - "Post": "发布" + "Post": "发布", + "User": "用户" } diff --git a/webinterface.py b/webinterface.py index fc5564fda..435ff019c 100644 --- a/webinterface.py +++ b/webinterface.py @@ -6181,6 +6181,12 @@ def getTimelineButtonHeader(defaultTimeline: str, '' + translate['Expand'] + \ '\n' + if newsHeader: + tlStr += \ + ' \n' + # the newswire button to show right column links if not iconsAsButtons: tlStr += \