Files
bChot-android/features/poll/api/src/main/res/values-fr/translations.xml
T
2025-12-18 16:28:50 +07:00

10 lines
496 B
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<plurals name="a11y_polls_percent_of_total">
<item quantity="one">"%1$d pour cent du total des votes"</item>
<item quantity="other">"%1$d pour cent du total des votes"</item>
</plurals>
<string name="a11y_polls_will_remove_selection">"Supprimera la sélection précédente"</string>
<string name="a11y_polls_winning_answer">"Cest la réponse gagnante"</string>
</resources>