User button on news instance

main
Bob Mottram 2020-10-26 22:28:08 +00:00
parent 5ece918e6d
commit 7daa7e7325
16 changed files with 36 additions and 15 deletions

View File

@ -320,5 +320,6 @@
"Expand": "وسعت",
"Newswire": "نيوزواير",
"Links": "الروابط",
"Post": "بريد"
"Post": "بريد",
"User": "المستعمل"
}

View File

@ -320,5 +320,6 @@
"Expand": "Amplia",
"Newswire": "Newswire",
"Links": "Enllaços",
"Post": "Publicació"
"Post": "Publicació",
"User": "Usuari"
}

View File

@ -320,5 +320,6 @@
"Expand": "Ehangu",
"Newswire": "Newswire",
"Links": "Dolenni",
"Post": "Post"
"Post": "Post",
"User": "Defnyddiwr"
}

View File

@ -320,5 +320,6 @@
"Expand": "Erweitern",
"Newswire": "Newswire",
"Links": "Links",
"Post": "Post"
"Post": "Post",
"User": "Nutzerin"
}

View File

@ -320,5 +320,6 @@
"Expand": "Expand",
"Newswire": "Newswire",
"Links": "Links",
"Post": "Post"
"Post": "Post",
"User": "User"
}

View File

@ -320,5 +320,6 @@
"Expand": "Expandir",
"Newswire": "Newswire",
"Links": "Enlaces",
"Post": "Enviar"
"Post": "Enviar",
"User": "Usuaria"
}

View File

@ -320,5 +320,6 @@
"Expand": "Développer",
"Newswire": "Newswire",
"Links": "Liens",
"Post": "Publier"
"Post": "Publier",
"User": "Utilisatrice"
}

View File

@ -320,5 +320,6 @@
"Expand": "Leathnaigh",
"Newswire": "Newswire",
"Links": "Naisc",
"Post": "Post"
"Post": "Post",
"User": "Úsáideoir"
}

View File

@ -320,5 +320,6 @@
"Expand": "विस्तार",
"Newswire": "न्यूज़वायर",
"Links": "लिंक",
"Post": "पद"
"Post": "पद",
"User": "उपयोगकर्ता"
}

View File

@ -320,5 +320,6 @@
"Expand": "Espandere",
"Newswire": "Newswire",
"Links": "Collegamenti",
"Post": "Inviare"
"Post": "Inviare",
"User": "Utente"
}

View File

@ -320,5 +320,6 @@
"Expand": "展開",
"Newswire": "Newswire",
"Links": "リンク",
"Post": "役職"
"Post": "役職",
"User": "ユーザー"
}

View File

@ -316,5 +316,6 @@
"Expand": "Expand",
"Newswire": "Newswire",
"Links": "Links",
"Post": "Post"
"Post": "Post",
"User": "User"
}

View File

@ -320,5 +320,6 @@
"Expand": "Expandir",
"Newswire": "Newswire",
"Links": "Links",
"Post": "Postar"
"Post": "Postar",
"User": "Do utilizador"
}

View File

@ -320,5 +320,6 @@
"Expand": "Развернуть",
"Newswire": "Лента новостей",
"Links": "Ссылки",
"Post": "После"
"Post": "После",
"User": "Пользователь"
}

View File

@ -320,5 +320,6 @@
"Expand": "扩大",
"Newswire": "新闻专线",
"Links": "链接",
"Post": "发布"
"Post": "发布",
"User": "用户"
}

View File

@ -6181,6 +6181,12 @@ def getTimelineButtonHeader(defaultTimeline: str,
'<span>' + translate['Expand'] + \
'</span></button></a>\n'
if newsHeader:
tlStr += \
' <a href="' + usersPath + '/inbox' + \
'"><button class="button">' + \
'<span>' + translate['User'] + '</span></button></a>\n'
# the newswire button to show right column links
if not iconsAsButtons:
tlStr += \