@fto-consult/common
Version:
Un ensemble de bibliothèques et d'utilistaires communs pour le développement d'applications javascript
20 lines (18 loc) • 928 B
JavaScript
// Copyright 2022 @fto-consult/Boris Fouomene. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
module.exports = {
not_allowed : "You are not allowed to view the specified resource",
please_signin : "Please Signin",
auth_signin : 'Sign in',
logout : 'Sign out',
login : 'Login',
'password_label' : 'Password',
show_password_field : 'Display password',
hide_password_field : 'Hide password',
enter_yours_details_below : 'Enter your details below',
you_are_successfull_logged_out : "You are now logged out",
my_profile : "Profile",
you_have_been_redirected_to_homepage : "You have been redirected to the login page because you are not loggedin",
you_changed_default_lang : "You have defined English language as your default language and have been redirected to the homepage",
}