forked from indymedia/epicyon
User button on news instance
parent
5ece918e6d
commit
7daa7e7325
|
@ -320,5 +320,6 @@
|
|||
"Expand": "وسعت",
|
||||
"Newswire": "نيوزواير",
|
||||
"Links": "الروابط",
|
||||
"Post": "بريد"
|
||||
"Post": "بريد",
|
||||
"User": "المستعمل"
|
||||
}
|
||||
|
|
|
@ -320,5 +320,6 @@
|
|||
"Expand": "Amplia",
|
||||
"Newswire": "Newswire",
|
||||
"Links": "Enllaços",
|
||||
"Post": "Publicació"
|
||||
"Post": "Publicació",
|
||||
"User": "Usuari"
|
||||
}
|
||||
|
|
|
@ -320,5 +320,6 @@
|
|||
"Expand": "Ehangu",
|
||||
"Newswire": "Newswire",
|
||||
"Links": "Dolenni",
|
||||
"Post": "Post"
|
||||
"Post": "Post",
|
||||
"User": "Defnyddiwr"
|
||||
}
|
||||
|
|
|
@ -320,5 +320,6 @@
|
|||
"Expand": "Erweitern",
|
||||
"Newswire": "Newswire",
|
||||
"Links": "Links",
|
||||
"Post": "Post"
|
||||
"Post": "Post",
|
||||
"User": "Nutzerin"
|
||||
}
|
||||
|
|
|
@ -320,5 +320,6 @@
|
|||
"Expand": "Expand",
|
||||
"Newswire": "Newswire",
|
||||
"Links": "Links",
|
||||
"Post": "Post"
|
||||
"Post": "Post",
|
||||
"User": "User"
|
||||
}
|
||||
|
|
|
@ -320,5 +320,6 @@
|
|||
"Expand": "Expandir",
|
||||
"Newswire": "Newswire",
|
||||
"Links": "Enlaces",
|
||||
"Post": "Enviar"
|
||||
"Post": "Enviar",
|
||||
"User": "Usuaria"
|
||||
}
|
||||
|
|
|
@ -320,5 +320,6 @@
|
|||
"Expand": "Développer",
|
||||
"Newswire": "Newswire",
|
||||
"Links": "Liens",
|
||||
"Post": "Publier"
|
||||
"Post": "Publier",
|
||||
"User": "Utilisatrice"
|
||||
}
|
||||
|
|
|
@ -320,5 +320,6 @@
|
|||
"Expand": "Leathnaigh",
|
||||
"Newswire": "Newswire",
|
||||
"Links": "Naisc",
|
||||
"Post": "Post"
|
||||
"Post": "Post",
|
||||
"User": "Úsáideoir"
|
||||
}
|
||||
|
|
|
@ -320,5 +320,6 @@
|
|||
"Expand": "विस्तार",
|
||||
"Newswire": "न्यूज़वायर",
|
||||
"Links": "लिंक",
|
||||
"Post": "पद"
|
||||
"Post": "पद",
|
||||
"User": "उपयोगकर्ता"
|
||||
}
|
||||
|
|
|
@ -320,5 +320,6 @@
|
|||
"Expand": "Espandere",
|
||||
"Newswire": "Newswire",
|
||||
"Links": "Collegamenti",
|
||||
"Post": "Inviare"
|
||||
"Post": "Inviare",
|
||||
"User": "Utente"
|
||||
}
|
||||
|
|
|
@ -320,5 +320,6 @@
|
|||
"Expand": "展開",
|
||||
"Newswire": "Newswire",
|
||||
"Links": "リンク",
|
||||
"Post": "役職"
|
||||
"Post": "役職",
|
||||
"User": "ユーザー"
|
||||
}
|
||||
|
|
|
@ -316,5 +316,6 @@
|
|||
"Expand": "Expand",
|
||||
"Newswire": "Newswire",
|
||||
"Links": "Links",
|
||||
"Post": "Post"
|
||||
"Post": "Post",
|
||||
"User": "User"
|
||||
}
|
||||
|
|
|
@ -320,5 +320,6 @@
|
|||
"Expand": "Expandir",
|
||||
"Newswire": "Newswire",
|
||||
"Links": "Links",
|
||||
"Post": "Postar"
|
||||
"Post": "Postar",
|
||||
"User": "Do utilizador"
|
||||
}
|
||||
|
|
|
@ -320,5 +320,6 @@
|
|||
"Expand": "Развернуть",
|
||||
"Newswire": "Лента новостей",
|
||||
"Links": "Ссылки",
|
||||
"Post": "После"
|
||||
"Post": "После",
|
||||
"User": "Пользователь"
|
||||
}
|
||||
|
|
|
@ -320,5 +320,6 @@
|
|||
"Expand": "扩大",
|
||||
"Newswire": "新闻专线",
|
||||
"Links": "链接",
|
||||
"Post": "发布"
|
||||
"Post": "发布",
|
||||
"User": "用户"
|
||||
}
|
||||
|
|
|
@ -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 += \
|
||||
|
|
Loading…
Reference in New Issue