]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/CasAuthentication/locale/fr/LC_MESSAGES/CasAuthentication.po
Snapshot of the Transifex translation project - February 2015
[quix0rs-gnu-social.git] / plugins / CasAuthentication / locale / fr / LC_MESSAGES / CasAuthentication.po
index 56e7d8aab7a7e7d546ad646b8dc69fc064585001..1394ed4d14ff60f098a665a8ac781a168c8431c7 100644 (file)
@@ -1,73 +1,80 @@
-# Translation of StatusNet - CasAuthentication to French (français)
-# Exported from translatewiki.net
-#
-# Author: Verdy p
-# --
-# This file is distributed under the same license as the StatusNet package.
-#
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# 
+# Translators:
 msgid ""
 msgstr ""
-"Project-Id-Version: StatusNet - CasAuthentication\n"
+"Project-Id-Version: GNU social\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-06-30 11:07+0000\n"
-"PO-Revision-Date: 2012-06-30 11:08:00+0000\n"
-"Language-Team: French <https://translatewiki.net/wiki/Portal:fr>\n"
+"POT-Creation-Date: 2015-02-02 17:47+0100\n"
+"PO-Revision-Date: 2015-02-07 12:22+0000\n"
+"Last-Translator: digitaldreamer <digitaldreamer@email.cz>\n"
+"Language-Team: French (http://www.transifex.com/projects/p/gnu-social/language/fr/)\n"
+"MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-POT-Import-Date: 2011-06-05 21:49:52+0000\n"
-"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n"
-"X-Translation-Project: translatewiki.net <https://translatewiki.net>\n"
-"X-Language-Code: fr\n"
-"X-Message-Group: #out-statusnet-plugin-casauthentication\n"
+"Language: fr\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
 
+#. TRANS: Client error displayed when trying to log in while already logged
+#. on.
+#: actions/caslogin.php:29
+msgid "Already logged in."
+msgstr "Déjà connecté."
+
+#. TRANS: Server error displayed when trying to log in with incorrect username
+#. or password.
+#: actions/caslogin.php:41
+msgid "Incorrect username or password."
+msgstr "Nom d’utilisateur ou mot de passe incorrect."
+
+#. TRANS: Server error displayed when login fails in CAS authentication
+#. plugin.
+#: actions/caslogin.php:47
+msgid "Error setting user. You are probably not authorized."
+msgstr "Erreur lors de la définition de l’utilisateur. Vous n’êtes probablement pas autorisé."
+
 #. TRANS: Menu item. CAS is Central Authentication Service.
+#: CasAuthenticationPlugin.php:83
 msgid "CAS"
 msgstr "Service d’authentification central (SAC)"
 
 #. TRANS: Tooltip for menu item. CAS is Central Authentication Service.
+#: CasAuthenticationPlugin.php:85
 msgid "Login or register with CAS."
 msgstr "Se connecter ou s’inscrire via le SAC."
 
 #. TRANS: Invitation to users with a CAS account to log in using the service.
-#. TRANS: "[CAS login]" is a link description. (%%action.caslogin%%) is the URL.
+#. TRANS: "[CAS login]" is a link description. (%%action.caslogin%%) is the
+#. URL.
 #. TRANS: These two elements may not be separated.
+#: CasAuthenticationPlugin.php:101
 #, php-format
 msgid "(Have an account with CAS? Try our [CAS login](%%action.caslogin%%)!)"
-msgstr ""
-"(Vous avez un compte authentifié SAC ? Essayez notre [connexion SAC](%%"
-"action.caslogin%%) !)"
+msgstr "(Vous avez un compte authentifié SAC ? Essayez notre [connexion SAC](%%action.caslogin%%) !)"
 
-#. TRANS: Exception thrown when the CAS Authentication plugin has been configured incorrectly.
+#. TRANS: Exception thrown when the CAS Authentication plugin has been
+#. configured incorrectly.
+#: CasAuthenticationPlugin.php:129
 msgid "Specifying a server is required."
 msgstr "La spécification d’un serveur est nécessaire."
 
-#. TRANS: Exception thrown when the CAS Authentication plugin has been configured incorrectly.
+#. TRANS: Exception thrown when the CAS Authentication plugin has been
+#. configured incorrectly.
+#: CasAuthenticationPlugin.php:133
 msgid "Specifying a port is required."
 msgstr "La spécification d’un port est nécessaire."
 
-#. TRANS: Exception thrown when the CAS Authentication plugin has been configured incorrectly.
+#. TRANS: Exception thrown when the CAS Authentication plugin has been
+#. configured incorrectly.
+#: CasAuthenticationPlugin.php:137
 msgid "Specifying a path is required."
 msgstr "La spécification d’un chemin d’accès est nécessaire."
 
 #. TRANS: Plugin description. CAS is Central Authentication Service.
+#: CasAuthenticationPlugin.php:157
 msgid ""
 "The CAS Authentication plugin allows for StatusNet to handle authentication "
 "through CAS (Central Authentication Service)."
-msgstr ""
-"Le greffon d’authentification SAC permet à StatusNet de gérer "
-"l’authentification par SAC (Service central d’authentification)."
-
-#. TRANS: Client error displayed when trying to log in while already logged on.
-msgid "Already logged in."
-msgstr "Déjà connecté."
-
-#. TRANS: Server error displayed when trying to log in with incorrect username or password.
-msgid "Incorrect username or password."
-msgstr "Nom d’utilisateur ou mot de passe incorrect."
-
-#. TRANS: Server error displayed when login fails in CAS authentication plugin.
-msgid "Error setting user. You are probably not authorized."
-msgstr ""
-"Erreur lors de la définition de l’utilisateur. Vous n’êtes probablement pas "
-"autorisé."
+msgstr "Le greffon d’authentification SAC permet à StatusNet de gérer l’authentification par SAC (Service central d’authentification)."