mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +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
|
@ -1,9 +1,14 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Post to Dreamwidth"] = "Poster vers Dreamwidth";
|
||||
$a->strings["Dreamwidth Post Settings"] = "Réglages Dreamwidth";
|
||||
$a->strings["Enable dreamwidth Post Plugin"] = "Activer \"Poster vers Dreamwidth\"";
|
||||
$a->strings["dreamwidth username"] = "Nom d'utilisateur Dreamwidth";
|
||||
$a->strings["dreamwidth password"] = "Mot de passe";
|
||||
$a->strings["Post to dreamwidth by default"] = "Poster vers Dreamwidth par défaut";
|
||||
$a->strings["Submit"] = "Envoyer";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_fr")) {
|
||||
function string_plural_select_fr($n){
|
||||
return ($n > 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Post to Dreamwidth"] = "Publier sur Dreamwidth";
|
||||
$a->strings["Dreamwidth Post Settings"] = "Paramètres pour Dreamwidth";
|
||||
$a->strings["Enable dreamwidth Post Plugin"] = "";
|
||||
$a->strings["dreamwidth username"] = "Nom d'utilisateur Dreamwidth";
|
||||
$a->strings["dreamwidth password"] = "Mot de passe dreamwidth";
|
||||
$a->strings["Post to dreamwidth by default"] = "Poster sur Dreamwidth par défaut";
|
||||
$a->strings["Submit"] = "Envoyer";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue