]> git.mxchange.org Git - friendica-addons.git/blobdiff - statusnet/lang/fr/strings.php
Merge pull request #539 from MrPetovan/bug/4555-remove-active-users-feature
[friendica-addons.git] / statusnet / lang / fr / strings.php
index 7118173ed815ae3ad23233f120e384e4b8861349..c70d012c3acfcffb98d393cb40eef2951902aed3 100644 (file)
@@ -1,32 +1,40 @@
-<?php\r
-\r
-$a->strings["Post to StatusNet"] = "Poster sur StatusNet";\r
-$a->strings["Please contact your site administrator.<br />The provided API URL is not valid."] = "Merci de contacter l'administrateur du site.<br />L'URL d'API fournie est invalide.";\r
-$a->strings["We could not contact the StatusNet API with the Path you entered."] = "Nous n'avons pas pu contacter l'API StatusNet avec le chemin saisi.";\r
-$a->strings["StatusNet settings updated."] = "Réglages StatusNet mis-à-jour.";\r
-$a->strings["StatusNet Posting Settings"] = "Réglages du connecteur StatusNet";\r
-$a->strings["Globally Available StatusNet OAuthKeys"] = "Clés OAuth StatusNet universelles";\r
-$a->strings["There are preconfigured OAuth key pairs for some StatusNet servers available. If you are useing one of them, please use these credentials. If not feel free to connect to any other StatusNet instance (see below)."] = "Ce sont des paires de clés OAuth préconfigurées pour certains serveurs StatusNet courants. Si vous utilisez l'un d'entre eux, merci de vous servir de ces clés. Autrement, vous pouvez vous connecter à n'importer quelle autre instance de StatusNet (voir ci-dessous).";\r
-$a->strings["Submit"] = "Envoyer";\r
-$a->strings["Provide your own OAuth Credentials"] = "Fournissez vos propres paramètres OAuth";\r
-$a->strings["No consumer key pair for StatusNet found. Register your Friendica Account as an desktop client on your StatusNet account, copy the consumer key pair here and enter the API base root.<br />Before you register your own OAuth key pair ask the administrator if there is already a key pair for this Friendica installation at your favorited StatusNet installation."] = "Pas de paire de clé trouvée pour StatusNet. Enregistrez votre compte Friendica comme un client \"desktop\" sur votre compte StatusNet, copiez la paire de clé ici et entrez la racine de l'API.<br />Avant d'enregistrer votre propre paire de clé, assurez-vous auprès de l'administrateur qu'il n'y a pas déjà une paire de clé pour cette instance de Friendica chez votre fournisseur StatusNet préféré.";\r
-$a->strings["OAuth Consumer Key"] = "Clé de consommateur OAuth";\r
-$a->strings["OAuth Consumer Secret"] = "Secret d'utilisateur OAuth";\r
-$a->strings["Base API Path (remember the trailing /)"] = "Chemin de base de l'API (n'oubliez pas le / final)";\r
-$a->strings["To connect to your StatusNet account click the button below to get a security code from StatusNet which you have to copy into the input box below and submit the form. Only your <strong>public</strong> posts will be posted to StatusNet."] = "Pour vous connecter à votre compte StatusNet, cliquez sur le bouton ci-dessous pour obtenir un code de sécurité de StatusNet, que vous aurez à coller dans la boîte ci-dessous. Ensuite, validez le formulaire. Seuls vos articles &lt;strong&gt;publics&lt;/strong&gt; seront postés sur StatusNet.";\r
-$a->strings["Log in with StatusNet"] = "Se connecter à StatusNet";\r
-$a->strings["Copy the security code from StatusNet here"] = "Coller le code de sécurité de StatusNet ici";\r
-$a->strings["Cancel Connection Process"] = "Annuler le processus de connexion";\r
-$a->strings["Current StatusNet API is"] = "L'API StatusNet courante est";\r
-$a->strings["Cancel StatusNet Connection"] = "Annuler la connexion à StatusNet";\r
-$a->strings["Currently connected to: "] = "Actuellement connecté à: ";\r
-$a->strings["If enabled all your <strong>public</strong> postings can be posted to the associated StatusNet account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry."] = "En cas d'activation, toutes vos notices <strong>publiques</strong> seront transmises au compte StatusNet associé. Vous pourrez choisir de le faire par défaut (ici), ou bien pour chaque notice séparément lors de sa rédaction.";\r
-$a->strings["<strong>Note</strong>: Due your privacy settings (<em>Hide your profile details from unknown viewers?</em>) the link potentially included in public postings relayed to StatusNet will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted."] = "<strong>Note</strong>: Du fait de vos réglages de vie privée (<em>Cacher les détails de votre profil des visiteurs inconnus?</em>), le lien potentiellement inclus dans les messages publics relayés vers StatusNet conduira les visiteurs vers une page blanche les informant que leur accès à votre profil a été restreint.";\r
-$a->strings["Allow posting to StatusNet"] = "Autoriser la publication sur StatusNet";\r
-$a->strings["Send public postings to StatusNet by default"] = "Par défaut, envoyer les notices publiques à StatusNet";\r
-$a->strings["Send linked #-tags and @-names to StatusNet"] = "Envoyer les liens vers les #-tags et les @-noms sur StatusNet";\r
-$a->strings["Clear OAuth configuration"] = "Effacer la configuration OAuth";\r
-$a->strings["Site name"] = "Nom du site";\r
-$a->strings["API URL"] = "URL de l'API";\r
-$a->strings["Consumer Secret"] = "Secret utilisateur";\r
-$a->strings["Consumer Key"] = "Clé utilisateur";\r
+<?php
+
+if(! function_exists("string_plural_select_fr")) {
+function string_plural_select_fr($n){
+       return ($n > 1);;
+}}
+;
+$a->strings["Post to GNU Social"] = "Publier sur GNU Social";
+$a->strings["Please contact your site administrator.<br />The provided API URL is not valid."] = "Merci de contacter l'administrateur du site.<br />L'URL d'API fournie est invalide.";
+$a->strings["We could not contact the GNU Social API with the Path you entered."] = "";
+$a->strings["GNU Social settings updated."] = "Paramètres du GNU Social mis à jour.";
+$a->strings["GNU Social Import/Export/Mirror"] = "";
+$a->strings["Globally Available GNU Social OAuthKeys"] = "";
+$a->strings["There are preconfigured OAuth key pairs for some GNU Social servers available. If you are using one of them, please use these credentials. If not feel free to connect to any other GNU Social instance (see below)."] = "";
+$a->strings["Save Settings"] = "Sauvegarder les paramètres";
+$a->strings["Provide your own OAuth Credentials"] = "";
+$a->strings["No consumer key pair for GNU Social found. Register your Friendica Account as an desktop client on your GNU Social account, copy the consumer key pair here and enter the API base root.<br />Before you register your own OAuth key pair ask the administrator if there is already a key pair for this Friendica installation at your favorited GNU Social installation."] = "";
+$a->strings["OAuth Consumer Key"] = "";
+$a->strings["OAuth Consumer Secret"] = "";
+$a->strings["Base API Path (remember the trailing /)"] = "";
+$a->strings["To connect to your GNU Social account click the button below to get a security code from GNU Social which you have to copy into the input box below and submit the form. Only your <strong>public</strong> posts will be posted to GNU Social."] = "";
+$a->strings["Log in with GNU Social"] = "Se connecter avec GNU Social";
+$a->strings["Copy the security code from GNU Social here"] = "Coller le code de sécurité de GNU Social ici";
+$a->strings["Cancel Connection Process"] = "";
+$a->strings["Current GNU Social API is"] = "L'API actuelle de GNU Social est";
+$a->strings["Cancel GNU Social Connection"] = "";
+$a->strings["Currently connected to: "] = "Actuellement connecté à :";
+$a->strings["If enabled all your <strong>public</strong> postings can be posted to the associated GNU Social account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry."] = "";
+$a->strings["<strong>Note</strong>: Due your privacy settings (<em>Hide your profile details from unknown viewers?</em>) the link potentially included in public postings relayed to GNU Social will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted."] = "";
+$a->strings["Allow posting to GNU Social"] = "Autoriser la publication sur GNU Social";
+$a->strings["Send public postings to GNU Social by default"] = "";
+$a->strings["Mirror all posts from GNU Social that are no replies or repeated messages"] = "";
+$a->strings["Import the remote timeline"] = "";
+$a->strings["Disabled"] = "Désactiver";
+$a->strings["Full Timeline"] = "Timeline complète";
+$a->strings["Only Mentions"] = "";
+$a->strings["Clear OAuth configuration"] = "";
+$a->strings["Site name"] = "Nom du site";
+$a->strings["Consumer Secret"] = "";
+$a->strings["Consumer Key"] = "";