]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/Blacklist/locale/fr/LC_MESSAGES/Blacklist.po
Merge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.x
[quix0rs-gnu-social.git] / plugins / Blacklist / locale / fr / LC_MESSAGES / Blacklist.po
1 # Translation of StatusNet - Blacklist to French (Français)
2 # Expored from translatewiki.net
3 #
4 # Author: Peter17
5 # Author: Verdy p
6 # --
7 # This file is distributed under the same license as the StatusNet package.
8 #
9 msgid ""
10 msgstr ""
11 "Project-Id-Version: StatusNet - Blacklist\n"
12 "Report-Msgid-Bugs-To: \n"
13 "POT-Creation-Date: 2010-10-27 23:43+0000\n"
14 "PO-Revision-Date: 2010-10-27 23:46:17+0000\n"
15 "Language-Team: French <http://translatewiki.net/wiki/Portal:fr>\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
18 "X-POT-Import-Date: 2010-10-18 20:29:05+0000\n"
19 "X-Generator: MediaWiki 1.17alpha (r75590); Translate extension (2010-09-17)\n"
20 "X-Translation-Project: translatewiki.net at http://translatewiki.net\n"
21 "X-Language-Code: fr\n"
22 "X-Message-Group: #out-statusnet-plugin-blacklist\n"
23 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
24
25 #. TRANS: Validation failure for URL. %s is the URL.
26 #: BlacklistPlugin.php:149
27 #, fuzzy, php-format
28 msgid "You may not register with homepage \"%s\"."
29 msgstr "Vous ne pouvez pas vous inscrire avec la page d’accueil « %s »."
30
31 #. TRANS: Validation failure for nickname. %s is the nickname.
32 #: BlacklistPlugin.php:160
33 #, fuzzy, php-format
34 msgid "You may not register with nickname \"%s\"."
35 msgstr "Vous ne pouvez pas vous inscrire avec le pseudonyme « %s »."
36
37 #. TRANS: Validation failure for URL. %s is the URL.
38 #: BlacklistPlugin.php:185
39 #, fuzzy, php-format
40 msgid "You may not use homepage \"%s\"."
41 msgstr "Vous ne pouvez pas utiliser la page d’accueil « %s »."
42
43 #. TRANS: Validation failure for nickname. %s is the nickname.
44 #: BlacklistPlugin.php:196
45 #, fuzzy, php-format
46 msgid "You may not use nickname \"%s\"."
47 msgstr "Vous ne pouvez pas utiliser le pseudonyme « %s »."
48
49 #. TRANS: Validation failure for URL. %s is the URL.
50 #: BlacklistPlugin.php:239
51 #, php-format
52 msgid "You may not use URL \"%s\" in notices."
53 msgstr "Vous ne pouvez pas utiliser l’URL « %s » dans les avis."
54
55 #: BlacklistPlugin.php:343
56 msgid "Keeps a blacklist of forbidden nickname and URL patterns."
57 msgstr "Maintient une liste noire des pseudonymes et motifs d’URL interdits."
58
59 #. TRANS: Menu item in admin panel.
60 #: BlacklistPlugin.php:381
61 #, fuzzy
62 msgctxt "MENU"
63 msgid "Blacklist"
64 msgstr "Liste noire"
65
66 #. TRANS: Tooltip for menu item in admin panel.
67 #: BlacklistPlugin.php:383
68 #, fuzzy
69 msgctxt "TOOLTIP"
70 msgid "Blacklist configuration"
71 msgstr "Configuration de la liste noire"
72
73 #. TRANS: Checkbox with text label in the delete user form.
74 #: BlacklistPlugin.php:410
75 msgid "Add this nickname pattern to blacklist"
76 msgstr "Ajouter ce motif de pseudonymes à la liste noire"
77
78 #. TRANS: Checkbox with text label in the delete user form.
79 #: BlacklistPlugin.php:420
80 msgid "Add this homepage pattern to blacklist"
81 msgstr "Ajouter ce motif de pages d’accueil à la liste noire"
82
83 #. TRANS: Exception thrown trying to post a notice while having set a blocked homepage URL. %s is the blocked URL.
84 #. TRANS: Client exception thrown trying to subscribe to a person with a blocked homepage or site URL. %s is the blocked URL.
85 #: BlacklistPlugin.php:499 BlacklistPlugin.php:534
86 #, php-format
87 msgid "Users from \"%s\" blocked."
88 msgstr ""
89
90 #. TRANS: Exception thrown trying to post a notice while having a blocked nickname. %s is the blocked nickname.
91 #: BlacklistPlugin.php:510
92 #, php-format
93 msgid "Posts from nickname \"%s\" disallowed."
94 msgstr ""
95
96 #. TRANS: Client exception thrown trying to subscribe to a person with a blocked nickname. %s is the blocked nickname.
97 #: BlacklistPlugin.php:545
98 #, fuzzy, php-format
99 msgid "Can't subscribe to nickname \"%s\"."
100 msgstr "Vous ne pouvez pas utiliser le pseudonyme « %s »."
101
102 #: blacklistadminpanel.php:52
103 msgid "Blacklist"
104 msgstr "Liste noire"
105
106 #: blacklistadminpanel.php:62
107 msgid "Blacklisted URLs and nicknames"
108 msgstr "Liste noire d’URL et de pseudonymes"
109
110 #: blacklistadminpanel.php:174
111 msgid "Nicknames"
112 msgstr "Pseudonymes"
113
114 #: blacklistadminpanel.php:176
115 msgid "Patterns of nicknames to block, one per line"
116 msgstr "Motifs de surnoms à bloquer, un par ligne"
117
118 #: blacklistadminpanel.php:182
119 msgid "URLs"
120 msgstr "Adresses URL"
121
122 #: blacklistadminpanel.php:184
123 msgid "Patterns of URLs to block, one per line"
124 msgstr "Motifs d’adresses URL à bloquer, un par ligne"
125
126 #: blacklistadminpanel.php:198
127 msgid "Save"
128 msgstr "Sauvegarder"
129
130 #: blacklistadminpanel.php:201
131 msgid "Save site settings"
132 msgstr "Sauvegarder les paramètres du site"