X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FBlacklist%2Flocale%2Ffr%2FLC_MESSAGES%2FBlacklist.po;h=91793efba27c46b2d3836446cfd56b4e8e953482;hb=c658ede37c62457487eb62faa4b9ebf150da20a4;hp=23502a73731b0831d871c75dd36532a72b24e6da;hpb=c4b8f68a1a3ed6422a2ed1cb7a8b5b5c65011b5f;p=quix0rs-gnu-social.git diff --git a/plugins/Blacklist/locale/fr/LC_MESSAGES/Blacklist.po b/plugins/Blacklist/locale/fr/LC_MESSAGES/Blacklist.po index 23502a7373..a056577491 100644 --- a/plugins/Blacklist/locale/fr/LC_MESSAGES/Blacklist.po +++ b/plugins/Blacklist/locale/fr/LC_MESSAGES/Blacklist.po @@ -1,6 +1,8 @@ -# Translation of StatusNet - Blacklist to French (Français) -# Expored from translatewiki.net +# Translation of StatusNet - Blacklist to French (français) +# Exported from translatewiki.net # +# Author: Davidtsm +# Author: Iketsi # Author: Peter17 # Author: Verdy p # -- @@ -10,123 +12,117 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blacklist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-10-27 23:43+0000\n" -"PO-Revision-Date: 2010-10-27 23:46:17+0000\n" -"Language-Team: French \n" +"POT-Creation-Date: 2012-06-10 23:40+0000\n" +"PO-Revision-Date: 2012-06-10 23:40:40+0000\n" +"Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2010-10-18 20:29:05+0000\n" -"X-Generator: MediaWiki 1.17alpha (r75590); Translate extension (2010-09-17)\n" -"X-Translation-Project: translatewiki.net at http://translatewiki.net\n" +"X-POT-Import-Date: 2012-03-01 18:55:46+0000\n" +"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-blacklist\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" +#. TRANS: Exception thrown if the Blacklist plugin configuration is incorrect. +#. TRANS: %1$s is a configuration section, %2$s is a configuration setting. +#, php-format +msgid "Unknown data type for config %1$s + %2$s." +msgstr "Type de données inconnu pour config %1$s + %2$s." + #. TRANS: Validation failure for URL. %s is the URL. -#: BlacklistPlugin.php:149 -#, fuzzy, php-format +#, php-format msgid "You may not register with homepage \"%s\"." msgstr "Vous ne pouvez pas vous inscrire avec la page d’accueil « %s »." #. TRANS: Validation failure for nickname. %s is the nickname. -#: BlacklistPlugin.php:160 -#, fuzzy, php-format +#, php-format msgid "You may not register with nickname \"%s\"." msgstr "Vous ne pouvez pas vous inscrire avec le pseudonyme « %s »." #. TRANS: Validation failure for URL. %s is the URL. -#: BlacklistPlugin.php:185 -#, fuzzy, php-format +#, php-format msgid "You may not use homepage \"%s\"." msgstr "Vous ne pouvez pas utiliser la page d’accueil « %s »." #. TRANS: Validation failure for nickname. %s is the nickname. -#: BlacklistPlugin.php:196 -#, fuzzy, php-format +#, php-format msgid "You may not use nickname \"%s\"." msgstr "Vous ne pouvez pas utiliser le pseudonyme « %s »." #. TRANS: Validation failure for URL. %s is the URL. -#: BlacklistPlugin.php:239 #, php-format msgid "You may not use URL \"%s\" in notices." msgstr "Vous ne pouvez pas utiliser l’URL « %s » dans les avis." -#: BlacklistPlugin.php:343 +#. TRANS: Plugin description. msgid "Keeps a blacklist of forbidden nickname and URL patterns." msgstr "Maintient une liste noire des pseudonymes et motifs d’URL interdits." #. TRANS: Menu item in admin panel. -#: BlacklistPlugin.php:381 -#, fuzzy msgctxt "MENU" msgid "Blacklist" msgstr "Liste noire" #. TRANS: Tooltip for menu item in admin panel. -#: BlacklistPlugin.php:383 -#, fuzzy msgctxt "TOOLTIP" -msgid "Blacklist configuration" -msgstr "Configuration de la liste noire" +msgid "Blacklist configuration." +msgstr "Configuration de la liste noire." -#. TRANS: Checkbox with text label in the delete user form. -#: BlacklistPlugin.php:410 +#. TRANS: Checkbox label in the blacklist user form. msgid "Add this nickname pattern to blacklist" msgstr "Ajouter ce motif de pseudonymes à la liste noire" -#. TRANS: Checkbox with text label in the delete user form. -#: BlacklistPlugin.php:420 +#. TRANS: Checkbox label in the blacklist user form. msgid "Add this homepage pattern to blacklist" msgstr "Ajouter ce motif de pages d’accueil à la liste noire" #. 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:499 BlacklistPlugin.php:534 #, php-format -msgid "Users from \"%s\" blocked." -msgstr "" +msgid "Users from \"%s\" are blocked." +msgstr "Les utilisateurs de « %s » sont bloqués." #. TRANS: Exception thrown trying to post a notice while having a blocked nickname. %s is the blocked nickname. -#: BlacklistPlugin.php:510 #, php-format -msgid "Posts from nickname \"%s\" disallowed." -msgstr "" +msgid "Notices from nickname \"%s\" are disallowed." +msgstr " Notifications du pseudonyme « %s » ne sont plus autorisées." #. TRANS: Client exception thrown trying to subscribe to a person with a blocked nickname. %s is the blocked nickname. -#: BlacklistPlugin.php:545 -#, fuzzy, php-format -msgid "Can't subscribe to nickname \"%s\"." -msgstr "Vous ne pouvez pas utiliser le pseudonyme « %s »." +#, php-format +msgid "Cannot subscribe to nickname \"%s\"." +msgstr "Vous ne pouvez pas vous inscrire avec le pseudonyme « %s »." -#: blacklistadminpanel.php:52 +#. TRANS: Title of blacklist plugin administration panel. +msgctxt "TITLE" msgid "Blacklist" msgstr "Liste noire" -#: blacklistadminpanel.php:62 +#. TRANS: Instructions for blacklist plugin administration panel. msgid "Blacklisted URLs and nicknames" msgstr "Liste noire d’URL et de pseudonymes" -#: blacklistadminpanel.php:174 +#. TRANS: Field label in blacklist plugin administration panel. msgid "Nicknames" msgstr "Pseudonymes" -#: blacklistadminpanel.php:176 -msgid "Patterns of nicknames to block, one per line" -msgstr "Motifs de surnoms à bloquer, un par ligne" +#. TRANS: Field title in blacklist plugin administration panel. +msgid "Patterns of nicknames to block, one per line." +msgstr "Motifs de surnoms à bloquer, un par ligne." -#: blacklistadminpanel.php:182 +#. TRANS: Field label in blacklist plugin administration panel. msgid "URLs" msgstr "Adresses URL" -#: blacklistadminpanel.php:184 -msgid "Patterns of URLs to block, one per line" -msgstr "Motifs d’adresses URL à bloquer, un par ligne" +#. TRANS: Field title in blacklist plugin administration panel. +msgid "Patterns of URLs to block, one per line." +msgstr "Motifs d’adresses URL à bloquer, un par ligne." -#: blacklistadminpanel.php:198 +#. TRANS: Button text in blacklist plugin administration panel to save settings. +msgctxt "BUTTON" msgid "Save" msgstr "Sauvegarder" -#: blacklistadminpanel.php:201 -msgid "Save site settings" -msgstr "Sauvegarder les paramètres du site" +#. TRANS: Button title in blacklist plugin administration panel to save settings. +msgid "Save site settings." +msgstr "Sauvegarder les paramètres du site."