Sync transifex
This commit is contained in:
parent
804159f3f3
commit
63ad970a27
@ -170,7 +170,7 @@ source_file = htdocs/langs/en_US/interventions.lang
|
|||||||
source_lang = en_US
|
source_lang = en_US
|
||||||
type = MOZILLAPROPERTIES
|
type = MOZILLAPROPERTIES
|
||||||
|
|
||||||
[dolibarr.languages]
|
[dolibarr.languages-not-res]
|
||||||
file_filter = htdocs/langs/<lang>/languages.lang
|
file_filter = htdocs/langs/<lang>/languages.lang
|
||||||
source_file = htdocs/langs/en_US/languages.lang
|
source_file = htdocs/langs/en_US/languages.lang
|
||||||
source_lang = en_US
|
source_lang = en_US
|
||||||
|
|||||||
@ -14,10 +14,12 @@ DeleteIntervention=Supprimer intervention
|
|||||||
ValidateIntervention=Valider intervention
|
ValidateIntervention=Valider intervention
|
||||||
ModifyIntervention=Modifier intervention
|
ModifyIntervention=Modifier intervention
|
||||||
DeleteInterventionLine=Supprimer ligne d'intervention
|
DeleteInterventionLine=Supprimer ligne d'intervention
|
||||||
|
CloneIntervention=Clone intervention
|
||||||
ConfirmDeleteIntervention=Êtes-vous sûr de vouloir effacer cette intervention ?
|
ConfirmDeleteIntervention=Êtes-vous sûr de vouloir effacer cette intervention ?
|
||||||
ConfirmValidateIntervention=Êtes-vous sûr de vouloir valider cette intervention sous la référence <b>%s</b> ?
|
ConfirmValidateIntervention=Êtes-vous sûr de vouloir valider cette intervention sous la référence <b>%s</b> ?
|
||||||
ConfirmModifyIntervention=Êtes-vous sûr de vouloir modifier cette intervention ?
|
ConfirmModifyIntervention=Êtes-vous sûr de vouloir modifier cette intervention ?
|
||||||
ConfirmDeleteInterventionLine=Êtes-vous sûr de vouloir effacer cette ligne ?
|
ConfirmDeleteInterventionLine=Êtes-vous sûr de vouloir effacer cette ligne ?
|
||||||
|
ConfirmCloneIntervention=Are you sure you want to clone this intervention ?
|
||||||
NameAndSignatureOfInternalContact=Nom et signature de l'intervenant :
|
NameAndSignatureOfInternalContact=Nom et signature de l'intervenant :
|
||||||
NameAndSignatureOfExternalContact=Nom et signature du client :
|
NameAndSignatureOfExternalContact=Nom et signature du client :
|
||||||
DocumentModelStandard=Modèle de fiche d'intervention standard
|
DocumentModelStandard=Modèle de fiche d'intervention standard
|
||||||
|
|||||||
@ -1,5 +1,4 @@
|
|||||||
# Dolibarr language file - Source file is en_US - languages
|
# Dolibarr language file - Source file is en_US - languages
|
||||||
|
|
||||||
Language_ar_AR=Arabe
|
Language_ar_AR=Arabe
|
||||||
Language_ar_SA=Arabe
|
Language_ar_SA=Arabe
|
||||||
Language_bn_BD=Bengalais
|
Language_bn_BD=Bengalais
|
||||||
|
|||||||
@ -31,9 +31,9 @@ DownPaymentDesc=L'<b>acompte</b> = Le prix de la maison multiplié par le pource
|
|||||||
InterestRateDesc=Le <b>taux d'intérêt</b> = Le pourcentage annuel d'intérêt divisé par 100.
|
InterestRateDesc=Le <b>taux d'intérêt</b> = Le pourcentage annuel d'intérêt divisé par 100.
|
||||||
MonthlyFactorDesc=The <b>monthly factor</b> = The result of the following formula
|
MonthlyFactorDesc=The <b>monthly factor</b> = The result of the following formula
|
||||||
MonthlyInterestRateDesc=Le <b>taux d'intérêt mensuel</b> = Le taux annuel d'intérêt divisé par 12 (pour les 12 mois de l'année)
|
MonthlyInterestRateDesc=Le <b>taux d'intérêt mensuel</b> = Le taux annuel d'intérêt divisé par 12 (pour les 12 mois de l'année)
|
||||||
MonthTermDesc=The <b>month term</b> of the loan in months = The number of years you've taken the loan out for times 12
|
MonthTermDesc=Le <b>terme en mois</b> du prêt en mois = Le nombre d'années que vous avez pris pour le prêt multiplié par 12
|
||||||
MonthlyPaymentDesc=Le paiement mensuel est déterminé en utilisant la formule suivante
|
MonthlyPaymentDesc=Le paiement mensuel est déterminé en utilisant la formule suivante
|
||||||
AmortizationPaymentDesc=The <a href="#amortization">amortization</a> breaks down how much of your monthly payment goes towards the bank's interest, and how much goes into paying off the principal of your loan.
|
AmortizationPaymentDesc=L' <a href="#amortization">amortissement</a> décompose votre paiement mensuel entre l'intérêt de la banque et le remboursement du principal de votre prêt.
|
||||||
AmountFinanced=Montant financé
|
AmountFinanced=Montant financé
|
||||||
AmortizationMonthlyPaymentOverYears=Amortissement pour paiement mensuel : <b>%s</b> sur %s ans
|
AmortizationMonthlyPaymentOverYears=Amortissement pour paiement mensuel : <b>%s</b> sur %s ans
|
||||||
Totalsforyear=Total pour l'année
|
Totalsforyear=Total pour l'année
|
||||||
|
|||||||
@ -12,3 +12,4 @@ ListOfSupportedOauthProviders=Saisissez ici le crédit fourni par votre fourniss
|
|||||||
OAUTH_GOOGLE_NAME=API Google
|
OAUTH_GOOGLE_NAME=API Google
|
||||||
OAUTH_GOOGLE_ID=ID API Google
|
OAUTH_GOOGLE_ID=ID API Google
|
||||||
OAUTH_GOOGLE_SECRET=API Google Secrète
|
OAUTH_GOOGLE_SECRET=API Google Secrète
|
||||||
|
OAUTH_GOOGLE_DESC=Allez sur <a href="https://console.developers.google.com/" target="_blank">cette page</a> puis Identitifaction pour créer des informations d'identification OAuth
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user