mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-12 11:28:49 +00:00
regenerated all the strings
This commit is contained in:
parent
55986ad17d
commit
25ba6023d0
767 changed files with 7410 additions and 7962 deletions
|
@ -5,17 +5,16 @@ function string_plural_select_fr($n){
|
|||
$n = intval($n);
|
||||
return intval($n > 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["Permission denied."] = "Permission refusée.";
|
||||
$a->strings["Save Settings"] = "Sauvegarder les paramètres";
|
||||
$a->strings["Consumer Key"] = "Clé utilisateur";
|
||||
$a->strings["Consumer Secret"] = "Secret utilisateur";
|
||||
$a->strings["You are now authenticated to tumblr."] = "Vous êtes maintenant identifié sur Tumblr";
|
||||
$a->strings["return to the connector page"] = "Revenir à la page de connexion";
|
||||
$a->strings["Post to Tumblr"] = "Publier vers Tumblr";
|
||||
$a->strings["Tumblr Export"] = "Exporter vers Tumblr";
|
||||
$a->strings["(Re-)Authenticate your tumblr page"] = "(re)Authentifiez votre page Tumblr";
|
||||
$a->strings["Enable Tumblr Post Addon"] = "Activez l'extension de publication Tumblr";
|
||||
$a->strings["Post to Tumblr by default"] = "Publier sur Tumblr par défaut";
|
||||
$a->strings["Post to page:"] = "Publier sur la page :";
|
||||
$a->strings["You are not authenticated to tumblr"] = "Vous n'êtes pas identifié sur Tumblr";
|
||||
$a->strings['Permission denied.'] = 'Permission refusée.';
|
||||
$a->strings['Save Settings'] = 'Sauvegarder les paramètres';
|
||||
$a->strings['Consumer Key'] = 'Clé utilisateur';
|
||||
$a->strings['Consumer Secret'] = 'Secret utilisateur';
|
||||
$a->strings['You are now authenticated to tumblr.'] = 'Vous êtes maintenant identifié sur Tumblr';
|
||||
$a->strings['return to the connector page'] = 'Revenir à la page de connexion';
|
||||
$a->strings['Post to Tumblr'] = 'Publier vers Tumblr';
|
||||
$a->strings['Tumblr Export'] = 'Exporter vers Tumblr';
|
||||
$a->strings['(Re-)Authenticate your tumblr page'] = '(re)Authentifiez votre page Tumblr';
|
||||
$a->strings['Enable Tumblr Post Addon'] = 'Activez l\'extension de publication Tumblr';
|
||||
$a->strings['Post to Tumblr by default'] = 'Publier sur Tumblr par défaut';
|
||||
$a->strings['Post to page:'] = 'Publier sur la page :';
|
||||
$a->strings['You are not authenticated to tumblr'] = 'Vous n\'êtes pas identifié sur Tumblr';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue