mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-10 18:38: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
27
pumpio/lang/fr/strings.php
Normal file
27
pumpio/lang/fr/strings.php
Normal file
|
@ -0,0 +1,27 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_fr")) {
|
||||
function string_plural_select_fr($n){
|
||||
return ($n > 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Permission denied."] = "Permission refusée.";
|
||||
$a->strings["Unable to register the client at the pump.io server '%s'."] = "";
|
||||
$a->strings["You are now authenticated to pumpio."] = "Vous êtes maintenant authentifié sur pump.io.";
|
||||
$a->strings["return to the connector page"] = "Retourner à la page du connecteur";
|
||||
$a->strings["Post to pumpio"] = "Publier sur pump.io";
|
||||
$a->strings["Pump.io Import/Export/Mirror"] = "";
|
||||
$a->strings["pump.io username (without the servername)"] = "Nom d'utilisateur pump.io (sans le nom du serveur)";
|
||||
$a->strings["pump.io servername (without \"http://\" or \"https://\" )"] = "";
|
||||
$a->strings["Authenticate your pump.io connection"] = "";
|
||||
$a->strings["Import the remote timeline"] = "Importer la timeline distante";
|
||||
$a->strings["Enable pump.io Post Plugin"] = "";
|
||||
$a->strings["Post to pump.io by default"] = "Publier sur pump.io par défaut";
|
||||
$a->strings["Should posts be public?"] = "Les messages devraient être publiques ?";
|
||||
$a->strings["Mirror all public posts"] = "";
|
||||
$a->strings["Check to delete this preset"] = "";
|
||||
$a->strings["Save Settings"] = "Sauvegarder les paramètres";
|
||||
$a->strings["Pump.io post failed. Queued for retry."] = "";
|
||||
$a->strings["Pump.io like failed. Queued for retry."] = "";
|
||||
$a->strings["status"] = "statut";
|
||||
$a->strings["%1\$s likes %2\$s's %3\$s"] = "";
|
Loading…
Add table
Add a link
Reference in a new issue