forked from GNUsocial/gnu-social
74 lines
3.0 KiB
Plaintext
74 lines
3.0 KiB
Plaintext
# 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.
|
||
#
|
||
msgid ""
|
||
msgstr ""
|
||
"Project-Id-Version: StatusNet - CasAuthentication\n"
|
||
"Report-Msgid-Bugs-To: \n"
|
||
"POT-Creation-Date: 2011-06-05 18:54+0000\n"
|
||
"PO-Revision-Date: 2011-06-05 18:55:11+0000\n"
|
||
"Language-Team: French <http://translatewiki.net/wiki/Portal:fr>\n"
|
||
"Content-Type: text/plain; charset=UTF-8\n"
|
||
"Content-Transfer-Encoding: 8bit\n"
|
||
"X-POT-Import-Date: 2011-04-27 13:26:35+0000\n"
|
||
"X-Generator: MediaWiki 1.19alpha (r89517); Translate extension (2011-06-02)\n"
|
||
"X-Translation-Project: translatewiki.net at http://translatewiki.net\n"
|
||
"X-Language-Code: fr\n"
|
||
"X-Message-Group: #out-statusnet-plugin-casauthentication\n"
|
||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||
|
||
#. TRANS: Menu item. CAS is Central Authentication Service.
|
||
msgid "CAS"
|
||
msgstr "Service d’authentification central (SAC)"
|
||
|
||
#. TRANS: Tooltip for menu item. CAS is Central Authentication Service.
|
||
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: These two elements may not be separated.
|
||
#, 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%%) !)"
|
||
|
||
#. TRANS: Exception thrown when the CAS Authentication plugin has been configured incorrectly.
|
||
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.
|
||
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.
|
||
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.
|
||
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é."
|