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

9 lines
185 B
PHP
Raw Normal View History

2018-11-16 20:16:09 +00:00
<?php
if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){
$n = intval($n);
return intval($n > 1);
}}
2021-10-10 06:27:53 +00:00
$a->strings['View Source'] = 'Voir source';