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,11 +1,16 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Post to blogger"] = "Poster vers Blogger";
|
||||
$a->strings["Blogger Post Settings"] = "Réglages Blogger";
|
||||
$a->strings["Enable Blogger Post Plugin"] = "Activer le connecteur Blogger";
|
||||
$a->strings["Blogger username"] = "Utilisateur Blogger";
|
||||
$a->strings["Blogger password"] = "Mot de passe Blogger";
|
||||
$a->strings["Blogger API URL"] = "URL de l'API Blogger";
|
||||
$a->strings["Post to Blogger by default"] = "Poster vers Blogger par défaut";
|
||||
$a->strings["Submit"] = "Envoyer";
|
||||
$a->strings["Post from Friendica"] = "Publier depuis Friendica";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_fr")) {
|
||||
function string_plural_select_fr($n){
|
||||
return ($n > 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Post to blogger"] = "Poster sur Blogger";
|
||||
$a->strings["Blogger Export"] = "";
|
||||
$a->strings["Enable Blogger Post Plugin"] = "Activer le connecteur Blogger";
|
||||
$a->strings["Blogger username"] = "Nom d'utilisateur Blogger";
|
||||
$a->strings["Blogger password"] = "Mot de passe Blogger";
|
||||
$a->strings["Blogger API URL"] = "URL de l'API de Blogger";
|
||||
$a->strings["Post to Blogger by default"] = "";
|
||||
$a->strings["Save Settings"] = "Sauvegarder les paramètres";
|
||||
$a->strings["Post from Friendica"] = "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue