2015-03-08 08:34:38 +00:00
|
|
|
|
# SOME DESCRIPTIVE TITLE.
|
|
|
|
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
|
|
|
|
# This file is distributed under the same license as the PACKAGE package.
|
|
|
|
|
#
|
|
|
|
|
# Translators:
|
2010-09-28 00:09:29 +01:00
|
|
|
|
msgid ""
|
|
|
|
|
msgstr ""
|
2015-03-08 08:34:38 +00:00
|
|
|
|
"Project-Id-Version: GNU social\n"
|
2010-09-28 00:09:29 +01:00
|
|
|
|
"Report-Msgid-Bugs-To: \n"
|
2015-03-08 08:34:38 +00:00
|
|
|
|
"POT-Creation-Date: 2015-02-02 17:47+0100\n"
|
2015-10-04 17:23:01 +01:00
|
|
|
|
"PO-Revision-Date: 2015-05-09 18:23+0000\n"
|
2015-03-08 08:34:38 +00:00
|
|
|
|
"Last-Translator: digitaldreamer <digitaldreamer@email.cz>\n"
|
2015-10-04 17:23:01 +01:00
|
|
|
|
"Language-Team: French (http://www.transifex.com/gnu-social/gnu-social/language/fr/)\n"
|
2015-03-08 08:34:38 +00:00
|
|
|
|
"MIME-Version: 1.0\n"
|
2010-09-28 00:09:29 +01:00
|
|
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
|
|
|
"Content-Transfer-Encoding: 8bit\n"
|
2015-03-08 08:34:38 +00:00
|
|
|
|
"Language: fr\n"
|
2010-09-28 00:09:29 +01:00
|
|
|
|
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
|
|
|
|
|
2015-03-08 08:34:38 +00:00
|
|
|
|
#. TRANS: Title of blacklist plugin administration panel.
|
|
|
|
|
#: actions/blacklistadminpanel.php:53
|
|
|
|
|
msgctxt "TITLE"
|
|
|
|
|
msgid "Blacklist"
|
|
|
|
|
msgstr "Liste noire"
|
|
|
|
|
|
|
|
|
|
#. TRANS: Instructions for blacklist plugin administration panel.
|
|
|
|
|
#: actions/blacklistadminpanel.php:64
|
|
|
|
|
msgid "Blacklisted URLs and nicknames"
|
|
|
|
|
msgstr "Liste noire d’URL et de pseudonymes"
|
|
|
|
|
|
|
|
|
|
#. TRANS: Field label in blacklist plugin administration panel.
|
|
|
|
|
#: actions/blacklistadminpanel.php:177
|
|
|
|
|
msgid "Nicknames"
|
|
|
|
|
msgstr "Pseudonymes"
|
|
|
|
|
|
|
|
|
|
#. TRANS: Field title in blacklist plugin administration panel.
|
|
|
|
|
#: actions/blacklistadminpanel.php:180
|
|
|
|
|
msgid "Patterns of nicknames to block, one per line."
|
|
|
|
|
msgstr "Motifs de surnoms à bloquer, un par ligne."
|
|
|
|
|
|
|
|
|
|
#. TRANS: Field label in blacklist plugin administration panel.
|
|
|
|
|
#: actions/blacklistadminpanel.php:187
|
|
|
|
|
msgid "URLs"
|
|
|
|
|
msgstr "Adresses URL"
|
|
|
|
|
|
|
|
|
|
#. TRANS: Field title in blacklist plugin administration panel.
|
|
|
|
|
#: actions/blacklistadminpanel.php:190
|
|
|
|
|
msgid "Patterns of URLs to block, one per line."
|
|
|
|
|
msgstr "Motifs d’adresses URL à bloquer, un par ligne."
|
|
|
|
|
|
|
|
|
|
#. TRANS: Button text in blacklist plugin administration panel to save
|
|
|
|
|
#. settings.
|
|
|
|
|
#: actions/blacklistadminpanel.php:205
|
|
|
|
|
msgctxt "BUTTON"
|
|
|
|
|
msgid "Save"
|
|
|
|
|
msgstr "Sauvegarder"
|
|
|
|
|
|
|
|
|
|
#. TRANS: Button title in blacklist plugin administration panel to save
|
|
|
|
|
#. settings.
|
|
|
|
|
#: actions/blacklistadminpanel.php:209
|
|
|
|
|
msgid "Save site settings."
|
|
|
|
|
msgstr "Sauvegarder les paramètres du site."
|
|
|
|
|
|
2011-04-10 09:44:39 +01:00
|
|
|
|
#. TRANS: Exception thrown if the Blacklist plugin configuration is incorrect.
|
|
|
|
|
#. TRANS: %1$s is a configuration section, %2$s is a configuration setting.
|
2015-03-08 08:34:38 +00:00
|
|
|
|
#: BlacklistPlugin.php:112
|
2011-04-09 19:53:29 +01:00
|
|
|
|
#, php-format
|
|
|
|
|
msgid "Unknown data type for config %1$s + %2$s."
|
2011-04-27 13:53:02 +01:00
|
|
|
|
msgstr "Type de données inconnu pour config %1$s + %2$s."
|
2011-04-09 19:53:29 +01:00
|
|
|
|
|
2010-10-28 00:58:43 +01:00
|
|
|
|
#. TRANS: Validation failure for URL. %s is the URL.
|
2015-03-08 08:34:38 +00:00
|
|
|
|
#: BlacklistPlugin.php:132
|
2010-11-29 19:18:13 +00:00
|
|
|
|
#, php-format
|
2010-10-28 00:58:43 +01:00
|
|
|
|
msgid "You may not register with homepage \"%s\"."
|
2010-09-28 00:09:29 +01:00
|
|
|
|
msgstr "Vous ne pouvez pas vous inscrire avec la page d’accueil « %s »."
|
|
|
|
|
|
2010-10-28 00:58:43 +01:00
|
|
|
|
#. TRANS: Validation failure for nickname. %s is the nickname.
|
2015-03-08 08:34:38 +00:00
|
|
|
|
#: BlacklistPlugin.php:143
|
2010-11-29 19:18:13 +00:00
|
|
|
|
#, php-format
|
2010-10-28 00:58:43 +01:00
|
|
|
|
msgid "You may not register with nickname \"%s\"."
|
2010-09-28 00:09:29 +01:00
|
|
|
|
msgstr "Vous ne pouvez pas vous inscrire avec le pseudonyme « %s »."
|
|
|
|
|
|
2010-10-28 00:58:43 +01:00
|
|
|
|
#. TRANS: Validation failure for URL. %s is the URL.
|
2015-03-08 08:34:38 +00:00
|
|
|
|
#: BlacklistPlugin.php:168
|
2010-11-29 19:18:13 +00:00
|
|
|
|
#, php-format
|
2010-10-28 00:58:43 +01:00
|
|
|
|
msgid "You may not use homepage \"%s\"."
|
2010-09-28 00:09:29 +01:00
|
|
|
|
msgstr "Vous ne pouvez pas utiliser la page d’accueil « %s »."
|
|
|
|
|
|
2010-10-28 00:58:43 +01:00
|
|
|
|
#. TRANS: Validation failure for nickname. %s is the nickname.
|
2015-03-08 08:34:38 +00:00
|
|
|
|
#: BlacklistPlugin.php:179
|
2010-11-29 19:18:13 +00:00
|
|
|
|
#, php-format
|
2010-10-28 00:58:43 +01:00
|
|
|
|
msgid "You may not use nickname \"%s\"."
|
2010-09-28 00:09:29 +01:00
|
|
|
|
msgstr "Vous ne pouvez pas utiliser le pseudonyme « %s »."
|
|
|
|
|
|
2010-10-28 00:58:43 +01:00
|
|
|
|
#. TRANS: Validation failure for URL. %s is the URL.
|
2015-03-08 08:34:38 +00:00
|
|
|
|
#: BlacklistPlugin.php:222
|
2010-09-28 00:09:29 +01:00
|
|
|
|
#, php-format
|
|
|
|
|
msgid "You may not use URL \"%s\" in notices."
|
|
|
|
|
msgstr "Vous ne pouvez pas utiliser l’URL « %s » dans les avis."
|
|
|
|
|
|
2011-04-09 19:53:29 +01:00
|
|
|
|
#. TRANS: Plugin description.
|
2015-03-08 08:34:38 +00:00
|
|
|
|
#: BlacklistPlugin.php:303
|
2010-09-28 00:09:29 +01:00
|
|
|
|
msgid "Keeps a blacklist of forbidden nickname and URL patterns."
|
|
|
|
|
msgstr "Maintient une liste noire des pseudonymes et motifs d’URL interdits."
|
|
|
|
|
|
2010-10-28 00:58:43 +01:00
|
|
|
|
#. TRANS: Menu item in admin panel.
|
2015-03-08 08:34:38 +00:00
|
|
|
|
#: BlacklistPlugin.php:341
|
2010-10-28 00:58:43 +01:00
|
|
|
|
msgctxt "MENU"
|
2010-09-28 00:09:29 +01:00
|
|
|
|
msgid "Blacklist"
|
|
|
|
|
msgstr "Liste noire"
|
|
|
|
|
|
2010-10-28 00:58:43 +01:00
|
|
|
|
#. TRANS: Tooltip for menu item in admin panel.
|
2015-03-08 08:34:38 +00:00
|
|
|
|
#: BlacklistPlugin.php:343
|
2010-10-28 00:58:43 +01:00
|
|
|
|
msgctxt "TOOLTIP"
|
2011-04-09 19:53:29 +01:00
|
|
|
|
msgid "Blacklist configuration."
|
2011-04-27 13:53:02 +01:00
|
|
|
|
msgstr "Configuration de la liste noire."
|
2010-09-28 00:09:29 +01:00
|
|
|
|
|
2011-04-09 19:53:29 +01:00
|
|
|
|
#. TRANS: Checkbox label in the blacklist user form.
|
2015-03-08 08:34:38 +00:00
|
|
|
|
#: BlacklistPlugin.php:370
|
2010-09-28 00:09:29 +01:00
|
|
|
|
msgid "Add this nickname pattern to blacklist"
|
|
|
|
|
msgstr "Ajouter ce motif de pseudonymes à la liste noire"
|
|
|
|
|
|
2011-04-09 19:53:29 +01:00
|
|
|
|
#. TRANS: Checkbox label in the blacklist user form.
|
2015-03-08 08:34:38 +00:00
|
|
|
|
#: BlacklistPlugin.php:380
|
2010-09-28 00:09:29 +01:00
|
|
|
|
msgid "Add this homepage pattern to blacklist"
|
|
|
|
|
msgstr "Ajouter ce motif de pages d’accueil à la liste noire"
|
|
|
|
|
|
2015-03-08 08:34:38 +00:00
|
|
|
|
#. TRANS: Exception thrown trying to post a notice while having set a blocked
|
|
|
|
|
#. homepage URL. %s is the blocked URL.
|
|
|
|
|
#. TRANS: Client exception thrown trying to subscribe to a person with a
|
|
|
|
|
#. blocked homepage or site URL. %s is the blocked URL.
|
|
|
|
|
#: BlacklistPlugin.php:459 BlacklistPlugin.php:496
|
2011-04-27 13:53:02 +01:00
|
|
|
|
#, php-format
|
2011-04-09 19:53:29 +01:00
|
|
|
|
msgid "Users from \"%s\" are blocked."
|
2011-04-27 13:53:02 +01:00
|
|
|
|
msgstr "Les utilisateurs de « %s » sont bloqués."
|
2010-10-28 00:58:43 +01:00
|
|
|
|
|
2015-03-08 08:34:38 +00:00
|
|
|
|
#. TRANS: Exception thrown trying to post a notice while having a blocked
|
|
|
|
|
#. nickname. %s is the blocked nickname.
|
|
|
|
|
#: BlacklistPlugin.php:471
|
2012-04-09 00:38:31 +01:00
|
|
|
|
#, php-format
|
2012-03-01 16:22:45 +00:00
|
|
|
|
msgid "Notices from nickname \"%s\" are disallowed."
|
2012-04-09 00:38:31 +01:00
|
|
|
|
msgstr " Notifications du pseudonyme « %s » ne sont plus autorisées."
|
2010-10-28 00:58:43 +01:00
|
|
|
|
|
2015-03-08 08:34:38 +00:00
|
|
|
|
#. TRANS: Client exception thrown trying to subscribe to a person with a
|
|
|
|
|
#. blocked nickname. %s is the blocked nickname.
|
|
|
|
|
#: BlacklistPlugin.php:507
|
2011-04-27 13:53:02 +01:00
|
|
|
|
#, php-format
|
2011-04-09 19:53:29 +01:00
|
|
|
|
msgid "Cannot subscribe to nickname \"%s\"."
|
2010-11-29 19:18:13 +00:00
|
|
|
|
msgstr "Vous ne pouvez pas vous inscrire avec le pseudonyme « %s »."
|