mirror of https://gitlab.com/bashrc2/epicyon
Add a settings button to the news instance
parent
ac2a651303
commit
f8760a57d4
|
@ -324,5 +324,6 @@
|
|||
"User": "المستعمل",
|
||||
"Features" : "ميزات",
|
||||
"Article": "مقال إخباري",
|
||||
"Create an article": "قم بإنشاء مقال"
|
||||
"Create an article": "قم بإنشاء مقال",
|
||||
"Settings": "إعدادات"
|
||||
}
|
||||
|
|
|
@ -324,5 +324,6 @@
|
|||
"User": "Usuari",
|
||||
"Features" : "Article",
|
||||
"Article": "Reportatge",
|
||||
"Create an article": "Creeu un article"
|
||||
"Create an article": "Creeu un article",
|
||||
"Settings": "Configuració"
|
||||
}
|
||||
|
|
|
@ -324,5 +324,6 @@
|
|||
"User": "Defnyddiwr",
|
||||
"Features" : "Nodweddion",
|
||||
"Article": "Erthygl",
|
||||
"Create an article": "Creu erthygl"
|
||||
"Create an article": "Creu erthygl",
|
||||
"Settings": "Gosodiadau"
|
||||
}
|
||||
|
|
|
@ -324,5 +324,6 @@
|
|||
"User": "Nutzerin",
|
||||
"Features" : "Eigenschaften",
|
||||
"Article": "Artikel",
|
||||
"Create an article": "Erstellen Sie einen Artikel"
|
||||
"Create an article": "Erstellen Sie einen Artikel",
|
||||
"Settings": "Einstellungen"
|
||||
}
|
||||
|
|
|
@ -324,5 +324,6 @@
|
|||
"User": "User",
|
||||
"Features" : "Features",
|
||||
"Article": "Article",
|
||||
"Create an article": "Create an article"
|
||||
"Create an article": "Create an article",
|
||||
"Settings": "Settings"
|
||||
}
|
||||
|
|
|
@ -324,5 +324,6 @@
|
|||
"User": "Usuaria",
|
||||
"Features" : "Caracteristicas",
|
||||
"Article": "Artículo",
|
||||
"Create an article": "Crea un articulo"
|
||||
"Create an article": "Crea un articulo",
|
||||
"Settings": "Configuraciones"
|
||||
}
|
||||
|
|
|
@ -324,5 +324,6 @@
|
|||
"User": "Utilisatrice",
|
||||
"Features" : "Traits",
|
||||
"Article": "Article",
|
||||
"Create an article": "Créer un article"
|
||||
"Create an article": "Créer un article",
|
||||
"Settings": "Réglages"
|
||||
}
|
||||
|
|
|
@ -324,5 +324,6 @@
|
|||
"User": "Úsáideoir",
|
||||
"Features" : "Gnéithe",
|
||||
"Article": "Airteagal",
|
||||
"Create an article": "Cruthaigh alt"
|
||||
"Create an article": "Cruthaigh alt",
|
||||
"Settings": "Socruithe"
|
||||
}
|
||||
|
|
|
@ -324,5 +324,6 @@
|
|||
"User": "उपयोगकर्ता",
|
||||
"Features" : "विशेषताएं",
|
||||
"Article": "लेख",
|
||||
"Create an article": "एक लेख बनाएँ"
|
||||
"Create an article": "एक लेख बनाएँ",
|
||||
"Settings": "समायोजन"
|
||||
}
|
||||
|
|
|
@ -324,5 +324,6 @@
|
|||
"User": "Utente",
|
||||
"Features" : "Caratteristiche",
|
||||
"Article": "Articolo",
|
||||
"Create an article": "Crea un articolo"
|
||||
"Create an article": "Crea un articolo",
|
||||
"Settings": "impostazioni"
|
||||
}
|
||||
|
|
|
@ -324,5 +324,6 @@
|
|||
"User": "ユーザー",
|
||||
"Features" : "特徴",
|
||||
"Article": "論文",
|
||||
"Create an article": "記事を作成する"
|
||||
"Create an article": "記事を作成する",
|
||||
"Settings": "設定"
|
||||
}
|
||||
|
|
|
@ -320,5 +320,6 @@
|
|||
"User": "User",
|
||||
"Features" : "Features",
|
||||
"Article": "Article",
|
||||
"Create an article": "Create an article"
|
||||
"Create an article": "Create an article",
|
||||
"Settings": "Settings"
|
||||
}
|
||||
|
|
|
@ -324,5 +324,6 @@
|
|||
"User": "Do utilizador",
|
||||
"Features" : "Recursos",
|
||||
"Article": "Artigo",
|
||||
"Create an article": "Crie um artigo"
|
||||
"Create an article": "Crie um artigo",
|
||||
"Settings": "Definições"
|
||||
}
|
||||
|
|
|
@ -324,5 +324,6 @@
|
|||
"User": "Пользователь",
|
||||
"Features" : "особенности",
|
||||
"Article": "Статья",
|
||||
"Create an article": "Создать статью"
|
||||
"Create an article": "Создать статью",
|
||||
"Settings": "Настройки"
|
||||
}
|
||||
|
|
|
@ -324,5 +324,6 @@
|
|||
"User": "用户",
|
||||
"Features" : "特征",
|
||||
"Article": "文章",
|
||||
"Create an article": "建立文章"
|
||||
"Create an article": "建立文章",
|
||||
"Settings": "设定值"
|
||||
}
|
||||
|
|
|
@ -6415,9 +6415,13 @@ def headerButtonsTimeline(defaultTimeline: str,
|
|||
|
||||
if newsHeader:
|
||||
tlStr += \
|
||||
' <a href="' + usersPath + '/inbox' + \
|
||||
'"><button class="button">' + \
|
||||
' <a href="' + usersPath + '/inbox">' + \
|
||||
'<button class="button">' + \
|
||||
'<span>' + translate['User'] + '</span></button></a>\n'
|
||||
tlStr += \
|
||||
' <a href="' + usersPath + '/editprofile">' + \
|
||||
'<button class="button">' + \
|
||||
'<span>' + translate['Settings'] + '</span></button></a>\n'
|
||||
|
||||
# the newswire button to show right column links
|
||||
if not iconsAsButtons:
|
||||
|
|
Loading…
Reference in New Issue