forked from friendica/deprecated-addons
12 lines
338 B
PHP
12 lines
338 B
PHP
|
<?php
|
||
|
|
||
|
if(! function_exists("string_plural_select_fr")) {
|
||
|
function string_plural_select_fr($n){
|
||
|
return ($n > 1);;
|
||
|
}}
|
||
|
;
|
||
|
$a->strings["Editplain settings updated."] = "";
|
||
|
$a->strings["Editplain Settings"] = "";
|
||
|
$a->strings["Disable richtext status editor"] = "Désactiver l'éditeur avancé de statut";
|
||
|
$a->strings["Submit"] = "Soumettre";
|