friendica-addons/tictac/lang/fr/strings.php

11 lines
234 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?php
if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){
$n = intval($n);
return intval($n > 1);
}}
;
$a->strings["You won!"] = "Vous avez gagné !";
$a->strings["I won!"] = "Jai gagné !";