Skip to content

Commit

Permalink
Merge pull request #6 from siggj/master
Browse files Browse the repository at this point in the history
TASK: Add french translations
  • Loading branch information
Benjamin-K authored Jul 12, 2018
2 parents 98a0a68 + eab12b4 commit d6fddae
Show file tree
Hide file tree
Showing 4 changed files with 93 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Resources/Private/Translations/fr/Form.xlf
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2">
<file original="" product-name="Wegweiser.Recaptcha" source-language="en" datatype="plaintext" target-language="fr">
<body>
</body>
</file>
</xliff>
55 changes: 55 additions & 0 deletions Resources/Private/Translations/fr/NodeTypes/Captcha.xlf
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
<?xml version="1.0" encoding="UTF-8"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file original="" product-name="Wegmeister.Recaptcha" source-language="en" datatype="plaintext" target-language="fr">
<body>
<trans-unit id="ui.label" xml:space="preserve">
<source>Captcha</source>
<target>Captcha</target>
</trans-unit>
<trans-unit id="properties.siteKey" xml:space="preserve">
<source>Site Key</source>
<target>Clef du site</target>
</trans-unit>
<trans-unit id="properties.theme" xml:space="preserve">
<source>Theme</source>
<target>Thème</target>
</trans-unit>
<trans-unit id="properties.theme.selectBoxEditor.values.light" xml:space="preserve">
<source>Light</source>
<target>Clair</target>
</trans-unit>
<trans-unit id="properties.theme.selectBoxEditor.values.dark" xml:space="preserve">
<source>Dark</source>
<target>Foncé</target>
</trans-unit>
<trans-unit id="properties.type" xml:space="preserve">
<source>Type</source>
<target>Type</target>
</trans-unit>
<trans-unit id="properties.type.selectBoxEditor.values.image" xml:space="preserve">
<source>Image</source>
<target>Image</target>
</trans-unit>
<trans-unit id="properties.type.selectBoxEditor.values.audio" xml:space="preserve">
<source>Audio</source>
<target>Audio</target>
</trans-unit>
<trans-unit id="properties.size" xml:space="preserve">
<source>Size</source>
<target>Taille</target>
</trans-unit>
<trans-unit id="properties.size.selectBoxEditor.values.normal" xml:space="preserve">
<source>Normal</source>
<target>Normal</target>
</trans-unit>
<trans-unit id="properties.size.selectBoxEditor.values.compact" xml:space="preserve">
<source>Compact</source>
<target>Compact</target>
</trans-unit>
<trans-unit id="properties.tabindex" xml:space="preserve">
<source>Tab Index</source>
<target>Tab Index</target>
</trans-unit>
</body>
</file>
</xliff>
15 changes: 15 additions & 0 deletions Resources/Private/Translations/fr/NodeTypes/CaptchaValidator.xlf
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file original="" product-name="Wegmeister.Recaptcha" source-language="en" datatype="plaintext" target-language="fr">
<body>
<trans-unit id="ui.label" xml:space="preserve">
<source>Captcha Validator</source>
<target>Validateur Captcha</target>
</trans-unit>
<trans-unit id="properties.secretKey" xml:space="preserve">
<source>Secret Key</source>
<target>Clef secrète</target>
</trans-unit>
</body>
</file>
</xliff>
16 changes: 16 additions & 0 deletions Resources/Private/Translations/fr/ValidationErrors.xlf
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2">
<file original="" product-name="Wegweiser.Recaptcha" source-language="en" datatype="plaintext" target-language="fr">
<body>
<!-- CaptchaValidator -->
<trans-unit id="1450180930" xml:space="preserve">
<source>The given value was not a valid string.</source>
<target xml:lang="fr">La valeur saisie n'est pas une chaîne de caractères valide.</target>
</trans-unit>
<trans-unit id="1450180934" xml:space="preserve">
<source>Please check the box "I am not a robot" and try again.</source>
<target xml:lang="fr">Veuillez cocher la case "Je ne suis pas un robot" et essayer à nouveau.</target>
</trans-unit>
</body>
</file>
</xliff>

0 comments on commit d6fddae

Please sign in to comment.