Skip to content

Commit

Permalink
Merge pull request #47 from BFoucher/v1
Browse files Browse the repository at this point in the history
add missing errors messages for card transactions
  • Loading branch information
paulandrieux authored Mar 31, 2017
2 parents a971608 + a01d437 commit 7a49c07
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions Resources/translations/messages.fr.xliff
Original file line number Diff line number Diff line change
Expand Up @@ -1121,6 +1121,26 @@
<source>mangopay.error.009201</source>
<target>Vous n'avez pas les permissions pour faire cet appel API</target>
</trans-unit>

<trans-unit id="mangopay.error.105101" resname="mangopay.error.105101" datatype="plaintext">
<source>mangopay.error.105101</source>
<target>Numéro de carte invalide</target>
</trans-unit>

<trans-unit id="mangopay.error.105102" resname="mangopay.error.105102" datatype="plaintext">
<source>mangopay.error.105102</source>
<target>Nom du titulaire de carte non valide</target>
</trans-unit>

<trans-unit id="mangopay.error.105103" resname="mangopay.error.105103" datatype="plaintext">
<source>mangopay.error.105103</source>
<target>Code PIN non valide</target>
</trans-unit>

<trans-unit id="mangopay.error.105104" resname="mangopay.error.105104" datatype="plaintext">
<source>mangopay.error.105104</source>
<target>Format de code PIN incorrect</target>
</trans-unit>
</body>
</file>
</xliff>

0 comments on commit 7a49c07

Please sign in to comment.