mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-05 13:22:54 +00:00
12 lines
351 B
PHP
12 lines
351 B
PHP
<?php
|
|
|
|
if(! function_exists("string_plural_select_fr")) {
|
|
function string_plural_select_fr($n){
|
|
return ($n > 1);;
|
|
}}
|
|
;
|
|
$a->strings["Post to app.net"] = "";
|
|
$a->strings["App.net Export"] = "";
|
|
$a->strings["Enable App.net Post Plugin"] = "";
|
|
$a->strings["Post to App.net by default"] = "";
|
|
$a->strings["Save Settings"] = "Sauvegarder les paramètres";
|