]> git.mxchange.org Git - friendica-addons.git/blobdiff - appnet/lang/fr/strings.php
Merge branch '3.6-release'
[friendica-addons.git] / appnet / lang / fr / strings.php
diff --git a/appnet/lang/fr/strings.php b/appnet/lang/fr/strings.php
deleted file mode 100644 (file)
index ef9fc9e..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-<?php
-
-if(! function_exists("string_plural_select_fr")) {
-function string_plural_select_fr($n){
-       return ($n > 1);;
-}}
-;
-$a->strings["Permission denied."] = "Autorisation refusée";
-$a->strings["You are now authenticated to app.net. "] = "Vous êtes maintenant authentifié sur app.net";
-$a->strings["<p>Error fetching token. Please try again.</p>"] = "<p>Impossible d'obtenir le jeton, merci de réessayer.</p>";
-$a->strings["return to the connector page"] = "revenir à la page du connecteur";
-$a->strings["Post to app.net"] = "Publier sur app.net";
-$a->strings["App.net Export"] = "Export App.net";
-$a->strings["Currently connected to: "] = "Actuellement connecté à :";
-$a->strings["Enable App.net Post Plugin"] = "Activer le plugin de publication app.net";
-$a->strings["Post to App.net by default"] = "Publier sur App.net par défaut";
-$a->strings["Import the remote timeline"] = "Importer la timeline distante";
-$a->strings["<p>Error fetching user profile. Please clear the configuration and try again.</p>"] = "<p>Impossible d'obtenir le profil utilisateur. Merci de réinitialiser la configuration et de réessayer.</p>";
-$a->strings["<p>You have two ways to connect to App.net.</p>"] = "<p>Vous avez deux possibilités pour vous connecter à App.net.</p>";
-$a->strings["<p>First way: Register an application at <a href=\"https://account.app.net/developer/apps/\">https://account.app.net/developer/apps/</a> and enter Client ID and Client Secret. "] = "<p>Première méthode: Enregistrer une application sur <a href=\"https://account.app.net/developer/apps/\">App.net [en]</a> et entrez l'ID Client et le Secret Client. ";
-$a->strings["Use '%s' as Redirect URI<p>"] = "Utilisez '%s' pour l'URI de Redirection";
-$a->strings["Client ID"] = "ID Client";
-$a->strings["Client Secret"] = "Secret Client";
-$a->strings["<p>Second way: fetch a token at <a href=\"http://dev-lite.jonathonduerig.com/\">http://dev-lite.jonathonduerig.com/</a>. "] = "<p>Deuxième méthode: obtenez un jeton ur <a href=\"http://dev-lite.jonathonduerig.com/\">http://dev-lite.jonathonduerig.com/ [en]</a>. ";
-$a->strings["Set these scopes: 'Basic', 'Stream', 'Write Post', 'Public Messages', 'Messages'.</p>"] = "Cochez les \"scopes\" suivant: \"Basic\", \"Stream\", \"Write Post\", \"Public Messages\", \"Messages\".</p>";
-$a->strings["Token"] = "Jeton";
-$a->strings["Sign in using App.net"] = "Se connecter avec App.net";
-$a->strings["Clear OAuth configuration"] = "Effacer la configuration OAuth";
-$a->strings["Save Settings"] = "Sauvegarder les paramètres";