You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: themes/gadael/languages/fr.yml
+4-2
Original file line number
Diff line number
Diff line change
@@ -228,10 +228,10 @@ creditcard:
228
228
title: 'Carte bancaire'
229
229
paymentday: 'Votre date de prélévement est le {{session.paymentDay}} de chaque mois.'
230
230
savebutton: 'Enregistrer'
231
-
freeplan: 'Les informations de paiement ne sont pas requise pour votre type d''abonnement.'
232
231
number: 'Numéro de carte bancaire'
232
+
fullname: 'Nom complet du porteur'
233
233
cvc: 'code CVC'
234
-
exp_month_year: 'Mois et année de fin de validité'
234
+
exp_month_year: 'Fin de validité mois/année'
235
235
social:
236
236
github: 'Github'
237
237
bug: 'Reporter un bug'
@@ -282,3 +282,5 @@ affiliation:
282
282
status: 'Je veut recevoir un contre-rendu de mon affiliation'
283
283
email: 'Mon adresse email'
284
284
button: 'Envoyer'
285
+
stripe:
286
+
testaccount: 'Ce site est configuré avec un compte de test pour les paiements, aucune transaction ne sera comptabilisée. Le numéro de carte de test est : 4242424242424242'
<selectid="creditcard_exp_month"ng-model="creditcard.exp_month"ng-options="month as month for month in months"placeholder="<%= __('creditcard.month') %>">
49
-
</select>
50
-
<selectid="creditcard_exp_year"ng-model="creditcard.exp_year"ng-options="year as year for year in years"placeholder="<%= __('creditcard.year') %>">
0 commit comments