Added French translations (#275)

This commit is contained in:
Thierry Pasquier
2018-08-18 23:03:16 +02:00
committed by Kevin Papst
parent d6d9abd05e
commit 3241c73e7c
6 changed files with 1012 additions and 0 deletions

View File

@@ -0,0 +1,39 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file date="2017-01-12T20:00:00Z" source-language="en" target-language="fr" datatype="plaintext" original="flashmessages.en.xliff">
<body>
<trans-unit id="timesheet.stop.success">
<source>timesheet.stop.success</source>
<target>Le chronomètre a été arrêté</target>
</trans-unit>
<trans-unit id="timesheet.stop.error">
<source>timesheet.stop.error</source>
<target>Le chronomètre ne peut pas être arrêté : %reason%</target>
</trans-unit>
<trans-unit id="timesheet.start.success">
<source>timesheet.start.success</source>
<target>Le chronométrage a commencé</target>
</trans-unit>
<trans-unit id="timesheet.start.error">
<source>timesheet.start.error</source>
<target>Le chronométrage ne peut pas être lancé : %reason%</target>
</trans-unit>
<trans-unit id="action.updated_successfully">
<source>action.updated_successfully</source>
<target>Modifications enregistrées</target>
</trans-unit>
<trans-unit id="action.deleted_successfully">
<source>action.deleted_successfully</source>
<target>L'entrée a été supprimée</target>
</trans-unit>
<trans-unit id="action.deleted.error">
<source>action.deleted.error</source>
<target>L'entrée ne peut pas être supprimée : %reason%</target>
</trans-unit>
<trans-unit id="invoice.first_template">
<source>invoice.first_template</source>
<target>Vous devez créer votre premier modèle de facture avant de poursuivre</target>
</trans-unit>
</body>
</file>
</xliff>