mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-05 15:03:00 +00:00
13 lines
351 B
PHP
13 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";
|