diff --git a/translations/ar.json b/translations/ar.json index 347c8869..8b70333e 100644 --- a/translations/ar.json +++ b/translations/ar.json @@ -319,5 +319,6 @@ "Search": "بحث", "Expand": "وسعت", "Newswire": "نيوزواير", - "Links": "الروابط" + "Links": "الروابط", + "Post": "بريد" } diff --git a/translations/ca.json b/translations/ca.json index ebba9e5e..214184a7 100644 --- a/translations/ca.json +++ b/translations/ca.json @@ -319,5 +319,6 @@ "Search": "Cerca", "Expand": "Amplia", "Newswire": "Newswire", - "Links": "Enllaços" + "Links": "Enllaços", + "Post": "Publicació" } diff --git a/translations/cy.json b/translations/cy.json index e3e72859..06181119 100644 --- a/translations/cy.json +++ b/translations/cy.json @@ -319,5 +319,6 @@ "Search": "Chwilio", "Expand": "Ehangu", "Newswire": "Newswire", - "Links": "Dolenni" + "Links": "Dolenni", + "Post": "Post" } diff --git a/translations/de.json b/translations/de.json index 7b673038..550ee369 100644 --- a/translations/de.json +++ b/translations/de.json @@ -319,5 +319,6 @@ "Search": "Suche", "Expand": "Erweitern", "Newswire": "Newswire", - "Links": "Links" + "Links": "Links", + "Post": "Post" } diff --git a/translations/en.json b/translations/en.json index 9bf3621e..ea68f0fc 100644 --- a/translations/en.json +++ b/translations/en.json @@ -319,5 +319,6 @@ "Search": "Search", "Expand": "Expand", "Newswire": "Newswire", - "Links": "Links" + "Links": "Links", + "Post": "Post" } diff --git a/translations/es.json b/translations/es.json index c77e95c8..175d3af3 100644 --- a/translations/es.json +++ b/translations/es.json @@ -319,5 +319,6 @@ "Search": "Buscar", "Expand": "Expandir", "Newswire": "Newswire", - "Links": "Enlaces" + "Links": "Enlaces", + "Post": "Enviar" } diff --git a/translations/fr.json b/translations/fr.json index 10fdb90d..2d207636 100644 --- a/translations/fr.json +++ b/translations/fr.json @@ -319,5 +319,6 @@ "Search": "Chercher", "Expand": "Développer", "Newswire": "Newswire", - "Links": "Liens" + "Links": "Liens", + "Post": "Publier" } diff --git a/translations/ga.json b/translations/ga.json index c085ea73..1d122798 100644 --- a/translations/ga.json +++ b/translations/ga.json @@ -319,5 +319,6 @@ "Search": "Cuardaigh", "Expand": "Leathnaigh", "Newswire": "Newswire", - "Links": "Naisc" + "Links": "Naisc", + "Post": "Post" } diff --git a/translations/hi.json b/translations/hi.json index 54a154a5..0d34600d 100644 --- a/translations/hi.json +++ b/translations/hi.json @@ -319,5 +319,6 @@ "Search": "खोज", "Expand": "विस्तार", "Newswire": "न्यूज़वायर", - "Links": "लिंक" + "Links": "लिंक", + "Post": "पद" } diff --git a/translations/it.json b/translations/it.json index d86660d6..18f8a232 100644 --- a/translations/it.json +++ b/translations/it.json @@ -319,5 +319,6 @@ "Search": "Ricerca", "Expand": "Espandere", "Newswire": "Newswire", - "Links": "Collegamenti" + "Links": "Collegamenti", + "Post": "Inviare" } diff --git a/translations/ja.json b/translations/ja.json index 537e9dee..55f1e25f 100644 --- a/translations/ja.json +++ b/translations/ja.json @@ -319,5 +319,6 @@ "Search": "探す", "Expand": "展開", "Newswire": "Newswire", - "Links": "リンク" + "Links": "リンク", + "Post": "役職" } diff --git a/translations/oc.json b/translations/oc.json index 693a2d35..4c430bf4 100644 --- a/translations/oc.json +++ b/translations/oc.json @@ -315,5 +315,6 @@ "Search": "Search", "Expand": "Expand", "Newswire": "Newswire", - "Links": "Links" + "Links": "Links", + "Post": "Post" } diff --git a/translations/pt.json b/translations/pt.json index 42adf483..43e25bf5 100644 --- a/translations/pt.json +++ b/translations/pt.json @@ -319,5 +319,6 @@ "Search": "Pesquisa", "Expand": "Expandir", "Newswire": "Newswire", - "Links": "Links" + "Links": "Links", + "Post": "Postar" } diff --git a/translations/ru.json b/translations/ru.json index e84af486..d368610f 100644 --- a/translations/ru.json +++ b/translations/ru.json @@ -319,5 +319,6 @@ "Search": "Поиск", "Expand": "Развернуть", "Newswire": "Лента новостей", - "Links": "Ссылки" + "Links": "Ссылки", + "Post": "После" } diff --git a/translations/zh.json b/translations/zh.json index 0a21c792..df60bbd8 100644 --- a/translations/zh.json +++ b/translations/zh.json @@ -319,5 +319,6 @@ "Search": "搜索", "Expand": "扩大", "Newswire": "新闻专线", - "Links": "链接" + "Links": "链接", + "Post": "发布" } diff --git a/webinterface.py b/webinterface.py index 9118f4da..e6745a2d 100644 --- a/webinterface.py +++ b/webinterface.py @@ -6415,8 +6415,8 @@ def htmlTimeline(defaultTimeline: str, else: newPostButtonStr = \ '' + \ - '\n' + '\n' elif boxName == 'tlblogs' or boxName == 'tlnews': if not iconsAsButtons: newPostButtonStr = \ @@ -6429,8 +6429,8 @@ def htmlTimeline(defaultTimeline: str, else: newPostButtonStr = \ '' + \ - '\n' + '\n' elif boxName == 'tlevents': if not iconsAsButtons: newPostButtonStr = \ @@ -6443,8 +6443,8 @@ def htmlTimeline(defaultTimeline: str, else: newPostButtonStr = \ '' + \ - '\n' + '\n' else: if not manuallyApproveFollowers: if not iconsAsButtons: @@ -6458,8 +6458,8 @@ def htmlTimeline(defaultTimeline: str, else: newPostButtonStr = \ '' + \ - '\n' + '\n' else: if not iconsAsButtons: newPostButtonStr = \ @@ -6472,8 +6472,8 @@ def htmlTimeline(defaultTimeline: str, else: newPostButtonStr = \ '' + \ - '\n' + '\n' # This creates a link to the profile page when viewed # in lynx, but should be invisible in a graphical web browser tlStr += \