This commit is contained in:
mepiphana2023
2024-04-25 15:40:41 +02:00
parent 8ebddc6d18
commit 8b252e7038
12 changed files with 202 additions and 144 deletions

View File

@@ -1,6 +1,7 @@
home.search.title = Rechercher un article par nom...
home.search.cat = Toutes les cat\u00e9gories
home.search.button = Recherche
home.button.lang = Switch to English
profil.title = Mon profile
profil.button = Modifier
@@ -30,16 +31,17 @@ login.forgotpassword = Mot de passe oubli\u00e9
login.connection = Connexion
login.makecompte = Cr\u00e9er un compte
register.title = Mon profile
register.button = Modifier
register.pseudo = Pseudo:
register.surname = Pr\u00e9nom:
register.name = Nom:
register.email = Email:
register.phone = T\u00e9l\u00e9phone:
register.street = Rue:
register.postal = Code postal:
register.city = Ville:
register.credit = Cr\u00e9dits:
register.make = cr\u00e9er
register.cancel = annuler
register.title = Inscription
register.pseudo.label = Pseudo:
register.prenom.label = Prénom:
register.nom.label = Nom:
register.email.label = Email:
register.telephone.label = Téléphone:
register.rue.label = Rue:
register.code_postal.label = Code postal:
register.ville.label = Ville:
register.password.label = Mot de passe:
register.confirm_password.label = Confirmation du mot de passe:
register.submit_button = Créer
register.cancel_button = Annuler