mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 12:25:16 +00:00
Translated menu bar
This commit is contained in:
@ -5,6 +5,9 @@
|
||||
*/
|
||||
ComunicWeb.common.langs.en = {
|
||||
|
||||
//Really really common messages
|
||||
_loading: "Loading...",
|
||||
|
||||
//Error messages
|
||||
"__fatal_error": "Fatal error",
|
||||
"__fatal_error_explanation": "A fatal error occured : <i>%p</i>. Please try to refresh the page...",
|
||||
@ -23,4 +26,11 @@ ComunicWeb.common.langs.en = {
|
||||
_menu_bar_login_btn: "Login",
|
||||
_menu_bar_login_passwd: "Password",
|
||||
_menu_bar_login_email: "Email address",
|
||||
|
||||
//Menu bar - authenticated
|
||||
_menu_bar_search_placeholder: "Search...",
|
||||
_menu_bar_action_logout: "Logout",
|
||||
|
||||
//Posts form
|
||||
|
||||
}
|
@ -5,6 +5,9 @@
|
||||
*/
|
||||
ComunicWeb.common.langs.fr = {
|
||||
|
||||
//Really really common messages
|
||||
_loading: "Chargement...",
|
||||
|
||||
//Error messages
|
||||
"__fatal_error": "Erreur fatale",
|
||||
"__fatal_error_explanation": "Une erreur fatale a survenue : <i>%p</i>. Veuillez réessayer de recharger la page...",
|
||||
@ -23,4 +26,9 @@ ComunicWeb.common.langs.fr = {
|
||||
_menu_bar_login_btn: "Connexion",
|
||||
_menu_bar_login_passwd: "Mot de passe",
|
||||
_menu_bar_login_email: "Addresse mail",
|
||||
|
||||
//Menu bar - authenticated
|
||||
_menu_bar_search_placeholder: "Recherche...",
|
||||
_menu_bar_action_logout: "Déconnexion",
|
||||
|
||||
}
|
Reference in New Issue
Block a user