0
0
Fork 0
mirror of https://github.com/kevinpapst/kimai2.git synced 2025-03-17 14:32:38 +00:00
kevinpapst_kimai2/translations/flashmessages.fr.xlf

56 lines
2.7 KiB
Text
Raw Normal View History

2018-08-18 21:03:16 +00:00
<?xml version="1.0" encoding="utf-8"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file source-language="en" target-language="fr" datatype="plaintext" original="flashmessages.en.xlf">
2018-08-18 21:03:16 +00:00
<body>
<trans-unit id="warning">
<source>warning</source>
<target>Avertissement</target>
</trans-unit>
2018-08-18 21:03:16 +00:00
<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é</target>
2018-08-18 21:03:16 +00:00
</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é</target>
2018-08-18 21:03:16 +00:00
</trans-unit>
<trans-unit id="timesheet.start.exceeded_limit">
<source>timesheet.start.exceeded_limit</source>
<target>La limite des enregistrements des temps d'activité a été atteinte, veuillez arrêter au moins un enregistrement.</target>
</trans-unit>
<trans-unit id="timesheet.locked.warning">
<source>timesheet.locked.warning</source>
<target>Vous modifiez un enregistrement que vous avez exporté</target>
</trans-unit>
<trans-unit id="action.update.success">
<source>action.update.success</source>
2018-08-18 21:03:16 +00:00
<target>Modifications enregistrées</target>
</trans-unit>
<trans-unit id="action.update.error">
<source>action.update.error</source>
<target>Changes could not be saved: %reason%</target>
</trans-unit>
<trans-unit id="action.delete.success">
<source>action.delete.success</source>
2018-08-18 21:03:16 +00:00
<target>L'entrée a été supprimée</target>
</trans-unit>
<trans-unit id="action.delete.error">
<source>action.delete.error</source>
2018-08-18 21:03:16 +00:00
<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>