mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 12:25:16 +00:00
Display bottom links on main menu.
This commit is contained in:
@ -57,6 +57,11 @@ ComunicWeb.common.langs.en = {
|
||||
menu_bar_action_settings: "Settings",
|
||||
_menu_bar_action_logout: "Logout",
|
||||
|
||||
//Bottom bar - links
|
||||
bottom_bar_action_language: "Language",
|
||||
bottom_bar_action_about: "About",
|
||||
|
||||
|
||||
//Posts - Actions
|
||||
posts_actions_err_get_single: "An error occured while getting information about the post !",
|
||||
|
||||
|
@ -58,6 +58,10 @@ ComunicWeb.common.langs.fr = {
|
||||
menu_bar_action_settings: "Paramètres",
|
||||
_menu_bar_action_logout: "Déconnexion",
|
||||
|
||||
//Bottom bar - links
|
||||
bottom_bar_action_language: "Langue",
|
||||
bottom_bar_action_about: "A propos",
|
||||
|
||||
//Posts - Actions
|
||||
posts_actions_err_get_single: "Une erreur a survenue lors de la récupération d'informations sur le post !",
|
||||
|
||||
|
Reference in New Issue
Block a user