mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-10-08 07:52:59 +00:00
FR update to the addon translations
This commit is contained in:
parent
797ee03eb8
commit
09ba184198
28 changed files with 946 additions and 118 deletions
12
appnet/lang/fr/strings.php
Normal file
12
appnet/lang/fr/strings.php
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?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";
|
Loading…
Add table
Add a link
Reference in a new issue