Mercurial > libervia-backend
annotate i18n/fr/LC_MESSAGES/sat.po @ 3583:16ade4ad63f3 sqlalchemy
core (memory/sqla_mapping): fix some technical debt:
a first Alembic revision file is joined to migrate existing databases to new mapping.
This patch:
- set `nullable=False` in various places
- drop legacy `message_types` table, and use `Enum` instead
- use naming convention, and get rid of anonymous constraint (this is the main reason
why the revision file is so long)
| author | Goffi <goffi@goffi.org> |
|---|---|
| date | Sun, 27 Jun 2021 00:15:40 +0200 |
| parents | de2dd6aaed31 |
| children |
| rev | line source |
|---|---|
| 3570 | 1 # French translations for Libervia. |
| 2 # Copyright (C) 2021 ORGANIZATION | |
| 3 # This file is distributed under the same license as the Libervia project. | |
| 4 # FIRST AUTHOR <EMAIL@ADDRESS>, 2021. | |
| 5 # | |
| 6 #, fuzzy | |
| 7 msgid "" | |
| 8 msgstr "" | |
| 9 "Project-Id-Version: 0.0.2\n" | |
| 69 | 10 "Report-Msgid-Bugs-To: \n" |
| 3570 | 11 "POT-Creation-Date: 2021-06-15 10:11+0200\n" |
|
775
ab66dac17d1f
i18n: merged jp i18n french translation in core fr.po
Goffi <goffi@goffi.org>
parents:
772
diff
changeset
|
12 "PO-Revision-Date: 2010-03-05 19:24+1100\n" |
| 69 | 13 "Last-Translator: Goffi <goffi@goffi.org>\n" |
| 3570 | 14 "Language: fr\n" |
| 69 | 15 "Language-Team: French <goffi@goffi.org>\n" |
| 3570 | 16 "Plural-Forms: nplurals=2; plural=(n > 1)\n" |
| 69 | 17 "MIME-Version: 1.0\n" |
| 3570 | 18 "Content-Type: text/plain; charset=utf-8\n" |
| 69 | 19 "Content-Transfer-Encoding: 8bit\n" |
| 3570 | 20 "Generated-By: Babel 2.9.0\n" |
| 21 | |
| 22 #: sat/bridge/bridge_constructor/constructors/dbus/dbus_core_template.py:273 | |
| 23 #: sat/bridge/bridge_constructor/constructors/dbus/dbus_frontend_template.py:85 | |
| 24 #: sat/bridge/bridge_constructor/generated/dbus_bridge.py:85 | |
| 25 #: sat/bridge/dbus_bridge.py:747 sat_frontends/bridge/dbus_bridge.py:85 | |
| 26 msgid "" | |
| 27 "D-Bus is not launched, please see README to see instructions on how to " | |
| 28 "launch it" | |
| 29 msgstr "" | |
| 30 | |
| 31 #: sat/bridge/bridge_constructor/constructors/dbus/dbus_frontend_template.py:99 | |
| 32 #: sat/bridge/bridge_constructor/generated/dbus_bridge.py:99 | |
| 33 #: sat_frontends/bridge/dbus_bridge.py:99 | |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
34 #, fuzzy |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
35 msgid "Unknown interface" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
36 msgstr "Type d'action inconnu" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
37 |
| 3570 | 38 #: sat/core/sat_main.py:212 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
39 #, fuzzy |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
40 msgid "Memory initialised" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
41 msgstr "Le flux XML est initialisé" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
42 |
| 3570 | 43 #: sat/core/sat_main.py:219 |
| 44 msgid "Could not initialize backend: {reason}" | |
| 45 msgstr "" | |
| 46 | |
| 47 #: sat/core/sat_main.py:227 | |
| 48 msgid "Backend is ready" | |
| 49 msgstr "" | |
| 50 | |
| 51 #: sat/core/sat_main.py:238 | |
| 52 msgid "Following profiles will be connected automatically: {profiles}" | |
| 53 msgstr "" | |
| 54 | |
| 55 #: sat/core/sat_main.py:251 | |
| 56 #, fuzzy | |
| 57 msgid "Can't autoconnect profile {profile}: {reason}" | |
| 69 | 58 msgstr "Vous essayer de connecter un profile qui n'existe pas" |
| 59 | |
| 3570 | 60 #: sat/core/sat_main.py:321 |
| 61 msgid "" | |
| 62 "Can't import plugin [{path}]:\n" | |
| 63 "{error}" | |
| 64 msgstr "" | |
| 65 | |
| 66 #: sat/core/sat_main.py:340 | |
| 67 msgid "{type} type must be used with {mode} mode, ignoring plugin" | |
| 68 msgstr "" | |
| 69 | |
| 70 #: sat/core/sat_main.py:349 | |
| 71 msgid "" | |
| 72 "Name conflict for import name [{import_name}], can't import plugin " | |
| 73 "[{name}]" | |
| 74 msgstr "" | |
| 75 | |
| 76 #: sat/core/sat_main.py:385 | |
| 77 msgid "Recommended plugin not found: {}" | |
| 78 msgstr "" | |
| 79 | |
| 80 #: sat/core/sat_main.py:406 | |
| 81 msgid "Can't import plugin {name}: {error}" | |
| 82 msgstr "" | |
| 83 | |
| 84 #: sat/core/sat_main.py:478 | |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
85 #, fuzzy |
| 69 | 86 msgid "already connected !" |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
87 msgstr "Vous n'êtes pas connecté !" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
88 |
| 3570 | 89 #: sat/core/sat_main.py:495 |
| 69 | 90 msgid "not connected !" |
| 91 msgstr "Vous n'êtes pas connecté !" | |
| 92 | |
| 3570 | 93 #: sat/core/sat_main.py:591 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
94 msgid "Trying to remove reference to a client not referenced" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
95 msgstr "" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
96 |
| 3570 | 97 #: sat/core/sat_main.py:604 |
| 69 | 98 msgid "running app" |
| 99 msgstr "Lancement de l'application" | |
| 100 | |
| 3570 | 101 #: sat/core/sat_main.py:608 |
| 69 | 102 msgid "stopping app" |
| 103 msgstr "Arrêt de l'application" | |
| 104 | |
| 3570 | 105 #: sat/core/sat_main.py:646 |
| 106 msgid "profile_key must not be empty" | |
| 107 msgstr "" | |
| 108 | |
| 109 #: sat/core/sat_main.py:666 | |
| 110 msgid "Unexpected error: {failure_}" | |
| 111 msgstr "" | |
| 112 | |
| 113 #: sat/core/sat_main.py:921 | |
| 69 | 114 msgid "asking connection status for a non-existant profile" |
| 115 msgstr "demande de l'état de connexion pour un profile qui n'existe pas" | |
| 116 | |
| 3570 | 117 #: sat/core/sat_main.py:1020 |
| 194 | 118 #, fuzzy, python-format |
| 119 msgid "subsciption request [%(subs_type)s] for %(jid)s" | |
| 69 | 120 msgstr "demande d'inscription [%(type)s] pour %(jid)s" |
| 121 | |
| 3570 | 122 #: sat/core/sat_main.py:1162 |
| 123 msgid "Can't find features for service {service_jid}, ignoring" | |
| 124 msgstr "" | |
| 125 | |
| 126 #: sat/core/sat_main.py:1221 | |
| 127 msgid "Can't retrieve {full_jid} infos, ignoring" | |
| 128 msgstr "" | |
| 129 | |
| 130 #: sat/core/sat_main.py:1292 | |
| 69 | 131 msgid "Trying to remove an unknow progress callback" |
| 132 msgstr "Tentative d'effacement d'une callback de progression inconnue." | |
| 133 | |
| 3570 | 134 #: sat/core/sat_main.py:1382 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
135 #, fuzzy |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
136 msgid "id already registered" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
137 msgstr "Vous êtes maintenant désinscrit" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
138 |
| 3570 | 139 #: sat/core/sat_main.py:1424 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
140 #, fuzzy |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
141 msgid "trying to launch action with a non-existant profile" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
142 msgstr "Tentative d'ajout d'un contact à un profile inexistant" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
143 |
| 3570 | 144 #: sat/core/sat_main.py:1520 |
|
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
145 #, fuzzy |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
146 msgid "A menu with the same path and type already exists" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
147 msgstr "Ce nom de profile existe déjà" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
148 |
| 3570 | 149 #: sat/core/sat_main.py:1619 |
| 150 #, fuzzy | |
| 151 msgid "help_string" | |
| 152 msgstr "enregistrement" | |
| 153 | |
| 154 #: sat/core/xmpp.py:196 | |
| 155 #, fuzzy | |
| 156 msgid "Can't parse port value, using default value" | |
| 157 msgstr "Pas de modèle de paramètres, utilisation du modèle par défaut" | |
| 158 | |
| 159 #: sat/core/xmpp.py:223 | |
| 160 msgid "We'll use the stable resource {resource}" | |
| 161 msgstr "" | |
| 162 | |
| 163 #: sat/core/xmpp.py:255 | |
| 164 msgid "setting plugins parents" | |
| 165 msgstr "Configuration des parents des extensions" | |
| 166 | |
| 167 #: sat/core/xmpp.py:275 | |
| 168 #, fuzzy | |
| 169 msgid "Plugins initialisation error" | |
| 170 msgstr "Initialisation du plugin XEP_0054" | |
| 171 | |
| 172 #: sat/core/xmpp.py:297 | |
| 173 msgid "Error while disconnecting: {}" | |
| 174 msgstr "" | |
| 175 | |
| 176 #: sat/core/xmpp.py:301 | |
| 177 #, fuzzy | |
| 178 msgid "{profile} identified" | |
| 179 msgstr "Aucun profile sélectionné" | |
| 180 | |
| 181 #: sat/core/xmpp.py:309 | |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
182 msgid "XML stream is initialized" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
183 msgstr "Le flux XML est initialisé" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
184 |
| 3570 | 185 #: sat/core/xmpp.py:317 |
| 186 #, fuzzy, python-format | |
| 187 msgid "********** [{profile}] CONNECTED **********" | |
| 188 msgstr "********** [%s] CONNECTÉ **********" | |
| 189 | |
| 190 #: sat/core/xmpp.py:343 | |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
191 #, python-format |
| 3570 | 192 msgid "ERROR: XMPP connection failed for profile '%(profile)s': %(reason)sprofile" |
| 193 msgstr "" | |
| 194 | |
| 195 #: sat/core/xmpp.py:398 | |
| 196 msgid "stopping connection because of network disabled" | |
| 197 msgstr "" | |
| 198 | |
| 199 #: sat/core/xmpp.py:421 | |
| 200 msgid "network is available, trying to connect" | |
| 201 msgstr "" | |
| 202 | |
| 203 #: sat/core/xmpp.py:445 | |
| 204 #, fuzzy, python-format | |
| 205 msgid "********** [{profile}] DISCONNECTED **********" | |
| 206 msgstr "********** [%s] CONNECTÉ **********" | |
| 207 | |
| 208 #: sat/core/xmpp.py:464 | |
| 209 msgid "" | |
| 210 "Your server certificate is not valid (its identity can't be checked).\n" | |
| 211 "\n" | |
| 212 "This should never happen and may indicate that somebody is trying to spy " | |
| 213 "on you.\n" | |
| 214 "Please contact your server administrator." | |
| 215 msgstr "" | |
| 216 | |
| 217 #: sat/core/xmpp.py:515 | |
| 218 #, fuzzy | |
| 219 msgid "Disconnecting..." | |
| 220 msgstr "Déconnexion..." | |
| 221 | |
| 222 #: sat/core/xmpp.py:688 | |
| 223 #, fuzzy, python-format | |
| 224 msgid "Sending message (type {type}, to {to})" | |
| 225 msgstr "Envoi du message jabber à %s" | |
| 226 | |
| 227 #: sat/core/xmpp.py:696 | |
| 228 msgid "" | |
| 229 "Triggers, storage and echo have been inhibited by the 'send_only' " | |
| 230 "parameter" | |
| 231 msgstr "" | |
| 232 | |
| 233 #: sat/core/xmpp.py:762 | |
| 234 #, fuzzy, python-format | |
| 235 msgid "No message found" | |
| 236 msgstr "message reçu de: %s" | |
| 237 | |
| 238 #: sat/core/xmpp.py:814 | |
| 239 msgid "invalid data used for host: {data}" | |
| 240 msgstr "" | |
| 241 | |
| 242 #: sat/core/xmpp.py:839 | |
| 243 msgid "" | |
| 244 "Certificate validation is deactivated, this is unsecure and somebody may " | |
| 245 "be spying on you. If you have no good reason to disable certificate " | |
| 246 "validation, please activate \"Check certificate\" in your settings in " | |
| 247 "\"Connection\" tab." | |
| 248 msgstr "" | |
| 249 | |
| 250 #: sat/core/xmpp.py:843 | |
| 251 msgid "Security notice" | |
| 252 msgstr "" | |
| 253 | |
| 254 #: sat/core/xmpp.py:978 | |
| 255 msgid "The requested entry point ({entry_point}) is not available" | |
| 256 msgstr "" | |
| 257 | |
| 258 #: sat/core/xmpp.py:1016 | |
| 259 msgid "" | |
| 260 "Plugin {current_name} is needed for {entry_name}, but it doesn't handle " | |
| 261 "component mode" | |
| 262 msgstr "" | |
| 263 | |
| 264 #: sat/core/xmpp.py:1024 | |
| 265 msgid "invalid plugin mode" | |
| 266 msgstr "" | |
| 267 | |
| 268 #: sat/core/xmpp.py:1128 | |
| 269 msgid "parseMessage used with a non <message/> stanza, ignoring: {xml}" | |
| 270 msgstr "" | |
| 271 | |
| 272 #: sat/core/xmpp.py:1140 | |
| 273 msgid "received <message> with a wrong namespace: {xml}" | |
| 274 msgstr "" | |
| 275 | |
| 276 #: sat/core/xmpp.py:1226 | |
| 277 #, fuzzy, python-format | |
| 278 msgid "got message from: {from_}" | |
| 279 msgstr "message reçu de: %s" | |
| 280 | |
| 281 #: sat/core/xmpp.py:1341 | |
| 282 msgid "There's no subscription between you and [{}]!" | |
| 283 msgstr "" | |
| 284 | |
| 285 #: sat/core/xmpp.py:1346 | |
| 286 msgid "You are not subscribed to [{}]!" | |
| 287 msgstr "" | |
| 288 | |
| 289 #: sat/core/xmpp.py:1348 | |
| 290 msgid "[{}] is not subscribed to you!" | |
| 291 msgstr "" | |
| 292 | |
| 293 #: sat/core/xmpp.py:1384 | |
| 294 msgid "our server support roster versioning, we use it" | |
| 295 msgstr "" | |
| 296 | |
| 297 #: sat/core/xmpp.py:1390 | |
| 298 msgid "no roster in cache, we start fresh" | |
| 299 msgstr "" | |
| 300 | |
| 301 #: sat/core/xmpp.py:1394 | |
| 302 msgid "We have roster v{version} in cache" | |
| 303 msgstr "" | |
| 304 | |
| 305 #: sat/core/xmpp.py:1405 | |
| 306 msgid "our server doesn't support roster versioning" | |
| 307 msgstr "" | |
| 308 | |
| 309 #: sat/core/xmpp.py:1462 | |
| 310 msgid "adding {entity} to roster" | |
| 311 msgstr "" | |
| 312 | |
| 313 #: sat/core/xmpp.py:1486 | |
| 314 #, fuzzy, python-format | |
| 315 msgid "removing {entity} from roster" | |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
316 msgstr "supppression du contact %s" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
317 |
| 3570 | 318 #: sat/core/xmpp.py:1640 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
319 #, python-format |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
320 msgid "presence update for [%(entity)s] (unavailable, statuses=%(statuses)s)" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
321 msgstr "" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
322 "Mise à jour de l'information de présence pour [%(entity)s] (unavailable, " |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
323 "statuses=%(statuses)s)" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
324 |
| 3570 | 325 #: sat/core/xmpp.py:1724 |
| 194 | 326 #, fuzzy |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
327 msgid "sending automatic \"from\" subscription request" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
328 msgstr "envoi automatique de la demande d'inscription \"to\"" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
329 |
| 3570 | 330 #: sat/core/xmpp.py:1732 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
331 #, python-format |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
332 msgid "subscription approved for [%s]" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
333 msgstr "inscription approuvée pour [%s]" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
334 |
| 3570 | 335 #: sat/core/xmpp.py:1736 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
336 #, fuzzy, python-format |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
337 msgid "unsubscription confirmed for [%s]" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
338 msgstr "demande de désinscription pour [%s]" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
339 |
| 3570 | 340 #: sat/core/xmpp.py:1741 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
341 #, fuzzy, python-format |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
342 msgid "subscription request from [%s]" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
343 msgstr "inscription approuvée pour [%s]" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
344 |
| 3570 | 345 #: sat/core/xmpp.py:1747 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
346 #, fuzzy |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
347 msgid "sending automatic subscription acceptance" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
348 msgstr "envoi automatique de la demande d'inscription \"to\"" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
349 |
| 3570 | 350 #: sat/core/xmpp.py:1759 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
351 #, python-format |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
352 msgid "unsubscription asked for [%s]" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
353 msgstr "demande de désinscription pour [%s]" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
354 |
| 3570 | 355 #: sat/core/xmpp.py:1763 |
| 194 | 356 #, fuzzy |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
357 msgid "automatic contact deletion" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
358 msgstr "Sélection du contrat" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
359 |
| 3570 | 360 #: sat/memory/cache.py:69 |
| 361 msgid "Can't read metadata file at {path}" | |
| 362 msgstr "" | |
| 363 | |
| 364 #: sat/memory/cache.py:80 | |
| 365 msgid "Invalid cache metadata at {path}" | |
| 366 msgstr "" | |
| 367 | |
| 368 #: sat/memory/cache.py:87 | |
| 369 msgid "cache {cache_file!r} references an inexisting file: {filepath!r}" | |
| 370 msgstr "" | |
| 371 | |
| 372 #: sat/memory/cache.py:102 | |
| 373 msgid "following file is missing while purging cache: {path}" | |
| 374 msgstr "" | |
| 375 | |
| 376 #: sat/memory/cache.py:200 | |
| 377 msgid "missing filename for cache {uid!r}" | |
| 378 msgstr "" | |
| 379 | |
| 380 #: sat/memory/cache.py:207 | |
| 381 msgid "missing file referenced in cache {uid!r}: {filename}" | |
| 382 msgstr "" | |
| 383 | |
| 384 #: sat/memory/disco.py:95 | |
| 385 msgid "" | |
| 386 "no feature/identity found in disco element (hash: {cap_hash}), ignoring: " | |
| 387 "{xml}" | |
| 388 msgstr "" | |
| 389 | |
| 390 #: sat/memory/disco.py:274 | |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
391 #, python-format |
| 3570 | 392 msgid "Error while requesting [%(jid)s]: %(error)s" |
| 393 msgstr "" | |
| 394 | |
| 395 #: sat/memory/disco.py:338 | |
| 396 msgid "received an item without jid" | |
| 397 msgstr "" | |
| 398 | |
| 399 #: sat/memory/disco.py:410 | |
| 400 msgid "Capability hash generated: [{cap_hash}]" | |
| 401 msgstr "" | |
| 402 | |
| 403 #: sat/memory/disco.py:459 | |
| 404 msgid "invalid item (no jid)" | |
| 405 msgstr "" | |
| 406 | |
| 407 #: sat/memory/encryption.py:71 | |
| 408 msgid "Could not restart {namespace!r} encryption with {entity}: {err}" | |
| 409 msgstr "" | |
| 410 | |
| 411 #: sat/memory/encryption.py:74 | |
| 412 msgid "encryption sessions restored" | |
| 413 msgstr "" | |
| 414 | |
| 415 #: sat/memory/encryption.py:116 | |
| 416 msgid "Encryption plugin registered: {name}" | |
| 417 msgstr "" | |
| 418 | |
| 419 #: sat/memory/encryption.py:127 | |
| 420 msgid "Can't find requested encryption plugin: {namespace}" | |
| 421 msgstr "" | |
| 422 | |
| 423 #: sat/memory/encryption.py:148 | |
| 424 msgid "Can't find a plugin with the name \"{name}\"." | |
| 425 msgstr "" | |
| 426 | |
| 427 #: sat/memory/encryption.py:213 | |
| 428 msgid "No encryption plugin is registered, an encryption session can't be started" | |
| 429 msgstr "" | |
| 430 | |
| 431 #: sat/memory/encryption.py:226 | |
| 432 msgid "Session with {bare_jid} is already encrypted with {name}. Nothing to do." | |
| 433 msgstr "" | |
| 434 | |
| 435 #: sat/memory/encryption.py:237 | |
| 436 msgid "" | |
| 437 "Session with {bare_jid} is already encrypted with {name}. Please stop " | |
| 438 "encryption session before changing algorithm." | |
| 439 msgstr "" | |
| 440 | |
| 441 #: sat/memory/encryption.py:249 | |
| 442 msgid "No resource found for {destinee}, can't encrypt with {name}" | |
| 443 msgstr "" | |
| 444 | |
| 445 #: sat/memory/encryption.py:251 | |
| 446 msgid "No resource specified to encrypt with {name}, using {destinee}." | |
| 447 msgstr "" | |
| 448 | |
| 449 #: sat/memory/encryption.py:257 | |
| 450 msgid "{name} encryption must be used with bare jids." | |
| 451 msgstr "" | |
| 452 | |
| 453 #: sat/memory/encryption.py:261 | |
| 454 msgid "Encryption session has been set for {entity_jid} with {encryption_name}" | |
| 455 msgstr "" | |
| 456 | |
| 457 #: sat/memory/encryption.py:268 | |
| 458 msgid "" | |
| 459 "Encryption session started: your messages with {destinee} are now end to " | |
| 460 "end encrypted using {name} algorithm." | |
| 461 msgstr "" | |
| 462 | |
| 463 #: sat/memory/encryption.py:273 | |
| 464 msgid "Message are encrypted only for {nb_devices} device(s): {devices_list}." | |
| 465 msgstr "" | |
| 466 | |
| 467 #: sat/memory/encryption.py:291 | |
| 468 msgid "There is no encryption session with this entity." | |
| 469 msgstr "" | |
| 470 | |
| 471 #: sat/memory/encryption.py:295 | |
| 472 msgid "" | |
| 473 "The encryption session is not run with the expected plugin: encrypted " | |
| 474 "with {current_name} and was expecting {expected_name}" | |
| 475 msgstr "" | |
| 476 | |
| 477 #: sat/memory/encryption.py:304 | |
| 478 msgid "" | |
| 479 "There is a session for the whole entity (i.e. all devices of the entity)," | |
| 480 " not a directed one. Please use bare jid if you want to stop the whole " | |
| 481 "encryption with this entity." | |
| 482 msgstr "" | |
| 483 | |
| 484 #: sat/memory/encryption.py:312 | |
| 485 msgid "There is no directed session with this entity." | |
| 486 msgstr "" | |
| 487 | |
| 488 #: sat/memory/encryption.py:327 | |
| 489 msgid "encryption session stopped with entity {entity}" | |
| 490 msgstr "" | |
| 491 | |
| 492 #: sat/memory/encryption.py:335 | |
| 493 msgid "" | |
| 494 "Encryption session finished: your messages with {destinee} are NOT end to" | |
| 495 " end encrypted anymore.\n" | |
| 496 "Your server administrators or {destinee} server administrators will be " | |
| 497 "able to read them." | |
| 498 msgstr "" | |
| 499 | |
| 500 #: sat/memory/encryption.py:389 sat/memory/encryption.py:397 | |
| 501 #: sat/memory/encryption.py:404 | |
| 502 #, fuzzy | |
| 503 msgid "Encryption" | |
| 629 | 504 msgstr "Connexion..." |
| 194 | 505 |
| 3570 | 506 #: sat/memory/encryption.py:389 |
| 507 msgid "unencrypted (plain text)" | |
| 508 msgstr "" | |
| 509 | |
| 510 #: sat/memory/encryption.py:392 | |
| 511 msgid "End encrypted session" | |
| 512 msgstr "" | |
| 513 | |
| 514 #: sat/memory/encryption.py:400 | |
| 515 msgid "Start {name} session" | |
| 516 msgstr "" | |
| 517 | |
| 518 #: sat/memory/encryption.py:404 | |
| 519 msgid "⛨ {name} trust" | |
| 520 msgstr "" | |
| 521 | |
| 522 #: sat/memory/encryption.py:407 | |
| 523 msgid "Manage {name} trust" | |
| 524 msgstr "" | |
| 525 | |
| 526 #: sat/memory/encryption.py:470 | |
| 527 msgid "Starting e2e session with {peer_jid} as we receive encrypted messages" | |
| 528 msgstr "" | |
| 529 | |
| 530 #: sat/memory/memory.py:230 | |
| 69 | 531 msgid "Memory manager init" |
| 532 msgstr "Initialisation du gestionnaire de mémoire" | |
| 533 | |
| 3570 | 534 #: sat/memory/memory.py:249 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
535 #, fuzzy |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
536 msgid "Loading default params template" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
537 msgstr "Impossible de charger le modèle des paramètres !" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
538 |
| 3570 | 539 #: sat/memory/memory.py:281 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
540 #, python-format |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
541 msgid "Parameters loaded from file: %s" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
542 msgstr "" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
543 |
| 3570 | 544 #: sat/memory/memory.py:284 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
545 #, fuzzy, python-format |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
546 msgid "Can't load parameters from file: %s" |
| 69 | 547 msgstr "Impossible de charger le modèle des paramètres !" |
| 548 | |
| 3570 | 549 #: sat/memory/memory.py:299 |
| 550 #, fuzzy, python-format | |
| 551 msgid "Parameters saved to file: %s" | |
| 552 msgstr "Échec de la désinscription: %s" | |
| 553 | |
| 554 #: sat/memory/memory.py:302 | |
| 555 #, fuzzy, python-format | |
| 556 msgid "Can't save parameters to file: %s" | |
| 557 msgstr "Impossible de charger le modèle des paramètres !" | |
| 558 | |
| 559 #: sat/memory/memory.py:404 | |
| 560 msgid "Authentication failure of profile {profile}" | |
| 561 msgstr "" | |
| 562 | |
| 563 #: sat/memory/memory.py:431 | |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
564 #, fuzzy, python-format |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
565 msgid "[%s] Profile session purge" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
566 msgstr "Ce profile n'est pas utilisé" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
567 |
| 3570 | 568 #: sat/memory/memory.py:437 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
569 #, python-format |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
570 msgid "Trying to purge roster status cache for a profile not in memory: [%s]" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
571 msgstr "" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
572 |
| 3570 | 573 #: sat/memory/memory.py:451 |
| 574 msgid "requesting no profiles at all" | |
| 575 msgstr "" | |
| 576 | |
| 577 #: sat/memory/memory.py:508 | |
| 578 msgid "Can't find component {component} entry point" | |
| 579 msgstr "" | |
| 580 | |
| 581 #: sat/memory/memory.py:996 | |
| 582 msgid "Need a bare jid to delete all resources" | |
| 583 msgstr "" | |
| 584 | |
| 585 #: sat/memory/memory.py:1028 | |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
586 #, python-format |
| 3570 | 587 msgid "Trying to encrypt a value for %s while the personal key is undefined!" |
| 588 msgstr "" | |
| 589 | |
| 590 #: sat/memory/memory.py:1048 | |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
591 #, python-format |
| 3570 | 592 msgid "Trying to decrypt a value for %s while the personal key is undefined!" |
| 593 msgstr "" | |
| 594 | |
| 595 #: sat/memory/memory.py:1069 | |
| 596 #, python-format | |
| 597 msgid "Personal data (%(ns)s, %(key)s) has been successfuly encrypted" | |
| 598 msgstr "" | |
| 599 | |
| 600 #: sat/memory/memory.py:1097 | |
| 69 | 601 msgid "Asking waiting subscriptions for a non-existant profile" |
| 602 msgstr "Demande des inscriptions en attente pour un profile inexistant" | |
| 603 | |
| 3570 | 604 #: sat/memory/memory.py:1218 |
| 605 msgid "invalid permission" | |
| 606 msgstr "" | |
| 607 | |
| 608 #: sat/memory/memory.py:1249 | |
| 609 #, fuzzy | |
| 610 msgid "unknown access type: {type}" | |
| 611 msgstr "Type d'action inconnu" | |
| 612 | |
| 613 #: sat/memory/memory.py:1284 | |
| 614 msgid "You can't use path and parent at the same time" | |
| 615 msgstr "" | |
| 616 | |
| 617 #: sat/memory/memory.py:1288 | |
| 618 msgid "\"..\" or \".\" can't be used in path" | |
| 619 msgstr "" | |
| 620 | |
| 621 #: sat/memory/memory.py:1307 | |
| 622 msgid "Several directories found, this should not happen" | |
| 623 msgstr "" | |
| 624 | |
| 625 #: sat/memory/memory.py:1766 | |
| 626 msgid "Can't delete directory, it is not empty" | |
| 627 msgstr "" | |
| 628 | |
| 629 #: sat/memory/memory.py:1778 | |
| 630 msgid "deleting file {name} with hash {file_hash}" | |
| 631 msgstr "" | |
| 632 | |
| 633 #: sat/memory/memory.py:1787 | |
| 634 msgid "no reference left to {file_path}, deleting" | |
| 635 msgstr "" | |
| 636 | |
| 637 #: sat/memory/params.py:85 sat_frontends/primitivus/base.py:533 | |
| 638 msgid "General" | |
| 639 msgstr "Général" | |
| 640 | |
| 641 #: sat/memory/params.py:86 | |
| 642 #, fuzzy | |
| 643 msgid "Connection" | |
| 644 msgstr "Connexion..." | |
| 645 | |
| 646 #: sat/memory/params.py:88 | |
| 647 msgid "Chat history limit" | |
| 648 msgstr "" | |
| 649 | |
| 650 #: sat/memory/params.py:90 | |
| 651 msgid "Show offline contacts" | |
| 652 msgstr "" | |
| 653 | |
| 654 #: sat/memory/params.py:92 | |
| 655 msgid "Show empty groups" | |
| 656 msgstr "" | |
| 657 | |
| 658 #: sat/memory/params.py:95 | |
| 659 #, fuzzy | |
| 660 msgid "Connect on backend startup" | |
| 661 msgstr "Connexion au démarrage des frontends" | |
| 662 | |
| 663 #: sat/memory/params.py:96 | |
| 664 #, fuzzy | |
| 665 msgid "Connect on frontend startup" | |
| 666 msgstr "Connexion au démarrage des frontends" | |
| 667 | |
| 668 #: sat/memory/params.py:97 | |
| 669 #, fuzzy | |
| 670 msgid "Disconnect on frontend closure" | |
| 671 msgstr "Déconnexion à la fermeture des frontends" | |
| 672 | |
| 673 #: sat/memory/params.py:98 | |
| 674 msgid "Check certificate (don't uncheck if unsure)" | |
| 675 msgstr "" | |
| 676 | |
| 677 #: sat/memory/params.py:163 | |
| 678 #, fuzzy, python-format | |
| 679 msgid "Trying to purge cache of a profile not in memory: [%s]" | |
| 680 msgstr "Tentative d'appel d'un profile inconnue" | |
| 681 | |
| 682 #: sat/memory/params.py:188 | |
| 683 #, fuzzy | |
| 684 msgid "The profile name already exists" | |
| 685 msgstr "Ce nom de profile existe déjà" | |
| 686 | |
| 687 #: sat/memory/params.py:203 | |
| 688 #, fuzzy | |
| 689 msgid "Trying to delete an unknown profile" | |
| 690 msgstr "Tentative d'accès à un profile inconnu" | |
| 691 | |
| 692 #: sat/memory/params.py:209 | |
| 693 #, fuzzy | |
| 694 msgid "Trying to delete a connected profile" | |
| 695 msgstr "Tentative de suppression d'un contact pour un profile inexistant" | |
| 696 | |
| 697 #: sat/memory/params.py:228 | |
| 698 msgid "No default profile, returning first one" | |
| 699 msgstr "Pas de profile par défaut, envoi du premier" | |
| 700 | |
| 701 #: sat/memory/params.py:234 | |
| 702 #, fuzzy | |
| 703 msgid "No profile exist yet" | |
| 704 msgstr "Aucun profile sélectionné" | |
| 705 | |
| 706 #: sat/memory/params.py:244 | |
| 707 #, fuzzy, python-format | |
| 708 msgid "Trying to access an unknown profile (%s)" | |
| 709 msgstr "Tentative d'accès à un profile inconnu" | |
| 710 | |
| 711 #: sat/memory/params.py:338 | |
| 712 msgid "Trying to register frontends parameters with no specified app: aborted" | |
| 713 msgstr "" | |
| 714 | |
| 715 #: sat/memory/params.py:347 | |
| 716 #, python-format | |
| 717 msgid "Trying to register twice frontends parameters for %(app)s: abortedapp" | |
| 718 msgstr "" | |
| 719 | |
| 720 #: sat/memory/params.py:363 | |
| 721 #, python-format | |
| 722 msgid "Can't determine default value for [%(category)s/%(name)s]: %(reason)s" | |
| 723 msgstr "" | |
| 724 "Impossible de déterminer la valeur par défaut pour " | |
| 725 "[%(category)s/%(name)s]: %(reason)s" | |
| 726 | |
| 727 #: sat/memory/params.py:385 sat/memory/params.py:563 sat/memory/params.py:624 | |
| 728 #, python-format | |
| 729 msgid "Requested param [%(name)s] in category [%(category)s] doesn't exist !" | |
| 730 msgstr "" | |
| 731 "Le paramètre demandé [%(name)s] dans la catégorie [%(category)s] " | |
| 732 "n'existe pas !" | |
| 733 | |
| 734 #: sat/memory/params.py:440 | |
| 735 #, python-format | |
| 736 msgid "" | |
| 737 "Unset parameter (%(cat)s, %(param)s) of type list will use the default " | |
| 738 "option '%(value)s'" | |
| 739 msgstr "" | |
| 740 | |
| 741 #: sat/memory/params.py:448 | |
| 742 #, python-format | |
| 743 msgid "Parameter (%(cat)s, %(param)s) of type list has no default option!" | |
| 744 msgstr "" | |
| 745 | |
| 746 #: sat/memory/params.py:455 | |
| 747 #, python-format | |
| 748 msgid "" | |
| 749 "Parameter (%(cat)s, %(param)s) of type list has more than one default " | |
| 750 "option!" | |
| 751 msgstr "" | |
| 752 | |
| 753 #: sat/memory/params.py:585 | |
| 754 msgid "Requesting a param for an non-existant profile" | |
| 755 msgstr "Demande d'un paramètre pour un profile inconnu" | |
| 756 | |
| 757 #: sat/memory/params.py:589 | |
| 758 #, fuzzy | |
| 759 msgid "Requesting synchronous param for not connected profile" | |
| 760 msgstr "Demande d'un paramètre pour un profile inconnu" | |
| 761 | |
| 762 #: sat/memory/params.py:633 | |
| 763 #, python-format | |
| 764 msgid "" | |
| 765 "Trying to get parameter '%(param)s' in category '%(cat)s' without " | |
| 766 "authorization!!!param" | |
| 767 msgstr "" | |
| 768 | |
| 769 #: sat/memory/params.py:649 | |
| 770 #, fuzzy | |
| 771 msgid "Requesting a param for a non-existant profile" | |
| 772 msgstr "Demande d'un paramètre pour un profile inconnu" | |
| 773 | |
| 774 #: sat/memory/params.py:962 | |
| 775 #, fuzzy | |
| 776 msgid "Trying to set parameter for an unknown profile" | |
| 777 msgstr "Tentative d'accès à un profile inconnu" | |
| 778 | |
| 779 #: sat/memory/params.py:968 | |
| 780 #, python-format | |
| 781 msgid "Requesting an unknown parameter (%(category)s/%(name)s)" | |
| 782 msgstr "Demande d'un paramètre inconnu: (%(category)s/%(name)s)" | |
| 783 | |
| 784 #: sat/memory/params.py:974 | |
| 785 msgid "" | |
| 786 "{profile!r} is trying to set parameter {name!r} in category {category!r} " | |
| 787 "without authorization!!!" | |
| 788 msgstr "" | |
| 789 | |
| 790 #: sat/memory/params.py:992 | |
| 791 msgid "" | |
| 792 "Trying to set parameter {name} in category {category} withan non-integer " | |
| 793 "value" | |
| 794 msgstr "" | |
| 795 | |
| 796 #: sat/memory/params.py:1011 | |
| 797 #, fuzzy, python-format | |
| 798 msgid "Setting parameter (%(category)s, %(name)s) = %(value)s" | |
| 799 msgstr "Demande d'un paramètre inconnu: (%(category)s/%(name)s)" | |
| 800 | |
| 801 #: sat/memory/params.py:1043 | |
| 802 msgid "Trying to encrypt a password while the personal key is undefined!" | |
| 803 msgstr "" | |
| 804 | |
| 805 #: sat/memory/persistent.py:45 | |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
806 msgid "PersistentDict can't be used before memory initialisation" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
807 msgstr "" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
808 |
| 3570 | 809 #: sat/memory/persistent.py:175 |
| 810 msgid "Calling load on LazyPersistentBinaryDict while it's not needed" | |
| 811 msgstr "" | |
| 812 | |
| 813 #: sat/memory/sqlite.py:163 | |
| 814 msgid "" | |
| 815 "too many db tries, we abandon! Error message: {msg}\n" | |
| 816 "query was {query}" | |
| 817 msgstr "" | |
| 818 | |
| 819 #: sat/memory/sqlite.py:166 | |
| 820 msgid "exception while running query, retrying ({try_}): {msg}" | |
| 821 msgstr "" | |
| 822 | |
| 823 #: sat/memory/sqlite.py:188 | |
| 824 msgid "" | |
| 825 "too many interaction tries, we abandon! Error message: {msg}\n" | |
| 826 "interaction method was: {interaction}\n" | |
| 827 "interaction arguments were: {args}" | |
| 828 msgstr "" | |
| 829 | |
| 830 #: sat/memory/sqlite.py:191 | |
| 831 msgid "exception while running interaction, retrying ({try_}): {msg}" | |
| 832 msgstr "" | |
| 833 | |
| 834 #: sat/memory/sqlite.py:210 | |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
835 msgid "Connecting database" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
836 msgstr "" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
837 |
| 3570 | 838 #: sat/memory/sqlite.py:223 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
839 #, fuzzy |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
840 msgid "The database is new, creating the tables" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
841 msgstr "Ce nom de profile existe déjà" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
842 |
| 3570 | 843 #: sat/memory/sqlite.py:337 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
844 #, fuzzy, python-format |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
845 msgid "Can't delete profile [%s]" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
846 msgstr "Êtes vous sûr de vouloir supprimer le profile [%s] ?" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
847 |
| 3570 | 848 #: sat/memory/sqlite.py:354 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
849 #, fuzzy, python-format |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
850 msgid "Profile [%s] deleted" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
851 msgstr "Aucun profile sélectionné" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
852 |
| 3570 | 853 #: sat/memory/sqlite.py:370 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
854 #, fuzzy |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
855 msgid "loading general parameters from database" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
856 msgstr "Impossible de charger les paramètres généraux !" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
857 |
| 3570 | 858 #: sat/memory/sqlite.py:385 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
859 #, fuzzy |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
860 msgid "loading individual parameters from database" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
861 msgstr "Impossible de charger les paramètres individuels !" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
862 |
| 3570 | 863 #: sat/memory/sqlite.py:426 |
| 864 #, fuzzy, python-format | |
| 865 msgid "Can't set general parameter (%(category)s/%(name)s) in databasecategory" | |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
866 msgstr "Demande d'un paramètre inconnu: (%(category)s/%(name)s)" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
867 |
| 3570 | 868 #: sat/memory/sqlite.py:439 |
| 869 #, fuzzy, python-format | |
| 870 msgid "" | |
| 871 "Can't set individual parameter (%(category)s/%(name)s) for [%(profile)s] " | |
| 872 "in databasecategory" | |
| 873 msgstr "" | |
| 874 "Impossible de déterminer la valeur par défaut pour " | |
| 875 "[%(category)s/%(name)s]: %(reason)s" | |
| 876 | |
| 877 #: sat/memory/sqlite.py:459 | |
| 878 msgid "Can't save following {key} in history (uid: {uid}, lang:{lang}): {value}" | |
| 879 msgstr "" | |
| 880 | |
| 881 #: sat/memory/sqlite.py:473 | |
| 882 msgid "" | |
| 883 "Can't save following thread in history (uid: {uid}): thread: {thread}), " | |
| 884 "parent:{parent}" | |
| 885 msgstr "" | |
| 886 | |
| 887 #: sat/memory/sqlite.py:498 | |
| 888 msgid "" | |
| 889 "Can't save following message in history: from [{from_jid}] to [{to_jid}] " | |
| 890 "(uid: {uid})" | |
| 891 msgstr "" | |
| 892 | |
| 893 #: sat/memory/sqlite.py:701 | |
| 894 msgid "" | |
| 895 "Can't {operation} data in database for namespace " | |
| 896 "{namespace}{and_key}{for_profile}: {msg}" | |
| 897 msgstr "" | |
| 898 | |
| 899 #: sat/memory/sqlite.py:752 | |
| 900 msgid "" | |
| 901 "getting {type}{binary} private values from database for namespace " | |
| 902 "{namespace}{keys}" | |
| 903 msgstr "" | |
| 904 | |
| 905 #: sat/memory/sqlite.py:986 | |
| 906 msgid "Can't save file metadata for [{profile}]: {reason}" | |
| 907 msgstr "" | |
| 908 | |
| 909 #: sat/memory/sqlite.py:1025 | |
| 910 msgid "table not updated, probably due to race condition, trying again ({tries})" | |
| 911 msgstr "" | |
| 912 | |
| 913 #: sat/memory/sqlite.py:1027 | |
| 914 msgid "Can't update file table" | |
| 915 msgstr "" | |
| 916 | |
| 917 #: sat/memory/sqlite.py:1132 | |
| 918 msgid "" | |
| 919 "Your local schema is up-to-date, but database versions mismatch, fixing " | |
| 920 "it..." | |
| 921 msgstr "" | |
| 922 | |
| 923 #: sat/memory/sqlite.py:1142 | |
| 924 msgid "" | |
| 925 "There is a schema mismatch, but as we are on a dev version, database will" | |
| 926 " be updated" | |
| 927 msgstr "" | |
| 928 | |
| 929 #: sat/memory/sqlite.py:1146 | |
| 930 msgid "" | |
| 931 "schema version is up-to-date, but local schema differ from expected " | |
| 932 "current schema" | |
| 933 msgstr "" | |
| 934 | |
| 935 #: sat/memory/sqlite.py:1149 | |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
936 #, python-format |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
937 msgid "" |
| 3570 | 938 "Here are the commands that should fix the situation, use at your own risk" |
| 939 " (do a backup before modifying database), you can go to SàT's MUC room at" | |
| 940 " sat@chat.jabberfr.org for help\n" | |
|
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
941 "### SQL###\n" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
942 "%s\n" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
943 "### END SQL ###\n" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
944 msgstr "" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
945 |
| 3570 | 946 #: sat/memory/sqlite.py:1153 |
| 947 msgid "" | |
| 948 "You database version is higher than the one used in this SàT version, are" | |
| 949 " you using several version at the same time? We can't run SàT with this " | |
| 950 "database." | |
| 951 msgstr "" | |
| 952 | |
| 953 #: sat/memory/sqlite.py:1161 | |
| 954 msgid "" | |
| 955 "Database content needs a specific processing, local database will be " | |
| 956 "updated" | |
| 957 msgstr "" | |
| 958 | |
| 959 #: sat/memory/sqlite.py:1163 | |
|
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
960 msgid "Database schema has changed, local database will be updated" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
961 msgstr "" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
962 |
| 3570 | 963 #: sat/plugins/plugin_adhoc_dbus.py:91 |
|
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
964 #, fuzzy |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
965 msgid "Add D-Bus management to Ad-Hoc commands" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
966 msgstr "Implementation de vcard-temp" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
967 |
| 3570 | 968 #: sat/plugins/plugin_adhoc_dbus.py:98 |
|
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
969 #, fuzzy |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
970 msgid "plugin Ad-Hoc D-Bus initialization" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
971 msgstr "Initialisation du plugin XEP_0054" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
972 |
| 3570 | 973 #: sat/plugins/plugin_adhoc_dbus.py:127 |
| 974 msgid "Media Players" | |
| 975 msgstr "" | |
| 976 | |
| 977 #: sat/plugins/plugin_adhoc_dbus.py:255 | |
|
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
978 #, fuzzy |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
979 msgid "Command selection" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
980 msgstr "Sélection du contrat" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
981 |
| 3570 | 982 #: sat/plugins/plugin_adhoc_dbus.py:298 |
|
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
983 #, fuzzy |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
984 msgid "Updated" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
985 msgstr "mise à jour de %s" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
986 |
| 3570 | 987 #: sat/plugins/plugin_adhoc_dbus.py:302 |
|
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
988 msgid "Command sent" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
989 msgstr "" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
990 |
| 3570 | 991 #: sat/plugins/plugin_adhoc_dbus.py:367 |
| 992 msgid "Can't retrieve remote controllers on {device_jid}: {reason}" | |
| 993 msgstr "" | |
| 994 | |
| 995 #: sat/plugins/plugin_adhoc_dbus.py:405 | |
| 996 #, fuzzy | |
| 997 msgid "No media player found." | |
| 998 msgstr "Aucune donnée trouvée" | |
| 999 | |
| 1000 #: sat/plugins/plugin_adhoc_dbus.py:409 sat/plugins/plugin_adhoc_dbus.py:451 | |
| 1001 #, fuzzy | |
| 1002 msgid "Media Player Selection" | |
| 1003 msgstr "Sélection du contrat" | |
| 1004 | |
| 1005 #: sat/plugins/plugin_adhoc_dbus.py:414 | |
| 1006 msgid "Ignoring MPRIS bus without suffix" | |
| 1007 msgstr "" | |
| 1008 | |
| 1009 #: sat/plugins/plugin_adhoc_dbus.py:428 | |
| 1010 msgid "missing media_player value" | |
| 1011 msgstr "" | |
| 1012 | |
| 1013 #: sat/plugins/plugin_adhoc_dbus.py:431 | |
| 1014 msgid "" | |
| 1015 "Media player ad-hoc command trying to use non MPRIS bus. Hack attempt? " | |
| 1016 "Refused bus: {bus_name}" | |
| 1017 msgstr "" | |
| 1018 | |
| 1019 #: sat/plugins/plugin_adhoc_dbus.py:434 | |
| 1020 msgid "Invalid player name." | |
| 1021 msgstr "" | |
| 1022 | |
| 1023 #: sat/plugins/plugin_adhoc_dbus.py:440 | |
| 1024 msgid "Can't get D-Bus proxy: {reason}" | |
| 1025 msgstr "" | |
| 1026 | |
| 1027 #: sat/plugins/plugin_adhoc_dbus.py:441 | |
| 1028 msgid "Media player is not available anymore" | |
| 1029 msgstr "" | |
| 1030 | |
| 1031 #: sat/plugins/plugin_adhoc_dbus.py:460 | |
| 1032 msgid "Can't retrieve attribute {name}: {reason}" | |
| 1033 msgstr "" | |
| 1034 | |
| 1035 #: sat/plugins/plugin_blog_import.py:45 | |
| 1036 msgid "" | |
| 1037 "Blog import management:\n" | |
| 1038 "This plugin manage the different blog importers which can register to it," | |
| 1039 " and handle generic importing tasks." | |
| 1040 msgstr "" | |
| 1041 | |
| 1042 #: sat/plugins/plugin_blog_import.py:64 | |
| 1043 #, fuzzy | |
| 1044 msgid "plugin Blog Import initialization" | |
| 1045 msgstr "Initialisation du plugin XEP_0054" | |
| 1046 | |
| 1047 #: sat/plugins/plugin_blog_import_dokuwiki.py:58 | |
| 1048 msgid "Blog importer for Dokuwiki blog engine." | |
| 1049 msgstr "" | |
| 1050 | |
| 1051 #: sat/plugins/plugin_blog_import_dokuwiki.py:61 | |
| 1052 msgid "import posts from Dokuwiki blog engine" | |
| 1053 msgstr "" | |
| 1054 | |
| 1055 #: sat/plugins/plugin_blog_import_dokuwiki.py:63 | |
| 1056 msgid "" | |
| 1057 "This importer handle Dokuwiki blog engine.\n" | |
| 1058 "\n" | |
| 1059 "To use it, you need an admin access to a running Dokuwiki website\n" | |
| 1060 "(local or on the Internet). The importer retrieves the data using\n" | |
| 1061 "the XMLRPC Dokuwiki API.\n" | |
| 1062 "\n" | |
| 1063 "You can specify a namespace (that could be a namespace directory\n" | |
| 1064 "or a single post) or leave it empty to use the root namespace \"/\"\n" | |
| 1065 "and import all the posts.\n" | |
| 1066 "\n" | |
| 1067 "You can specify a new media repository to modify the internal\n" | |
| 1068 "media links and make them point to the URL of your choice, but\n" | |
| 1069 "note that the upload is not done automatically: a temporary\n" | |
| 1070 "directory will be created on your local drive and you will\n" | |
| 1071 "need to upload it yourself to your repository via SSH or FTP.\n" | |
| 1072 "\n" | |
| 1073 "Following options are recognized:\n" | |
| 1074 "\n" | |
| 1075 "location: DokuWiki site URL\n" | |
| 1076 "user: DokuWiki admin user\n" | |
| 1077 "passwd: DokuWiki admin password\n" | |
| 1078 "namespace: DokuWiki namespace to import (default: root namespace \"/\")\n" | |
| 1079 "media_repo: URL to the new remote media repository (default: none)\n" | |
| 1080 "limit: maximal number of posts to import (default: 100)\n" | |
| 1081 "\n" | |
| 1082 "Example of usage (with jp frontend):\n" | |
| 1083 "\n" | |
| 1084 "jp import dokuwiki -p dave --pwd xxxxxx --connect\n" | |
| 1085 " http://127.0.1.1 -o user souliane -o passwd qwertz\n" | |
| 1086 " -o namespace public:2015:10\n" | |
| 1087 " -o media_repo http://media.diekulturvermittlung.at\n" | |
| 1088 "\n" | |
| 1089 "This retrieves the 100 last blog posts from http://127.0.1.1 that\n" | |
| 1090 "are inside the namespace \"public:2015:10\" using the Dokuwiki user\n" | |
| 1091 "\"souliane\", and it imports them to sat profile dave's microblog node.\n" | |
| 1092 "Internal Dokuwiki media that were hosted on http://127.0.1.1 are now\n" | |
| 1093 "pointing to http://media.diekulturvermittlung.at.\n" | |
| 1094 msgstr "" | |
| 1095 | |
| 1096 #: sat/plugins/plugin_blog_import_dokuwiki.py:351 | |
| 1097 #, fuzzy | |
| 1098 msgid "plugin Dokuwiki Import initialization" | |
| 1099 msgstr "Initialisation du plugin XEP_0054" | |
| 1100 | |
| 1101 #: sat/plugins/plugin_blog_import_dokuwiki.py:383 | |
| 1102 msgid "" | |
| 1103 "DokuWiki media files will be *downloaded* to {temp_dir} - to finish the " | |
| 1104 "import you have to upload them *manually* to {media_repo}" | |
| 1105 msgstr "" | |
| 1106 | |
| 1107 #: sat/plugins/plugin_blog_import_dokuwiki.py:389 | |
| 1108 msgid "" | |
| 1109 "DokuWiki media files will be *uploaded* to the XMPP server. Hyperlinks to" | |
| 1110 " these media may not been updated though." | |
| 1111 msgstr "" | |
| 1112 | |
| 1113 #: sat/plugins/plugin_blog_import_dokuwiki.py:393 | |
| 1114 msgid "" | |
| 1115 "DokuWiki media files will *stay* on {location} - some of them may be " | |
| 1116 "protected by DokuWiki ACL and will not be accessible." | |
| 1117 msgstr "" | |
| 1118 | |
| 1119 #: sat/plugins/plugin_blog_import_dotclear.py:42 | |
| 1120 msgid "Blog importer for Dotclear blog engine." | |
| 1121 msgstr "" | |
| 1122 | |
| 1123 #: sat/plugins/plugin_blog_import_dotclear.py:45 | |
| 1124 msgid "import posts from Dotclear blog engine" | |
| 1125 msgstr "" | |
| 1126 | |
| 1127 #: sat/plugins/plugin_blog_import_dotclear.py:47 | |
| 1128 msgid "" | |
| 1129 "This importer handle Dotclear blog engine.\n" | |
| 1130 "\n" | |
| 1131 "To use it, you'll need to export your blog to a flat file.\n" | |
| 1132 "You must go in your admin interface and select Plugins/Maintenance then " | |
| 1133 "Backup.\n" | |
| 1134 "Export only one blog if you have many, i.e. select \"Download database of" | |
| 1135 " current blog\"\n" | |
| 1136 "Depending on your configuration, your may need to use Import/Export " | |
| 1137 "plugin and export as a flat file.\n" | |
| 1138 "\n" | |
| 1139 "location: you must use the absolute path to your backup for the location " | |
| 1140 "parameter\n" | |
| 1141 msgstr "" | |
| 1142 | |
| 1143 #: sat/plugins/plugin_blog_import_dotclear.py:266 | |
| 1144 #, fuzzy | |
| 1145 msgid "plugin Dotclear Import initialization" | |
| 1146 msgstr "Initialisation du plugin XEP_0054" | |
| 1147 | |
| 1148 #: sat/plugins/plugin_comp_file_sharing.py:69 | |
| 1149 msgid "Component hosting and sharing files" | |
| 1150 msgstr "" | |
| 1151 | |
| 1152 #: sat/plugins/plugin_comp_file_sharing.py:79 | |
| 1153 msgid "" | |
| 1154 "You are over quota, your maximum allowed size is {quota} and you are " | |
| 1155 "already using {used_space}, you can't upload {file_size} more." | |
| 1156 msgstr "" | |
| 1157 | |
| 1158 #: sat/plugins/plugin_comp_file_sharing.py:350 | |
| 1159 #, fuzzy | |
| 1160 msgid "File Sharing initialization" | |
| 1161 msgstr "Initialisation de l'extension pour les transports" | |
| 1162 | |
| 1163 #: sat/plugins/plugin_comp_file_sharing.py:431 | |
| 1164 #: sat/plugins/plugin_comp_file_sharing_management.py:422 | |
| 1165 msgid "Can't create thumbnail: {reason}" | |
| 1166 msgstr "" | |
| 1167 | |
| 1168 #: sat/plugins/plugin_comp_file_sharing.py:454 | |
| 1169 msgid "Reusing already generated hash" | |
| 1170 msgstr "" | |
| 1171 | |
| 1172 #: sat/plugins/plugin_comp_file_sharing.py:485 | |
| 1173 msgid "Can't get thumbnail for {final_path}: {e}" | |
| 1174 msgstr "" | |
| 1175 | |
| 1176 #: sat/plugins/plugin_comp_file_sharing.py:574 | |
| 1177 msgid "{peer_jid} is trying to access an unauthorized file: {name}" | |
| 1178 msgstr "" | |
| 1179 | |
| 1180 #: sat/plugins/plugin_comp_file_sharing.py:582 | |
| 1181 msgid "no matching file found ({file_data})" | |
| 1182 msgstr "" | |
| 1183 | |
| 1184 #: sat/plugins/plugin_comp_file_sharing_management.py:43 | |
| 1185 msgid "" | |
| 1186 "Experimental handling of file management for file sharing. This plugins " | |
| 1187 "allows to change permissions of stored files/directories or remove them." | |
| 1188 msgstr "" | |
| 1189 | |
| 1190 #: sat/plugins/plugin_comp_file_sharing_management.py:72 | |
| 1191 #, fuzzy | |
| 1192 msgid "File Sharing Management plugin initialization" | |
| 1193 msgstr "Initialisation de l'extension pour les transports" | |
| 1194 | |
| 1195 #: sat/plugins/plugin_comp_file_sharing_management.py:185 | |
| 1196 #, fuzzy | |
| 1197 msgid "file not found" | |
| 1198 msgstr "Aucun profile sélectionné" | |
| 1199 | |
| 1200 #: sat/plugins/plugin_comp_file_sharing_management.py:187 | |
| 1201 #: sat/plugins/plugin_comp_file_sharing_management.py:192 | |
| 1202 #: sat/plugins/plugin_comp_file_sharing_management.py:474 | |
| 1203 msgid "forbidden" | |
| 1204 msgstr "" | |
| 1205 | |
| 1206 #: sat/plugins/plugin_comp_file_sharing_management.py:191 | |
| 1207 msgid "Only owner can manage files" | |
| 1208 msgstr "" | |
| 1209 | |
| 1210 #: sat/plugins/plugin_comp_file_sharing_management.py:258 | |
| 1211 msgid "Please select permissions for this directory" | |
| 1212 msgstr "" | |
| 1213 | |
| 1214 #: sat/plugins/plugin_comp_file_sharing_management.py:260 | |
| 1215 msgid "Please select permissions for this file" | |
| 1216 msgstr "" | |
| 1217 | |
| 1218 #: sat/plugins/plugin_comp_file_sharing_management.py:305 | |
| 1219 msgid "Can't use read_allowed values: {reason}" | |
| 1220 msgstr "" | |
| 1221 | |
| 1222 #: sat/plugins/plugin_comp_file_sharing_management.py:332 | |
| 1223 msgid "management session done" | |
| 1224 msgstr "" | |
| 1225 | |
| 1226 #: sat/plugins/plugin_comp_file_sharing_management.py:358 | |
| 1227 msgid "" | |
| 1228 "Are you sure to delete directory {name} and all files and directories " | |
| 1229 "under it?" | |
| 1230 msgstr "" | |
| 1231 | |
| 1232 #: sat/plugins/plugin_comp_file_sharing_management.py:362 | |
| 1233 #, fuzzy, python-format | |
| 1234 msgid "Are you sure to delete file {name}?" | |
| 1235 msgstr "Êtes vous sûr de vouloir supprimer le profile [%s] ?" | |
| 1236 | |
| 1237 #: sat/plugins/plugin_comp_file_sharing_management.py:387 | |
| 1238 #, fuzzy, python-format | |
| 1239 msgid "file deleted" | |
| 1240 msgstr "Aucun profile sélectionné" | |
| 1241 | |
| 1242 #: sat/plugins/plugin_comp_file_sharing_management.py:465 | |
| 1243 msgid "thumbnails generated" | |
| 1244 msgstr "" | |
| 1245 | |
| 1246 #: sat/plugins/plugin_comp_file_sharing_management.py:481 | |
| 1247 msgid "You are currently using {size_used} on {size_quota}" | |
| 1248 msgstr "" | |
| 1249 | |
| 1250 #: sat/plugins/plugin_comp_file_sharing_management.py:484 | |
| 1251 msgid "unlimited quota" | |
| 1252 msgstr "" | |
| 1253 | |
| 1254 #: sat/plugins/plugin_dbg_manhole.py:39 | |
| 1255 msgid "Debug plugin to have a telnet server" | |
| 1256 msgstr "" | |
| 1257 | |
| 1258 #: sat/plugins/plugin_dbg_manhole.py:53 | |
| 1259 msgid "" | |
| 1260 "/!\\ Manhole debug server activated, be sure to not use it in production," | |
| 1261 " this is dangerous /!\\" | |
| 1262 msgstr "" | |
| 1263 | |
| 1264 #: sat/plugins/plugin_dbg_manhole.py:55 | |
| 1265 msgid "You can connect to manhole server using telnet on port {port}" | |
| 1266 msgstr "" | |
| 1267 | |
| 1268 #: sat/plugins/plugin_exp_command_export.py:39 | |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
1269 #, fuzzy |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
1270 msgid "Implementation of command export" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
1271 msgstr "Implementation de vcard-temp" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
1272 |
| 3570 | 1273 #: sat/plugins/plugin_exp_command_export.py:92 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
1274 #, fuzzy |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
1275 msgid "Plugin command export initialization" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
1276 msgstr "Initialisation du plugin XEP_0054" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
1277 |
| 3570 | 1278 #: sat/plugins/plugin_exp_events.py:50 |
| 1279 msgid "Experimental implementation of XMPP events management" | |
| 1280 msgstr "" | |
| 1281 | |
| 1282 #: sat/plugins/plugin_exp_events.py:60 | |
| 1283 #, fuzzy | |
| 1284 msgid "Event plugin initialization" | |
| 1285 msgstr "Initialisation du plugin XEP_0054" | |
| 1286 | |
| 1287 #: sat/plugins/plugin_exp_events.py:177 | |
| 1288 msgid "no src found for image" | |
| 1289 msgstr "" | |
| 1290 | |
| 1291 #: sat/plugins/plugin_exp_events.py:187 | |
| 1292 #, fuzzy | |
| 1293 msgid "no {uri_type} element found!" | |
| 1294 msgstr "Aucun profile sélectionné" | |
| 1295 | |
| 1296 #: sat/plugins/plugin_exp_events.py:189 | |
| 1297 msgid "incomplete {uri_type} element" | |
| 1298 msgstr "" | |
| 1299 | |
| 1300 #: sat/plugins/plugin_exp_events.py:191 | |
| 1301 msgid "bad {uri_type} element" | |
| 1302 msgstr "" | |
| 1303 | |
| 1304 #: sat/plugins/plugin_exp_events.py:231 | |
| 1305 #, fuzzy | |
| 1306 msgid "No event element has been found" | |
| 1307 msgstr "Aucune donnée trouvée" | |
| 1308 | |
| 1309 #: sat/plugins/plugin_exp_events.py:233 | |
| 1310 msgid "No event with this id has been found" | |
| 1311 msgstr "" | |
| 1312 | |
| 1313 #: sat/plugins/plugin_exp_events.py:290 | |
| 1314 msgid "event_id must be set" | |
| 1315 msgstr "" | |
| 1316 | |
| 1317 #: sat/plugins/plugin_exp_events.py:333 | |
| 1318 msgid "The given URI is not valid: {uri}" | |
| 1319 msgstr "" | |
| 1320 | |
| 1321 #: sat/plugins/plugin_exp_events.py:354 | |
| 1322 #: sat/plugins/plugin_exp_list_of_interest.py:100 | |
| 1323 #, fuzzy | |
| 1324 msgid "requested node already exists" | |
| 1325 msgstr "Ce nom de profile existe déjà" | |
| 1326 | |
| 1327 #: sat/plugins/plugin_exp_events.py:373 | |
| 1328 msgid "missing node" | |
| 1329 msgstr "" | |
| 1330 | |
| 1331 #: sat/plugins/plugin_exp_events.py:426 | |
| 1332 msgid "No event found in item {item_id}, ignoring" | |
| 1333 msgstr "" | |
| 1334 | |
| 1335 #: sat/plugins/plugin_exp_events.py:519 | |
| 1336 msgid "no data found for {item_id} (service: {service}, node: {node})" | |
| 1337 msgstr "" | |
| 1338 | |
| 1339 #: sat/plugins/plugin_exp_events.py:542 sat/plugins/plugin_exp_events.py:623 | |
| 1340 msgid "\"XEP-0277\" (blog) plugin is needed for this feature" | |
| 1341 msgstr "" | |
| 1342 | |
| 1343 #: sat/plugins/plugin_exp_events.py:548 | |
| 1344 msgid "got event data" | |
| 1345 msgstr "" | |
| 1346 | |
| 1347 #: sat/plugins/plugin_exp_events.py:579 | |
| 1348 msgid "affiliation set on blog and comments nodes" | |
| 1349 msgstr "" | |
| 1350 | |
| 1351 #: sat/plugins/plugin_exp_events.py:619 | |
| 1352 msgid "\"Invitations\" plugin is needed for this feature" | |
| 1353 msgstr "" | |
| 1354 | |
| 1355 #: sat/plugins/plugin_exp_events.py:632 | |
| 1356 #, fuzzy | |
| 1357 msgid "invitation created" | |
| 1358 msgstr "Connexion..." | |
| 1359 | |
| 1360 #: sat/plugins/plugin_exp_invitation.py:44 | |
| 1361 #, fuzzy | |
| 1362 msgid "Experimental handling of invitations" | |
| 1363 msgstr "Implémentation de l'enregistrement en ligne" | |
| 1364 | |
| 1365 #: sat/plugins/plugin_exp_invitation.py:57 | |
| 1366 #, fuzzy | |
| 1367 msgid "Invitation plugin initialization" | |
| 1368 msgstr "Initialisation de l'extension pour les transports" | |
| 1369 | |
| 1370 #: sat/plugins/plugin_exp_invitation.py:251 | |
| 1371 msgid "Can't get item linked with invitation: {reason}" | |
| 1372 msgstr "" | |
| 1373 | |
| 1374 #: sat/plugins/plugin_exp_invitation.py:256 | |
| 1375 msgid "Invitation was linking to a non existing item" | |
| 1376 msgstr "" | |
| 1377 | |
| 1378 #: sat/plugins/plugin_exp_invitation.py:262 | |
| 1379 msgid "Can't retrieve namespace of invitation: {reason}" | |
| 1380 msgstr "" | |
| 1381 | |
| 1382 #: sat/plugins/plugin_exp_invitation.py:281 | |
| 1383 msgid "Bad invitation, ignoring" | |
| 1384 msgstr "" | |
| 1385 | |
| 1386 #: sat/plugins/plugin_exp_invitation.py:321 | |
| 1387 msgid "No handler for namespace \"{namespace}\", invitation ignored" | |
| 1388 msgstr "" | |
| 1389 | |
| 1390 #: sat/plugins/plugin_exp_invitation_file.py:39 | |
| 1391 msgid "Experimental handling of invitations for file sharing" | |
| 1392 msgstr "" | |
| 1393 | |
| 1394 #: sat/plugins/plugin_exp_invitation_file.py:46 | |
| 1395 #, fuzzy | |
| 1396 msgid "File Sharing Invitation plugin initialization" | |
| 1397 msgstr "Initialisation de l'extension pour les transports" | |
| 1398 | |
| 1399 #: sat/plugins/plugin_exp_invitation_file.py:85 | |
| 1400 #: sat/plugins/plugin_exp_invitation_file.py:92 | |
| 1401 msgid "file sharing" | |
| 1402 msgstr "" | |
| 1403 | |
| 1404 #: sat/plugins/plugin_exp_invitation_file.py:87 | |
| 1405 msgid "photo album" | |
| 1406 msgstr "" | |
| 1407 | |
| 1408 #: sat/plugins/plugin_exp_invitation_file.py:93 | |
| 1409 msgid "" | |
| 1410 "{profile} has received an invitation for a files repository " | |
| 1411 "({type_human}) with namespace {sharing_ns!r} at path [{path}]" | |
| 1412 msgstr "" | |
| 1413 | |
| 1414 #: sat/plugins/plugin_exp_invitation_pubsub.py:42 | |
| 1415 msgid "Invitations for pubsub based features" | |
| 1416 msgstr "" | |
| 1417 | |
| 1418 #: sat/plugins/plugin_exp_invitation_pubsub.py:49 | |
| 1419 #, fuzzy | |
| 1420 msgid "Pubsub Invitation plugin initialization" | |
| 1421 msgstr "Initialisation du plugin XEP_0054" | |
| 1422 | |
| 1423 #: sat/plugins/plugin_exp_jingle_stream.py:52 | |
| 1424 msgid "Jingle Stream plugin" | |
| 1425 msgstr "" | |
| 1426 | |
| 1427 #: sat/plugins/plugin_exp_jingle_stream.py:55 | |
| 1428 #, fuzzy, python-format | |
| 1429 msgid "{peer} wants to send you a stream, do you accept ?" | |
| 1430 msgstr "" | |
| 1431 "Le contact %(jid)s veut vous envoyer le fichier %(filename)s\n" | |
| 1432 "Êtes vous d'accord ?" | |
| 1433 | |
| 1434 #: sat/plugins/plugin_exp_jingle_stream.py:56 | |
| 1435 #, fuzzy | |
| 1436 msgid "Stream Request" | |
| 1437 msgstr "Gestion des paramètres" | |
| 1438 | |
| 1439 #: sat/plugins/plugin_exp_jingle_stream.py:123 | |
| 1440 msgid "stream can't be used with multiple consumers" | |
| 1441 msgstr "" | |
| 1442 | |
| 1443 #: sat/plugins/plugin_exp_jingle_stream.py:170 | |
| 1444 #, fuzzy | |
| 1445 msgid "No client connected, can't send data" | |
| 1446 msgstr "Connexion du client SOCKS 5 démarrée" | |
| 1447 | |
| 1448 #: sat/plugins/plugin_exp_jingle_stream.py:180 | |
| 1449 #, fuzzy | |
| 1450 msgid "Plugin Stream initialization" | |
| 1451 msgstr "Initialisation du plugin XEP_0054" | |
| 1452 | |
| 1453 #: sat/plugins/plugin_exp_jingle_stream.py:270 | |
| 1454 msgid "given port is invalid" | |
| 1455 msgstr "" | |
| 1456 | |
| 1457 #: sat/plugins/plugin_exp_lang_detect.py:45 | |
| 1458 msgid "Detect and set message language when unknown" | |
| 1459 msgstr "" | |
| 1460 | |
| 1461 #: sat/plugins/plugin_exp_lang_detect.py:48 | |
| 1462 #: sat/plugins/plugin_misc_watched.py:43 sat/plugins/plugin_xep_0249.py:73 | |
| 1463 msgid "Misc" | |
| 1464 msgstr "Divers" | |
| 1465 | |
| 1466 #: sat/plugins/plugin_exp_lang_detect.py:50 | |
| 1467 msgid "language detection" | |
| 1468 msgstr "" | |
| 1469 | |
| 1470 #: sat/plugins/plugin_exp_lang_detect.py:66 | |
| 1471 #, fuzzy | |
| 1472 msgid "Language detection plugin initialization" | |
| 1473 msgstr "Initialisation de l'extension pour les transports" | |
| 1474 | |
| 1475 #: sat/plugins/plugin_exp_list_of_interest.py:46 | |
| 1476 msgid "Experimental handling of interesting XMPP locations" | |
| 1477 msgstr "" | |
| 1478 | |
| 1479 #: sat/plugins/plugin_exp_list_of_interest.py:56 | |
| 1480 #, fuzzy | |
| 1481 msgid "List of Interest plugin initialization" | |
| 1482 msgstr "Initialisation de l'extension pour les transports" | |
| 1483 | |
| 1484 #: sat/plugins/plugin_exp_list_of_interest.py:287 | |
| 1485 msgid "Missing interest element: {xml}" | |
| 1486 msgstr "" | |
| 1487 | |
| 1488 #: sat/plugins/plugin_exp_parrot.py:40 | |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
1489 msgid "Implementation of parrot mode (repeat messages between 2 entities)" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
1490 msgstr "" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
1491 |
| 3570 | 1492 #: sat/plugins/plugin_exp_parrot.py:56 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
1493 #, fuzzy |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
1494 msgid "Plugin Parrot initialization" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
1495 msgstr "Initialisation du plugin XEP_0054" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
1496 |
| 3570 | 1497 #: sat/plugins/plugin_exp_parrot.py:63 sat/plugins/plugin_xep_0045.py:150 |
| 1498 #: sat/plugins/plugin_xep_0048.py:102 sat/plugins/plugin_xep_0092.py:61 | |
| 1499 #: sat/plugins/plugin_xep_0199.py:56 sat/plugins/plugin_xep_0249.py:95 | |
| 1500 #: sat/plugins/plugin_xep_0384.py:476 | |
| 1501 msgid "Text commands not available" | |
| 1502 msgstr "" | |
| 1503 | |
| 1504 #: sat/plugins/plugin_exp_pubsub_admin.py:40 | |
| 1505 msgid "" | |
| 1506 "\\Implementation of Pubsub Administrator\n" | |
| 1507 "This allows a pubsub administrator to overwrite completly items, " | |
| 1508 "including publisher.\n" | |
| 1509 "Specially useful when importing a node." | |
| 1510 msgstr "" | |
| 1511 | |
| 1512 #: sat/plugins/plugin_exp_pubsub_hook.py:40 | |
| 1513 msgid "Experimental plugin to launch on action on Pubsub notifications" | |
| 1514 msgstr "" | |
| 1515 | |
| 1516 #: sat/plugins/plugin_exp_pubsub_hook.py:56 | |
| 1517 #, fuzzy | |
| 1518 msgid "PubSub Hook initialization" | |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
1519 msgstr "Initialisation du plugin XEP_0054" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
1520 |
| 3570 | 1521 #: sat/plugins/plugin_exp_pubsub_hook.py:93 |
| 1522 msgid "node manager already set for {node}" | |
| 1523 msgstr "" | |
| 1524 | |
| 1525 #: sat/plugins/plugin_exp_pubsub_hook.py:101 | |
| 1526 msgid "node manager installed on {node}" | |
| 1527 msgstr "" | |
| 1528 | |
| 1529 #: sat/plugins/plugin_exp_pubsub_hook.py:107 | |
| 1530 #, fuzzy | |
| 1531 msgid "trying to remove a {node} without hook" | |
| 1532 msgstr "Vous essayer de connecter un profile qui n'existe pas" | |
| 1533 | |
| 1534 #: sat/plugins/plugin_exp_pubsub_hook.py:112 | |
| 1535 msgid "hook removed" | |
| 1536 msgstr "" | |
| 1537 | |
| 1538 #: sat/plugins/plugin_exp_pubsub_hook.py:114 | |
| 1539 msgid "node still needed for an other hook" | |
| 1540 msgstr "" | |
| 1541 | |
| 1542 #: sat/plugins/plugin_exp_pubsub_hook.py:119 | |
| 1543 msgid "{hook_type} is not handled" | |
| 1544 msgstr "" | |
| 1545 | |
| 1546 #: sat/plugins/plugin_exp_pubsub_hook.py:123 | |
| 1547 #: sat/plugins/plugin_exp_pubsub_hook.py:167 | |
| 1548 msgid "{hook_type} hook type not implemented yet" | |
| 1549 msgstr "" | |
| 1550 | |
| 1551 #: sat/plugins/plugin_exp_pubsub_hook.py:139 | |
| 1552 msgid "{persistent} hook installed on {node} for {profile}" | |
| 1553 msgstr "" | |
| 1554 | |
| 1555 #: sat/plugins/plugin_exp_pubsub_hook.py:140 | |
| 1556 msgid "persistent" | |
| 1557 msgstr "" | |
| 1558 | |
| 1559 #: sat/plugins/plugin_exp_pubsub_hook.py:140 | |
| 1560 msgid "temporary" | |
| 1561 msgstr "" | |
| 1562 | |
| 1563 #: sat/plugins/plugin_exp_pubsub_hook.py:173 | |
| 1564 msgid "Can't load Pubsub hook at node {node}, it will be removed: {reason}" | |
| 1565 msgstr "" | |
| 1566 | |
| 1567 #: sat/plugins/plugin_exp_pubsub_hook.py:185 | |
| 1568 msgid "Error while running Pubsub hook for node {node}: {msg}" | |
| 1569 msgstr "" | |
| 1570 | |
| 1571 #: sat/plugins/plugin_import.py:41 | |
| 1572 msgid "Generic import plugin, base for specialized importers" | |
| 1573 msgstr "" | |
| 1574 | |
| 1575 #: sat/plugins/plugin_import.py:49 | |
| 1576 #, fuzzy | |
| 1577 msgid "plugin Import initialization" | |
| 1578 msgstr "Initialisation du plugin XEP_0054" | |
| 1579 | |
| 1580 #: sat/plugins/plugin_import.py:67 | |
| 1581 msgid "initializing {name} import handler" | |
| 1582 msgstr "" | |
| 1583 | |
| 1584 #: sat/plugins/plugin_import.py:158 | |
| 1585 msgid "invalid json option: {option}" | |
| 1586 msgstr "" | |
| 1587 | |
| 1588 #: sat/plugins/plugin_import.py:296 | |
| 1589 msgid "uploading subitems" | |
| 1590 msgstr "" | |
| 1591 | |
| 1592 #: sat/plugins/plugin_import.py:327 | |
| 1593 #, fuzzy | |
| 1594 msgid "An {handler_name} importer with the name {name} already exist" | |
| 1595 msgstr "Ce nom de profile existe déjà" | |
| 1596 | |
| 1597 #: sat/plugins/plugin_merge_req_mercurial.py:37 | |
| 1598 msgid "Merge request handler for Mercurial" | |
| 1599 msgstr "" | |
| 1600 | |
| 1601 #: sat/plugins/plugin_merge_req_mercurial.py:40 | |
| 1602 msgid "handle Mercurial repository" | |
| 1603 msgstr "" | |
| 1604 | |
| 1605 #: sat/plugins/plugin_merge_req_mercurial.py:71 | |
| 1606 msgid "Mercurial merge request handler initialization" | |
| 1607 msgstr "" | |
| 1608 | |
| 1609 #: sat/plugins/plugin_merge_req_mercurial.py:75 | |
| 1610 msgid "Mercurial executable (hg) not found, can't use Mercurial handler" | |
| 1611 msgstr "" | |
| 1612 | |
| 1613 #: sat/plugins/plugin_merge_req_mercurial.py:116 | |
| 1614 msgid "invalid changeset signature" | |
| 1615 msgstr "" | |
| 1616 | |
| 1617 #: sat/plugins/plugin_merge_req_mercurial.py:136 | |
| 1618 msgid "unexpected time data: {data}" | |
| 1619 msgstr "" | |
| 1620 | |
| 1621 #: sat/plugins/plugin_misc_account.py:50 | |
| 1622 msgid "Libervia account creation" | |
| 1623 msgstr "" | |
| 1624 | |
| 1625 #: sat/plugins/plugin_misc_account.py:75 | |
| 1626 msgid "" | |
| 1627 "Welcome to Libervia, the web interface of Salut à Toi.\n" | |
| 1628 "\n" | |
| 1629 "Your account on {domain} has been successfully created.\n" | |
| 1630 "This is a demonstration version to show you the current status of the " | |
| 1631 "project.\n" | |
| 1632 "It is still under development, please keep it in mind!\n" | |
| 1633 "\n" | |
| 1634 "Here is your connection information:\n" | |
| 1635 "\n" | |
| 1636 "Login on {domain}: {profile}\n" | |
| 1637 "Jabber ID (JID): {jid}\n" | |
| 1638 "Your password has been chosen by yourself during registration.\n" | |
| 1639 "\n" | |
| 1640 "In the beginning, you have nobody to talk to. To find some contacts, you " | |
| 1641 "may use the users' directory:\n" | |
| 1642 " - make yourself visible in \"Service / Directory subscription\".\n" | |
| 1643 " - search for people with \"Contacts\" / Search directory\".\n" | |
| 1644 "\n" | |
| 1645 "Any feedback welcome. Thank you!\n" | |
| 1646 "\n" | |
| 1647 "Salut à Toi association\n" | |
| 1648 "https://www.salut-a-toi.org\n" | |
| 1649 msgstr "" | |
| 1650 | |
| 1651 #: sat/plugins/plugin_misc_account.py:109 | |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
1652 #, fuzzy |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
1653 msgid "Plugin Account initialization" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
1654 msgstr "Initialisation du plugin XEP_0054" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
1655 |
| 3570 | 1656 #: sat/plugins/plugin_misc_account.py:294 |
| 1657 msgid "Failed to send account creation confirmation to {email}: {msg}" | |
| 1658 msgstr "" | |
| 1659 | |
| 1660 #: sat/plugins/plugin_misc_account.py:313 | |
| 1661 msgid "New Libervia account created" | |
| 1662 msgstr "" | |
| 1663 | |
| 1664 #: sat/plugins/plugin_misc_account.py:339 | |
| 1665 msgid "Your Libervia account has been created" | |
| 1666 msgstr "" | |
| 1667 | |
| 1668 #: sat/plugins/plugin_misc_account.py:363 | |
| 1669 msgid "xmpp_domain needs to be set in sat.conf. Using \"{default}\" meanwhile" | |
| 1670 msgstr "" | |
| 1671 | |
| 1672 #: sat/plugins/plugin_misc_account.py:379 | |
| 1673 msgid "Manage your account" | |
| 1674 msgstr "" | |
| 1675 | |
| 1676 #: sat/plugins/plugin_misc_account.py:385 | |
| 1677 #, fuzzy | |
| 1678 msgid "Change your password" | |
| 1679 msgstr "Sauvegarde du nouveau mot de passe" | |
| 1680 | |
| 1681 #: sat/plugins/plugin_misc_account.py:387 | |
| 1682 msgid "Current profile password" | |
| 1683 msgstr "" | |
| 1684 | |
| 1685 #: sat/plugins/plugin_misc_account.py:389 | |
| 1686 #, fuzzy | |
| 1687 msgid "New password" | |
| 1688 msgstr "Sauvegarde du nouveau mot de passe" | |
| 1689 | |
| 1690 #: sat/plugins/plugin_misc_account.py:391 | |
| 1691 #, fuzzy | |
| 1692 msgid "New password (again)" | |
| 1693 msgstr "Sauvegarde du nouveau mot de passe" | |
| 1694 | |
| 1695 #: sat/plugins/plugin_misc_account.py:431 sat/stdui/ui_profile_manager.py:73 | |
| 1696 #, fuzzy | |
| 1697 msgid "The provided profile password doesn't match." | |
| 1698 msgstr "Le fichier [%s] n'existe pas !" | |
| 1699 | |
| 1700 #: sat/plugins/plugin_misc_account.py:432 | |
| 1701 msgid "Attempt failure" | |
| 1702 msgstr "" | |
| 1703 | |
| 1704 #: sat/plugins/plugin_misc_account.py:477 | |
| 1705 msgid "The values entered for the new password are not equal." | |
| 1706 msgstr "" | |
| 1707 | |
| 1708 #: sat/plugins/plugin_misc_account.py:495 | |
| 1709 #, fuzzy | |
| 1710 msgid "Change your password?" | |
| 1711 msgstr "Sauvegarde du nouveau mot de passe" | |
| 1712 | |
| 1713 #: sat/plugins/plugin_misc_account.py:500 | |
| 1714 msgid "" | |
| 1715 "Note for advanced users: this will actually change both your SàT profile " | |
| 1716 "password AND your XMPP account password." | |
| 1717 msgstr "" | |
| 1718 | |
| 1719 #: sat/plugins/plugin_misc_account.py:504 | |
| 1720 msgid "Continue with changing the password?" | |
| 1721 msgstr "" | |
| 1722 | |
| 1723 #: sat/plugins/plugin_misc_account.py:528 | |
| 1724 #: sat/plugins/plugin_misc_register_account.py:133 | |
| 1725 #, fuzzy | |
| 1726 msgid "Confirmation" | |
| 1727 msgstr "Connexion..." | |
| 1728 | |
| 1729 #: sat/plugins/plugin_misc_account.py:529 | |
| 1730 msgid "Your password has been changed." | |
| 1731 msgstr "" | |
| 1732 | |
| 1733 #: sat/plugins/plugin_misc_account.py:533 | |
| 1734 #: sat/plugins/plugin_misc_account.py:606 | |
| 1735 #: sat/plugins/plugin_misc_account.py:716 sat_frontends/primitivus/base.py:790 | |
| 1736 #: sat_frontends/primitivus/base.py:831 | |
| 1737 #: sat_frontends/quick_frontend/quick_profile_manager.py:133 | |
| 1738 msgid "Error" | |
| 1739 msgstr "Erreur" | |
| 1740 | |
| 1741 #: sat/plugins/plugin_misc_account.py:535 | |
| 1742 #, python-format | |
| 1743 msgid "Your password could not be changed: %s" | |
| 1744 msgstr "" | |
| 1745 | |
| 1746 #: sat/plugins/plugin_misc_account.py:548 | |
| 1747 #, fuzzy | |
| 1748 msgid "Delete your account?" | |
| 1749 msgstr "Enregistrement d'un nouveau compte" | |
| 1750 | |
| 1751 #: sat/plugins/plugin_misc_account.py:551 | |
| 1752 msgid "" | |
| 1753 "If you confirm this dialog, you will be disconnected and then your XMPP " | |
| 1754 "account AND your SàT profile will both be DELETED." | |
| 1755 msgstr "" | |
| 1756 | |
| 1757 #: sat/plugins/plugin_misc_account.py:555 | |
| 1758 msgid "contact list, messages history, blog posts and commentsGROUPBLOG" | |
| 1759 msgstr "" | |
| 1760 | |
| 1761 #: sat/plugins/plugin_misc_account.py:558 | |
| 1762 msgid "contact list and messages history" | |
| 1763 msgstr "" | |
| 1764 | |
| 1765 #: sat/plugins/plugin_misc_account.py:561 | |
| 1766 #, python-format | |
| 1767 msgid "" | |
| 1768 "All your data stored on %(server)s, including your %(target)s will be " | |
| 1769 "erased." | |
| 1770 msgstr "" | |
| 1771 | |
| 1772 #: sat/plugins/plugin_misc_account.py:567 | |
| 1773 #: sat/plugins/plugin_misc_account.py:642 | |
| 1774 #: sat/plugins/plugin_misc_account.py:658 | |
| 1775 #: sat/plugins/plugin_misc_account.py:674 | |
| 1776 msgid "" | |
| 1777 "There is no other confirmation dialog, this is the very last one! Are you" | |
| 1778 " sure?" | |
| 1779 msgstr "" | |
| 1780 | |
| 1781 #: sat/plugins/plugin_misc_account.py:608 | |
| 1782 #, python-format | |
| 1783 msgid "Your XMPP account could not be deleted: %s" | |
| 1784 msgstr "" | |
| 1785 | |
| 1786 #: sat/plugins/plugin_misc_account.py:628 | |
| 1787 msgid "Delete all your (micro-)blog posts and comments?" | |
| 1788 msgstr "" | |
| 1789 | |
| 1790 #: sat/plugins/plugin_misc_account.py:632 | |
| 1791 msgid "" | |
| 1792 "If you confirm this dialog, all the (micro-)blog data you submitted will " | |
| 1793 "be erased." | |
| 1794 msgstr "" | |
| 1795 | |
| 1796 #: sat/plugins/plugin_misc_account.py:637 | |
| 1797 msgid "These are the public and private posts and comments you sent to any group." | |
| 1798 msgstr "" | |
| 1799 | |
| 1800 #: sat/plugins/plugin_misc_account.py:649 | |
| 1801 msgid "Delete all your (micro-)blog posts?" | |
| 1802 msgstr "" | |
| 1803 | |
| 1804 #: sat/plugins/plugin_misc_account.py:653 | |
| 1805 msgid "" | |
| 1806 "If you confirm this dialog, all the public and private posts you sent to " | |
| 1807 "any group will be erased." | |
| 1808 msgstr "" | |
| 1809 | |
| 1810 #: sat/plugins/plugin_misc_account.py:665 | |
| 1811 msgid "Delete all your (micro-)blog comments?" | |
| 1812 msgstr "" | |
| 1813 | |
| 1814 #: sat/plugins/plugin_misc_account.py:669 | |
| 1815 msgid "" | |
| 1816 "If you confirm this dialog, all the public and private comments you made " | |
| 1817 "on other people's posts will be erased." | |
| 1818 msgstr "" | |
| 1819 | |
| 1820 #: sat/plugins/plugin_misc_account.py:689 | |
| 1821 msgid "blog posts and comments" | |
| 1822 msgstr "" | |
| 1823 | |
| 1824 #: sat/plugins/plugin_misc_account.py:694 | |
| 1825 msgid "blog posts" | |
| 1826 msgstr "" | |
| 1827 | |
| 1828 #: sat/plugins/plugin_misc_account.py:699 | |
| 1829 msgid "comments" | |
| 1830 msgstr "" | |
| 1831 | |
| 1832 #: sat/plugins/plugin_misc_account.py:705 | |
| 1833 #, fuzzy | |
| 1834 msgid "Deletion confirmation" | |
| 1835 msgstr "désinscription confirmée pour [%s]" | |
| 1836 | |
| 1837 #: sat/plugins/plugin_misc_account.py:707 | |
| 1838 #, python-format | |
| 1839 msgid "Your %(target)s have been deleted." | |
| 1840 msgstr "" | |
| 1841 | |
| 1842 #: sat/plugins/plugin_misc_account.py:709 | |
| 1843 msgid "" | |
| 1844 "Known issue of the demo version: you need to refresh the page to make the" | |
| 1845 " deleted posts actually disappear." | |
| 1846 msgstr "" | |
| 1847 | |
| 1848 #: sat/plugins/plugin_misc_account.py:718 | |
| 1849 #, python-format | |
| 1850 msgid "Your %(target)s could not be deleted: %(message)s" | |
| 1851 msgstr "" | |
| 1852 | |
| 1853 #: sat/plugins/plugin_misc_android.py:50 | |
| 1854 msgid "Manage Android platform specificities, like pause or notifications" | |
| 1855 msgstr "" | |
| 1856 | |
| 1857 #: sat/plugins/plugin_misc_android.py:92 | |
| 1858 msgid "sound on notifications" | |
| 1859 msgstr "" | |
| 1860 | |
| 1861 #: sat/plugins/plugin_misc_android.py:94 | |
| 1862 #, fuzzy | |
| 1863 msgid "Normal" | |
| 1864 msgstr "Général" | |
| 1865 | |
| 1866 #: sat/plugins/plugin_misc_android.py:95 sat/plugins/plugin_misc_android.py:103 | |
| 1867 msgid "Never" | |
| 1868 msgstr "" | |
| 1869 | |
| 1870 #: sat/plugins/plugin_misc_android.py:99 | |
| 1871 msgid "Vibrate on notifications" | |
| 1872 msgstr "" | |
| 1873 | |
| 1874 #: sat/plugins/plugin_misc_android.py:101 | |
| 1875 #, fuzzy | |
| 1876 msgid "Always" | |
| 1877 msgstr "Chercher les transports" | |
| 1878 | |
| 1879 #: sat/plugins/plugin_misc_android.py:102 | |
| 1880 msgid "In vibrate mode" | |
| 1881 msgstr "" | |
| 1882 | |
| 1883 #: sat/plugins/plugin_misc_android.py:243 | |
| 1884 #, fuzzy | |
| 1885 msgid "plugin Android initialization" | |
| 1886 msgstr "Initialisation du plugin XEP_0054" | |
| 1887 | |
| 1888 #: sat/plugins/plugin_misc_android.py:362 | |
| 1889 #, fuzzy | |
| 1890 msgid "new message from {contact}" | |
| 1891 msgstr "Attend qu'un fichier soit envoyé par un contact" | |
| 1892 | |
| 1893 #: sat/plugins/plugin_misc_app_manager.py:64 | |
| 1894 msgid "" | |
| 1895 "Applications Manager\n" | |
| 1896 "\n" | |
| 1897 "Manage external applications using packagers, OS " | |
| 1898 "virtualization/containers or other\n" | |
| 1899 "software management tools.\n" | |
| 1900 msgstr "" | |
| 1901 | |
| 1902 #: sat/plugins/plugin_misc_app_manager.py:80 | |
| 1903 #, fuzzy | |
| 1904 msgid "plugin Applications Manager initialization" | |
| 1905 msgstr "Initialisation du plugin XEP_0054" | |
| 1906 | |
| 1907 #: sat/plugins/plugin_misc_app_manager.py:166 | |
| 1908 msgid "" | |
| 1909 "No value found for \"public_url\", using \"example.org\" for now, please " | |
| 1910 "set the proper value in libervia.conf" | |
| 1911 msgstr "" | |
| 1912 | |
| 1913 #: sat/plugins/plugin_misc_app_manager.py:170 | |
| 1914 msgid "" | |
| 1915 "invalid value for \"public_url\" ({value}), it musts not start with " | |
| 1916 "schema (\"http\"), ignoring it and using \"example.org\" instead" | |
| 1917 msgstr "" | |
| 1918 | |
| 1919 #: sat/plugins/plugin_misc_attach.py:43 | |
| 1920 msgid "Attachments handler" | |
| 1921 msgstr "" | |
| 1922 | |
| 1923 #: sat/plugins/plugin_misc_attach.py:53 | |
| 1924 #, fuzzy | |
| 1925 msgid "plugin Attach initialization" | |
| 1926 msgstr "Initialisation du plugin XEP_0054" | |
| 1927 | |
| 1928 #: sat/plugins/plugin_misc_attach.py:109 | |
| 1929 msgid "Can't resize attachment of unknown type: {attachment}" | |
| 1930 msgstr "" | |
| 1931 | |
| 1932 #: sat/plugins/plugin_misc_attach.py:125 | |
| 1933 msgid "Attachment {path!r} has been resized at {new_path!r}" | |
| 1934 msgstr "" | |
| 1935 | |
| 1936 #: sat/plugins/plugin_misc_attach.py:129 | |
| 1937 msgid "Can't resize attachment of type {main_type!r}: {attachment}" | |
| 1938 msgstr "" | |
| 1939 | |
| 1940 #: sat/plugins/plugin_misc_attach.py:143 | |
| 1941 msgid "No plugin can handle attachment with {destinee}" | |
| 1942 msgstr "" | |
| 1943 | |
| 1944 #: sat/plugins/plugin_misc_attach.py:210 | |
| 1945 msgid "certificate check disabled for upload, this is dangerous!" | |
| 1946 msgstr "" | |
| 1947 | |
| 1948 #: sat/plugins/plugin_misc_debug.py:35 | |
| 1949 msgid "Set of method to make development and debugging easier" | |
| 1950 msgstr "" | |
| 1951 | |
| 1952 #: sat/plugins/plugin_misc_debug.py:41 | |
| 1953 #, fuzzy | |
| 1954 msgid "Plugin Debug initialization" | |
| 1955 msgstr "Initialisation du plugin XEP_0054" | |
| 1956 | |
| 1957 #: sat/plugins/plugin_misc_download.py:43 | |
| 1958 msgid "File download management" | |
| 1959 msgstr "" | |
| 1960 | |
| 1961 #: sat/plugins/plugin_misc_download.py:50 | |
| 1962 #, fuzzy | |
| 1963 msgid "plugin Download initialization" | |
| 1964 msgstr "Initialisation du plugin XEP_0054" | |
| 1965 | |
| 1966 #: sat/plugins/plugin_misc_download.py:95 | |
| 1967 msgid "Can't download file: {reason}" | |
| 1968 msgstr "" | |
| 1969 | |
| 1970 #: sat/plugins/plugin_misc_download.py:99 sat_frontends/jp/cmd_file.py:498 | |
| 1971 #, fuzzy | |
| 1972 msgid "Can't download file" | |
| 1973 msgstr "Vous essayer de connecter un profile qui n'existe pas" | |
| 1974 | |
| 1975 #: sat/plugins/plugin_misc_download.py:176 | |
| 1976 msgid "certificate check disabled for download, this is dangerous!" | |
| 1977 msgstr "" | |
| 1978 | |
| 1979 #: sat/plugins/plugin_misc_download.py:187 | |
| 1980 msgid "Can't download URI {uri}: {reason}" | |
| 1981 msgstr "" | |
| 1982 | |
| 1983 #: sat/plugins/plugin_misc_email_invitation.py:44 | |
| 1984 msgid "invitation of people without XMPP account" | |
| 1985 msgstr "" | |
| 1986 | |
| 1987 #: sat/plugins/plugin_misc_email_invitation.py:59 | |
| 1988 msgid "You have been invited by {host_name} to {app_name}" | |
| 1989 msgstr "" | |
| 1990 | |
| 1991 #: sat/plugins/plugin_misc_email_invitation.py:60 | |
| 1992 msgid "" | |
| 1993 "Hello {name}!\n" | |
| 1994 "\n" | |
| 1995 "You have received an invitation from {host_name} to participate to " | |
| 1996 "\"{app_name}\".\n" | |
| 1997 "To join, you just have to click on the following URL:\n" | |
| 1998 "{url}\n" | |
| 1999 "\n" | |
| 2000 "Please note that this URL should not be shared with anybody!\n" | |
| 2001 "If you want more details on {app_name}, you can check {app_url}.\n" | |
| 2002 "\n" | |
| 2003 "Welcome!\n" | |
| 2004 msgstr "" | |
| 2005 | |
| 2006 #: sat/plugins/plugin_misc_email_invitation.py:76 | |
| 2007 #, fuzzy | |
| 2008 msgid "plugin Invitations initialization" | |
| 2009 msgstr "Initialisation du plugin XEP_0054" | |
| 2010 | |
| 2011 #: sat/plugins/plugin_misc_email_invitation.py:105 | |
| 2012 msgid "You can't use following key(s) in extra, they are reserved: {}" | |
| 2013 msgstr "" | |
| 2014 | |
| 2015 #: sat/plugins/plugin_misc_email_invitation.py:198 | |
| 2016 msgid "You can't use following key(s) in both args and extra: {}" | |
| 2017 msgstr "" | |
| 2018 | |
| 2019 #: sat/plugins/plugin_misc_email_invitation.py:207 | |
| 2020 msgid "You need to provide a main email address before using emails_extra" | |
| 2021 msgstr "" | |
| 2022 | |
| 2023 #: sat/plugins/plugin_misc_email_invitation.py:213 | |
| 2024 msgid "You need to provide url_template if you use default message body" | |
| 2025 msgstr "" | |
| 2026 | |
| 2027 #: sat/plugins/plugin_misc_email_invitation.py:216 | |
| 2028 #, fuzzy | |
| 2029 msgid "creating an invitation" | |
| 2030 msgstr "Connexion..." | |
| 2031 | |
| 2032 #: sat/plugins/plugin_misc_email_invitation.py:237 | |
| 2033 msgid "You need to specify xmpp_domain in sat.conf" | |
| 2034 msgstr "" | |
| 2035 | |
| 2036 #: sat/plugins/plugin_misc_email_invitation.py:251 | |
| 2037 msgid "Can't create XMPP account" | |
| 2038 msgstr "" | |
| 2039 | |
| 2040 #: sat/plugins/plugin_misc_email_invitation.py:254 | |
| 2041 msgid "requested jid already exists, trying with {}" | |
| 2042 msgstr "" | |
| 2043 | |
| 2044 #: sat/plugins/plugin_misc_email_invitation.py:265 | |
| 2045 msgid "account {jid_} created" | |
| 2046 msgstr "" | |
| 2047 | |
| 2048 #: sat/plugins/plugin_misc_email_invitation.py:317 | |
| 2049 msgid "somebody" | |
| 2050 msgstr "" | |
| 2051 | |
| 2052 #: sat/plugins/plugin_misc_email_invitation.py:345 | |
| 2053 msgid "Not all arguments have been consumed: {}" | |
| 2054 msgstr "" | |
| 2055 | |
| 2056 #: sat/plugins/plugin_misc_email_invitation.py:443 | |
| 2057 msgid "Skipping reserved key {key}" | |
| 2058 msgstr "" | |
| 2059 | |
| 2060 #: sat/plugins/plugin_misc_extra_pep.py:38 | |
| 2061 msgid "Display messages from extra PEP services" | |
| 2062 msgstr "" | |
| 2063 | |
| 2064 #: sat/plugins/plugin_misc_extra_pep.py:69 | |
| 2065 #, fuzzy | |
| 2066 msgid "Plugin Extra PEP initialization" | |
| 2067 msgstr "Initialisation du plugin XEP_0054" | |
| 2068 | |
| 2069 #: sat/plugins/plugin_misc_file.py:45 | |
| 2070 msgid "" | |
| 2071 "File Tansfer Management:\n" | |
| 2072 "This plugin manage the various ways of sending a file, and choose the " | |
| 2073 "best one." | |
| 2074 msgstr "" | |
| 2075 | |
| 2076 #: sat/plugins/plugin_misc_file.py:52 | |
| 2077 msgid "Please select a file to send to {peer}" | |
| 2078 msgstr "" | |
| 2079 | |
| 2080 #: sat/plugins/plugin_misc_file.py:53 | |
| 2081 msgid "File sending" | |
| 2082 msgstr "" | |
| 2083 | |
| 2084 #: sat/plugins/plugin_misc_file.py:54 | |
| 2085 msgid "" | |
| 2086 "{peer} wants to send the file \"{name}\" to you:\n" | |
| 2087 "{desc}\n" | |
| 2088 "\n" | |
| 2089 "The file has a size of {size_human}\n" | |
| 2090 "\n" | |
| 2091 "Do you accept ?" | |
| 2092 msgstr "" | |
| 2093 | |
| 2094 #: sat/plugins/plugin_misc_file.py:58 | |
| 2095 #, fuzzy | |
| 2096 msgid "Confirm file transfer" | |
| 2097 msgstr "Transfert de fichier" | |
| 2098 | |
| 2099 #: sat/plugins/plugin_misc_file.py:59 | |
| 2100 msgid "File {} already exists, are you sure you want to overwrite ?" | |
| 2101 msgstr "" | |
| 2102 | |
| 2103 #: sat/plugins/plugin_misc_file.py:60 | |
| 2104 #, fuzzy | |
| 2105 msgid "File exists" | |
| 2106 msgstr "Aucun profile sélectionné" | |
| 2107 | |
| 2108 #: sat/plugins/plugin_misc_file.py:70 | |
| 2109 #, fuzzy | |
| 2110 msgid "plugin File initialization" | |
| 2111 msgstr "Initialisation du plugin XEP_0054" | |
| 2112 | |
| 2113 #: sat/plugins/plugin_misc_file.py:82 | |
| 2114 #, fuzzy | |
| 2115 msgid "Action" | |
| 2116 msgstr "Connexion..." | |
| 2117 | |
| 2118 #: sat/plugins/plugin_misc_file.py:82 | |
| 2119 #, fuzzy | |
| 2120 msgid "send file" | |
| 2121 msgstr "Envoi un fichier" | |
| 2122 | |
| 2123 #: sat/plugins/plugin_misc_file.py:85 | |
| 2124 #, fuzzy | |
| 2125 msgid "Send a file" | |
| 2126 msgstr "Envoi un fichier" | |
| 2127 | |
| 2128 #: sat/plugins/plugin_misc_file.py:121 | |
| 2129 msgid "{name} method will be used to send the file" | |
| 2130 msgstr "" | |
| 2131 | |
| 2132 #: sat/plugins/plugin_misc_file.py:132 | |
| 2133 msgid "Can't send {filepath} to {peer_jid} with {method_name}: {reason}" | |
| 2134 msgstr "" | |
| 2135 | |
| 2136 #: sat/plugins/plugin_misc_file.py:166 sat/plugins/plugin_xep_0100.py:101 | |
| 2137 msgid "Invalid JID" | |
| 2138 msgstr "" | |
| 2139 | |
| 2140 #: sat/plugins/plugin_misc_forums.py:36 | |
| 2141 #, fuzzy | |
| 2142 msgid "forums management" | |
| 2143 msgstr "Initialisation du gestionnaire de mémoire" | |
| 2144 | |
| 2145 #: sat/plugins/plugin_misc_forums.py:43 | |
| 2146 msgid "forums management plugin" | |
| 2147 msgstr "" | |
| 2148 | |
| 2149 #: sat/plugins/plugin_misc_forums.py:54 | |
| 2150 #, fuzzy | |
| 2151 msgid "forums plugin initialization" | |
| 2152 msgstr "Initialisation du plugin XEP_0054" | |
| 2153 | |
| 2154 #: sat/plugins/plugin_misc_forums.py:97 | |
| 2155 msgid "forums arguments must be a list of forums" | |
| 2156 msgstr "" | |
| 2157 | |
| 2158 #: sat/plugins/plugin_misc_forums.py:109 | |
| 2159 msgid "A forum item must be a dictionary" | |
| 2160 msgstr "" | |
| 2161 | |
| 2162 #: sat/plugins/plugin_misc_forums.py:114 | |
| 2163 msgid "following forum name is not unique: {name}" | |
| 2164 msgstr "" | |
| 2165 | |
| 2166 #: sat/plugins/plugin_misc_forums.py:116 | |
| 2167 msgid "creating missing forum node" | |
| 2168 msgstr "" | |
| 2169 | |
| 2170 #: sat/plugins/plugin_misc_forums.py:130 | |
| 2171 msgid "Unknown forum attribute: {key}" | |
| 2172 msgstr "" | |
| 2173 | |
| 2174 #: sat/plugins/plugin_misc_forums.py:136 | |
| 2175 msgid "forum need a title or a name" | |
| 2176 msgstr "" | |
| 2177 | |
| 2178 #: sat/plugins/plugin_misc_forums.py:138 | |
| 2179 msgid "forum need uri or sub-forums" | |
| 2180 msgstr "" | |
| 2181 | |
| 2182 #: sat/plugins/plugin_misc_forums.py:154 | |
| 2183 msgid "missing <forums> element" | |
| 2184 msgstr "" | |
| 2185 | |
| 2186 #: sat/plugins/plugin_misc_forums.py:160 | |
| 2187 msgid "Unexpected element: {xml}" | |
| 2188 msgstr "" | |
| 2189 | |
| 2190 #: sat/plugins/plugin_misc_forums.py:168 | |
| 2191 msgid "Following attributes are unknown: {unknown}" | |
| 2192 msgstr "" | |
| 2193 | |
| 2194 #: sat/plugins/plugin_misc_forums.py:176 | |
| 2195 msgid "invalid forum, ignoring: {xml}" | |
| 2196 msgstr "" | |
| 2197 | |
| 2198 #: sat/plugins/plugin_misc_forums.py:180 | |
| 2199 msgid "unkown forums sub element: {xml}" | |
| 2200 msgstr "" | |
| 2201 | |
| 2202 #: sat/plugins/plugin_misc_groupblog.py:53 | |
| 2203 #, fuzzy | |
| 2204 msgid "Implementation of microblogging fine permissions" | |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2205 msgstr "Implémentation de l'enregistrement en ligne" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2206 |
| 3570 | 2207 #: sat/plugins/plugin_misc_groupblog.py:61 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2208 #, fuzzy |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2209 msgid "Group blog plugin initialization" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2210 msgstr "Initialisation de l'extension pour les transports" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2211 |
| 3570 | 2212 #: sat/plugins/plugin_misc_groupblog.py:80 |
| 2213 msgid "Server is not able to manage item-access pubsub, we can't use group blog" | |
| 2214 msgstr "" | |
| 2215 | |
| 2216 #: sat/plugins/plugin_misc_groupblog.py:86 | |
| 2217 msgid "Server can manage group blogs" | |
| 2218 msgstr "" | |
| 2219 | |
| 2220 #: sat/plugins/plugin_misc_identity.py:49 | |
| 2221 msgid "Identity manager" | |
| 2222 msgstr "" | |
| 2223 | |
| 2224 #: sat/plugins/plugin_misc_identity.py:58 | |
| 2225 #, fuzzy | |
| 2226 msgid "Plugin Identity initialization" | |
| 2227 msgstr "Initialisation du plugin XEP_0054" | |
| 2228 | |
| 2229 #: sat/plugins/plugin_misc_identity.py:293 | |
| 2230 #: sat/plugins/plugin_misc_identity.py:365 | |
| 2231 msgid "No callback registered for {metadata_name}" | |
| 2232 msgstr "" | |
| 2233 | |
| 2234 #: sat/plugins/plugin_misc_identity.py:316 | |
| 2235 msgid "Error while trying to get {metadata_name} with {callback}: {e}" | |
| 2236 msgstr "" | |
| 2237 | |
| 2238 #: sat/plugins/plugin_misc_identity.py:376 | |
| 2239 msgid "Error while trying to set {metadata_name} with {callback}: {e}" | |
| 2240 msgstr "" | |
| 2241 | |
| 2242 #: sat/plugins/plugin_misc_identity.py:691 | |
| 2243 msgid "Can't set metadata {metadata_name!r}: {reason}" | |
| 2244 msgstr "" | |
| 2245 | |
| 2246 #: sat/plugins/plugin_misc_ip.py:57 | |
| 2247 msgid "This plugin help to discover our external IP address." | |
| 2248 msgstr "" | |
| 2249 | |
| 2250 #: sat/plugins/plugin_misc_ip.py:64 | |
| 2251 msgid "Allow external get IP" | |
| 2252 msgstr "" | |
| 2253 | |
| 2254 #: sat/plugins/plugin_misc_ip.py:67 | |
| 2255 msgid "Confirm external site request" | |
| 2256 msgstr "" | |
| 2257 | |
| 2258 #: sat/plugins/plugin_misc_ip.py:68 | |
| 2259 msgid "" | |
| 2260 "To facilitate data transfer, we need to contact a website.\n" | |
| 2261 "A request will be done on {page}\n" | |
| 2262 "That means that administrators of {domain} can know that you use " | |
| 2263 "\"{app_name}\" and your IP Address.\n" | |
| 2264 "\n" | |
| 2265 "IP address is an identifier to locate you on Internet (similar to a phone" | |
| 2266 " number).\n" | |
| 2267 "\n" | |
| 2268 "Do you agree to do this request ?\n" | |
| 2269 msgstr "" | |
| 2270 | |
| 2271 #: sat/plugins/plugin_misc_ip.py:100 | |
| 2272 #, fuzzy | |
| 2273 msgid "plugin IP discovery initialization" | |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2274 msgstr "Initialisation du plugin XEP_0054" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2275 |
| 3570 | 2276 #: sat/plugins/plugin_misc_lists.py:39 |
| 2277 msgid "Pubsub Lists" | |
| 2278 msgstr "" | |
| 2279 | |
| 2280 #: sat/plugins/plugin_misc_lists.py:47 | |
| 2281 msgid "Pubsub lists management plugin" | |
| 2282 msgstr "" | |
| 2283 | |
| 2284 #: sat/plugins/plugin_misc_lists.py:52 | |
| 2285 msgid "TODO List" | |
| 2286 msgstr "" | |
| 2287 | |
| 2288 #: sat/plugins/plugin_misc_lists.py:63 sat/plugins/plugin_misc_lists.py:113 | |
| 2289 #: sat/plugins/plugin_misc_lists.py:156 | |
| 2290 msgid "status" | |
| 2291 msgstr "" | |
| 2292 | |
| 2293 #: sat/plugins/plugin_misc_lists.py:67 | |
| 2294 msgid "to do" | |
| 2295 msgstr "" | |
| 2296 | |
| 2297 #: sat/plugins/plugin_misc_lists.py:71 | |
| 2298 #, fuzzy | |
| 2299 msgid "in progress" | |
| 2300 msgstr "Progression: " | |
| 2301 | |
| 2302 #: sat/plugins/plugin_misc_lists.py:75 | |
| 2303 #, fuzzy | |
| 2304 msgid "done" | |
| 2305 msgstr "En ligne" | |
| 2306 | |
| 2307 #: sat/plugins/plugin_misc_lists.py:83 sat/plugins/plugin_misc_lists.py:180 | |
| 2308 msgid "priority" | |
| 2309 msgstr "" | |
| 2310 | |
| 2311 #: sat/plugins/plugin_misc_lists.py:87 sat/plugins/plugin_misc_lists.py:184 | |
| 2312 msgid "major" | |
| 2313 msgstr "" | |
| 2314 | |
| 2315 #: sat/plugins/plugin_misc_lists.py:91 sat/plugins/plugin_misc_lists.py:188 | |
| 2316 #, fuzzy | |
| 2317 msgid "normal" | |
| 2318 msgstr "Général" | |
| 2319 | |
| 2320 #: sat/plugins/plugin_misc_lists.py:95 sat/plugins/plugin_misc_lists.py:192 | |
| 2321 msgid "minor" | |
| 2322 msgstr "" | |
| 2323 | |
| 2324 #: sat/plugins/plugin_misc_lists.py:106 | |
| 2325 msgid "Grocery List" | |
| 2326 msgstr "" | |
| 2327 | |
| 2328 #: sat/plugins/plugin_misc_lists.py:109 sat_frontends/jp/cmd_info.py:69 | |
| 2329 #: sat_frontends/jp/cmd_info.py:111 | |
| 2330 #, fuzzy | |
| 2331 msgid "name" | |
| 2332 msgstr "Jeu" | |
| 2333 | |
| 2334 #: sat/plugins/plugin_misc_lists.py:110 | |
| 2335 msgid "quantity" | |
| 2336 msgstr "" | |
| 2337 | |
| 2338 #: sat/plugins/plugin_misc_lists.py:117 | |
| 2339 msgid "to buy" | |
| 2340 msgstr "" | |
| 2341 | |
| 2342 #: sat/plugins/plugin_misc_lists.py:121 | |
| 2343 #, fuzzy | |
| 2344 msgid "bought" | |
| 2345 msgstr "À propos" | |
| 2346 | |
| 2347 #: sat/plugins/plugin_misc_lists.py:130 | |
| 2348 msgid "Tickets" | |
| 2349 msgstr "" | |
| 2350 | |
| 2351 #: sat/plugins/plugin_misc_lists.py:140 sat_frontends/jp/cmd_info.py:69 | |
| 2352 msgid "type" | |
| 2353 msgstr "" | |
| 2354 | |
| 2355 #: sat/plugins/plugin_misc_lists.py:144 | |
| 2356 msgid "bug" | |
| 2357 msgstr "" | |
| 2358 | |
| 2359 #: sat/plugins/plugin_misc_lists.py:148 | |
| 2360 #, fuzzy | |
| 2361 msgid "feature request" | |
| 2362 msgstr "Gestion des paramètres" | |
| 2363 | |
| 2364 #: sat/plugins/plugin_misc_lists.py:160 | |
| 2365 #, fuzzy | |
| 2366 msgid "queued" | |
| 2367 msgstr "refusé" | |
| 2368 | |
| 2369 #: sat/plugins/plugin_misc_lists.py:164 | |
| 2370 msgid "started" | |
| 2371 msgstr "" | |
| 2372 | |
| 2373 #: sat/plugins/plugin_misc_lists.py:168 | |
| 2374 msgid "review" | |
| 2375 msgstr "" | |
| 2376 | |
| 2377 #: sat/plugins/plugin_misc_lists.py:172 | |
| 2378 #, fuzzy | |
| 2379 msgid "closed" | |
| 2380 msgstr "fermeture" | |
| 2381 | |
| 2382 #: sat/plugins/plugin_misc_lists.py:208 | |
| 2383 #, fuzzy | |
| 2384 msgid "Pubsub lists plugin initialization" | |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2385 msgstr "Initialisation du plugin XEP_0054" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2386 |
| 3570 | 2387 #: sat/plugins/plugin_misc_merge_requests.py:35 |
| 2388 msgid "Merge requests management" | |
| 2389 msgstr "" | |
| 2390 | |
| 2391 #: sat/plugins/plugin_misc_merge_requests.py:42 | |
| 2392 msgid "Merge requests management plugin" | |
| 2393 msgstr "" | |
| 2394 | |
| 2395 #: sat/plugins/plugin_misc_merge_requests.py:69 | |
| 2396 #, fuzzy | |
| 2397 msgid "Merge requests plugin initialization" | |
| 2398 msgstr "Initialisation de l'extension pour les transports" | |
| 2399 | |
| 2400 #: sat/plugins/plugin_misc_merge_requests.py:121 | |
| 2401 #, fuzzy | |
| 2402 msgid "a handler with name {name} already exists!" | |
| 2403 msgstr "Ce nom de profile existe déjà" | |
| 2404 | |
| 2405 #: sat/plugins/plugin_misc_merge_requests.py:134 | |
| 2406 msgid "" | |
| 2407 "merge requests of type {type} are already handled by {old_handler}, " | |
| 2408 "ignoring {new_handler}" | |
| 2409 msgstr "" | |
| 2410 | |
| 2411 #: sat/plugins/plugin_misc_merge_requests.py:241 | |
| 2412 msgid "repository must be specified" | |
| 2413 msgstr "" | |
| 2414 | |
| 2415 #: sat/plugins/plugin_misc_merge_requests.py:244 | |
| 2416 msgid "{field} is set by backend, you must not set it in frontend" | |
| 2417 msgstr "" | |
| 2418 | |
| 2419 #: sat/plugins/plugin_misc_merge_requests.py:253 | |
| 2420 msgid "{name} handler will be used" | |
| 2421 msgstr "" | |
| 2422 | |
| 2423 #: sat/plugins/plugin_misc_merge_requests.py:256 | |
| 2424 msgid "repository {path} can't be handled by any installed handler" | |
| 2425 msgstr "" | |
| 2426 | |
| 2427 #: sat/plugins/plugin_misc_merge_requests.py:259 | |
| 2428 msgid "no handler for this repository has been found" | |
| 2429 msgstr "" | |
| 2430 | |
| 2431 #: sat/plugins/plugin_misc_merge_requests.py:265 | |
| 2432 msgid "No handler of this name found" | |
| 2433 msgstr "" | |
| 2434 | |
| 2435 #: sat/plugins/plugin_misc_merge_requests.py:269 | |
| 2436 msgid "export data is empty, do you have any change to send?" | |
| 2437 msgstr "" | |
| 2438 | |
| 2439 #: sat/plugins/plugin_misc_merge_requests.py:312 | |
| 2440 msgid "No handler can handle data type \"{type}\"" | |
| 2441 msgstr "" | |
| 2442 | |
| 2443 #: sat/plugins/plugin_misc_merge_requests.py:348 | |
| 2444 msgid "No handler found to import {data_type}" | |
| 2445 msgstr "" | |
| 2446 | |
| 2447 #: sat/plugins/plugin_misc_merge_requests.py:350 | |
| 2448 msgid "Importing patch [{item_id}] using {name} handler" | |
| 2449 msgstr "" | |
| 2450 | |
| 2451 #: sat/plugins/plugin_misc_nat_port.py:45 | |
| 2452 msgid "Automatic NAT port mapping using UPnP" | |
| 2453 msgstr "" | |
| 2454 | |
| 2455 #: sat/plugins/plugin_misc_nat_port.py:62 | |
| 2456 #, fuzzy | |
| 2457 msgid "plugin NAT Port initialization" | |
| 2458 msgstr "Initialisation du plugin XEP_0054" | |
| 2459 | |
| 2460 #: sat/plugins/plugin_misc_nat_port.py:177 | |
| 2461 msgid "addportmapping error: {msg}" | |
| 2462 msgstr "" | |
| 2463 | |
| 2464 #: sat/plugins/plugin_misc_nat_port.py:215 | |
| 2465 msgid "error while trying to map ports: {msg}" | |
| 2466 msgstr "" | |
| 2467 | |
| 2468 #: sat/plugins/plugin_misc_quiz.py:42 | |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2469 #, fuzzy |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2470 msgid "Implementation of Quiz game" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2471 msgstr "Implementation de vcard-temp" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2472 |
| 3570 | 2473 #: sat/plugins/plugin_misc_quiz.py:55 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2474 #, fuzzy |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2475 msgid "Plugin Quiz initialization" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2476 msgstr "Initialisation du plugin XEP_0054" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2477 |
| 3570 | 2478 #: sat/plugins/plugin_misc_quiz.py:345 |
| 2479 msgid "" | |
| 2480 "Bienvenue dans cette partie rapide de quizz, le premier à atteindre le " | |
| 2481 "score de 9 remporte le jeu\n" | |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2482 "\n" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2483 "Attention, tu es prêt ?" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2484 msgstr "" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2485 |
| 3570 | 2486 #: sat/plugins/plugin_misc_quiz.py:380 sat/plugins/plugin_misc_tarot.py:664 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2487 #, python-format |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2488 msgid "Player %(player)s is ready to start [status: %(status)s]" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2489 msgstr "Le joueur %(player)s est prêt à commencer [statut: %(status)s]" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2490 |
| 3570 | 2491 #: sat/plugins/plugin_misc_quiz.py:456 sat/plugins/plugin_misc_radiocol.py:353 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2492 #, fuzzy, python-format |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2493 msgid "Unmanaged game element: %s" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2494 msgstr "élément de jeu de carte inconnu: %s" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2495 |
| 3570 | 2496 #: sat/plugins/plugin_misc_radiocol.py:57 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2497 #, fuzzy |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2498 msgid "Implementation of radio collective" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2499 msgstr "Implementation de vcard-temp" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2500 |
| 3570 | 2501 #: sat/plugins/plugin_misc_radiocol.py:76 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2502 #, fuzzy |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2503 msgid "Radio collective initialization" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2504 msgstr "Initialisation du plugin XEP_0054" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2505 |
| 3570 | 2506 #: sat/plugins/plugin_misc_radiocol.py:180 |
| 2507 msgid "" | |
| 2508 "The uploaded file has been rejected, only Ogg Vorbis and MP3 songs are " | |
| 2509 "accepted." | |
| 2510 msgstr "" | |
| 2511 | |
| 2512 #: sat/plugins/plugin_misc_radiocol.py:210 | |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2513 msgid "No more participants in the radiocol: cleaning data" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2514 msgstr "" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2515 |
| 3570 | 2516 #: sat/plugins/plugin_misc_radiocol.py:249 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2517 msgid "INTERNAL ERROR: can't find full path of the song to delete" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2518 msgstr "" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2519 |
| 3570 | 2520 #: sat/plugins/plugin_misc_radiocol.py:258 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2521 #, python-format |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2522 msgid "INTERNAL ERROR: can't find %s on the file system" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2523 msgstr "" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2524 |
| 3570 | 2525 #: sat/plugins/plugin_misc_register_account.py:41 |
| 2526 #, fuzzy | |
| 2527 msgid "Register XMPP account" | |
| 2528 msgstr "Enregistrement d'un nouveau compte" | |
| 2529 | |
| 2530 #: sat/plugins/plugin_misc_register_account.py:49 | |
| 2531 #, fuzzy | |
| 2532 msgid "Plugin Register Account initialization" | |
| 2533 msgstr "Initialisation du plugin XEP_0054" | |
| 2534 | |
| 2535 #: sat/plugins/plugin_misc_register_account.py:76 | |
| 2536 msgid "Missing values" | |
| 2537 msgstr "" | |
| 2538 | |
| 2539 #: sat/plugins/plugin_misc_register_account.py:78 | |
| 2540 #, fuzzy | |
| 2541 msgid "No user JID or password given: can't register new account." | |
| 2542 msgstr "" | |
| 2543 "L'utilisateur, le mot de passe ou le serveur n'ont pas été spécifiés, " | |
| 2544 "impossible d'inscrire un nouveau compte." | |
| 2545 | |
| 2546 #: sat/plugins/plugin_misc_register_account.py:87 | |
| 2547 msgid "Register new account" | |
| 2548 msgstr "Enregistrement d'un nouveau compte" | |
| 2549 | |
| 2550 #: sat/plugins/plugin_misc_register_account.py:92 | |
| 2551 msgid "Do you want to register a new XMPP account {jid}?" | |
| 2552 msgstr "" | |
| 2553 | |
| 2554 #: sat/plugins/plugin_misc_register_account.py:134 | |
| 2555 #, fuzzy | |
| 2556 msgid "Registration successful." | |
| 2557 msgstr "Inscription réussie" | |
| 2558 | |
| 2559 #: sat/plugins/plugin_misc_register_account.py:138 | |
| 2560 msgid "Failure" | |
| 2561 msgstr "" | |
| 2562 | |
| 2563 #: sat/plugins/plugin_misc_register_account.py:139 | |
| 2564 #, fuzzy, python-format | |
| 2565 msgid "Registration failed: %s" | |
| 2566 msgstr "Échec de l'inscription: %s" | |
| 2567 | |
| 2568 #: sat/plugins/plugin_misc_register_account.py:143 | |
| 2569 #, fuzzy | |
| 2570 msgid "Username already exists, please choose an other one." | |
| 2571 msgstr "Ce nom d'utilisateur existe déjà, veuillez en choisir un autre" | |
| 2572 | |
| 2573 #: sat/plugins/plugin_misc_room_game.py:49 | |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2574 msgid "Base class for MUC games" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2575 msgstr "" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2576 |
| 3570 | 2577 #: sat/plugins/plugin_misc_room_game.py:221 |
|
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
2578 #, python-format |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
2579 msgid "%(user)s not allowed to join the game %(game)s in %(room)s" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
2580 msgstr "" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
2581 |
| 3570 | 2582 #: sat/plugins/plugin_misc_room_game.py:380 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2583 #, python-format |
|
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
2584 msgid "%(user)s not allowed to invite for the game %(game)s in %(room)s" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
2585 msgstr "" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
2586 |
| 3570 | 2587 #: sat/plugins/plugin_misc_room_game.py:433 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2588 #, python-format |
| 3570 | 2589 msgid "Still waiting for %(users)s before starting the game %(game)s in %(room)s" |
| 2590 msgstr "" | |
| 2591 | |
| 2592 #: sat/plugins/plugin_misc_room_game.py:472 | |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2593 #, python-format |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2594 msgid "Preparing room for %s game" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2595 msgstr "" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2596 |
| 3570 | 2597 #: sat/plugins/plugin_misc_room_game.py:475 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2598 #, fuzzy |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2599 msgid "Unknown profile" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2600 msgstr "Afficher profile" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2601 |
| 3570 | 2602 #: sat/plugins/plugin_misc_room_game.py:583 |
|
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
2603 #, fuzzy, python-format |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
2604 msgid "%(game)s game already created in room %(room)s" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
2605 msgstr "%(profile)s est déjà dans le salon %(room_jid)s" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
2606 |
| 3570 | 2607 #: sat/plugins/plugin_misc_room_game.py:589 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2608 #, python-format |
|
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
2609 msgid "%(game)s game in room %(room)s can only be created by %(user)s" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
2610 msgstr "" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
2611 |
| 3570 | 2612 #: sat/plugins/plugin_misc_room_game.py:610 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2613 #, fuzzy, python-format |
|
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
2614 msgid "Creating %(game)s game in room %(room)s" |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2615 msgstr "Construction du jeu de Tarot" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2616 |
| 3570 | 2617 #: sat/plugins/plugin_misc_room_game.py:615 |
| 2618 #: sat/plugins/plugin_misc_room_game.py:646 | |
| 2619 #: sat/plugins/plugin_misc_tarot.py:581 | |
| 2620 #, python-format | |
| 2621 msgid "profile %s is unknown" | |
| 2622 msgstr "le profil %s est inconnu" | |
| 2623 | |
| 2624 #: sat/plugins/plugin_misc_room_game.py:661 | |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2625 #, python-format |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2626 msgid "new round for %s game" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2627 msgstr "" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2628 |
| 3570 | 2629 #: sat/plugins/plugin_misc_static_blog.py:44 |
| 2630 msgid "Plugin for static blogs" | |
| 2631 msgstr "" | |
| 2632 | |
| 2633 #: sat/plugins/plugin_misc_static_blog.py:66 | |
| 2634 #, fuzzy | |
| 2635 msgid "Page title" | |
| 2636 msgstr "Petite" | |
| 2637 | |
| 2638 #: sat/plugins/plugin_misc_static_blog.py:68 | |
| 2639 msgid "Banner URL" | |
| 2640 msgstr "" | |
| 2641 | |
| 2642 #: sat/plugins/plugin_misc_static_blog.py:70 | |
| 2643 msgid "Background image URL" | |
| 2644 msgstr "" | |
| 2645 | |
| 2646 #: sat/plugins/plugin_misc_static_blog.py:72 | |
| 2647 msgid "Keywords" | |
| 2648 msgstr "" | |
| 2649 | |
| 2650 #: sat/plugins/plugin_misc_static_blog.py:74 | |
| 2651 msgid "Description" | |
| 2652 msgstr "" | |
| 2653 | |
| 2654 #: sat/plugins/plugin_misc_static_blog.py:97 sat/plugins/plugin_sec_otr.py:508 | |
| 2655 #: sat/plugins/plugin_sec_otr.py:542 sat/plugins/plugin_sec_otr.py:568 | |
| 2656 #: sat/plugins/plugin_sec_otr.py:592 | |
| 2657 msgid "jid key is not present !" | |
| 2658 msgstr "" | |
| 2659 | |
| 2660 #: sat/plugins/plugin_misc_static_blog.py:102 | |
| 2661 msgid "Not available" | |
| 2662 msgstr "" | |
| 2663 | |
| 2664 #: sat/plugins/plugin_misc_static_blog.py:104 | |
| 2665 msgid "Retrieving a blog from an external domain is not implemented yet." | |
| 2666 msgstr "" | |
| 2667 | |
| 2668 #: sat/plugins/plugin_misc_tarot.py:47 | |
| 194 | 2669 #, fuzzy |
| 2670 msgid "Implementation of Tarot card game" | |
| 2671 msgstr "Implementation de vcard-temp" | |
| 2672 | |
| 3570 | 2673 #: sat/plugins/plugin_misc_tarot.py:60 |
| 194 | 2674 #, fuzzy |
| 2675 msgid "Plugin Tarot initialization" | |
| 2676 msgstr "Initialisation du plugin XEP_0054" | |
| 2677 | |
| 3570 | 2678 #: sat/plugins/plugin_misc_tarot.py:78 |
| 194 | 2679 msgid "Passe" |
| 2680 msgstr "Passe" | |
| 2681 | |
| 3570 | 2682 #: sat/plugins/plugin_misc_tarot.py:79 |
| 194 | 2683 msgid "Petite" |
| 2684 msgstr "Petite" | |
| 2685 | |
| 3570 | 2686 #: sat/plugins/plugin_misc_tarot.py:80 |
| 194 | 2687 msgid "Garde" |
| 2688 msgstr "Garde" | |
| 2689 | |
| 3570 | 2690 #: sat/plugins/plugin_misc_tarot.py:81 |
| 194 | 2691 msgid "Garde Sans" |
| 2692 msgstr "Garde Sans" | |
| 2693 | |
| 3570 | 2694 #: sat/plugins/plugin_misc_tarot.py:82 |
| 194 | 2695 msgid "Garde Contre" |
| 2696 msgstr "Garde Contre" | |
| 2697 | |
| 3570 | 2698 #: sat/plugins/plugin_misc_tarot.py:171 |
| 194 | 2699 msgid "contrat selection" |
| 2700 msgstr "Sélection du contrat" | |
| 2701 | |
| 3570 | 2702 #: sat/plugins/plugin_misc_tarot.py:189 |
| 194 | 2703 msgid "scores" |
| 2704 msgstr "points" | |
| 2705 | |
| 3570 | 2706 #: sat/plugins/plugin_misc_tarot.py:273 sat/plugins/plugin_misc_tarot.py:313 |
| 194 | 2707 #, python-format |
| 2708 msgid "" | |
| 2709 "Player %(excuse_owner)s give %(card_waited)s to %(player_waiting)s for " | |
| 2710 "Excuse compensation" | |
| 2711 msgstr "" | |
| 2712 "Le joueur %(excuse_owner)s donne %(card_waited)s à %(player_waiting)s en " | |
| 2713 "compensation pour l'Excuse" | |
| 2714 | |
| 3570 | 2715 #: sat/plugins/plugin_misc_tarot.py:327 |
| 194 | 2716 #, python-format |
| 2717 msgid "" | |
| 2718 "%(excuse_owner)s keep the Excuse but has not card to give, %(winner)s is " | |
| 2719 "waiting for one" | |
| 2720 msgstr "" | |
| 3570 | 2721 "%(excuse_owner)s garde l'Excuse mais n'a aucune carte à donner, " |
| 2722 "%(winner)s en attend une" | |
| 2723 | |
| 2724 #: sat/plugins/plugin_misc_tarot.py:338 | |
| 2725 #: sat_frontends/primitivus/game_tarot.py:309 | |
| 2726 msgid "Draw game" | |
| 2727 msgstr "" | |
| 2728 | |
| 2729 #: sat/plugins/plugin_misc_tarot.py:341 sat/plugins/plugin_misc_tarot.py:436 | |
| 194 | 2730 #, python-format |
| 2731 msgid "" | |
| 2732 "\n" | |
| 2733 "--\n" | |
| 2734 "%(player)s:\n" | |
| 2735 "score for this game ==> %(score_game)i\n" | |
| 2736 "total score ==> %(total_score)i" | |
| 2737 msgstr "" | |
| 2738 "\n" | |
| 2739 "--\n" | |
| 2740 "%(player)s:\n" | |
| 2741 "points pour cette partie ==> %(score_game)i\n" | |
| 2742 "point au total ==> %(total_score)i" | |
| 2743 | |
| 3570 | 2744 #: sat/plugins/plugin_misc_tarot.py:397 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2745 #, fuzzy |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2746 msgid "INTERNAL ERROR: contrat not managed (mispelled ?)" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2747 msgstr "ERREUR INTERNE: contrat inconnu (mal orthographié ?)" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2748 |
| 3570 | 2749 #: sat/plugins/plugin_misc_tarot.py:422 |
| 2750 #, fuzzy, python-format | |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2751 msgid "" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2752 "The attacker (%(attaquant)s) makes %(points)i and needs to make " |
| 3570 | 2753 "%(point_limit)i (%(nb_bouts)s oulder%(plural)s%(separator)s%(bouts)s): " |
| 2754 "(s)he %(victory)s" | |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2755 msgstr "" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2756 "L'attaquant (%(attaquant)s) fait %(points)i et joue pour %(point_limit)i " |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2757 "(%(nb_bouts)s bout%(plural)s%(separator)s%(bouts)s): il %(victory)s" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2758 |
| 3570 | 2759 #: sat/plugins/plugin_misc_tarot.py:507 |
| 194 | 2760 msgid "Internal error: unmanaged game stage" |
| 2761 msgstr "ERREUR INTERNE: état de jeu inconnu" | |
| 2762 | |
| 3570 | 2763 #: sat/plugins/plugin_misc_tarot.py:530 sat/plugins/plugin_misc_tarot.py:562 |
| 2764 msgid "session id doesn't exist, session has probably expired" | |
| 2765 msgstr "" | |
| 2766 | |
| 2767 #: sat/plugins/plugin_misc_tarot.py:540 | |
| 194 | 2768 #, python-format |
| 2769 msgid "contrat [%(contrat)s] choosed by %(profile)s" | |
| 2770 msgstr "contrat [%(contrat)s] choisi par %(profile)s" | |
| 2771 | |
| 3570 | 2772 #: sat/plugins/plugin_misc_tarot.py:584 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2773 #, fuzzy, python-format |
| 194 | 2774 msgid "Cards played by %(profile)s: [%(cards)s]" |
| 2775 msgstr "Cartes jouées par %(profile)s: [%(cards)s]" | |
| 2776 | |
| 3570 | 2777 #: sat/plugins/plugin_misc_tarot.py:709 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2778 msgid "Everybody is passing, round ended" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2779 msgstr "" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2780 |
| 3570 | 2781 #: sat/plugins/plugin_misc_tarot.py:723 |
| 194 | 2782 #, python-format |
| 2783 msgid "%(player)s win the bid with %(contrat)s" | |
| 2784 msgstr "%(player)s remporte l'enchère avec %(contrat)s" | |
| 2785 | |
| 3570 | 2786 #: sat/plugins/plugin_misc_tarot.py:751 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2787 #, fuzzy |
| 194 | 2788 msgid "tarot: chien received" |
| 2789 msgstr "tarot: chien reçu" | |
| 2790 | |
| 3570 | 2791 #: sat/plugins/plugin_misc_tarot.py:828 |
| 194 | 2792 #, python-format |
| 2793 msgid "The winner of this trick is %s" | |
| 2794 msgstr "le vainqueur de cette main est %s" | |
| 2795 | |
| 3570 | 2796 #: sat/plugins/plugin_misc_tarot.py:896 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2797 #, fuzzy, python-format |
| 194 | 2798 msgid "Unmanaged error type: %s" |
| 2799 msgstr "type d'erreur inconnu: %s" | |
| 2800 | |
| 3570 | 2801 #: sat/plugins/plugin_misc_tarot.py:898 |
| 194 | 2802 #, python-format |
| 2803 msgid "Unmanaged card game element: %s" | |
| 2804 msgstr "élément de jeu de carte inconnu: %s" | |
| 2805 | |
| 3570 | 2806 #: sat/plugins/plugin_misc_text_commands.py:40 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2807 msgid "IRC like text commands" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2808 msgstr "" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2809 |
| 3570 | 2810 #: sat/plugins/plugin_misc_text_commands.py:60 |
| 2811 msgid "" | |
| 2812 "Type '/help' to get a list of the available commands. If you didn't want " | |
| 2813 "to use a command, please start your message with '//' to escape the " | |
| 2814 "slash." | |
| 2815 msgstr "" | |
| 2816 | |
| 2817 #: sat/plugins/plugin_misc_text_commands.py:66 | |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2818 #, fuzzy |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2819 msgid "Text commands initialization" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2820 msgstr "Initialisation de l'extension pour les transports" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2821 |
| 3570 | 2822 #: sat/plugins/plugin_misc_text_commands.py:162 |
| 2823 #, python-format | |
| 2824 msgid "Skipping not callable [%s] attribute" | |
| 2825 msgstr "" | |
| 2826 | |
| 2827 #: sat/plugins/plugin_misc_text_commands.py:166 | |
| 2828 msgid "Skipping cmd_ method" | |
| 2829 msgstr "" | |
| 2830 | |
| 2831 #: sat/plugins/plugin_misc_text_commands.py:173 | |
| 2832 msgid "Conflict for command [{old_name}], renaming it to [{new_name}]" | |
| 2833 msgstr "" | |
| 2834 | |
| 2835 #: sat/plugins/plugin_misc_text_commands.py:180 | |
| 2836 #, python-format | |
| 2837 msgid "Registered text command [%s]" | |
| 2838 msgstr "" | |
| 2839 | |
| 2840 #: sat/plugins/plugin_misc_text_commands.py:244 | |
| 2841 #, fuzzy, python-format | |
| 2842 msgid "Invalid command /%s. " | |
| 2843 msgstr "Mauvais nom de profile" | |
| 2844 | |
| 2845 #: sat/plugins/plugin_misc_text_commands.py:277 | |
| 2846 #, fuzzy, python-format | |
| 2847 msgid "Unknown command /%s. " | |
| 2848 msgstr "Type d'action inconnu" | |
| 2849 | |
| 2850 #: sat/plugins/plugin_misc_text_commands.py:286 | |
| 2851 msgid "group discussions" | |
| 2852 msgstr "" | |
| 2853 | |
| 2854 #: sat/plugins/plugin_misc_text_commands.py:288 | |
| 2855 msgid "one to one discussions" | |
| 2856 msgstr "" | |
| 2857 | |
| 2858 #: sat/plugins/plugin_misc_text_commands.py:290 | |
| 2859 msgid "/{command} command only applies in {context}." | |
| 2860 msgstr "" | |
| 2861 | |
| 2862 #: sat/plugins/plugin_misc_text_commands.py:374 | |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2863 msgid "Invalid jid, can't whois" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2864 msgstr "" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2865 |
| 3570 | 2866 #: sat/plugins/plugin_misc_text_commands.py:380 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2867 #, python-format |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2868 msgid "whois for %(jid)s" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2869 msgstr "" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2870 |
| 3570 | 2871 #: sat/plugins/plugin_misc_text_commands.py:436 |
| 2872 msgid "Invalid command name [{}]\n" | |
| 2873 msgstr "" | |
| 2874 | |
| 2875 #: sat/plugins/plugin_misc_text_commands.py:457 | |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2876 #, python-format |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2877 msgid "" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2878 "Text commands available:\n" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2879 "%s" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2880 msgstr "" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2881 |
| 3570 | 2882 #: sat/plugins/plugin_misc_text_commands.py:462 |
| 2883 msgid "" | |
| 2884 "/{name}: {short_help}\n" | |
| 2885 "{syntax}{args_help}" | |
| 2886 msgstr "" | |
| 2887 | |
| 2888 #: sat/plugins/plugin_misc_text_commands.py:465 | |
| 2889 msgid " syntax: {}\n" | |
| 2890 msgstr "" | |
| 2891 | |
| 2892 #: sat/plugins/plugin_misc_text_syntaxes.py:43 sat/test/constants.py:56 | |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2893 #, fuzzy |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2894 msgid "Composition" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2895 msgstr "Connexion..." |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2896 |
| 3570 | 2897 #: sat/plugins/plugin_misc_text_syntaxes.py:142 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2898 msgid "Management of various text syntaxes (XHTML-IM, Markdown, etc)" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2899 msgstr "" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2900 |
| 3570 | 2901 #: sat/plugins/plugin_misc_text_syntaxes.py:184 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2902 #, fuzzy |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2903 msgid "Text syntaxes plugin initialization" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2904 msgstr "Initialisation de l'extension pour les transports" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
2905 |
| 3570 | 2906 #: sat/plugins/plugin_misc_upload.py:41 |
| 2907 msgid "File upload management" | |
| 2908 msgstr "" | |
| 2909 | |
| 2910 #: sat/plugins/plugin_misc_upload.py:45 | |
| 2911 #, fuzzy | |
| 2912 msgid "Please select a file to upload" | |
| 2913 msgstr "Veuillez entrer le nom du nouveau profile" | |
| 2914 | |
| 2915 #: sat/plugins/plugin_misc_upload.py:46 | |
| 2916 msgid "File upload" | |
| 2917 msgstr "" | |
| 2918 | |
| 2919 #: sat/plugins/plugin_misc_upload.py:53 | |
| 2920 #, fuzzy | |
| 2921 msgid "plugin Upload initialization" | |
| 2922 msgstr "Initialisation du plugin XEP_0054" | |
| 2923 | |
| 2924 #: sat/plugins/plugin_misc_upload.py:92 | |
| 2925 msgid "Can't upload file: {reason}" | |
| 2926 msgstr "" | |
| 2927 | |
| 2928 #: sat/plugins/plugin_misc_upload.py:96 sat_frontends/jp/cmd_file.py:586 | |
| 2929 msgid "Can't upload file" | |
| 2930 msgstr "" | |
| 2931 | |
| 2932 #: sat/plugins/plugin_misc_uri_finder.py:32 | |
| 2933 msgid "URI finder" | |
| 2934 msgstr "" | |
| 2935 | |
| 2936 #: sat/plugins/plugin_misc_uri_finder.py:39 | |
| 2937 msgid "" | |
| 2938 " Plugin to find URIs in well know location.\n" | |
| 2939 " This allows to retrieve settings to work with a project (e.g. pubsub " | |
| 2940 "node used for merge-requests).\n" | |
| 2941 " " | |
| 2942 msgstr "" | |
| 2943 | |
| 2944 #: sat/plugins/plugin_misc_uri_finder.py:52 | |
| 2945 #, fuzzy | |
| 2946 msgid "URI finder plugin initialization" | |
| 2947 msgstr "Initialisation du plugin XEP_0054" | |
| 2948 | |
| 2949 #: sat/plugins/plugin_misc_uri_finder.py:87 | |
| 2950 msgid "Ignoring already found uri for key \"{key}\"" | |
| 2951 msgstr "" | |
| 2952 | |
| 2953 #: sat/plugins/plugin_misc_watched.py:37 | |
| 2954 msgid "Watch for entities presence, and send notification accordingly" | |
| 2955 msgstr "" | |
| 2956 | |
| 2957 #: sat/plugins/plugin_misc_watched.py:45 | |
| 2958 #, fuzzy, python-format | |
| 2959 msgid "Watched entity {entity} is connected" | |
| 2960 msgstr "Vous êtes déjà connecté !" | |
| 2961 | |
| 2962 #: sat/plugins/plugin_misc_watched.py:62 | |
| 2963 #, fuzzy | |
| 2964 msgid "Watched initialisation" | |
| 2965 msgstr "Initialisation de l'extension pour les transports" | |
| 2966 | |
| 2967 #: sat/plugins/plugin_misc_welcome.py:34 | |
| 2968 msgid "Plugin which manage welcome message and things to to on first connection." | |
| 2969 msgstr "" | |
| 2970 | |
| 2971 #: sat/plugins/plugin_misc_welcome.py:42 | |
| 2972 msgid "Display welcome message" | |
| 2973 msgstr "" | |
| 2974 | |
| 2975 #: sat/plugins/plugin_misc_welcome.py:43 | |
| 2976 msgid "Welcome to Libervia/Salut à Toi" | |
| 2977 msgstr "" | |
| 2978 | |
| 2979 #: sat/plugins/plugin_misc_welcome.py:46 | |
| 2980 msgid "" | |
| 2981 "Welcome to a free (as in freedom) network!\n" | |
| 2982 "\n" | |
| 2983 "If you have any trouble, or you want to help us for the bug hunting, you " | |
| 2984 "can contact us in real time chat by using the “Help / Official chat room”" | |
| 2985 " menu.\n" | |
| 2986 "\n" | |
| 2987 "To use Libervia, you'll need to add contacts, either people you know, or " | |
| 2988 "people you discover by using the “Contacts / Search directory” menu.\n" | |
| 2989 "\n" | |
| 2990 "We hope that you'll enjoy using this project.\n" | |
| 2991 "\n" | |
| 2992 "The Libervia/Salut à Toi Team\n" | |
| 2993 msgstr "" | |
| 2994 | |
| 2995 #: sat/plugins/plugin_misc_welcome.py:75 | |
| 2996 #, fuzzy | |
| 2997 msgid "plugin Welcome initialization" | |
| 2998 msgstr "Initialisation du plugin XEP_0054" | |
| 2999 | |
| 3000 #: sat/plugins/plugin_misc_xmllog.py:36 | |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3001 msgid "Send raw XML logs to bridge" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3002 msgstr "" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3003 |
| 3570 | 3004 #: sat/plugins/plugin_misc_xmllog.py:51 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3005 #, fuzzy |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3006 msgid "Activate XML log" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3007 msgstr "Lancement du flux" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3008 |
| 3570 | 3009 #: sat/plugins/plugin_misc_xmllog.py:55 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3010 #, fuzzy |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3011 msgid "Plugin XML Log initialization" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3012 msgstr "Initialisation du plugin XEP_0054" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3013 |
| 3570 | 3014 #: sat/plugins/plugin_misc_xmllog.py:69 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3015 msgid "XML log activated" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3016 msgstr "" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3017 |
| 3570 | 3018 #: sat/plugins/plugin_misc_xmllog.py:81 |
| 3019 #, fuzzy | |
| 3020 msgid "INTERNAL ERROR: Unmanaged XML type" | |
| 3021 msgstr "ERREUR INTERNE: contrat inconnu (mal orthographié ?)" | |
| 3022 | |
| 3023 #: sat/plugins/plugin_sec_aesgcm.py:48 | |
| 3024 msgid "" | |
| 3025 " Implementation of AES-GCM scheme, a way to encrypt files (not " | |
| 3026 "official XMPP standard).\n" | |
| 3027 " See https://xmpp.org/extensions/inbox/omemo-media-sharing.html for " | |
| 3028 "details\n" | |
| 3029 " " | |
| 3030 msgstr "" | |
| 3031 | |
| 3032 #: sat/plugins/plugin_sec_aesgcm.py:63 | |
| 3033 #, fuzzy | |
| 3034 msgid "AESGCM plugin initialization" | |
| 3035 msgstr "Initialisation de l'extension pour les transports" | |
| 3036 | |
| 3037 #: sat/plugins/plugin_sec_otr.py:50 | |
| 3038 #, fuzzy | |
| 3039 msgid "Implementation of OTR" | |
| 3040 msgstr "Implementation de vcard-temp" | |
| 3041 | |
| 3042 #: sat/plugins/plugin_sec_otr.py:55 | |
| 3043 msgid "OTR" | |
| 3044 msgstr "" | |
| 3045 | |
| 3046 #: sat/plugins/plugin_sec_otr.py:56 | |
| 3047 msgid "" | |
| 3048 "To authenticate your correspondent, you need to give your below " | |
| 3049 "fingerprint *BY AN EXTERNAL CANAL* (i.e. not in this chat), and check " | |
| 3050 "that the one he gives you is the same as below. If there is a mismatch, " | |
| 3051 "there can be a spy between you!" | |
| 3052 msgstr "" | |
| 3053 | |
| 3054 #: sat/plugins/plugin_sec_otr.py:61 | |
| 3055 msgid "" | |
| 3056 "You private key is used to encrypt messages for your correspondent, " | |
| 3057 "nobody except you must know it, if you are in doubt, you should drop it!" | |
| 3058 "\n" | |
| 3059 "\n" | |
| 3060 "Are you sure you want to drop your private key?" | |
| 3061 msgstr "" | |
| 3062 | |
| 3063 #: sat/plugins/plugin_sec_otr.py:67 | |
| 3064 msgid "Some of advanced features are disabled !" | |
| 3065 msgstr "" | |
| 3066 | |
| 3067 #: sat/plugins/plugin_sec_otr.py:169 | |
| 3068 #, python-format | |
| 3069 msgid "/!\\ conversation with %(other_jid)s is now UNENCRYPTED" | |
| 3070 msgstr "" | |
| 3071 | |
| 3072 #: sat/plugins/plugin_sec_otr.py:182 | |
| 3073 #, fuzzy | |
| 3074 msgid "trusted" | |
| 3075 msgstr "refusé" | |
| 3076 | |
| 3077 #: sat/plugins/plugin_sec_otr.py:182 | |
| 3078 #, fuzzy | |
| 3079 msgid "untrusted" | |
| 3080 msgstr "refusé" | |
| 3081 | |
| 3082 #: sat/plugins/plugin_sec_otr.py:185 | |
| 3083 msgid "{trusted} OTR conversation with {other_jid} REFRESHED" | |
| 3084 msgstr "" | |
| 3085 | |
| 3086 #: sat/plugins/plugin_sec_otr.py:189 | |
| 3087 msgid "" | |
| 3088 "{trusted} encrypted OTR conversation started with {other_jid}\n" | |
| 3089 "{extra_info}" | |
| 3090 msgstr "" | |
| 3091 | |
| 3092 #: sat/plugins/plugin_sec_otr.py:201 | |
| 3093 msgid "OTR conversation with {other_jid} is FINISHED" | |
| 3094 msgstr "" | |
| 3095 | |
| 3096 #: sat/plugins/plugin_sec_otr.py:209 | |
| 3097 msgid "Unknown OTR state" | |
| 3098 msgstr "" | |
| 3099 | |
| 3100 #: sat/plugins/plugin_sec_otr.py:249 | |
| 3101 msgid "Save is called but privkey is None !" | |
| 3102 msgstr "" | |
| 3103 | |
| 3104 #: sat/plugins/plugin_sec_otr.py:308 | |
| 3105 #, fuzzy | |
| 3106 msgid "OTR plugin initialization" | |
| 3107 msgstr "Initialisation du plugin XEP_0054" | |
| 3108 | |
| 3109 #: sat/plugins/plugin_sec_otr.py:418 | |
| 3110 msgid "You have no private key yet, start an OTR conversation to have one" | |
| 3111 msgstr "" | |
| 3112 | |
| 3113 #: sat/plugins/plugin_sec_otr.py:424 | |
| 3114 msgid "No private key" | |
| 3115 msgstr "" | |
| 3116 | |
| 3117 #: sat/plugins/plugin_sec_otr.py:436 | |
| 3118 msgid "" | |
| 3119 "Your fingerprint is:\n" | |
| 3120 "{fingerprint}\n" | |
| 3121 "\n" | |
| 3122 "Start an OTR conversation to have your correspondent one." | |
| 3123 msgstr "" | |
| 3124 | |
| 3125 #: sat/plugins/plugin_sec_otr.py:442 sat/plugins/plugin_xep_0384.py:687 | |
| 3126 msgid "Fingerprint" | |
| 3127 msgstr "" | |
| 3128 | |
| 3129 #: sat/plugins/plugin_sec_otr.py:453 | |
| 3130 msgid "Your correspondent {correspondent} is now TRUSTED" | |
| 3131 msgstr "" | |
| 3132 | |
| 3133 #: sat/plugins/plugin_sec_otr.py:459 | |
| 3134 msgid "Your correspondent {correspondent} is now UNTRUSTED" | |
| 3135 msgstr "" | |
| 3136 | |
| 3137 #: sat/plugins/plugin_sec_otr.py:477 | |
| 3138 msgid "Authentication ({entity_jid})" | |
| 3139 msgstr "" | |
| 3140 | |
| 3141 #: sat/plugins/plugin_sec_otr.py:483 | |
| 3142 msgid "" | |
| 3143 "Your own fingerprint is:\n" | |
| 3144 "{fingerprint}" | |
| 3145 msgstr "" | |
| 3146 | |
| 3147 #: sat/plugins/plugin_sec_otr.py:486 | |
| 3148 msgid "" | |
| 3149 "Your correspondent fingerprint should be:\n" | |
| 3150 "{fingerprint}" | |
| 3151 msgstr "" | |
| 3152 | |
| 3153 #: sat/plugins/plugin_sec_otr.py:492 | |
| 3154 msgid "Is your correspondent fingerprint the same as here ?" | |
| 3155 msgstr "" | |
| 3156 | |
| 3157 #: sat/plugins/plugin_sec_otr.py:494 | |
| 3158 msgid "yes" | |
| 3159 msgstr "" | |
| 3160 | |
| 3161 #: sat/plugins/plugin_sec_otr.py:494 | |
| 3162 msgid "no" | |
| 3163 msgstr "" | |
| 3164 | |
| 3165 #: sat/plugins/plugin_sec_otr.py:520 | |
| 3166 msgid "" | |
| 3167 "Can't start an OTR session, there is already an encrypted session with " | |
| 3168 "{name}" | |
| 3169 msgstr "" | |
| 3170 | |
| 3171 #: sat/plugins/plugin_sec_otr.py:598 | |
| 3172 msgid "You don't have a private key yet !" | |
| 3173 msgstr "" | |
| 3174 | |
| 3175 #: sat/plugins/plugin_sec_otr.py:611 | |
| 3176 msgid "Your private key has been dropped" | |
| 3177 msgstr "" | |
| 3178 | |
| 3179 #: sat/plugins/plugin_sec_otr.py:620 | |
| 3180 msgid "Confirm private key drop" | |
| 3181 msgstr "" | |
| 3182 | |
| 3183 #: sat/plugins/plugin_sec_otr.py:649 | |
| 3184 msgid "WARNING: received unencrypted data in a supposedly encrypted context" | |
| 3185 msgstr "" | |
| 3186 | |
| 3187 #: sat/plugins/plugin_sec_otr.py:656 | |
| 3188 msgid "WARNING: received OTR encrypted data in an unencrypted context" | |
| 3189 msgstr "" | |
| 3190 | |
| 3191 #: sat/plugins/plugin_sec_otr.py:662 | |
| 3192 msgid "WARNING: received OTR error message: {msg}" | |
| 3193 msgstr "" | |
| 3194 | |
| 3195 #: sat/plugins/plugin_sec_otr.py:668 | |
| 3196 #, fuzzy, python-format | |
| 3197 msgid "Error while trying de decrypt OTR message: {msg}" | |
| 3198 msgstr "Erreur en tentant de rejoindre le salon" | |
| 3199 | |
| 3200 #: sat/plugins/plugin_sec_otr.py:780 | |
| 3201 msgid "" | |
| 3202 "Your message was not sent because your correspondent closed the encrypted" | |
| 3203 " conversation on his/her side. Either close your own side, or refresh the" | |
| 3204 " session." | |
| 3205 msgstr "" | |
| 3206 | |
| 3207 #: sat/plugins/plugin_sec_otr.py:785 | |
| 3208 msgid "Message discarded because closed encryption channel" | |
| 3209 msgstr "" | |
| 3210 | |
| 3211 #: sat/plugins/plugin_syntax_wiki_dotclear.py:40 | |
| 3212 #, fuzzy | |
| 3213 msgid "Implementation of Dotclear wiki syntax" | |
| 3214 msgstr "Implémentation de l'enregistrement en ligne" | |
| 3215 | |
| 3216 #: sat/plugins/plugin_syntax_wiki_dotclear.py:664 | |
| 3217 #, fuzzy | |
| 3218 msgid "Dotclear wiki syntax plugin initialization" | |
| 3219 msgstr "Initialisation de l'extension pour les transports" | |
| 3220 | |
| 3221 #: sat/plugins/plugin_tickets_import.py:38 | |
| 3222 msgid "" | |
| 3223 "Tickets import management:\n" | |
| 3224 "This plugin manage the different tickets importers which can register to " | |
| 3225 "it, and handle generic importing tasks." | |
| 3226 msgstr "" | |
| 3227 | |
| 3228 #: sat/plugins/plugin_tickets_import.py:57 | |
| 3229 #, fuzzy | |
| 3230 msgid "plugin Tickets Import initialization" | |
| 3231 msgstr "Initialisation du plugin XEP_0054" | |
| 3232 | |
| 3233 #: sat/plugins/plugin_tickets_import.py:111 | |
| 3234 msgid "comments_uri key will be generated and must not be used by importer" | |
| 3235 msgstr "" | |
| 3236 | |
| 3237 #: sat/plugins/plugin_tickets_import.py:115 | |
| 3238 msgid "{key} must be a list" | |
| 3239 msgstr "" | |
| 3240 | |
| 3241 #: sat/plugins/plugin_tickets_import.py:174 | |
| 3242 msgid "mapping option must be a dictionary" | |
| 3243 msgstr "" | |
| 3244 | |
| 3245 #: sat/plugins/plugin_tickets_import.py:179 | |
| 3246 msgid "keys and values of mapping must be sources and destinations ticket fields" | |
| 3247 msgstr "" | |
| 3248 | |
| 3249 #: sat/plugins/plugin_tickets_import_bugzilla.py:41 | |
| 3250 msgid "Tickets importer for Bugzilla" | |
| 3251 msgstr "" | |
| 3252 | |
| 3253 #: sat/plugins/plugin_tickets_import_bugzilla.py:44 | |
| 3254 msgid "import tickets from Bugzilla xml export file" | |
| 3255 msgstr "" | |
| 3256 | |
| 3257 #: sat/plugins/plugin_tickets_import_bugzilla.py:46 | |
| 3258 msgid "" | |
| 3259 "This importer handle Bugzilla xml export file.\n" | |
| 3260 "\n" | |
| 3261 "To use it, you'll need to export tickets using XML.\n" | |
| 3262 "Tickets will be uploaded with the same ID as for Bugzilla, any existing " | |
| 3263 "ticket with this ID will be replaced.\n" | |
| 3264 "\n" | |
| 3265 "location: you must use the absolute path to your .xml file\n" | |
| 3266 msgstr "" | |
| 3267 | |
| 3268 #: sat/plugins/plugin_tickets_import_bugzilla.py:128 | |
| 3269 #, fuzzy | |
| 3270 msgid "Bugilla Import plugin initialization" | |
| 3271 msgstr "Initialisation de l'extension pour les transports" | |
| 3272 | |
| 3273 #: sat/plugins/plugin_tmp_directory_subscription.py:37 | |
| 3274 #, fuzzy | |
| 3275 msgid "Implementation of directory subscription" | |
| 3276 msgstr "Implémentation de l'enregistrement en ligne" | |
| 3277 | |
| 3278 #: sat/plugins/plugin_tmp_directory_subscription.py:47 | |
| 3279 #, fuzzy | |
| 3280 msgid "Directory subscription plugin initialization" | |
| 3281 msgstr "Initialisation de l'extension pour les transports" | |
| 3282 | |
| 3283 #: sat/plugins/plugin_tmp_directory_subscription.py:50 | |
| 3284 #: sat/plugins/plugin_xep_0050.py:315 sat/plugins/plugin_xep_0100.py:84 | |
| 3285 msgid "Service" | |
| 3286 msgstr "" | |
| 3287 | |
| 3288 #: sat/plugins/plugin_tmp_directory_subscription.py:50 | |
| 3289 msgid "Directory subscription" | |
| 3290 msgstr "" | |
| 3291 | |
| 3292 #: sat/plugins/plugin_tmp_directory_subscription.py:53 | |
| 3293 msgid "User directory subscription" | |
| 3294 msgstr "" | |
| 3295 | |
| 3296 #: sat/plugins/plugin_xep_0020.py:46 | |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3297 #, fuzzy |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3298 msgid "Implementation of Feature Negotiation" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3299 msgstr "Implémentation de l'enregistrement en ligne" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3300 |
| 3570 | 3301 #: sat/plugins/plugin_xep_0020.py:52 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3302 #, fuzzy |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3303 msgid "Plugin XEP_0020 initialization" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3304 msgstr "Initialisation du plugin XEP_0054" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3305 |
| 3570 | 3306 #: sat/plugins/plugin_xep_0020.py:104 |
| 3307 msgid "More than one value choosed for {}, keeping the first one" | |
| 3308 msgstr "" | |
| 3309 | |
| 3310 #: sat/plugins/plugin_xep_0033.py:66 | |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3311 #, fuzzy |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3312 msgid "Implementation of Extended Stanza Addressing" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3313 msgstr "Implémentation de l'enregistrement en ligne" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3314 |
| 3570 | 3315 #: sat/plugins/plugin_xep_0033.py:76 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3316 #, fuzzy |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3317 msgid "Extended Stanza Addressing plugin initialization" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3318 msgstr "Initialisation de l'extension pour les transports" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3319 |
| 3570 | 3320 #: sat/plugins/plugin_xep_0033.py:97 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3321 msgid "XEP-0033 is being used but the server doesn't support it!" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3322 msgstr "" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3323 |
| 3570 | 3324 #: sat/plugins/plugin_xep_0033.py:103 |
| 3325 #, fuzzy | |
| 3326 msgid " or " | |
| 3327 msgstr "Formulaire" | |
| 3328 | |
| 3329 #: sat/plugins/plugin_xep_0033.py:105 | |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3330 #, python-format |
|
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
3331 msgid "" |
| 3570 | 3332 "Stanzas using XEP-0033 should be addressed to %(expected)s, not " |
| 3333 "%(current)s!" | |
| 3334 msgstr "" | |
| 3335 | |
| 3336 #: sat/plugins/plugin_xep_0033.py:111 | |
| 3337 msgid "TODO: addressing has been fixed by the backend... fix it in the frontend!" | |
| 3338 msgstr "" | |
| 3339 | |
| 3340 #: sat/plugins/plugin_xep_0045.py:56 | |
| 194 | 3341 #, fuzzy |
| 3342 msgid "Implementation of Multi-User Chat" | |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3343 msgstr "Implémentation de l'enregistrement en ligne" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3344 |
| 3570 | 3345 #: sat/plugins/plugin_xep_0045.py:89 |
| 194 | 3346 #, fuzzy |
| 3347 msgid "Plugin XEP_0045 initialization" | |
| 3348 msgstr "Initialisation du plugin XEP_0054" | |
| 3349 | |
| 3570 | 3350 #: sat/plugins/plugin_xep_0045.py:145 |
| 3351 msgid "MUC" | |
| 3352 msgstr "" | |
| 3353 | |
| 3354 #: sat/plugins/plugin_xep_0045.py:145 | |
| 3355 #, fuzzy | |
| 3356 msgid "configure" | |
| 3357 msgstr " Configurer l'application" | |
| 3358 | |
| 3359 #: sat/plugins/plugin_xep_0045.py:146 | |
| 3360 #, fuzzy | |
| 3361 msgid "Configure Multi-User Chat room" | |
| 3362 msgstr "Implémentation de l'initialisation de flux pour le transfert de fichier " | |
| 3363 | |
| 3364 #: sat/plugins/plugin_xep_0045.py:194 | |
| 3365 msgid "" | |
| 3366 "Received non delayed message in a room before its initialisation: " | |
| 3367 "state={state}, msg={msg}" | |
| 3368 msgstr "" | |
| 3369 | |
| 3370 #: sat/plugins/plugin_xep_0045.py:216 sat/plugins/plugin_xep_0045.py:224 | |
| 3371 #: sat/plugins/plugin_xep_0045.py:880 | |
| 3372 msgid "This room has not been joined" | |
| 3373 msgstr "" | |
| 3374 | |
| 3375 #: sat/plugins/plugin_xep_0045.py:283 | |
| 3376 msgid "Room joining cancelled by user" | |
| 3377 msgstr "" | |
| 3378 | |
| 3379 #: sat/plugins/plugin_xep_0045.py:288 | |
| 3380 msgid "Rooms in {}" | |
| 3381 msgstr "" | |
| 3382 | |
| 3383 #: sat/plugins/plugin_xep_0045.py:303 | |
| 3384 msgid "room locked !" | |
| 3385 msgstr "" | |
| 3386 | |
| 3387 #: sat/plugins/plugin_xep_0045.py:306 | |
| 3388 #, fuzzy | |
| 3389 msgid "Error while configuring the room: {failure_}" | |
| 194 | 3390 msgstr "Erreur en tentant de rejoindre le salon" |
| 3391 | |
| 3570 | 3392 #: sat/plugins/plugin_xep_0045.py:322 |
| 3393 msgid "Room {} is restricted" | |
| 3394 msgstr "" | |
| 3395 | |
| 3396 #: sat/plugins/plugin_xep_0045.py:323 | |
| 3397 msgid "This room is restricted, please enter the password" | |
| 3398 msgstr "" | |
| 3399 | |
| 3400 #: sat/plugins/plugin_xep_0045.py:332 | |
| 3401 #, fuzzy, python-format | |
| 3402 msgid "Error while joining the room {room}{suffix}" | |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3403 msgstr "Erreur en tentant de rejoindre le salon" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3404 |
| 3570 | 3405 #: sat/plugins/plugin_xep_0045.py:334 |
| 194 | 3406 msgid "Group chat error" |
| 3407 msgstr "Erreur de salon de discussion" | |
| 3408 | |
| 3570 | 3409 #: sat/plugins/plugin_xep_0045.py:401 |
| 3410 msgid "room_jid key is not present !" | |
| 3411 msgstr "" | |
| 3412 | |
| 3413 #: sat/plugins/plugin_xep_0045.py:406 | |
| 3414 msgid "No configuration available for this room" | |
| 3415 msgstr "" | |
| 3416 | |
| 3417 #: sat/plugins/plugin_xep_0045.py:440 sat/plugins/plugin_xep_0045.py:442 | |
| 3418 msgid "Session ID doesn't exist, session has probably expired." | |
| 3419 msgstr "" | |
| 3420 | |
| 3421 #: sat/plugins/plugin_xep_0045.py:441 | |
| 3422 #, fuzzy | |
| 3423 msgid "Room configuration failed" | |
| 3424 msgstr "confirmation de type Oui/Non demandée" | |
| 3425 | |
| 3426 #: sat/plugins/plugin_xep_0045.py:447 | |
| 3427 #, fuzzy | |
| 3428 msgid "Room configuration succeed" | |
| 3429 msgstr "confirmation de type Oui/Non demandée" | |
| 3430 | |
| 3431 #: sat/plugins/plugin_xep_0045.py:448 | |
| 3432 msgid "The new settings have been saved." | |
| 3433 msgstr "" | |
| 3434 | |
| 3435 #: sat/plugins/plugin_xep_0045.py:509 | |
| 3436 msgid "No MUC service found on main server" | |
| 3437 msgstr "" | |
| 3438 | |
| 3439 #: sat/plugins/plugin_xep_0045.py:538 | |
| 3440 msgid "" | |
| 3441 "Invalid room identifier: {room_id}'. Please give a room short or full " | |
| 3442 "identifier like 'room' or 'room@{muc_service}'." | |
| 3443 msgstr "" | |
| 3444 | |
| 3445 #: sat/plugins/plugin_xep_0045.py:558 | |
| 3446 #, fuzzy, python-format | |
| 3447 msgid "{profile} is already in room {room_jid}" | |
| 194 | 3448 msgstr "%(profile)s est déjà dans le salon %(room_jid)s" |
| 3449 | |
| 3570 | 3450 #: sat/plugins/plugin_xep_0045.py:561 |
| 3451 #, fuzzy, python-format | |
| 3452 msgid "[{profile}] is joining room {room} with nick {nick}" | |
| 194 | 3453 msgstr "[%(profile)s] rejoint %(room)s avec %(nick)s" |
| 3454 | |
| 3570 | 3455 #: sat/plugins/plugin_xep_0045.py:729 |
| 3456 msgid "You must provide a member's nick to kick." | |
| 3457 msgstr "" | |
| 3458 | |
| 3459 #: sat/plugins/plugin_xep_0045.py:738 | |
| 3460 msgid "You have kicked {}" | |
| 3461 msgstr "" | |
| 3462 | |
| 3463 #: sat/plugins/plugin_xep_0045.py:740 sat/plugins/plugin_xep_0045.py:776 | |
| 3464 msgid " for the following reason: {reason}" | |
| 3465 msgstr "" | |
| 3466 | |
| 3467 #: sat/plugins/plugin_xep_0045.py:763 | |
| 3468 msgid "You must provide a valid JID to ban, like in '/ban contact@example.net'" | |
| 3469 msgstr "" | |
| 3470 | |
| 3471 #: sat/plugins/plugin_xep_0045.py:774 | |
| 3472 msgid "You have banned {}" | |
| 3473 msgstr "" | |
| 3474 | |
| 3475 #: sat/plugins/plugin_xep_0045.py:802 | |
| 3476 msgid "" | |
| 3477 "You must provide a valid JID to affiliate, like in '/affiliate " | |
| 3478 "contact@example.net member'" | |
| 3479 msgstr "" | |
| 3480 | |
| 3481 #: sat/plugins/plugin_xep_0045.py:808 | |
| 194 | 3482 #, python-format |
| 3570 | 3483 msgid "You must provide a valid affiliation: %s" |
| 3484 msgstr "" | |
| 3485 | |
| 3486 #: sat/plugins/plugin_xep_0045.py:815 | |
| 3487 msgid "New affiliation for {entity}: {affiliation}" | |
| 3488 msgstr "" | |
| 3489 | |
| 3490 #: sat/plugins/plugin_xep_0045.py:862 | |
| 3491 msgid "No known default MUC service {unparsed}" | |
| 3492 msgstr "" | |
| 3493 | |
| 3494 #: sat/plugins/plugin_xep_0045.py:867 | |
| 3495 #, fuzzy, python-format | |
| 3496 msgid "{} is not a valid JID!" | |
| 3497 msgstr "%s n'est pas un JID valide !" | |
| 3498 | |
| 3499 #: sat/plugins/plugin_xep_0045.py:885 | |
| 3500 #, fuzzy, python-format | |
| 3501 msgid "Nickname: %s" | |
| 3502 msgstr "fichier enregistré dans %s" | |
| 3503 | |
| 3504 #: sat/plugins/plugin_xep_0045.py:887 | |
| 3505 #, python-format | |
| 3506 msgid "Entity: %s" | |
| 3507 msgstr "" | |
| 3508 | |
| 3509 #: sat/plugins/plugin_xep_0045.py:889 | |
| 3510 #, python-format | |
| 3511 msgid "Affiliation: %s" | |
| 3512 msgstr "" | |
| 3513 | |
| 3514 #: sat/plugins/plugin_xep_0045.py:891 | |
| 3515 #, fuzzy, python-format | |
| 3516 msgid "Role: %s" | |
| 3517 msgstr "Profile:" | |
| 3518 | |
| 3519 #: sat/plugins/plugin_xep_0045.py:893 | |
| 3520 #, fuzzy, python-format | |
| 3521 msgid "Status: %s" | |
| 3522 msgstr "Sélection du contrat" | |
| 3523 | |
| 3524 #: sat/plugins/plugin_xep_0045.py:895 | |
| 194 | 3525 #, python-format |
| 3570 | 3526 msgid "Show: %s" |
| 3527 msgstr "" | |
| 3528 | |
| 3529 #: sat/plugins/plugin_xep_0045.py:960 | |
| 3530 msgid "" | |
| 3531 "room {room} is not in expected state: room is in state {current_state} " | |
| 3532 "while we were expecting {expected_state}" | |
| 3533 msgstr "" | |
| 3534 | |
| 3535 #: sat/plugins/plugin_xep_0045.py:1093 | |
| 3536 msgid "No message received while offline in {room_jid}" | |
| 3537 msgstr "" | |
| 3538 | |
| 3539 #: sat/plugins/plugin_xep_0045.py:1097 | |
| 3540 msgid "We have received {num_mess} message(s) in {room_jid} while offline." | |
| 3541 msgstr "" | |
| 3542 | |
| 3543 #: sat/plugins/plugin_xep_0045.py:1141 | |
| 3544 msgid "missing nick in presence: {xml}" | |
| 3545 msgstr "" | |
| 3546 | |
| 3547 #: sat/plugins/plugin_xep_0045.py:1217 | |
| 3548 #, fuzzy, python-format | |
| 3549 msgid "user {nick} has joined room {room_id}" | |
| 3550 msgstr "L'utilisateur %(nick)s a rejoint le salon (%(room_id)s)" | |
| 3551 | |
| 3552 #: sat/plugins/plugin_xep_0045.py:1234 | |
| 3553 msgid "=> {} has joined the room" | |
| 3554 msgstr "" | |
| 3555 | |
| 3556 #: sat/plugins/plugin_xep_0045.py:1253 | |
| 3557 #, fuzzy, python-format | |
| 3558 msgid "Room ({room}) left ({profile})" | |
| 3559 msgstr "contrat [%(contrat)s] choisi par %(profile)s" | |
| 3560 | |
| 3561 #: sat/plugins/plugin_xep_0045.py:1267 | |
| 3562 #, fuzzy, python-format | |
| 3563 msgid "user {nick} left room {room_id}" | |
| 194 | 3564 msgstr "L'utilisateur %(nick)s a quitté le salon (%(room_id)s)" |
| 3565 | |
| 3570 | 3566 #: sat/plugins/plugin_xep_0045.py:1279 |
| 3567 msgid "<= {} has left the room" | |
| 3568 msgstr "" | |
| 3569 | |
| 3570 #: sat/plugins/plugin_xep_0045.py:1342 | |
| 3571 msgid "received history in unexpected state in room {room} (state: {state})" | |
| 3572 msgstr "" | |
| 3573 | |
| 3574 #: sat/plugins/plugin_xep_0045.py:1350 | |
| 3575 msgid "storing the unexpected message anyway, to avoid loss" | |
| 3576 msgstr "" | |
| 3577 | |
| 3578 #: sat/plugins/plugin_xep_0045.py:1437 | |
| 3579 #, fuzzy, python-format | |
| 3580 msgid "New subject for room ({room_id}): {subject}" | |
| 194 | 3581 msgstr "Nouveau sujet pour le salon (%(room_id)s): %(subject)s" |
| 3582 | |
| 3570 | 3583 #: sat/plugins/plugin_xep_0047.py:62 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3584 #, fuzzy |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3585 msgid "Implementation of In-Band Bytestreams" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3586 msgstr "Implémentation du « SOCKS5 Bytestreams » (flux d'octets SOCKS5)" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3587 |
| 3570 | 3588 #: sat/plugins/plugin_xep_0047.py:71 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3589 #, fuzzy |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3590 msgid "In-Band Bytestreams plugin initialization" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3591 msgstr "Initialisation de l'extension pour les transports" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3592 |
| 3570 | 3593 #: sat/plugins/plugin_xep_0047.py:162 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3594 msgid "IBB stream opening" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3595 msgstr "" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3596 |
| 3570 | 3597 #: sat/plugins/plugin_xep_0047.py:171 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3598 #, python-format |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3599 msgid "Ignoring unexpected IBB transfer: %s" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3600 msgstr "" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3601 |
| 3570 | 3602 #: sat/plugins/plugin_xep_0047.py:176 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3603 msgid "sended jid inconsistency (man in the middle attack attempt ?)" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3604 msgstr "" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3605 |
| 3570 | 3606 #: sat/plugins/plugin_xep_0047.py:206 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3607 msgid "IBB stream closing" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3608 msgstr "" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3609 |
| 3570 | 3610 #: sat/plugins/plugin_xep_0047.py:228 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3611 #, fuzzy |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3612 msgid "Received data for an unknown session id" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3613 msgstr "Confirmation inconnue reçue" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3614 |
| 3570 | 3615 #: sat/plugins/plugin_xep_0047.py:236 |
| 3616 msgid "" | |
| 3617 "sended jid inconsistency (man in the middle attack attempt ?)\n" | |
| 3618 "initial={initial}\n" | |
| 3619 "given={given}" | |
| 3620 msgstr "" | |
| 3621 | |
| 3622 #: sat/plugins/plugin_xep_0047.py:246 | |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3623 msgid "Sequence error" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3624 msgstr "" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3625 |
| 3570 | 3626 #: sat/plugins/plugin_xep_0047.py:261 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3627 msgid "Invalid base64 data" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3628 msgstr "" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3629 |
| 3570 | 3630 #: sat/plugins/plugin_xep_0048.py:45 |
| 3631 #, fuzzy | |
| 3632 msgid "Implementation of bookmarks" | |
| 3633 msgstr "Implementation de vcard-temp" | |
| 3634 | |
| 3635 #: sat/plugins/plugin_xep_0048.py:58 | |
| 3636 #, fuzzy | |
| 3637 msgid "Bookmarks plugin initialization" | |
| 3638 msgstr "Initialisation de l'extension pour les transports" | |
| 3639 | |
| 3640 #: sat/plugins/plugin_xep_0048.py:63 sat_frontends/primitivus/base.py:540 | |
| 3641 msgid "Groups" | |
| 3642 msgstr "" | |
| 3643 | |
| 3644 #: sat/plugins/plugin_xep_0048.py:63 | |
| 3645 msgid "Bookmarks" | |
| 3646 msgstr "" | |
| 3647 | |
| 3648 #: sat/plugins/plugin_xep_0048.py:66 | |
| 3649 msgid "Use and manage bookmarks" | |
| 3650 msgstr "" | |
| 3651 | |
| 3652 #: sat/plugins/plugin_xep_0048.py:147 | |
| 3653 msgid "Private XML storage not available" | |
| 3654 msgstr "" | |
| 3655 | |
| 3656 #: sat/plugins/plugin_xep_0048.py:260 | |
| 3657 #, fuzzy | |
| 3658 msgid "No room jid selected" | |
| 3659 msgstr "Aucun profile sélectionné" | |
| 3660 | |
| 3661 #: sat/plugins/plugin_xep_0048.py:280 | |
| 3662 msgid "Bookmarks manager" | |
| 3663 msgstr "" | |
| 3664 | |
| 3665 #: sat/plugins/plugin_xep_0048.py:310 sat_frontends/jp/cmd_bookmarks.py:126 | |
| 3666 msgid "add a bookmark" | |
| 3667 msgstr "" | |
| 3668 | |
| 3669 #: sat/plugins/plugin_xep_0048.py:312 | |
| 3670 #, fuzzy | |
| 3671 msgid "Name" | |
| 3672 msgstr "Jeu" | |
| 3673 | |
| 3674 #: sat/plugins/plugin_xep_0048.py:314 sat_frontends/jp/cmd_profile.py:175 | |
| 3675 msgid "jid" | |
| 3676 msgstr "" | |
| 3677 | |
| 3678 #: sat/plugins/plugin_xep_0048.py:316 | |
| 3679 msgid "Nickname" | |
| 3680 msgstr "Surnon" | |
| 3681 | |
| 3682 #: sat/plugins/plugin_xep_0048.py:318 | |
| 3683 msgid "Autojoin" | |
| 3684 msgstr "" | |
| 3685 | |
| 3686 #: sat/plugins/plugin_xep_0048.py:321 sat_frontends/primitivus/xmlui.py:470 | |
| 3687 msgid "Save" | |
| 3688 msgstr "Sauvegarder" | |
| 3689 | |
| 3690 #: sat/plugins/plugin_xep_0048.py:367 | |
| 3691 msgid "Bookmarks will be local only" | |
| 3692 msgstr "" | |
| 3693 | |
| 3694 #: sat/plugins/plugin_xep_0048.py:368 | |
| 3695 #, python-format | |
| 3696 msgid "Type selected for \"auto\" storage: %s" | |
| 3697 msgstr "" | |
| 3698 | |
| 3699 #: sat/plugins/plugin_xep_0048.py:500 | |
| 3700 msgid "Bad arguments" | |
| 3701 msgstr "" | |
| 3702 | |
| 3703 #: sat/plugins/plugin_xep_0048.py:509 | |
| 3704 #, python-format | |
| 3705 msgid "All [%s] bookmarks are being removed" | |
| 3706 msgstr "" | |
| 3707 | |
| 3708 #: sat/plugins/plugin_xep_0048.py:520 | |
| 3709 msgid "Bookmark added" | |
| 3710 msgstr "" | |
| 3711 | |
| 3712 #: sat/plugins/plugin_xep_0049.py:37 | |
| 3713 #, fuzzy | |
| 3714 msgid "Implementation of private XML storage" | |
| 3715 msgstr "Implementation de vcard-temp" | |
| 3716 | |
| 3717 #: sat/plugins/plugin_xep_0049.py:45 | |
| 3718 #, fuzzy | |
| 3719 msgid "Plugin XEP-0049 initialization" | |
| 3720 msgstr "Initialisation du plugin XEP_0054" | |
| 3721 | |
| 3722 #: sat/plugins/plugin_xep_0050.py:51 | |
| 3723 #: sat_frontends/quick_frontend/constants.py:29 | |
| 3724 msgid "Online" | |
| 3725 msgstr "En ligne" | |
| 3726 | |
| 3727 #: sat/plugins/plugin_xep_0050.py:52 | |
| 3728 msgid "Away" | |
| 3729 msgstr "Absent" | |
| 3730 | |
| 3731 #: sat/plugins/plugin_xep_0050.py:53 | |
| 3732 #: sat_frontends/quick_frontend/constants.py:30 | |
| 3733 msgid "Free for chat" | |
| 3734 msgstr "Libre pour discuter" | |
| 3735 | |
| 3736 #: sat/plugins/plugin_xep_0050.py:54 | |
| 3737 #: sat_frontends/quick_frontend/constants.py:32 | |
| 3738 msgid "Do not disturb" | |
| 3739 msgstr "" | |
| 3740 | |
| 3741 #: sat/plugins/plugin_xep_0050.py:55 | |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3742 msgid "Left" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3743 msgstr "" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3744 |
| 3570 | 3745 #: sat/plugins/plugin_xep_0050.py:56 sat_frontends/primitivus/base.py:535 |
| 3746 #, fuzzy | |
| 3747 msgid "Disconnect" | |
| 3748 msgstr "Déconnexion..." | |
| 3749 | |
| 3750 #: sat/plugins/plugin_xep_0050.py:67 | |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3751 #, fuzzy |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3752 msgid "Implementation of Ad-Hoc Commands" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3753 msgstr "Implementation de vcard-temp" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3754 |
| 3570 | 3755 #: sat/plugins/plugin_xep_0050.py:126 |
| 3756 #, fuzzy, python-format | |
| 3757 msgid "The groups [{group}] is unknown for profile [{profile}])" | |
|
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
3758 msgstr "Tentative d'accès à un profile inconnu" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
3759 |
| 3570 | 3760 #: sat/plugins/plugin_xep_0050.py:284 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3761 #, fuzzy |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3762 msgid "plugin XEP-0050 initialization" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3763 msgstr "Initialisation du plugin XEP_0054" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3764 |
| 3570 | 3765 #: sat/plugins/plugin_xep_0050.py:315 |
| 3766 #, fuzzy | |
| 3767 msgid "Commands" | |
| 3768 msgstr "Mauvais nom de profile" | |
| 3769 | |
| 3770 #: sat/plugins/plugin_xep_0050.py:318 | |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3771 msgid "Execute ad-hoc commands" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3772 msgstr "" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3773 |
| 3570 | 3774 #: sat/plugins/plugin_xep_0050.py:329 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3775 msgid "Status" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3776 msgstr "" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3777 |
| 3570 | 3778 #: sat/plugins/plugin_xep_0050.py:364 |
| 3779 msgid "Missing command element" | |
| 3780 msgstr "" | |
| 3781 | |
| 3782 #: sat/plugins/plugin_xep_0050.py:379 | |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3783 #, fuzzy |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3784 msgid "Please select a command" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3785 msgstr "Veuillez entrer le nom du nouveau profile" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3786 |
| 3570 | 3787 #: sat/plugins/plugin_xep_0050.py:397 |
| 3788 #, fuzzy, python-format | |
| 3789 msgid "Invalid note type [%s], using info" | |
| 3790 msgstr "Type d'action inconnu" | |
| 3791 | |
| 3792 #: sat/plugins/plugin_xep_0050.py:408 | |
| 3793 msgid "WARNING" | |
| 3794 msgstr "" | |
| 3795 | |
| 3796 #: sat/plugins/plugin_xep_0050.py:409 | |
| 3797 #, fuzzy | |
| 3798 msgid "ERROR" | |
| 3799 msgstr "Erreur" | |
| 3800 | |
| 3801 #: sat/plugins/plugin_xep_0050.py:457 | |
| 3802 msgid "No known payload found in ad-hoc command result, aborting" | |
| 3803 msgstr "" | |
| 3804 | |
| 3805 #: sat/plugins/plugin_xep_0050.py:464 | |
| 3806 #, fuzzy | |
| 3807 msgid "No payload found" | |
| 3808 msgstr "Aucune donnée trouvée" | |
| 3809 | |
| 3810 #: sat/plugins/plugin_xep_0050.py:574 | |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3811 #, fuzzy |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3812 msgid "Please enter target jid" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3813 msgstr "Veuillez entrer le JID de votre nouveau contact" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3814 |
| 3570 | 3815 #: sat/plugins/plugin_xep_0050.py:588 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3816 #, fuzzy |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3817 msgid "status selection" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3818 msgstr "Sélection du contrat" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3819 |
| 3570 | 3820 #: sat/plugins/plugin_xep_0050.py:618 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3821 msgid "Status updated" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3822 msgstr "" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3823 |
| 3570 | 3824 #: sat/plugins/plugin_xep_0054.py:64 |
| 69 | 3825 msgid "Implementation of vcard-temp" |
| 3826 msgstr "Implementation de vcard-temp" | |
| 3827 | |
| 3570 | 3828 #: sat/plugins/plugin_xep_0054.py:84 |
| 69 | 3829 msgid "Plugin XEP_0054 initialization" |
| 3830 msgstr "Initialisation du plugin XEP_0054" | |
| 3831 | |
| 3570 | 3832 #: sat/plugins/plugin_xep_0054.py:99 |
| 3833 msgid "No avatar in cache for {profile}" | |
| 3834 msgstr "" | |
| 3835 | |
| 3836 #: sat/plugins/plugin_xep_0054.py:137 | |
| 69 | 3837 msgid "Decoding binary" |
| 3838 msgstr "Décodage des données" | |
| 3839 | |
| 3570 | 3840 #: sat/plugins/plugin_xep_0054.py:242 |
| 3841 msgid "vCard element not found for {entity_jid}: {xml}" | |
| 3842 msgstr "" | |
| 3843 | |
| 3844 #: sat/plugins/plugin_xep_0054.py:287 | |
| 3845 msgid "Can't get vCard for {entity_jid}: {e}" | |
| 3846 msgstr "" | |
| 3847 | |
| 3848 #: sat/plugins/plugin_xep_0054.py:291 | |
| 69 | 3849 msgid "VCard found" |
| 3850 msgstr "VCard trouvée" | |
| 3851 | |
| 3570 | 3852 #: sat/plugins/plugin_xep_0055.py:53 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3853 #, fuzzy |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3854 msgid "Implementation of Jabber Search" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3855 msgstr "Implementation de vcard-temp" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3856 |
| 3570 | 3857 #: sat/plugins/plugin_xep_0055.py:70 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3858 #, fuzzy |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3859 msgid "Jabber search plugin initialization" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3860 msgstr "Initialisation de l'extension pour les transports" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3861 |
| 3570 | 3862 #: sat/plugins/plugin_xep_0055.py:100 sat/stdui/ui_contact_list.py:39 |
| 3863 #: sat/stdui/ui_contact_list.py:45 sat/stdui/ui_contact_list.py:51 | |
| 3864 #: sat_frontends/primitivus/base.py:539 | |
| 3865 #: sat_frontends/primitivus/contact_list.py:50 | |
| 3866 #, fuzzy | |
| 3867 msgid "Contacts" | |
| 3868 msgstr "&Contacts" | |
| 3869 | |
| 3870 #: sat/plugins/plugin_xep_0055.py:100 | |
|
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
3871 msgid "Search directory" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
3872 msgstr "" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
3873 |
| 3570 | 3874 #: sat/plugins/plugin_xep_0055.py:103 |
| 3875 msgid "Search user directory" | |
| 3876 msgstr "" | |
| 3877 | |
| 3878 #: sat/plugins/plugin_xep_0055.py:143 | |
| 3879 #, fuzzy, python-format | |
| 3880 msgid "Search users" | |
| 3881 msgstr "Remplacement de l'utilisateur %s" | |
| 3882 | |
| 3883 #: sat/plugins/plugin_xep_0055.py:174 | |
| 3884 msgid "Search for" | |
| 3885 msgstr "" | |
| 3886 | |
| 3887 #: sat/plugins/plugin_xep_0055.py:181 | |
| 3888 msgid "Simple search" | |
| 3889 msgstr "" | |
| 3890 | |
| 3891 #: sat/plugins/plugin_xep_0055.py:191 sat/plugins/plugin_xep_0055.py:305 | |
| 3892 msgid "Search" | |
| 3893 msgstr "" | |
| 3894 | |
| 3895 #: sat/plugins/plugin_xep_0055.py:226 | |
| 3896 msgid "Advanced search" | |
| 3897 msgstr "" | |
| 3898 | |
| 3899 #: sat/plugins/plugin_xep_0055.py:246 | |
| 3900 msgid "Search on" | |
| 3901 msgstr "" | |
| 3902 | |
| 3903 #: sat/plugins/plugin_xep_0055.py:248 | |
| 3904 msgid "Other service" | |
| 3905 msgstr "" | |
| 3906 | |
| 3907 #: sat/plugins/plugin_xep_0055.py:256 | |
| 3908 msgid "Refresh fields" | |
| 3909 msgstr "" | |
| 3910 | |
| 3911 #: sat/plugins/plugin_xep_0055.py:260 | |
| 3912 msgid "Displaying the search form for" | |
| 3913 msgstr "" | |
| 3914 | |
| 3915 #: sat/plugins/plugin_xep_0055.py:341 | |
| 3916 msgid "Search results" | |
| 3917 msgstr "" | |
| 3918 | |
| 3919 #: sat/plugins/plugin_xep_0055.py:346 | |
| 3920 msgid "The search gave no result" | |
| 3921 msgstr "" | |
| 3922 | |
| 3923 #: sat/plugins/plugin_xep_0055.py:386 sat/plugins/plugin_xep_0055.py:493 | |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3924 msgid "No query element found" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3925 msgstr "" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3926 |
| 3570 | 3927 #: sat/plugins/plugin_xep_0055.py:391 sat/plugins/plugin_xep_0055.py:498 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3928 msgid "No data form found" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3929 msgstr "Aucune donnée trouvée" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3930 |
| 3570 | 3931 #: sat/plugins/plugin_xep_0055.py:403 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3932 #, fuzzy, python-format |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3933 msgid "Fields request failure: %s" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3934 msgstr "Échec de l'inscription: %s" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3935 |
| 3570 | 3936 #: sat/plugins/plugin_xep_0055.py:478 |
| 3937 msgid "The search could not be performed" | |
| 3938 msgstr "" | |
| 3939 | |
| 3940 #: sat/plugins/plugin_xep_0055.py:510 | |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3941 #, fuzzy, python-format |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3942 msgid "Search request failure: %s" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3943 msgstr "Échec de la désinscription: %s" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3944 |
| 3570 | 3945 #: sat/plugins/plugin_xep_0059.py:42 |
| 3946 #, fuzzy | |
| 3947 msgid "Implementation of Result Set Management" | |
| 3948 msgstr "Implémentation de l'enregistrement en ligne" | |
| 3949 | |
| 3950 #: sat/plugins/plugin_xep_0059.py:52 | |
| 3951 #, fuzzy | |
| 3952 msgid "Result Set Management plugin initialization" | |
| 3953 msgstr "Initialisation de l'extension pour les transports" | |
| 3954 | |
| 3955 #: sat/plugins/plugin_xep_0059.py:65 | |
| 3956 msgid "rsm_max can't be negative" | |
| 3957 msgstr "" | |
| 3958 | |
| 3959 #: sat/plugins/plugin_xep_0060.py:56 | |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3960 #, fuzzy |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3961 msgid "Implementation of PubSub Protocol" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3962 msgstr "Implémentation du protocole de transports" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3963 |
| 3570 | 3964 #: sat/plugins/plugin_xep_0060.py:95 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3965 #, fuzzy |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3966 msgid "PubSub plugin initialization" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3967 msgstr "Initialisation du plugin XEP_0054" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
3968 |
| 3570 | 3969 #: sat/plugins/plugin_xep_0060.py:323 |
| 3970 msgid "Can't retrieve pubsub_service from conf, we'll use first one that we find" | |
| 3971 msgstr "" | |
| 3972 | |
| 3973 #: sat/plugins/plugin_xep_0060.py:487 | |
| 3974 msgid "Can't parse items: {msg}" | |
| 3975 msgstr "" | |
| 3976 | |
| 3977 #: sat/plugins/plugin_xep_0060.py:556 | |
| 3978 msgid "Invalid item: {xml}" | |
| 3979 msgstr "" | |
| 3980 | |
| 3981 #: sat/plugins/plugin_xep_0060.py:572 | |
| 3982 msgid "" | |
| 3983 "Can't use publish-options ({options}) on node {node}, re-publishing " | |
| 3984 "without them: {reason}" | |
| 3985 msgstr "" | |
| 3986 | |
| 3987 #: sat/plugins/plugin_xep_0060.py:905 sat/plugins/plugin_xep_0060.py:948 | |
| 3988 msgid "Invalid result: missing <affiliations> element: {}" | |
| 3989 msgstr "" | |
| 3990 | |
| 3991 #: sat/plugins/plugin_xep_0060.py:916 sat/plugins/plugin_xep_0060.py:961 | |
| 3992 msgid "Invalid result: bad <affiliation> element: {}" | |
| 3993 msgstr "" | |
| 3994 | |
| 3995 #: sat/plugins/plugin_xep_0060.py:1284 | |
| 3996 msgid "Invalid result: missing <subscriptions> element: {}" | |
| 3997 msgstr "" | |
| 3998 | |
| 3999 #: sat/plugins/plugin_xep_0060.py:1289 | |
| 4000 msgid "Invalid result: {}" | |
| 4001 msgstr "" | |
| 4002 | |
| 4003 #: sat/plugins/plugin_xep_0060.py:1299 | |
| 4004 msgid "Invalid result: bad <subscription> element: {}" | |
| 4005 msgstr "" | |
| 4006 | |
| 4007 #: sat/plugins/plugin_xep_0065.py:90 | |
| 69 | 4008 msgid "Implementation of SOCKS5 Bytestreams" |
| 4009 msgstr "Implémentation du « SOCKS5 Bytestreams » (flux d'octets SOCKS5)" | |
| 4010 | |
| 3570 | 4011 #: sat/plugins/plugin_xep_0065.py:528 |
| 69 | 4012 msgid "File transfer completed, closing connection" |
| 4013 msgstr "Transfert de fichier terminé, fermeture de la connexion" | |
| 4014 | |
| 3570 | 4015 #: sat/plugins/plugin_xep_0065.py:695 |
| 69 | 4016 #, python-format |
| 4017 msgid "Socks 5 client connection lost (reason: %s)" | |
| 4018 msgstr "Connexion du client SOCKS5 perdue (raison: %s)" | |
| 4019 | |
| 3570 | 4020 #: sat/plugins/plugin_xep_0065.py:723 |
| 69 | 4021 msgid "Plugin XEP_0065 initialization" |
| 4022 msgstr "Initialisation du plugin XEP_0065" | |
| 4023 | |
| 3570 | 4024 #: sat/plugins/plugin_xep_0065.py:781 |
| 4025 #, fuzzy, python-format | |
| 4026 msgid "Socks5 Stream server launched on port {}" | |
| 69 | 4027 msgstr "Lancement du serveur de flux Socks5 sur le port %d" |
| 4028 | |
| 3570 | 4029 #: sat/plugins/plugin_xep_0070.py:56 |
| 4030 #, fuzzy | |
| 4031 msgid "Implementation of HTTP Requests via XMPP" | |
| 4032 msgstr "Implementation de vcard-temp" | |
| 4033 | |
| 4034 #: sat/plugins/plugin_xep_0070.py:66 | |
| 4035 #, fuzzy | |
| 4036 msgid "Plugin XEP_0070 initialization" | |
| 4037 msgstr "Initialisation du plugin XEP_0054" | |
| 4038 | |
| 4039 #: sat/plugins/plugin_xep_0070.py:79 | |
| 4040 msgid "XEP-0070 Verifying HTTP Requests via XMPP (iq)" | |
| 4041 msgstr "" | |
| 4042 | |
| 4043 #: sat/plugins/plugin_xep_0070.py:88 | |
| 4044 msgid "XEP-0070 Verifying HTTP Requests via XMPP (message)" | |
| 4045 msgstr "" | |
| 4046 | |
| 4047 #: sat/plugins/plugin_xep_0070.py:98 | |
| 4048 #, fuzzy | |
| 4049 msgid "Auth confirmation" | |
| 4050 msgstr "Connexion..." | |
| 4051 | |
| 4052 #: sat/plugins/plugin_xep_0070.py:99 | |
| 4053 msgid "" | |
| 4054 "{auth_url} needs to validate your identity, do you agree?\n" | |
| 4055 "Validation code : {auth_id}\n" | |
| 4056 "\n" | |
| 4057 "Please check that this code is the same as on {auth_url}" | |
| 4058 msgstr "" | |
| 4059 | |
| 4060 #: sat/plugins/plugin_xep_0070.py:117 | |
| 4061 msgid "XEP-0070 reply iq" | |
| 4062 msgstr "" | |
| 4063 | |
| 4064 #: sat/plugins/plugin_xep_0070.py:122 | |
| 4065 msgid "XEP-0070 reply message" | |
| 4066 msgstr "" | |
| 4067 | |
| 4068 #: sat/plugins/plugin_xep_0070.py:127 | |
| 4069 msgid "XEP-0070 reply error" | |
| 4070 msgstr "" | |
| 4071 | |
| 4072 #: sat/plugins/plugin_xep_0071.py:55 | |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4073 #, fuzzy |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4074 msgid "Implementation of XHTML-IM" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4075 msgstr "Implementation de vcard-temp" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4076 |
| 3570 | 4077 #: sat/plugins/plugin_xep_0071.py:94 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4078 #, fuzzy |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4079 msgid "XHTML-IM plugin initialization" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4080 msgstr "Initialisation du plugin XEP_0054" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4081 |
| 3570 | 4082 #: sat/plugins/plugin_xep_0071.py:223 |
| 4083 msgid "Can't have XHTML and rich content at the same time" | |
| 4084 msgstr "" | |
| 4085 | |
| 4086 #: sat/plugins/plugin_xep_0077.py:41 | |
| 69 | 4087 msgid "Implementation of in-band registration" |
| 4088 msgstr "Implémentation de l'enregistrement en ligne" | |
| 4089 | |
| 3570 | 4090 #: sat/plugins/plugin_xep_0077.py:54 |
| 4091 #, fuzzy | |
| 4092 msgid "Registration asked for {jid}" | |
| 4093 msgstr "Éched de l'insciption (%s)" | |
| 4094 | |
| 4095 #: sat/plugins/plugin_xep_0077.py:79 | |
| 4096 msgid "Stream started with {server}, now registering" | |
| 4097 msgstr "" | |
| 4098 | |
| 4099 #: sat/plugins/plugin_xep_0077.py:85 | |
| 4100 #, fuzzy, python-format | |
| 4101 msgid "Registration answer: {}" | |
| 4102 msgstr "réponse à la demande d'inscription: %s" | |
| 4103 | |
| 4104 #: sat/plugins/plugin_xep_0077.py:89 | |
| 4105 #, fuzzy, python-format | |
| 4106 msgid "Registration failure: {}" | |
| 4107 msgstr "Échec de l'inscription: %s" | |
| 4108 | |
| 4109 #: sat/plugins/plugin_xep_0077.py:116 | |
| 69 | 4110 msgid "Plugin XEP_0077 initialization" |
| 4111 msgstr "Initialisation du plugin XEP_0077" | |
| 4112 | |
| 3570 | 4113 #: sat/plugins/plugin_xep_0077.py:176 |
|
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
4114 #, fuzzy |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
4115 msgid "Can't find data form" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
4116 msgstr "Impossible de trouver la VCard de %s" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
4117 |
| 3570 | 4118 #: sat/plugins/plugin_xep_0077.py:178 |
| 69 | 4119 msgid "This gateway can't be managed by SàT, sorry :(" |
| 4120 msgstr "Ce transport ne peut être gérée par SàT, désolé :(" | |
| 4121 | |
| 3570 | 4122 #: sat/plugins/plugin_xep_0077.py:202 sat/plugins/plugin_xep_0077.py:212 |
| 4123 #, python-format | |
| 4124 msgid "Registration failure: %s" | |
| 4125 msgstr "Échec de l'inscription: %s" | |
| 4126 | |
| 4127 #: sat/plugins/plugin_xep_0077.py:206 | |
| 69 | 4128 #, python-format |
| 3570 | 4129 msgid "registration answer: %s" |
| 4130 msgstr "réponse à la demande d'inscription: %s" | |
| 4131 | |
| 4132 #: sat/plugins/plugin_xep_0077.py:215 | |
| 4133 msgid "Username already exists, please choose an other one" | |
| 4134 msgstr "Ce nom d'utilisateur existe déjà, veuillez en choisir un autre" | |
| 4135 | |
| 4136 #: sat/plugins/plugin_xep_0077.py:229 | |
| 4137 #, fuzzy, python-format | |
| 4138 msgid "Asking registration for {}" | |
| 69 | 4139 msgstr "Demande d'enregistrement pour [%s]" |
| 4140 | |
| 3570 | 4141 #: sat/plugins/plugin_xep_0085.py:55 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4142 #, fuzzy |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4143 msgid "Implementation of Chat State Notifications Protocol" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4144 msgstr "Implémentation du protocole de transports" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4145 |
| 3570 | 4146 #: sat/plugins/plugin_xep_0085.py:97 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4147 msgid "Enable chat state notifications" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4148 msgstr "" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4149 |
| 3570 | 4150 #: sat/plugins/plugin_xep_0085.py:101 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4151 #, fuzzy |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4152 msgid "Chat State Notifications plugin initialization" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4153 msgstr "Initialisation de l'extension pour les transports" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4154 |
| 3570 | 4155 #: sat/plugins/plugin_xep_0092.py:42 |
| 4156 #, fuzzy | |
| 4157 msgid "Implementation of Software Version" | |
| 4158 msgstr "Implémentation de l'enregistrement en ligne" | |
| 4159 | |
| 4160 #: sat/plugins/plugin_xep_0092.py:48 | |
| 4161 #, fuzzy | |
| 4162 msgid "Plugin XEP_0092 initialization" | |
| 4163 msgstr "Initialisation du plugin XEP_0096" | |
| 4164 | |
| 4165 #: sat/plugins/plugin_xep_0092.py:119 | |
| 4166 #, fuzzy, python-format | |
| 4167 msgid "Client name: %s" | |
| 4168 msgstr "fichier enregistré dans %s" | |
| 4169 | |
| 4170 #: sat/plugins/plugin_xep_0092.py:121 | |
| 4171 #, python-format | |
| 4172 msgid "Client version: %s" | |
| 4173 msgstr "" | |
| 4174 | |
| 4175 #: sat/plugins/plugin_xep_0092.py:123 | |
| 4176 #, fuzzy, python-format | |
| 4177 msgid "Operating system: %s" | |
| 4178 msgstr "réponse à la demande d'inscription: %s" | |
| 4179 | |
| 4180 #: sat/plugins/plugin_xep_0092.py:128 | |
| 4181 msgid "Software version not available" | |
| 4182 msgstr "" | |
| 4183 | |
| 4184 #: sat/plugins/plugin_xep_0092.py:130 | |
| 4185 msgid "Client software version request timeout" | |
| 4186 msgstr "" | |
| 4187 | |
| 4188 #: sat/plugins/plugin_xep_0095.py:41 | |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4189 #, fuzzy |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4190 msgid "Implementation of Stream Initiation" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4191 msgstr "Implémentation de l'enregistrement en ligne" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4192 |
| 3570 | 4193 #: sat/plugins/plugin_xep_0095.py:54 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4194 #, fuzzy |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4195 msgid "Plugin XEP_0095 initialization" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4196 msgstr "Initialisation du plugin XEP_0054" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4197 |
| 3570 | 4198 #: sat/plugins/plugin_xep_0095.py:84 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4199 #, fuzzy |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4200 msgid "XEP-0095 Stream initiation" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4201 msgstr "Initialisation du plugin XEP_0054" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4202 |
| 3570 | 4203 #: sat/plugins/plugin_xep_0095.py:127 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4204 msgid "sending stream initiation accept answer" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4205 msgstr "" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4206 |
| 3570 | 4207 #: sat/plugins/plugin_xep_0095.py:168 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4208 #, python-format |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4209 msgid "Stream Session ID: %s" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4210 msgstr "" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4211 |
| 3570 | 4212 #: sat/plugins/plugin_xep_0096.py:48 |
| 391 | 4213 msgid "Implementation of SI File Transfer" |
| 3570 | 4214 msgstr "Implémentation de l'initialisation de flux pour le transfert de fichier " |
| 4215 | |
| 4216 #: sat/plugins/plugin_xep_0096.py:55 | |
| 4217 #, fuzzy | |
| 4218 msgid "Stream Initiation" | |
| 4219 msgstr "Initialisation du plugin XEP_0054" | |
| 4220 | |
| 4221 #: sat/plugins/plugin_xep_0096.py:58 | |
| 69 | 4222 msgid "Plugin XEP_0096 initialization" |
| 4223 msgstr "Initialisation du plugin XEP_0096" | |
| 4224 | |
| 3570 | 4225 #: sat/plugins/plugin_xep_0096.py:129 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4226 msgid "XEP-0096 file transfer requested" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4227 msgstr "" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4228 |
| 3570 | 4229 #: sat/plugins/plugin_xep_0096.py:377 |
| 4230 #, fuzzy, python-format | |
| 4231 msgid "The contact {} has refused your file" | |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4232 msgstr "Le contact %s a refusé votre inscription" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4233 |
| 3570 | 4234 #: sat/plugins/plugin_xep_0096.py:378 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4235 #, fuzzy |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4236 msgid "File refused" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4237 msgstr "refusé" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4238 |
| 3570 | 4239 #: sat/plugins/plugin_xep_0096.py:381 |
| 4240 msgid "Error during file transfer" | |
| 4241 msgstr "" | |
| 4242 | |
| 4243 #: sat/plugins/plugin_xep_0096.py:382 | |
| 4244 msgid "" | |
| 4245 "Something went wrong during the file transfer session initialisation: " | |
| 4246 "{reason}" | |
| 4247 msgstr "" | |
| 4248 | |
| 4249 #: sat/plugins/plugin_xep_0096.py:385 | |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4250 #, fuzzy |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4251 msgid "File transfer error" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4252 msgstr "Transfert de fichier" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4253 |
| 3570 | 4254 #: sat/plugins/plugin_xep_0096.py:394 |
| 4255 #, fuzzy, python-format | |
| 4256 msgid "transfer {sid} successfuly finished [{profile}]" | |
| 4257 msgstr "Transfert [%s] refusé" | |
| 4258 | |
| 4259 #: sat/plugins/plugin_xep_0096.py:402 | |
| 4260 msgid "transfer {sid} failed [{profile}]: {reason}" | |
| 4261 msgstr "" | |
| 4262 | |
| 4263 #: sat/plugins/plugin_xep_0100.py:37 | |
| 69 | 4264 msgid "Implementation of Gateways protocol" |
| 4265 msgstr "Implémentation du protocole de transports" | |
| 4266 | |
| 3570 | 4267 #: sat/plugins/plugin_xep_0100.py:40 |
| 4268 #, fuzzy | |
| 4269 msgid "" | |
| 4270 "Be careful ! Gateways allow you to use an external IM (legacy IM), so you" | |
| 4271 " can see your contact as XMPP contacts.\n" | |
| 4272 "But when you do this, all your messages go throught the external legacy " | |
| 4273 "IM server, it is a huge privacy issue (i.e.: all your messages throught " | |
| 4274 "the gateway can be monitored, recorded, analysed by the external server, " | |
| 4275 "most of time a private company)." | |
|
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
4276 msgstr "" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
4277 "Soyez prudent ! Les transports vous permettent d'utiliser une messagerie " |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
4278 "externe, de façon à pouvoir afficher vos contacts comme des contacts " |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
4279 "jabber.\n" |
| 3570 | 4280 "Mais si vous faites cela, tous vos messages passeront par les serveurs de" |
| 4281 " la messagerie externe, c'est un gros problème pour votre vie privée " | |
| 4282 "(comprenez: tous vos messages à travers le transport pourront être " | |
| 4283 "affichés, enregistrés, analysés par ces serveurs externes, la plupart du " | |
| 4284 "temps une entreprise privée)." | |
| 4285 | |
| 4286 #: sat/plugins/plugin_xep_0100.py:48 | |
|
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
4287 msgid "Internet Relay Chat" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
4288 msgstr "" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
4289 |
| 3570 | 4290 #: sat/plugins/plugin_xep_0100.py:49 |
|
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
4291 msgid "XMPP" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
4292 msgstr "" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
4293 |
| 3570 | 4294 #: sat/plugins/plugin_xep_0100.py:50 |
|
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
4295 msgid "Tencent QQ" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
4296 msgstr "" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
4297 |
| 3570 | 4298 #: sat/plugins/plugin_xep_0100.py:51 |
|
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
4299 msgid "SIP/SIMPLE" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
4300 msgstr "" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
4301 |
| 3570 | 4302 #: sat/plugins/plugin_xep_0100.py:52 |
|
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
4303 msgid "ICQ" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
4304 msgstr "" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
4305 |
| 3570 | 4306 #: sat/plugins/plugin_xep_0100.py:53 |
|
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
4307 msgid "Yahoo! Messenger" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
4308 msgstr "" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
4309 |
| 3570 | 4310 #: sat/plugins/plugin_xep_0100.py:54 |
|
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
4311 msgid "Gadu-Gadu" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
4312 msgstr "" |
| 69 | 4313 |
| 3570 | 4314 #: sat/plugins/plugin_xep_0100.py:55 |
|
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
4315 msgid "AOL Instant Messenger" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
4316 msgstr "" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
4317 |
| 3570 | 4318 #: sat/plugins/plugin_xep_0100.py:56 |
|
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
4319 msgid "Windows Live Messenger" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
4320 msgstr "" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
4321 |
| 3570 | 4322 #: sat/plugins/plugin_xep_0100.py:62 |
|
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
4323 msgid "Gateways plugin initialization" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
4324 msgstr "Initialisation de l'extension pour les transports" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
4325 |
| 3570 | 4326 #: sat/plugins/plugin_xep_0100.py:84 |
| 4327 #, fuzzy | |
| 4328 msgid "Gateways" | |
|
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
4329 msgstr "Chercher les transports" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
4330 |
| 3570 | 4331 #: sat/plugins/plugin_xep_0100.py:87 |
|
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
4332 #, fuzzy |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
4333 msgid "Find gateways" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
4334 msgstr "Chercher les transports" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
4335 |
| 3570 | 4336 #: sat/plugins/plugin_xep_0100.py:108 |
|
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
4337 #, fuzzy, python-format |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
4338 msgid "Gateways manager (%s)" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
4339 msgstr "Gestionnaire de transport" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
4340 |
| 3570 | 4341 #: sat/plugins/plugin_xep_0100.py:121 |
| 69 | 4342 #, python-format |
|
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
4343 msgid "Failed (%s)" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
4344 msgstr "" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
4345 |
| 3570 | 4346 #: sat/plugins/plugin_xep_0100.py:134 |
|
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
4347 #, fuzzy |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
4348 msgid "Use external XMPP server" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
4349 msgstr "Utiliser un autre serveur XMPP:" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
4350 |
| 3570 | 4351 #: sat/plugins/plugin_xep_0100.py:136 |
|
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
4352 msgid "Go !" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
4353 msgstr "" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
4354 |
| 3570 | 4355 #: sat/plugins/plugin_xep_0100.py:143 |
|
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
4356 #, fuzzy |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
4357 msgid "No gateway index selected" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
4358 msgstr "Aucun profile sélectionné" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
4359 |
| 3570 | 4360 #: sat/plugins/plugin_xep_0100.py:158 |
| 69 | 4361 #, python-format |
|
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
4362 msgid "" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
4363 "INTERNAL ERROR: identity category should always be \"gateway\" in " |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
4364 "_getTypeString, got \"%s\"" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
4365 msgstr "" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
4366 |
| 3570 | 4367 #: sat/plugins/plugin_xep_0100.py:166 |
|
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
4368 msgid "Unknown IM" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
4369 msgstr "Messagerie inconnue" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
4370 |
| 3570 | 4371 #: sat/plugins/plugin_xep_0100.py:170 |
|
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
4372 msgid "Registration successful, doing the rest" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
4373 msgstr "Inscription réussie, lancement du reste de la procédure" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
4374 |
| 3570 | 4375 #: sat/plugins/plugin_xep_0100.py:195 |
|
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
4376 msgid "Timeout" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
4377 msgstr "" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
4378 |
| 3570 | 4379 #: sat/plugins/plugin_xep_0100.py:211 |
|
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
4380 #, fuzzy, python-format |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
4381 msgid "Found gateway [%(jid)s]: %(identity_name)s" |
| 69 | 4382 msgstr "Transport trouvé (%(jid)s): %(identity)s" |
| 4383 | |
| 3570 | 4384 #: sat/plugins/plugin_xep_0100.py:222 |
|
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
4385 #, python-format |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
4386 msgid "Skipping [%(jid)s] which is not a gateway" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
4387 msgstr "" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
4388 |
| 3570 | 4389 #: sat/plugins/plugin_xep_0100.py:231 |
| 69 | 4390 msgid "No gateway found" |
| 4391 msgstr "Aucun transport trouvé" | |
| 4392 | |
| 3570 | 4393 #: sat/plugins/plugin_xep_0100.py:236 |
| 69 | 4394 #, python-format |
| 4395 msgid "item found: %s" | |
| 4396 msgstr "object trouvé: %s" | |
| 4397 | |
| 3570 | 4398 #: sat/plugins/plugin_xep_0100.py:260 |
| 194 | 4399 #, fuzzy, python-format |
| 4400 msgid "find gateways (target = %(target)s, profile = %(profile)s)" | |
| 69 | 4401 msgstr "transports trouvée (cible = %s)" |
| 194 | 4402 |
| 3570 | 4403 #: sat/plugins/plugin_xep_0106.py:38 |
| 4404 msgid "(Un)escape JID to use disallowed chars in local parts" | |
| 4405 msgstr "" | |
| 4406 | |
| 4407 #: sat/plugins/plugin_xep_0115.py:50 | |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4408 #, fuzzy |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4409 msgid "Implementation of entity capabilities" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4410 msgstr "Implementation de vcard-temp" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4411 |
| 3570 | 4412 #: sat/plugins/plugin_xep_0115.py:58 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4413 #, fuzzy |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4414 msgid "Plugin XEP_0115 initialization" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4415 msgstr "Initialisation du plugin XEP_0054" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4416 |
| 3570 | 4417 #: sat/plugins/plugin_xep_0115.py:73 |
| 4418 msgid "Caps optimisation enabled" | |
| 4419 msgstr "" | |
| 4420 | |
| 4421 #: sat/plugins/plugin_xep_0115.py:76 | |
| 4422 msgid "Caps optimisation not available" | |
| 4423 msgstr "" | |
| 4424 | |
| 4425 #: sat/plugins/plugin_xep_0115.py:154 | |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4426 #, python-format |
| 3570 | 4427 msgid "Received invalid capabilities tag: %s" |
| 4428 msgstr "" | |
| 4429 | |
| 4430 #: sat/plugins/plugin_xep_0115.py:170 | |
| 4431 msgid "" | |
| 4432 "Unknown hash method for entity capabilities: [{hash_method}] (entity: " | |
| 4433 "{entity_jid}, node: {node})" | |
| 4434 msgstr "" | |
| 4435 | |
| 4436 #: sat/plugins/plugin_xep_0115.py:183 | |
| 4437 msgid "" | |
| 4438 "Computed hash differ from given hash:\n" | |
| 4439 "given: [{given}]\n" | |
| 4440 "computed: [{computed}]\n" | |
| 4441 "(entity: {entity_jid}, node: {node})" | |
| 4442 msgstr "" | |
| 4443 | |
| 4444 #: sat/plugins/plugin_xep_0115.py:205 | |
| 4445 msgid "Couldn't retrieve disco info for {jid}: {error}" | |
| 4446 msgstr "" | |
| 4447 | |
| 4448 #: sat/plugins/plugin_xep_0163.py:42 | |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4449 #, fuzzy |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4450 msgid "Implementation of Personal Eventing Protocol" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4451 msgstr "Implémentation du protocole de transports" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4452 |
| 3570 | 4453 #: sat/plugins/plugin_xep_0163.py:48 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4454 #, fuzzy |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4455 msgid "PEP plugin initialization" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4456 msgstr "Initialisation du plugin XEP_0054" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4457 |
| 3570 | 4458 #: sat/plugins/plugin_xep_0163.py:131 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4459 #, fuzzy, python-format |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4460 msgid "Trying to send personal event with an unknown profile key [%s]" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4461 msgstr "Tentative d'appel d'un profile inconnue" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4462 |
| 3570 | 4463 #: sat/plugins/plugin_xep_0163.py:136 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4464 #, fuzzy |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4465 msgid "Trying to send personal event for an unknown type" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4466 msgstr "Tentative d'assigner un paramètre à un profile inconnu" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4467 |
| 3570 | 4468 #: sat/plugins/plugin_xep_0163.py:142 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4469 #, fuzzy |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4470 msgid "No item found" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4471 msgstr "Aucun transport trouvé" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4472 |
| 3570 | 4473 #: sat/plugins/plugin_xep_0163.py:149 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4474 msgid "Can't find mood element in mood event" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4475 msgstr "" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4476 |
| 3570 | 4477 #: sat/plugins/plugin_xep_0163.py:153 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4478 #, fuzzy |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4479 msgid "No mood found" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4480 msgstr "Aucune donnée trouvée" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4481 |
| 3570 | 4482 #: sat/plugins/plugin_xep_0166.py:50 |
| 4483 msgid "{entity} want to start a jingle session with you, do you accept ?" | |
| 4484 msgstr "" | |
| 4485 | |
| 4486 #: sat/plugins/plugin_xep_0166.py:60 | |
| 4487 #, fuzzy | |
| 4488 msgid "Implementation of Jingle" | |
| 4489 msgstr "Implementation de vcard-temp" | |
| 4490 | |
| 4491 #: sat/plugins/plugin_xep_0166.py:98 | |
| 4492 #, fuzzy | |
| 4493 msgid "plugin Jingle initialization" | |
| 4494 msgstr "Initialisation du plugin XEP_0054" | |
| 4495 | |
| 4496 #: sat/plugins/plugin_xep_0166.py:156 | |
| 4497 #, fuzzy, python-format | |
| 4498 msgid "Error while terminating session: {msg}" | |
| 4499 msgstr "Erreur en tentant de rejoindre le salon" | |
| 4500 | |
| 4501 #: sat/plugins/plugin_xep_0166.py:395 | |
| 4502 msgid "You can't do a jingle session with yourself" | |
| 4503 msgstr "" | |
| 4504 | |
| 4505 #: sat/plugins/plugin_xep_0166.py:511 | |
| 4506 msgid "Confirm Jingle session" | |
| 4507 msgstr "" | |
| 4508 | |
| 4509 #: sat/plugins/plugin_xep_0184.py:71 | |
| 4510 #, fuzzy | |
| 4511 msgid "Implementation of Message Delivery Receipts" | |
| 4512 msgstr "Implementation de vcard-temp" | |
| 4513 | |
| 4514 #: sat/plugins/plugin_xep_0184.py:96 | |
| 4515 msgid "Enable message delivery receipts" | |
| 4516 msgstr "" | |
| 4517 | |
| 4518 #: sat/plugins/plugin_xep_0184.py:100 | |
| 4519 #, fuzzy | |
| 4520 msgid "Plugin XEP_0184 (message delivery receipts) initialization" | |
| 4521 msgstr "Initialisation du plugin XEP_0054" | |
| 4522 | |
| 4523 #: sat/plugins/plugin_xep_0184.py:136 | |
| 4524 msgid "[XEP-0184] Request acknowledgment for message id {}" | |
| 4525 msgstr "" | |
| 4526 | |
| 4527 #: sat/plugins/plugin_xep_0184.py:180 | |
| 4528 msgid "[XEP-0184] Receive acknowledgment for message id {}" | |
| 4529 msgstr "" | |
| 4530 | |
| 4531 #: sat/plugins/plugin_xep_0184.py:190 | |
| 4532 msgid "[XEP-0184] Delete waiting acknowledgment for message id {}" | |
| 4533 msgstr "" | |
| 4534 | |
| 4535 #: sat/plugins/plugin_xep_0198.py:46 | |
| 4536 #, fuzzy | |
| 4537 msgid "Implementation of Stream Management" | |
| 4538 msgstr "Implémentation de l'enregistrement en ligne" | |
| 4539 | |
| 4540 #: sat/plugins/plugin_xep_0198.py:134 | |
| 4541 #, fuzzy | |
| 4542 msgid "Plugin Stream Management initialization" | |
| 4543 msgstr "Initialisation du plugin XEP_0054" | |
| 4544 | |
| 4545 #: sat/plugins/plugin_xep_0198.py:144 | |
| 4546 msgid "Invalid ack_timeout value, please check your configuration" | |
| 4547 msgstr "" | |
| 4548 | |
| 4549 #: sat/plugins/plugin_xep_0198.py:147 | |
| 4550 msgid "Ack timeout disabled" | |
| 4551 msgstr "" | |
| 4552 | |
| 4553 #: sat/plugins/plugin_xep_0198.py:149 | |
| 4554 msgid "Ack timeout set to {timeout}s" | |
| 4555 msgstr "" | |
| 4556 | |
| 4557 #: sat/plugins/plugin_xep_0198.py:171 | |
| 4558 msgid "" | |
| 4559 "Your server doesn't support stream management ({namespace}), this is used" | |
| 4560 " to improve connection problems detection (like network outages). Please " | |
| 4561 "ask your server administrator to enable this feature." | |
| 4562 msgstr "" | |
| 4563 | |
| 4564 #: sat/plugins/plugin_xep_0198.py:302 | |
| 4565 msgid "" | |
| 4566 "Connection failed using location given by server (host: {host}, port: " | |
| 4567 "{port}), switching to normal host and port (host: {normal_host}, port: " | |
| 4568 "{normal_port})" | |
| 4569 msgstr "" | |
| 4570 | |
| 4571 #: sat/plugins/plugin_xep_0198.py:317 | |
| 4572 msgid "Incorrect <enabled/> element received, no \"id\" attribute" | |
| 4573 msgstr "" | |
| 4574 | |
| 4575 #: sat/plugins/plugin_xep_0198.py:319 | |
| 4576 msgid "" | |
| 4577 "You're server doesn't support session resuming with stream management, " | |
| 4578 "please contact your server administrator to enable it" | |
| 4579 msgstr "" | |
| 4580 | |
| 4581 #: sat/plugins/plugin_xep_0198.py:341 | |
| 4582 msgid "Invalid location received: {location}" | |
| 4583 msgstr "" | |
| 4584 | |
| 4585 #: sat/plugins/plugin_xep_0198.py:359 | |
| 4586 msgid "Invalid \"max\" attribute" | |
| 4587 msgstr "" | |
| 4588 | |
| 4589 #: sat/plugins/plugin_xep_0198.py:361 | |
| 4590 msgid "Using default session max value ({max_s} s)." | |
| 4591 msgstr "" | |
| 4592 | |
| 4593 #: sat/plugins/plugin_xep_0198.py:363 | |
| 4594 msgid "Stream Management enabled" | |
| 4595 msgstr "" | |
| 4596 | |
| 4597 #: sat/plugins/plugin_xep_0198.py:367 | |
| 4598 msgid "Stream Management enabled, with a resumption time of {res_m:.2f} min" | |
| 4599 msgstr "" | |
| 4600 | |
| 4601 #: sat/plugins/plugin_xep_0198.py:382 | |
| 4602 msgid "" | |
| 4603 "Stream session resumed (disconnected for {d_time} s, {count} stanza(s) " | |
| 4604 "resent)" | |
| 4605 msgstr "" | |
| 4606 | |
| 4607 #: sat/plugins/plugin_xep_0198.py:395 | |
| 4608 msgid "Can't use stream management" | |
| 4609 msgstr "" | |
| 4610 | |
| 4611 #: sat/plugins/plugin_xep_0198.py:399 | |
| 4612 msgid "{msg}: {reason}" | |
| 4613 msgstr "" | |
| 4614 | |
| 4615 #: sat/plugins/plugin_xep_0198.py:408 | |
| 4616 msgid "stream resumption not possible, restarting full session" | |
| 4617 msgstr "" | |
| 4618 | |
| 4619 #: sat/plugins/plugin_xep_0198.py:495 | |
| 4620 msgid "Server returned invalid ack element, disabling stream management: {xml}" | |
| 4621 msgstr "" | |
| 4622 | |
| 4623 #: sat/plugins/plugin_xep_0198.py:501 | |
| 4624 msgid "Server acked more stanzas than we have sent, disabling stream management." | |
| 4625 msgstr "" | |
| 4626 | |
| 4627 #: sat/plugins/plugin_xep_0198.py:511 | |
| 4628 msgid "Ack was not received in time, aborting connection" | |
| 4629 msgstr "" | |
| 4630 | |
| 4631 #: sat/plugins/plugin_xep_0199.py:39 | |
| 4632 #, fuzzy | |
| 4633 msgid "Implementation of XMPP Ping" | |
| 4634 msgstr "Implementation de vcard-temp" | |
| 4635 | |
| 4636 #: sat/plugins/plugin_xep_0199.py:49 | |
| 4637 #, fuzzy | |
| 4638 msgid "XMPP Ping plugin initialization" | |
| 4639 msgstr "Initialisation de l'extension pour les transports" | |
| 4640 | |
| 4641 #: sat/plugins/plugin_xep_0199.py:109 | |
| 4642 msgid "ping error ({err_msg}). Response time: {time} s" | |
| 4643 msgstr "" | |
| 4644 | |
| 4645 #: sat/plugins/plugin_xep_0199.py:123 | |
| 4646 msgid "Invalid jid: \"{entity_jid}\"" | |
| 4647 msgstr "" | |
| 4648 | |
| 4649 #: sat/plugins/plugin_xep_0199.py:134 | |
| 4650 msgid "XMPP PING received from {from_jid} [{profile}]" | |
| 4651 msgstr "" | |
| 4652 | |
| 4653 #: sat/plugins/plugin_xep_0203.py:45 | |
| 4654 #, fuzzy | |
| 4655 msgid "Implementation of Delayed Delivery" | |
| 4656 msgstr "Implementation de vcard-temp" | |
| 4657 | |
| 4658 #: sat/plugins/plugin_xep_0203.py:51 | |
| 4659 #, fuzzy | |
| 4660 msgid "Delayed Delivery plugin initialization" | |
| 4661 msgstr "Initialisation de l'extension pour les transports" | |
| 4662 | |
| 4663 #: sat/plugins/plugin_xep_0231.py:48 | |
| 4664 msgid "Implementation of bits of binary (used for small images/files)" | |
| 4665 msgstr "" | |
| 4666 | |
| 4667 #: sat/plugins/plugin_xep_0231.py:59 | |
| 4668 #, fuzzy | |
| 4669 msgid "plugin Bits of Binary initialization" | |
| 4670 msgstr "Initialisation du plugin XEP_0054" | |
| 4671 | |
| 4672 #: sat/plugins/plugin_xep_0234.py:54 | |
| 4673 #, fuzzy | |
| 4674 msgid "Implementation of Jingle File Transfer" | |
| 4675 msgstr "Implémentation de l'initialisation de flux pour le transfert de fichier " | |
| 4676 | |
| 4677 #: sat/plugins/plugin_xep_0234.py:67 | |
| 4678 #, fuzzy | |
| 4679 msgid "file transfer" | |
| 4680 msgstr "Transfert de fichier" | |
| 4681 | |
| 4682 #: sat/plugins/plugin_xep_0234.py:70 | |
| 4683 #, fuzzy | |
| 4684 msgid "plugin Jingle File Transfer initialization" | |
| 4685 msgstr "Initialisation du plugin XEP_0054" | |
| 4686 | |
| 4687 #: sat/plugins/plugin_xep_0234.py:380 | |
| 4688 msgid "hash_algo must be set if file_hash is set" | |
| 4689 msgstr "" | |
| 4690 | |
| 4691 #: sat/plugins/plugin_xep_0234.py:385 | |
| 4692 msgid "file_hash must be set if hash_algo is set" | |
| 4693 msgstr "" | |
| 4694 | |
| 4695 #: sat/plugins/plugin_xep_0234.py:419 | |
| 4696 msgid "only the following keys are allowed in extra: {keys}" | |
| 4697 msgstr "" | |
| 4698 | |
| 4699 #: sat/plugins/plugin_xep_0234.py:454 | |
| 4700 msgid "you need to provide at least name or file hash" | |
| 4701 msgstr "" | |
| 4702 | |
| 4703 #: sat/plugins/plugin_xep_0234.py:524 | |
| 4704 #, fuzzy | |
| 4705 msgid "File continue is not implemented yet" | |
| 4706 msgstr "getGame n'est pas implémenté dans ce frontend" | |
| 4707 | |
| 4708 #: sat/plugins/plugin_xep_0249.py:55 | |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4709 #, fuzzy |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4710 msgid "Implementation of Direct MUC Invitations" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4711 msgstr "Implémentation de l'enregistrement en ligne" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4712 |
| 3570 | 4713 #: sat/plugins/plugin_xep_0249.py:75 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4714 msgid "Auto-join MUC on invitation" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4715 msgstr "" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4716 |
| 3570 | 4717 #: sat/plugins/plugin_xep_0249.py:86 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4718 #, fuzzy |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4719 msgid "Plugin XEP_0249 initialization" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4720 msgstr "Initialisation du plugin XEP_0054" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4721 |
| 3570 | 4722 #: sat/plugins/plugin_xep_0249.py:140 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4723 #, python-format |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4724 msgid "Invitation accepted for room %(room)s [%(profile)s]" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4725 msgstr "" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4726 |
| 3570 | 4727 #: sat/plugins/plugin_xep_0249.py:155 |
| 4728 msgid "invalid invitation received: {xml}" | |
| 4729 msgstr "" | |
| 4730 | |
| 4731 #: sat/plugins/plugin_xep_0249.py:159 | |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4732 #, python-format |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4733 msgid "Invitation received for room %(room)s [%(profile)s]" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4734 msgstr "" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4735 |
| 3570 | 4736 #: sat/plugins/plugin_xep_0249.py:170 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4737 msgid "Invitation silently discarded because user is already in the room." |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4738 msgstr "" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4739 |
| 3570 | 4740 #: sat/plugins/plugin_xep_0249.py:181 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4741 #, python-format |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4742 msgid "" |
|
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
4743 "An invitation from %(user)s to join the room %(room)s has been declined " |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
4744 "according to your personal settings." |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
4745 msgstr "" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
4746 |
| 3570 | 4747 #: sat/plugins/plugin_xep_0249.py:185 sat/plugins/plugin_xep_0249.py:192 |
| 4748 #, fuzzy | |
| 4749 msgid "MUC invitation" | |
| 4750 msgstr "Connexion..." | |
| 4751 | |
| 4752 #: sat/plugins/plugin_xep_0249.py:188 | |
| 4753 #, python-format | |
| 4754 msgid "" | |
| 4755 "You have been invited by %(user)s to join the room %(room)s. Do you " | |
| 4756 "accept?" | |
| 4757 msgstr "" | |
| 4758 | |
| 4759 #: sat/plugins/plugin_xep_0249.py:215 | |
| 4760 msgid "You must provide a valid JID to invite, like in '/invite contact@{host}'" | |
| 4761 msgstr "" | |
| 4762 | |
| 4763 #: sat/plugins/plugin_xep_0260.py:51 | |
| 4764 #, fuzzy | |
| 4765 msgid "Implementation of Jingle SOCKS5 Bytestreams" | |
| 4766 msgstr "Implémentation du « SOCKS5 Bytestreams » (flux d'octets SOCKS5)" | |
| 4767 | |
| 4768 #: sat/plugins/plugin_xep_0260.py:64 | |
| 4769 msgid "plugin Jingle SOCKS5 Bytestreams" | |
| 4770 msgstr "" | |
| 4771 | |
| 4772 #: sat/plugins/plugin_xep_0261.py:47 | |
| 4773 #, fuzzy | |
| 4774 msgid "Implementation of Jingle In-Band Bytestreams" | |
| 4775 msgstr "Implémentation du « SOCKS5 Bytestreams » (flux d'octets SOCKS5)" | |
| 4776 | |
| 4777 #: sat/plugins/plugin_xep_0261.py:55 | |
| 4778 #, fuzzy | |
| 4779 msgid "plugin Jingle In-Band Bytestreams" | |
| 4780 msgstr "Implémentation du « SOCKS5 Bytestreams » (flux d'octets SOCKS5)" | |
| 4781 | |
| 4782 #: sat/plugins/plugin_xep_0264.py:67 | |
| 4783 msgid "Thumbnails handling" | |
| 4784 msgstr "" | |
| 4785 | |
| 4786 #: sat/plugins/plugin_xep_0264.py:79 | |
| 4787 #, fuzzy | |
| 4788 msgid "Plugin XEP_0264 initialization" | |
| 4789 msgstr "Initialisation du plugin XEP_0054" | |
| 4790 | |
| 4791 #: sat/plugins/plugin_xep_0277.py:71 | |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4792 #, fuzzy |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4793 msgid "Implementation of microblogging Protocol" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4794 msgstr "Implémentation du protocole de transports" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4795 |
| 3570 | 4796 #: sat/plugins/plugin_xep_0277.py:83 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4797 #, fuzzy |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4798 msgid "Microblogging plugin initialization" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4799 msgstr "Initialisation du plugin XEP_0054" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4800 |
| 3570 | 4801 #: sat/plugins/plugin_xep_0277.py:286 |
|
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
4802 msgid "Content of type XHTML must declare its namespace!" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
4803 msgstr "" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
4804 |
| 3570 | 4805 #: sat/plugins/plugin_xep_0277.py:557 |
| 4806 msgid "Can't have xhtml and rich content at the same time" | |
| 4807 msgstr "" | |
| 4808 | |
| 4809 #: sat/plugins/plugin_xep_0277.py:1041 | |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4810 #, python-format |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4811 msgid "Microblog node has now access %s" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4812 msgstr "" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4813 |
| 3570 | 4814 #: sat/plugins/plugin_xep_0277.py:1045 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4815 msgid "Can't set microblog access" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4816 msgstr "" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
4817 |
| 3570 | 4818 #: sat/plugins/plugin_xep_0280.py:39 |
| 4819 #, fuzzy, python-format | |
| 4820 msgid "Message carbons" | |
| 4821 msgstr "message reçu de: %s" | |
| 4822 | |
| 4823 #: sat/plugins/plugin_xep_0280.py:50 | |
| 4824 #, fuzzy | |
| 4825 msgid "Implementation of Message Carbons" | |
| 4826 msgstr "Implementation de vcard-temp" | |
| 4827 | |
| 4828 #: sat/plugins/plugin_xep_0280.py:75 | |
| 4829 #, fuzzy | |
| 4830 msgid "Plugin XEP_0280 initialization" | |
| 4831 msgstr "Initialisation du plugin XEP_0054" | |
| 4832 | |
| 4833 #: sat/plugins/plugin_xep_0280.py:102 | |
| 4834 msgid "Not activating message carbons as requested in params" | |
| 4835 msgstr "" | |
| 4836 | |
| 4837 #: sat/plugins/plugin_xep_0280.py:107 | |
| 4838 msgid "server doesn't handle message carbons" | |
| 4839 msgstr "" | |
| 4840 | |
| 4841 #: sat/plugins/plugin_xep_0280.py:109 | |
| 4842 msgid "message carbons available, enabling it" | |
| 4843 msgstr "" | |
| 4844 | |
| 4845 #: sat/plugins/plugin_xep_0280.py:117 | |
| 4846 #, fuzzy | |
| 4847 msgid "message carbons activated" | |
| 4848 msgstr "" | |
| 4849 "Barre de progression désactivée\n" | |
| 4850 "--\n" | |
| 4851 | |
| 4852 #: sat/plugins/plugin_xep_0297.py:44 | |
| 4853 #, fuzzy | |
| 4854 msgid "Implementation of Stanza Forwarding" | |
| 4855 msgstr "Implémentation de l'enregistrement en ligne" | |
| 4856 | |
| 4857 #: sat/plugins/plugin_xep_0297.py:52 | |
| 4858 #, fuzzy | |
| 4859 msgid "Stanza Forwarding plugin initialization" | |
| 4860 msgstr "Initialisation de l'extension pour les transports" | |
| 4861 | |
| 4862 #: sat/plugins/plugin_xep_0300.py:45 | |
| 4863 msgid "Management of cryptographic hashes" | |
| 4864 msgstr "" | |
| 4865 | |
| 4866 #: sat/plugins/plugin_xep_0300.py:66 | |
| 4867 #, fuzzy | |
| 4868 msgid "plugin Hashes initialization" | |
| 4869 msgstr "Initialisation du plugin XEP_0054" | |
| 4870 | |
| 4871 #: sat/plugins/plugin_xep_0313.py:51 | |
| 4872 #, fuzzy | |
| 4873 msgid "Implementation of Message Archive Management" | |
| 4874 msgstr "Implementation de vcard-temp" | |
| 4875 | |
| 4876 #: sat/plugins/plugin_xep_0313.py:64 | |
| 4877 #, fuzzy | |
| 4878 msgid "Message Archive Management plugin initialization" | |
| 4879 msgstr "Initialisation de l'extension pour les transports" | |
| 4880 | |
| 4881 #: sat/plugins/plugin_xep_0313.py:92 | |
| 4882 msgid "It seems that we have no MAM history yet" | |
| 4883 msgstr "" | |
| 4884 | |
| 4885 #: sat/plugins/plugin_xep_0313.py:126 | |
| 4886 msgid "missing \"to\" attribute in forwarded message" | |
| 4887 msgstr "" | |
| 4888 | |
| 4889 #: sat/plugins/plugin_xep_0313.py:137 | |
| 4890 msgid "missing \"from\" attribute in forwarded message" | |
| 4891 msgstr "" | |
| 4892 | |
| 4893 #: sat/plugins/plugin_xep_0313.py:140 | |
| 4894 msgid "" | |
| 4895 "was expecting a message sent by our jid, but this one if from {from_jid}," | |
| 4896 " ignoring\n" | |
| 4897 "{xml}" | |
| 4898 msgstr "" | |
| 4899 | |
| 4900 #: sat/plugins/plugin_xep_0313.py:158 | |
| 4901 msgid "We have received no message while offline" | |
| 4902 msgstr "" | |
| 4903 | |
| 4904 #: sat/plugins/plugin_xep_0313.py:160 | |
| 4905 msgid "We have received {num_mess} message(s) while offline." | |
| 4906 msgstr "" | |
| 4907 | |
| 4908 #: sat/plugins/plugin_xep_0329.py:50 | |
| 4909 #, fuzzy | |
| 4910 msgid "Implementation of File Information Sharing" | |
| 4911 msgstr "Implémentation de l'initialisation de flux pour le transfert de fichier " | |
| 4912 | |
| 4913 #: sat/plugins/plugin_xep_0329.py:86 | |
| 4914 msgid "path change chars found in name [{name}], hack attempt?" | |
| 4915 msgstr "" | |
| 4916 | |
| 4917 #: sat/plugins/plugin_xep_0329.py:107 | |
| 4918 msgid "path can only be set on path nodes" | |
| 4919 msgstr "" | |
| 4920 | |
| 4921 #: sat/plugins/plugin_xep_0329.py:141 | |
| 4922 msgid "a node can't have several parents" | |
| 4923 msgstr "" | |
| 4924 | |
| 4925 #: sat/plugins/plugin_xep_0329.py:210 | |
| 4926 msgid "" | |
| 4927 "parent dir (\"..\") found in path, hack attempt? path is {path} " | |
| 4928 "[{profile}]" | |
| 4929 msgstr "" | |
| 4930 | |
| 4931 #: sat/plugins/plugin_xep_0329.py:271 | |
| 4932 #, fuzzy | |
| 4933 msgid "File Information Sharing initialization" | |
| 4934 msgstr "Initialisation de l'extension pour les transports" | |
| 4935 | |
| 4936 #: sat/plugins/plugin_xep_0329.py:394 | |
| 4937 msgid "invalid path: {path}" | |
| 4938 msgstr "" | |
| 4939 | |
| 4940 #: sat/plugins/plugin_xep_0329.py:428 | |
| 4941 msgid "{peer_jid} requested a file (s)he can't access [{profile}]" | |
| 4942 msgstr "" | |
| 4943 | |
| 4944 #: sat/plugins/plugin_xep_0329.py:461 | |
| 4945 #, fuzzy, python-format | |
| 4946 msgid "error while retrieving files: {msg}" | |
| 4947 msgstr "Erreur en tentant de rejoindre le salon" | |
| 4948 | |
| 4949 #: sat/plugins/plugin_xep_0329.py:513 | |
| 4950 msgid "ignoring invalid unicode name ({name}): {msg}" | |
| 4951 msgstr "" | |
| 4952 | |
| 4953 #: sat/plugins/plugin_xep_0329.py:534 | |
| 4954 msgid "unexpected type: {type}" | |
| 4955 msgstr "" | |
| 4956 | |
| 4957 #: sat/plugins/plugin_xep_0329.py:573 | |
| 4958 #, fuzzy, python-format | |
| 4959 msgid "unknown node type: {type}" | |
| 4960 msgstr "Type d'action inconnu" | |
| 4961 | |
| 4962 #: sat/plugins/plugin_xep_0329.py:711 | |
| 4963 msgid "unexpected element, ignoring: {elt}" | |
| 4964 msgstr "" | |
| 4965 | |
| 4966 #: sat/plugins/plugin_xep_0329.py:1184 | |
| 4967 #, fuzzy, python-format | |
| 4968 msgid "This path doesn't exist!" | |
| 4969 msgstr "Le fichier [%s] n'existe pas !" | |
| 4970 | |
| 4971 #: sat/plugins/plugin_xep_0329.py:1186 | |
| 4972 msgid "A path need to be specified" | |
| 4973 msgstr "" | |
| 4974 | |
| 4975 #: sat/plugins/plugin_xep_0329.py:1188 | |
| 4976 msgid "access must be a dict" | |
| 4977 msgstr "" | |
| 4978 | |
| 4979 #: sat/plugins/plugin_xep_0329.py:1200 | |
| 4980 #, fuzzy | |
| 4981 msgid "Can't find a proper name" | |
| 4982 msgstr "Impossible de trouver la VCard de %s" | |
| 4983 | |
| 4984 #: sat/plugins/plugin_xep_0329.py:1211 | |
| 4985 msgid "" | |
| 4986 "A directory with this name is already shared, renamed to {new_name} " | |
| 4987 "[{profile}]" | |
| 4988 msgstr "" | |
| 4989 | |
| 4990 #: sat/plugins/plugin_xep_0334.py:43 | |
| 4991 #, fuzzy | |
| 4992 msgid "Implementation of Message Processing Hints" | |
| 4993 msgstr "Implémentation de l'enregistrement en ligne" | |
| 4994 | |
| 4995 #: sat/plugins/plugin_xep_0334.py:45 | |
| 4996 msgid "" | |
| 4997 " Frontends can use HINT_* constants in mess_data['extra'] in " | |
| 4998 "a serialized 'hints' dict.\n" | |
| 4999 " Internal plugins can use directly addHint([HINT_* " | |
| 5000 "constant]).\n" | |
| 5001 " Will set mess_data['extra']['history'] to 'skipped' when no " | |
| 5002 "store is requested and message is not saved in history." | |
| 5003 msgstr "" | |
| 5004 | |
| 5005 #: sat/plugins/plugin_xep_0334.py:65 | |
| 5006 #, fuzzy | |
| 5007 msgid "Message Processing Hints plugin initialization" | |
| 5008 msgstr "Initialisation de l'extension pour les transports" | |
| 5009 | |
| 5010 #: sat/plugins/plugin_xep_0346.py:54 | |
| 5011 msgid "Handle Pubsub data schemas" | |
| 5012 msgstr "" | |
| 5013 | |
| 5014 #: sat/plugins/plugin_xep_0346.py:60 | |
| 5015 #, fuzzy | |
| 5016 msgid "PubSub Schema initialization" | |
| 5017 msgstr "Initialisation du plugin XEP_0054" | |
| 5018 | |
| 5019 #: sat/plugins/plugin_xep_0346.py:208 | |
| 5020 msgid "unspecified schema, we need to request it" | |
| 5021 msgstr "" | |
| 5022 | |
| 5023 #: sat/plugins/plugin_xep_0346.py:212 | |
| 5024 msgid "" | |
| 5025 "no schema specified, and this node has no schema either, we can't " | |
| 5026 "construct the data form" | |
| 5027 msgstr "" | |
| 5028 | |
| 5029 #: sat/plugins/plugin_xep_0346.py:233 | |
| 5030 msgid "Invalid Schema: {msg}" | |
| 5031 msgstr "" | |
| 5032 | |
| 5033 #: sat/plugins/plugin_xep_0346.py:246 | |
| 5034 msgid "nodeIndentifier needs to be set" | |
| 5035 msgstr "" | |
| 5036 | |
| 5037 #: sat/plugins/plugin_xep_0346.py:310 | |
| 5038 msgid "empty node is not allowed" | |
| 5039 msgstr "" | |
| 5040 | |
| 5041 #: sat/plugins/plugin_xep_0346.py:354 | |
| 5042 msgid "default_node must be set if nodeIdentifier is not set" | |
| 5043 msgstr "" | |
| 5044 | |
| 5045 #: sat/plugins/plugin_xep_0346.py:457 | |
| 5046 #, fuzzy | |
| 5047 msgid "field {name} doesn't exist, ignoring it" | |
| 5048 msgstr "Le fichier [%s] n'existe pas !" | |
| 5049 | |
| 5050 #: sat/plugins/plugin_xep_0346.py:551 | |
| 5051 msgid "Can't parse date field: {msg}" | |
| 5052 msgstr "" | |
| 5053 | |
| 5054 #: sat/plugins/plugin_xep_0346.py:652 | |
| 5055 msgid "Can't get previous item, update ignored: {reason}" | |
| 5056 msgstr "" | |
| 5057 | |
| 5058 #: sat/plugins/plugin_xep_0346.py:661 | |
| 5059 msgid "Can't parse previous item, update ignored: data form not found" | |
| 5060 msgstr "" | |
| 5061 | |
| 5062 #: sat/plugins/plugin_xep_0346.py:719 | |
| 5063 msgid "default_node must be set if node is not set" | |
| 5064 msgstr "" | |
| 5065 | |
| 5066 #: sat/plugins/plugin_xep_0346.py:728 | |
| 5067 msgid "if extra[\"update\"] is set, item_id must be set too" | |
| 5068 msgstr "" | |
| 5069 | |
| 5070 #: sat/plugins/plugin_xep_0352.py:35 | |
| 5071 msgid "" | |
| 5072 "Notify server when frontend is not actively used, to limit traffic and " | |
| 5073 "save bandwidth and battery life" | |
| 5074 msgstr "" | |
| 5075 | |
| 5076 #: sat/plugins/plugin_xep_0352.py:45 | |
| 5077 #, fuzzy | |
| 5078 msgid "Client State Indication plugin initialization" | |
| 5079 msgstr "Initialisation de l'extension pour les transports" | |
| 5080 | |
| 5081 #: sat/plugins/plugin_xep_0352.py:63 | |
| 5082 msgid "Client State Indication is available on this server" | |
| 5083 msgstr "" | |
| 5084 | |
| 5085 #: sat/plugins/plugin_xep_0352.py:67 | |
| 5086 msgid "" | |
| 5087 "Client State Indication is not available on this server, some bandwidth " | |
| 5088 "optimisations can't be used." | |
| 5089 msgstr "" | |
| 5090 | |
| 5091 #: sat/plugins/plugin_xep_0353.py:46 | |
| 5092 #, fuzzy | |
| 5093 msgid "Implementation of Jingle Message Initiation" | |
| 5094 msgstr "Implémentation de l'enregistrement en ligne" | |
| 5095 | |
| 5096 #: sat/plugins/plugin_xep_0353.py:53 | |
| 5097 #, fuzzy | |
| 5098 msgid "plugin {name} initialization" | |
| 5099 msgstr "Initialisation du plugin XEP_0054" | |
| 5100 | |
| 5101 #: sat/plugins/plugin_xep_0353.py:122 | |
| 5102 msgid "Message initiation with {peer_jid} timed out" | |
| 5103 msgstr "" | |
| 5104 | |
| 5105 #: sat/plugins/plugin_xep_0353.py:166 | |
| 5106 msgid "" | |
| 5107 "Somebody not in your contact list ({peer_jid}) wants to do a " | |
| 5108 "\"{human_name}\" session with you, this would leak your presence and " | |
| 5109 "possibly you IP (internet localisation), do you accept?" | |
| 5110 msgstr "" | |
| 5111 | |
| 5112 #: sat/plugins/plugin_xep_0353.py:171 | |
| 5113 #, fuzzy | |
| 5114 msgid "Invitation from an unknown contact" | |
| 5115 msgstr "Tentative d'assigner un paramètre à un profile inconnu" | |
| 5116 | |
| 5117 #: sat/plugins/plugin_xep_0353.py:211 | |
| 5118 msgid "no pending session found with id {session_id}, did it timed out?" | |
| 5119 msgstr "" | |
| 5120 | |
| 5121 #: sat/plugins/plugin_xep_0359.py:40 | |
| 5122 #, fuzzy | |
| 5123 msgid "Implementation of Unique and Stable Stanza IDs" | |
| 5124 msgstr "Implémentation de l'enregistrement en ligne" | |
| 5125 | |
| 5126 #: sat/plugins/plugin_xep_0359.py:49 | |
| 5127 #, fuzzy | |
| 5128 msgid "Unique and Stable Stanza IDs plugin initialization" | |
| 5129 msgstr "Initialisation de l'extension pour les transports" | |
| 5130 | |
| 5131 #: sat/plugins/plugin_xep_0363.py:51 | |
| 5132 #, fuzzy | |
| 5133 msgid "Implementation of HTTP File Upload" | |
| 5134 msgstr "Implémentation de l'initialisation de flux pour le transfert de fichier " | |
| 5135 | |
| 5136 #: sat/plugins/plugin_xep_0363.py:83 | |
| 5137 #, fuzzy | |
| 5138 msgid "plugin HTTP File Upload initialization" | |
| 5139 msgstr "Initialisation du plugin XEP_0054" | |
| 5140 | |
| 5141 #: sat/plugins/plugin_xep_0363.py:200 | |
| 5142 msgid "Can't get upload slot: {reason}" | |
| 5143 msgstr "" | |
| 5144 | |
| 5145 #: sat/plugins/plugin_xep_0363.py:265 | |
| 5146 msgid "upload failed: {reason}" | |
| 5147 msgstr "" | |
| 5148 | |
| 5149 #: sat/plugins/plugin_xep_0363.py:349 | |
| 5150 msgid "Invalid header element: {xml}" | |
| 5151 msgstr "" | |
| 5152 | |
| 5153 #: sat/plugins/plugin_xep_0363.py:355 | |
| 5154 msgid "Ignoring unauthorised header \"{name}\": {xml}" | |
| 5155 msgstr "" | |
| 5156 | |
| 5157 #: sat/plugins/plugin_xep_0363.py:400 | |
| 5158 msgid "no service can handle HTTP Upload request: {elt}" | |
| 5159 msgstr "" | |
| 5160 | |
| 5161 #: sat/plugins/plugin_xep_0380.py:35 | |
| 5162 #, fuzzy | |
| 5163 msgid "Implementation of Explicit Message Encryption" | |
| 5164 msgstr "Implémentation de l'enregistrement en ligne" | |
| 5165 | |
| 5166 #: sat/plugins/plugin_xep_0380.py:94 | |
| 5167 msgid "" | |
| 5168 "Message from {sender} is encrypted with {algorithm} and we can't decrypt " | |
| 5169 "it." | |
| 5170 msgstr "" | |
| 5171 | |
| 5172 #: sat/plugins/plugin_xep_0380.py:96 | |
| 5173 msgid "" | |
| 5174 "User {sender} sent you an encrypted message (encrypted with {algorithm})," | |
| 5175 " and we can't decrypt it." | |
| 5176 msgstr "" | |
| 5177 | |
| 5178 #: sat/plugins/plugin_xep_0384.py:62 | |
| 5179 #, fuzzy | |
| 5180 msgid "Implementation of OMEMO" | |
| 5181 msgstr "Implementation de vcard-temp" | |
| 5182 | |
| 5183 #: sat/plugins/plugin_xep_0384.py:440 | |
| 5184 msgid "Security" | |
| 5185 msgstr "" | |
| 5186 | |
| 5187 #: sat/plugins/plugin_xep_0384.py:442 | |
| 5188 msgid "OMEMO default trust policy" | |
| 5189 msgstr "" | |
| 5190 | |
| 5191 #: sat/plugins/plugin_xep_0384.py:443 | |
| 5192 msgid "Manual trust (more secure)" | |
| 5193 msgstr "" | |
| 5194 | |
| 5195 #: sat/plugins/plugin_xep_0384.py:445 | |
| 5196 msgid "Blind Trust Before Verification (more user friendly)" | |
| 5197 msgstr "" | |
| 5198 | |
| 5199 #: sat/plugins/plugin_xep_0384.py:449 | |
| 5200 msgid "OMEMO plugin initialization (omemo module v{version})" | |
| 5201 msgstr "" | |
| 5202 | |
| 5203 #: sat/plugins/plugin_xep_0384.py:453 | |
| 5204 msgid "" | |
| 5205 "Your version of omemo module is too old: {v[0]}.{v[1]}.{v[2]} is minimum " | |
| 5206 "required, please update." | |
| 5207 msgstr "" | |
| 5208 | |
| 5209 #: sat/plugins/plugin_xep_0384.py:488 | |
| 5210 msgid "You need to have OMEMO encryption activated to reset the session" | |
| 5211 msgstr "" | |
| 5212 | |
| 5213 #: sat/plugins/plugin_xep_0384.py:503 | |
| 5214 msgid "OMEMO session has been reset" | |
| 5215 msgstr "" | |
| 5216 | |
| 5217 #: sat/plugins/plugin_xep_0384.py:551 | |
| 5218 msgid "device {device} from {peer_jid} is not an auto-trusted device anymore" | |
| 5219 msgstr "" | |
| 5220 | |
| 5221 #: sat/plugins/plugin_xep_0384.py:612 | |
| 5222 msgid "Can't find bundle for device {device_id} of user {bare_jid}, ignoring" | |
| 5223 msgstr "" | |
| 5224 | |
| 5225 #: sat/plugins/plugin_xep_0384.py:642 | |
| 5226 #, fuzzy | |
| 5227 msgid "OMEMO trust management" | |
| 5228 msgstr "Initialisation du gestionnaire de mémoire" | |
| 5229 | |
| 5230 #: sat/plugins/plugin_xep_0384.py:645 | |
| 5231 msgid "" | |
| 5232 "This is OMEMO trusting system. You'll see below the devices of your " | |
| 5233 "contacts, and a checkbox to trust them or not. A trusted device can read " | |
| 5234 "your messages in plain text, so be sure to only validate devices that you" | |
| 5235 " are sure are belonging to your contact. It's better to do this when you " | |
| 5236 "are next to your contact and her/his device, so you can check the " | |
| 5237 "\"fingerprint\" (the number next to the device) yourself. Do *not* " | |
| 5238 "validate a device if the fingerprint is wrong!" | |
| 5239 msgstr "" | |
| 5240 | |
| 5241 #: sat/plugins/plugin_xep_0384.py:655 | |
| 5242 msgid "This device ID" | |
| 5243 msgstr "" | |
| 5244 | |
| 5245 #: sat/plugins/plugin_xep_0384.py:657 | |
| 5246 msgid "This device fingerprint" | |
| 5247 msgstr "" | |
| 5248 | |
| 5249 #: sat/plugins/plugin_xep_0384.py:669 | |
| 5250 msgid "Automatically trust new devices?" | |
| 5251 msgstr "" | |
| 5252 | |
| 5253 #: sat/plugins/plugin_xep_0384.py:683 | |
| 5254 #, fuzzy | |
| 5255 msgid "Contact" | |
| 5256 msgstr "&Contacts" | |
| 5257 | |
| 5258 #: sat/plugins/plugin_xep_0384.py:685 | |
| 5259 msgid "Device ID" | |
| 5260 msgstr "" | |
| 5261 | |
| 5262 #: sat/plugins/plugin_xep_0384.py:691 | |
| 5263 msgid "Trust this device?" | |
| 5264 msgstr "" | |
| 5265 | |
| 5266 #: sat/plugins/plugin_xep_0384.py:696 | |
| 5267 msgid "(automatically trusted)" | |
| 5268 msgstr "" | |
| 5269 | |
| 5270 #: sat/plugins/plugin_xep_0384.py:724 | |
| 5271 msgid "We have no identity for this device yet, let's generate one" | |
| 5272 msgstr "" | |
| 5273 | |
| 5274 #: sat/plugins/plugin_xep_0384.py:749 | |
| 5275 msgid "Saving public bundle for this device ({device_id})" | |
| 5276 msgstr "" | |
| 5277 | |
| 5278 #: sat/plugins/plugin_xep_0384.py:770 | |
| 5279 msgid "OMEMO devices list is stored in more that one items, this is not expected" | |
| 5280 msgstr "" | |
| 5281 | |
| 5282 #: sat/plugins/plugin_xep_0384.py:776 | |
| 5283 msgid "no list element found in OMEMO devices list" | |
| 5284 msgstr "" | |
| 5285 | |
| 5286 #: sat/plugins/plugin_xep_0384.py:782 | |
| 5287 msgid "device element is missing \"id\" attribute: {elt}" | |
| 5288 msgstr "" | |
| 5289 | |
| 5290 #: sat/plugins/plugin_xep_0384.py:785 | |
| 5291 msgid "invalid device id: {device_id}" | |
| 5292 msgstr "" | |
| 5293 | |
| 5294 #: sat/plugins/plugin_xep_0384.py:804 | |
| 5295 msgid "there is no node to handle OMEMO devices" | |
| 5296 msgstr "" | |
| 5297 | |
| 5298 #: sat/plugins/plugin_xep_0384.py:826 | |
| 5299 msgid "Can't set devices: {reason}" | |
| 5300 msgstr "" | |
| 5301 | |
| 5302 #: sat/plugins/plugin_xep_0384.py:850 | |
| 5303 msgid "Bundle missing for device {device_id}" | |
| 5304 msgstr "" | |
| 5305 | |
| 5306 #: sat/plugins/plugin_xep_0384.py:855 | |
| 5307 msgid "Can't get bundle for device {device_id}: {reason}" | |
| 5308 msgstr "" | |
| 5309 | |
| 5310 #: sat/plugins/plugin_xep_0384.py:859 | |
| 5311 msgid "" | |
| 5312 "no item found in node {node}, can't get public bundle for device " | |
| 5313 "{device_id}" | |
| 5314 msgstr "" | |
| 5315 | |
| 5316 #: sat/plugins/plugin_xep_0384.py:864 | |
| 5317 msgid "more than one item found in {node}, this is not expected" | |
| 5318 msgstr "" | |
| 5319 | |
| 5320 #: sat/plugins/plugin_xep_0384.py:878 | |
| 5321 msgid "invalid bundle for device {device_id}, ignoring" | |
| 5322 msgstr "" | |
| 5323 | |
| 5324 #: sat/plugins/plugin_xep_0384.py:902 | |
| 5325 msgid "error while decoding key for device {device_id}: {msg}" | |
| 5326 msgstr "" | |
| 5327 | |
| 5328 #: sat/plugins/plugin_xep_0384.py:916 | |
| 5329 msgid "updating bundle for {device_id}" | |
| 5330 msgstr "" | |
| 5331 | |
| 5332 #: sat/plugins/plugin_xep_0384.py:949 | |
| 5333 msgid "Can't set bundle: {reason}" | |
| 5334 msgstr "" | |
| 5335 | |
| 5336 #: sat/plugins/plugin_xep_0384.py:969 | |
| 5337 msgid "Our own device is missing from devices list, fixing it" | |
| 5338 msgstr "" | |
| 5339 | |
| 5340 #: sat/plugins/plugin_xep_0384.py:988 | |
| 5341 msgid "" | |
| 5342 "Not all destination devices are trusted, unknown devices will be blind " | |
| 5343 "trusted due to the OMEMO Blind Trust Before Verification policy. If you " | |
| 5344 "want a more secure workflow, please activate \"manual\" OMEMO policy in " | |
| 5345 "settings' \"Security\" tab.\n" | |
| 5346 "Following fingerprint have been automatically trusted:\n" | |
| 5347 "{devices}" | |
| 5348 msgstr "" | |
| 5349 | |
| 5350 #: sat/plugins/plugin_xep_0384.py:1010 | |
| 5351 msgid "" | |
| 5352 "Not all destination devices are trusted, we can't encrypt message in such" | |
| 5353 " a situation. Please indicate if you trust those devices or not in the " | |
| 5354 "trust manager before we can send this message" | |
| 5355 msgstr "" | |
| 5356 | |
| 5357 #: sat/plugins/plugin_xep_0384.py:1053 | |
| 5358 msgid "discarding untrusted device {device_id} with key {device_key} for {entity}" | |
| 5359 msgstr "" | |
| 5360 | |
| 5361 #: sat/plugins/plugin_xep_0384.py:1095 | |
| 5362 msgid "" | |
| 5363 "Can't retrieve bundle for device(s) {devices} of entity {peer}, the " | |
| 5364 "message will not be readable on this/those device(s)" | |
| 5365 msgstr "" | |
| 5366 | |
| 5367 #: sat/plugins/plugin_xep_0384.py:1100 | |
| 5368 msgid "" | |
| 5369 "You're destinee {peer} has missing encryption data on some of his/her " | |
| 5370 "device(s) (bundle on device {devices}), the message won't be readable on" | |
| 5371 " this/those device." | |
| 5372 msgstr "" | |
| 5373 | |
| 5374 #: sat/plugins/plugin_xep_0384.py:1151 | |
| 5375 msgid "Too many iterations in encryption loop" | |
| 5376 msgstr "" | |
| 5377 | |
| 5378 #: sat/plugins/plugin_xep_0384.py:1180 | |
| 5379 msgid "Can't encrypt message for {entities}: {reason}" | |
| 5380 msgstr "" | |
| 5381 | |
| 5382 #: sat/plugins/plugin_xep_0384.py:1270 | |
| 5383 msgid "Invalid OMEMO encrypted stanza, ignoring: {xml}" | |
| 5384 msgstr "" | |
| 5385 | |
| 5386 #: sat/plugins/plugin_xep_0384.py:1276 | |
| 5387 msgid "Invalid OMEMO encrypted stanza, missing sender device ID, ignoring: {xml}" | |
| 5388 msgstr "" | |
| 5389 | |
| 5390 #: sat/plugins/plugin_xep_0384.py:1284 | |
| 5391 msgid "" | |
| 5392 "This OMEMO encrypted stanza has not been encrypted for our device " | |
| 5393 "(device_id: {device_id}, fingerprint: {fingerprint}): {xml}" | |
| 5394 msgstr "" | |
| 5395 | |
| 5396 #: sat/plugins/plugin_xep_0384.py:1290 | |
| 5397 msgid "" | |
| 5398 "An OMEMO message from {sender} has not been encrypted for our device, we " | |
| 5399 "can't decrypt it" | |
| 5400 msgstr "" | |
| 5401 | |
| 5402 #: sat/plugins/plugin_xep_0384.py:1297 | |
| 5403 msgid "Invalid recipient ID: {msg}" | |
| 5404 msgstr "" | |
| 5405 | |
| 5406 #: sat/plugins/plugin_xep_0384.py:1330 | |
| 5407 msgid "" | |
| 5408 "Can't decrypt message: {reason}\n" | |
| 5409 "{xml}" | |
| 5410 msgstr "" | |
| 5411 | |
| 5412 #: sat/plugins/plugin_xep_0384.py:1332 | |
| 5413 msgid "An OMEMO message from {sender} can't be decrypted: {reason}" | |
| 5414 msgstr "" | |
| 5415 | |
| 5416 #: sat/plugins/plugin_xep_0384.py:1364 | |
| 5417 msgid "" | |
| 5418 "Our message with UID {uid} has not been received in time, it has probably" | |
| 5419 " been lost. The message was: {msg!r}" | |
| 5420 msgstr "" | |
| 5421 | |
| 5422 #: sat/plugins/plugin_app_manager_docker/__init__.py:38 | |
| 5423 msgid "Applications Manager for Docker" | |
| 5424 msgstr "" | |
| 5425 | |
| 5426 #: sat/plugins/plugin_app_manager_docker/__init__.py:48 | |
| 5427 #, fuzzy | |
| 5428 msgid "Docker App Manager initialization" | |
| 5429 msgstr "Initialisation de l'extension pour les transports" | |
| 5430 | |
| 5431 #: sat/stdui/ui_contact_list.py:39 sat/stdui/ui_contact_list.py:42 | |
| 5432 #: sat/stdui/ui_contact_list.py:190 sat/stdui/ui_contact_list.py:276 | |
| 5433 #, fuzzy | |
| 5434 msgid "Add contact" | |
| 5435 msgstr "&Ajouter un contact" | |
| 5436 | |
| 5437 #: sat/stdui/ui_contact_list.py:45 sat/stdui/ui_contact_list.py:48 | |
| 5438 #: sat/stdui/ui_contact_list.py:209 | |
| 5439 #, fuzzy | |
| 5440 msgid "Update contact" | |
| 5441 msgstr "&Ajouter un contact" | |
| 5442 | |
| 5443 #: sat/stdui/ui_contact_list.py:51 sat/stdui/ui_contact_list.py:54 | |
| 5444 #, fuzzy | |
| 5445 msgid "Remove contact" | |
| 5446 msgstr "Supp&rimer un contact" | |
| 5447 | |
| 5448 #: sat/stdui/ui_contact_list.py:157 | |
| 5449 msgid "Select in which groups your contact is:" | |
| 5450 msgstr "" | |
| 5451 | |
| 5452 #: sat/stdui/ui_contact_list.py:172 | |
| 5453 msgid "Add group" | |
| 5454 msgstr "" | |
| 5455 | |
| 5456 #: sat/stdui/ui_contact_list.py:174 | |
| 5457 msgid "Add" | |
| 5458 msgstr "" | |
| 5459 | |
| 5460 #: sat/stdui/ui_contact_list.py:191 | |
| 5461 #, fuzzy, python-format | |
| 5462 msgid "New contact identifier (JID):" | |
| 5463 msgstr "nouveau contact: %s" | |
| 5464 | |
| 5465 #: sat/stdui/ui_contact_list.py:203 | |
| 5466 msgid "Nothing to update" | |
| 5467 msgstr "" | |
| 5468 | |
| 5469 #: sat/stdui/ui_contact_list.py:204 sat/stdui/ui_contact_list.py:223 | |
| 5470 msgid "Your contact list is empty." | |
| 5471 msgstr "" | |
| 5472 | |
| 5473 #: sat/stdui/ui_contact_list.py:210 | |
| 5474 msgid "Which contact do you want to update?" | |
| 5475 msgstr "" | |
| 5476 | |
| 5477 #: sat/stdui/ui_contact_list.py:222 | |
| 5478 msgid "Nothing to delete" | |
| 5479 msgstr "" | |
| 5480 | |
| 5481 #: sat/stdui/ui_contact_list.py:228 | |
| 5482 #, fuzzy, python-format | |
| 5483 msgid "Who do you want to remove from your contacts?" | |
| 5484 msgstr "Êtes vous sûr de vouloir supprimer %s de votre liste de contacts ?" | |
| 5485 | |
| 5486 #: sat/stdui/ui_contact_list.py:251 | |
| 5487 #, fuzzy | |
| 5488 msgid "Delete contact" | |
| 5489 msgstr "&Ajouter un contact" | |
| 5490 | |
| 5491 #: sat/stdui/ui_contact_list.py:253 | |
| 5492 #, fuzzy, python-format | |
| 5493 msgid "Are you sure you want to remove %s from your contact list?" | |
| 5494 msgstr "Êtes vous sûr de vouloir supprimer %s de votre liste de contacts ?" | |
| 5495 | |
| 5496 #: sat/stdui/ui_contact_list.py:277 | |
| 5497 #, python-format | |
| 5498 msgid "Please enter a valid JID (like \"contact@%s\"):" | |
| 5499 msgstr "" | |
| 5500 | |
| 5501 #: sat/stdui/ui_profile_manager.py:62 | |
| 5502 msgid "Profile password for {}" | |
| 5503 msgstr "" | |
| 5504 | |
| 5505 #: sat/stdui/ui_profile_manager.py:72 sat/stdui/ui_profile_manager.py:119 | |
| 5506 #, fuzzy | |
| 5507 msgid "Connection error" | |
| 5508 msgstr "Connexion..." | |
| 5509 | |
| 5510 #: sat/stdui/ui_profile_manager.py:76 | |
| 5511 #: sat_frontends/quick_frontend/quick_profile_manager.py:171 | |
| 5512 #, fuzzy | |
| 5513 msgid "Internal error" | |
| 5514 msgstr "Transfert de fichier" | |
| 5515 | |
| 5516 #: sat/stdui/ui_profile_manager.py:77 | |
| 5517 msgid "Internal error: {}" | |
| 5518 msgstr "" | |
| 5519 | |
| 5520 #: sat/stdui/ui_profile_manager.py:121 | |
| 5521 #, python-format | |
| 5522 msgid "Can't connect to %s. Please check your connection details." | |
| 5523 msgstr "" | |
| 5524 | |
| 5525 #: sat/stdui/ui_profile_manager.py:127 | |
| 5526 #, python-format | |
| 5527 msgid "XMPP password for %(profile)s%(counter)s" | |
| 5528 msgstr "" | |
| 5529 | |
| 5530 #: sat/stdui/ui_profile_manager.py:135 | |
| 5531 #, python-format | |
| 5532 msgid "" | |
| 5533 "Can't connect to %s. Please check your connection details or try with " | |
| 5534 "another password." | |
| 5535 msgstr "" | |
| 5536 | |
| 5537 #: sat/test/constants.py:57 | |
|
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
5538 msgid "Enable unibox" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
5539 msgstr "" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
5540 |
| 3570 | 5541 #: sat/test/constants.py:58 |
|
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
5542 msgid "'Wysiwyg' edition" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
5543 msgstr "" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
5544 |
| 3570 | 5545 #: sat/test/test_plugin_misc_room_game.py:43 |
|
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
5546 msgid "Dummy plugin to test room game" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
5547 msgstr "" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
5548 |
| 3570 | 5549 #: sat/tools/config.py:53 |
| 5550 #, fuzzy, python-format | |
| 5551 msgid "Testing file %s" | |
| 5552 msgstr "Échec de l'inscription: %s" | |
| 5553 | |
| 5554 #: sat/tools/config.py:72 | |
| 5555 msgid "Config auto-update: {option} set to {value} in the file {config_file}." | |
| 5556 msgstr "" | |
| 5557 | |
| 5558 #: sat/tools/config.py:86 | |
| 5559 msgid "Can't read main config: {msg}" | |
| 5560 msgstr "" | |
| 5561 | |
| 5562 #: sat/tools/config.py:91 | |
| 5563 msgid "Configuration was read from: {filenames}" | |
| 5564 msgstr "" | |
| 5565 | |
| 5566 #: sat/tools/config.py:95 | |
| 5567 #, fuzzy, python-format | |
| 5568 msgid "No configuration file found, using default settings" | |
| 5569 msgstr "Disposition inconnue, utilisation de celle par defaut" | |
| 5570 | |
| 5571 #: sat/tools/image.py:35 | |
| 5572 msgid "SVG support not available, please install cairosvg: {e}" | |
| 5573 msgstr "" | |
| 5574 | |
| 5575 #: sat/tools/trigger.py:66 | |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
5576 #, python-format |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
5577 msgid "There is already a bound priority [%s]" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
5578 msgstr "" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
5579 |
| 3570 | 5580 #: sat/tools/trigger.py:69 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
5581 #, python-format |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
5582 msgid "There is already a trigger with the same priority [%s]" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
5583 msgstr "" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
5584 |
| 3570 | 5585 #: sat/tools/video.py:38 |
| 5586 msgid "ffmpeg executable not found, video thumbnails won't be available" | |
| 5587 msgstr "" | |
| 5588 | |
| 5589 #: sat/tools/video.py:56 | |
| 5590 msgid "ffmpeg executable is not available, can't generate video thumbnail" | |
| 5591 msgstr "" | |
| 5592 | |
| 5593 #: sat/tools/xml_tools.py:86 | |
| 5594 msgid "Fixed field has neither value nor label, ignoring it" | |
| 5595 msgstr "" | |
| 5596 | |
| 5597 #: sat/tools/xml_tools.py:485 | |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
5598 #, fuzzy |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
5599 msgid "INTERNAL ERROR: parameters xml not valid" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
5600 msgstr "ERREUR INTERNE: les paramètres doivent avoir un nom" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
5601 |
| 3570 | 5602 #: sat/tools/xml_tools.py:495 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
5603 msgid "INTERNAL ERROR: params categories must have a name" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
5604 msgstr "ERREUR INTERNE: les catégories des paramètres doivent avoir un nom" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
5605 |
| 3570 | 5606 #: sat/tools/xml_tools.py:505 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
5607 msgid "INTERNAL ERROR: params must have a name" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
5608 msgstr "ERREUR INTERNE: les paramètres doivent avoir un nom" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
5609 |
| 3570 | 5610 #: sat/tools/xml_tools.py:557 |
| 5611 msgid "The 'options' tag is not allowed in parameter of type 'list'!" | |
| 5612 msgstr "" | |
| 5613 | |
| 5614 #: sat/tools/xml_tools.py:655 | |
|
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
5615 msgid "TabElement must be a child of TabsContainer" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
5616 msgstr "" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
5617 |
| 3570 | 5618 #: sat/tools/xml_tools.py:760 |
|
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
5619 msgid "Can't set row index if auto_index is True" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
5620 msgstr "" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
5621 |
| 3570 | 5622 #: sat/tools/xml_tools.py:893 |
|
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
5623 msgid "either items or columns need do be filled" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
5624 msgstr "" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
5625 |
| 3570 | 5626 #: sat/tools/xml_tools.py:907 |
|
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
5627 msgid "Headers lenght doesn't correspond to columns" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
5628 msgstr "" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
5629 |
| 3570 | 5630 #: sat/tools/xml_tools.py:954 |
|
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
5631 msgid "Incorrect number of items in list" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
5632 msgstr "" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
5633 |
| 3570 | 5634 #: sat/tools/xml_tools.py:978 |
| 5635 #, fuzzy | |
| 5636 msgid "A widget with the name \"{name}\" already exists." | |
| 5637 msgstr "Ce nom de profile existe déjà" | |
| 5638 | |
| 5639 #: sat/tools/xml_tools.py:1171 | |
| 5640 msgid "Value must be an integer" | |
| 5641 msgstr "" | |
| 5642 | |
| 5643 #: sat/tools/xml_tools.py:1186 | |
|
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
5644 msgid "Value must be 0, 1, false or true" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
5645 msgstr "" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
5646 |
| 3570 | 5647 #: sat/tools/xml_tools.py:1249 |
| 5648 msgid "" | |
| 5649 "\"multi\" flag and \"selected\" option are not compatible with " | |
| 5650 "\"noselect\" flag" | |
| 5651 msgstr "" | |
| 5652 | |
| 5653 #: sat/tools/xml_tools.py:1258 | |
|
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
5654 msgid "empty \"options\" list" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
5655 msgstr "" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
5656 |
| 3570 | 5657 #: sat/tools/xml_tools.py:1277 sat/tools/xml_tools.py:1311 |
|
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
5658 msgid "invalid styles" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
5659 msgstr "" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
5660 |
| 3570 | 5661 #: sat/tools/xml_tools.py:1335 |
| 5662 msgid "DialogElement must be a direct child of TopElement" | |
| 5663 msgstr "" | |
| 5664 | |
| 5665 #: sat/tools/xml_tools.py:1350 | |
| 5666 msgid "MessageElement must be a direct child of DialogElement" | |
| 5667 msgstr "" | |
| 5668 | |
| 5669 #: sat/tools/xml_tools.py:1365 | |
| 5670 msgid "ButtonsElement must be a direct child of DialogElement" | |
| 5671 msgstr "" | |
| 5672 | |
| 5673 #: sat/tools/xml_tools.py:1379 | |
| 5674 msgid "FileElement must be a direct child of DialogElement" | |
| 5675 msgstr "" | |
| 5676 | |
| 5677 #: sat/tools/xml_tools.py:1458 | |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
5678 #, fuzzy, python-format |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
5679 msgid "Unknown panel type [%s]" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
5680 msgstr "Type d'action inconnu" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
5681 |
| 3570 | 5682 #: sat/tools/xml_tools.py:1460 |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
5683 msgid "form XMLUI need a submit_id" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
5684 msgstr "" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
5685 |
| 3570 | 5686 #: sat/tools/xml_tools.py:1462 |
|
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
5687 msgid "container argument must be a string" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
5688 msgstr "" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
5689 |
| 3570 | 5690 #: sat/tools/xml_tools.py:1465 |
| 5691 msgid "dialog_opt can only be used with dialog panels" | |
| 5692 msgstr "" | |
| 5693 | |
| 5694 #: sat/tools/xml_tools.py:1492 | |
| 5695 msgid "createWidget can't be used with dialogs" | |
| 5696 msgstr "" | |
| 5697 | |
| 5698 #: sat/tools/xml_tools.py:1590 | |
| 5699 msgid "Submit ID must be filled for this kind of dialog" | |
| 5700 msgstr "" | |
| 5701 | |
| 5702 #: sat/tools/xml_tools.py:1618 | |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
5703 #, fuzzy, python-format |
|
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
5704 msgid "Unknown container type [%s]" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
5705 msgstr "Type d'action inconnu" |
|
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
775
diff
changeset
|
5706 |
| 3570 | 5707 #: sat/tools/xml_tools.py:1648 |
| 5708 #, fuzzy, python-format | |
| 5709 msgid "Invalid type [{type_}]" | |
|
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
5710 msgstr "Type d'action inconnu" |
|
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
629
diff
changeset
|
5711 |
| 3570 | 5712 #: sat/tools/common/async_process.py:86 |
| 5713 msgid "" | |
| 5714 "Can't complete {name} command (error code: {code}):\n" | |
| 5715 "stderr:\n" | |
| 5716 "{stderr}\n" | |
| 5717 "{stdout}\n" | |
| 5718 msgstr "" | |
| 5719 | |
| 5720 #: sat/tools/common/date_utils.py:76 | |
| 5721 msgid "You can't use a direction (+ or -) and \"ago\" at the same time" | |
| 5722 msgstr "" | |
| 5723 | |
| 5724 #: sat/tools/common/template.py:149 | |
| 5725 msgid "{site} can't be used as site name, it's reserved." | |
| 5726 msgstr "" | |
| 5727 | |
| 5728 #: sat/tools/common/template.py:157 | |
| 5729 msgid "{theme} contain forbidden char. Following chars are forbidden: {reserved}" | |
| 5730 msgstr "" | |
| 5731 | |
| 5732 #: sat/tools/common/template.py:212 | |
| 5733 msgid "Unregistered site requested: {site_to_check}" | |
| 5734 msgstr "" | |
| 5735 | |
| 5736 #: sat/tools/common/template.py:241 | |
| 5737 msgid "" | |
| 5738 "Absolute template used while unsecure is disabled, hack attempt? " | |
| 5739 "Template: {template}" | |
| 5740 msgstr "" | |
| 5741 | |
| 5742 #: sat/tools/common/template.py:314 | |
| 5743 msgid "Invalid attribute, please use one of \"defer\", \"async\" or \"\"" | |
| 5744 msgstr "" | |
| 5745 | |
| 5746 #: sat/tools/common/template.py:332 | |
| 5747 msgid "Can't find {libary} javascript library" | |
| 5748 msgstr "" | |
| 5749 | |
| 5750 #: sat/tools/common/template.py:389 | |
| 5751 msgid "" | |
| 5752 "Can't add \"{name}\" site, it contains forbidden characters. Forbidden " | |
| 5753 "characters are {forbidden}." | |
| 5754 msgstr "" | |
| 5755 | |
| 5756 #: sat/tools/common/template.py:395 | |
| 5757 msgid "Can't add \"{name}\" site, it should map to an absolute path" | |
| 5758 msgstr "" | |
| 5759 | |
| 5760 #: sat/tools/common/template.py:416 | |
| 5761 msgid "Can't load theme settings at {path}: {e}" | |
| 5762 msgstr "" | |
| 5763 | |
| 5764 #: sat/tools/common/template.py:523 | |
| 5765 msgid "Can't find template translation at {path}" | |
| 5766 msgstr "" | |
| 5767 | |
| 5768 #: sat/tools/common/template.py:526 | |
| 5769 msgid "{site}Invalid locale name: {msg}" | |
| 5770 msgstr "" | |
| 5771 | |
| 5772 #: sat/tools/common/template.py:529 | |
| 5773 msgid "{site}loaded {lang} templates translations" | |
| 5774 msgstr "" | |
| 5775 | |
| 5776 #: sat/tools/common/template.py:560 | |
| 5777 msgid "invalid locale value: {msg}" | |
| 5778 msgstr "" | |
| 5779 | |
| 5780 #: sat/tools/common/template.py:569 | |
| 5781 msgid "Can't find locale {locale}" | |
| 5782 msgstr "" | |
| 5783 | |
| 5784 #: sat/tools/common/template.py:574 | |
| 5785 msgid "Switched to {lang}" | |
| 5786 msgstr "" | |
| 5787 | |
| 5788 #: sat/tools/common/template.py:774 sat_frontends/jp/cmd_event.py:134 | |
| 5789 msgid "Can't parse date: {msg}" | |
| 5790 msgstr "" | |
| 5791 | |
| 5792 #: sat/tools/common/template.py:801 | |
| 5793 #, fuzzy | |
| 5794 msgid "ignoring field \"{name}\": it doesn't exists" | |
| 5795 msgstr "Le fichier [%s] n'existe pas !" | |
| 5796 | |
| 5797 #: sat_frontends/jp/arg_tools.py:88 | |
| 5798 msgid "ignoring {name}={value}, not corresponding to any argument (in USE)" | |
| 5799 msgstr "" | |
| 5800 | |
| 5801 #: sat_frontends/jp/arg_tools.py:95 | |
| 5802 msgid "arg {name}={value} (in USE)" | |
| 5803 msgstr "" | |
| 5804 | |
| 5805 #: sat_frontends/jp/base.py:64 | |
| 5806 #, fuzzy | |
| 5807 msgid "" | |
| 5808 "ProgressBar not available, please download it at " | |
| 5809 "http://pypi.python.org/pypi/progressbar\n" | |
| 5810 "Progress bar deactivated\n" | |
| 5811 "--\n" | |
| 5812 msgstr "" | |
| 5813 "ProgressBar n'est pas disponible, veuillez le télécharger à " | |
| 5814 "http://pypi.python.org/pypi/progressbar" | |
| 5815 | |
| 5816 #: sat_frontends/jp/base.py:155 | |
| 5817 msgid "" | |
| 5818 "Invalid value set for \"background\" ({background}), please check your " | |
| 5819 "settings in libervia.conf" | |
| 5820 msgstr "" | |
| 5821 | |
| 5822 #: sat_frontends/jp/base.py:178 | |
| 5823 msgid "Available commands" | |
| 5824 msgstr "" | |
| 5825 | |
| 5826 #: sat_frontends/jp/base.py:287 | |
| 5827 #, python-format | |
| 5828 msgid "Use PROFILE profile key (default: %(default)s)" | |
| 5829 msgstr "" | |
| 5830 | |
| 5831 #: sat_frontends/jp/base.py:290 | |
| 5832 msgid "Password used to connect profile, if necessary" | |
| 5833 msgstr "" | |
| 5834 | |
| 5835 #: sat_frontends/jp/base.py:297 | |
| 5836 msgid "Connect the profile before doing anything else" | |
| 5837 msgstr "" | |
| 5838 | |
| 5839 #: sat_frontends/jp/base.py:307 | |
| 5840 msgid "Start a profile session without connecting" | |
| 5841 msgstr "" | |
| 5842 | |
| 5843 #: sat_frontends/jp/base.py:313 | |
| 5844 msgid "Show progress bar" | |
| 5845 msgstr "Affiche la barre de progression" | |
| 5846 | |
| 5847 #: sat_frontends/jp/base.py:318 | |
| 5848 msgid "Add a verbosity level (can be used multiple times)" | |
| 5849 msgstr "" | |
| 5850 | |
| 5851 #: sat_frontends/jp/base.py:323 | |
| 5852 msgid "be quiet (only output machine readable data)" | |
| 5853 msgstr "" | |
| 5854 | |
| 5855 #: sat_frontends/jp/base.py:326 | |
| 5856 msgid "draft handling" | |
| 5857 msgstr "" | |
| 5858 | |
| 5859 #: sat_frontends/jp/base.py:328 | |
| 5860 msgid "load current draft" | |
| 5861 msgstr "" | |
| 5862 | |
| 5863 #: sat_frontends/jp/base.py:330 | |
| 5864 msgid "path to a draft file to retrieve" | |
| 5865 msgstr "" | |
| 5866 | |
| 5867 #: sat_frontends/jp/base.py:346 | |
| 5868 msgid "Pubsub URL (xmpp or http)" | |
| 5869 msgstr "" | |
| 5870 | |
| 5871 #: sat_frontends/jp/base.py:348 | |
| 5872 #, fuzzy | |
| 5873 msgid "JID of the PubSub service" | |
| 5874 msgstr "Vous essayer de connecter un profile qui n'existe pas" | |
| 5875 | |
| 5876 #: sat_frontends/jp/base.py:350 | |
| 5877 msgid "PEP service" | |
| 5878 msgstr "" | |
| 5879 | |
| 5880 #: sat_frontends/jp/base.py:352 sat_frontends/jp/base.py:360 | |
| 5881 #: sat_frontends/jp/base.py:368 | |
| 5882 msgid " (DEFAULT: {default})" | |
| 5883 msgstr "" | |
| 5884 | |
| 5885 #: sat_frontends/jp/base.py:356 | |
| 5886 #, fuzzy | |
| 5887 msgid "node to request" | |
| 5888 msgstr "Demande de suppression de contact" | |
| 5889 | |
| 5890 #: sat_frontends/jp/base.py:358 | |
| 5891 msgid "standard node" | |
| 5892 msgstr "" | |
| 5893 | |
| 5894 #: sat_frontends/jp/base.py:366 | |
| 5895 msgid "last item" | |
| 5896 msgstr "" | |
| 5897 | |
| 5898 #: sat_frontends/jp/base.py:372 | |
| 5899 msgid "retrieve last item" | |
| 5900 msgstr "" | |
| 5901 | |
| 5902 #: sat_frontends/jp/base.py:378 | |
| 5903 msgid "items to retrieve (DEFAULT: all)" | |
| 5904 msgstr "" | |
| 5905 | |
| 5906 #: sat_frontends/jp/base.py:385 | |
| 5907 msgid "maximum number of items to get ({no_limit} to get all items)" | |
| 5908 msgstr "" | |
| 5909 | |
| 5910 #: sat_frontends/jp/base.py:391 | |
| 5911 msgid "maximum number of items to get per page (DEFAULT: 10)" | |
| 5912 msgstr "" | |
| 5913 | |
| 5914 #: sat_frontends/jp/base.py:398 sat_frontends/jp/cmd_message.py:217 | |
| 5915 msgid "find page after this item" | |
| 5916 msgstr "" | |
| 5917 | |
| 5918 #: sat_frontends/jp/base.py:401 sat_frontends/jp/cmd_message.py:220 | |
| 5919 msgid "find page before this item" | |
| 5920 msgstr "" | |
| 5921 | |
| 5922 #: sat_frontends/jp/base.py:404 sat_frontends/jp/cmd_message.py:223 | |
| 5923 msgid "index of the page to retrieve" | |
| 5924 msgstr "" | |
| 5925 | |
| 5926 #: sat_frontends/jp/base.py:411 | |
| 5927 #, fuzzy | |
| 5928 msgid "MAM filters to use" | |
| 5929 msgstr "Veuillez choisir le fichier à envoyer" | |
| 5930 | |
| 5931 #: sat_frontends/jp/base.py:424 | |
| 5932 msgid "how items should be ordered" | |
| 5933 msgstr "" | |
| 5934 | |
| 5935 #: sat_frontends/jp/base.py:454 | |
| 5936 msgid "there is already a default output for {type}, ignoring new one" | |
| 5937 msgstr "" | |
| 5938 | |
| 5939 #: sat_frontends/jp/base.py:475 | |
| 5940 msgid "The following output options are invalid: {invalid_options}" | |
| 5941 msgstr "" | |
| 5942 | |
| 5943 #: sat_frontends/jp/base.py:499 | |
| 5944 msgid "Can't import {module_path} plugin, ignoring it: {e}" | |
| 5945 msgstr "" | |
| 5946 | |
| 5947 #: sat_frontends/jp/base.py:505 | |
| 5948 msgid "Missing module for plugin {name}: {missing}" | |
| 5949 msgstr "" | |
| 5950 | |
| 5951 #: sat_frontends/jp/base.py:520 | |
| 5952 msgid "Invalid plugin module [{type}] {module}" | |
| 5953 msgstr "" | |
| 5954 | |
| 5955 #: sat_frontends/jp/base.py:552 | |
| 5956 msgid "Can't parse HTML page : {msg}" | |
| 5957 msgstr "" | |
| 5958 | |
| 5959 #: sat_frontends/jp/base.py:558 | |
| 5960 msgid "" | |
| 5961 "Could not find alternate \"xmpp:\" URI, can't find associated XMPP PubSub" | |
| 5962 " node/item" | |
| 5963 msgstr "" | |
| 5964 | |
| 5965 #: sat_frontends/jp/base.py:576 | |
| 5966 msgid "invalid XMPP URL: {url}" | |
| 5967 msgstr "" | |
| 5968 | |
| 5969 #: sat_frontends/jp/base.py:596 | |
| 5970 msgid "item specified in URL but not needed in command, ignoring it" | |
| 5971 msgstr "" | |
| 5972 | |
| 5973 #: sat_frontends/jp/base.py:612 | |
| 5974 msgid "XMPP URL is not a pubsub one: {url}" | |
| 5975 msgstr "" | |
| 5976 | |
| 5977 #: sat_frontends/jp/base.py:618 | |
| 5978 msgid "argument -s/--service is required" | |
| 5979 msgstr "" | |
| 5980 | |
| 5981 #: sat_frontends/jp/base.py:620 | |
| 5982 msgid "argument -n/--node is required" | |
| 5983 msgstr "" | |
| 5984 | |
| 5985 #: sat_frontends/jp/base.py:622 | |
| 5986 msgid "argument -i/--item is required" | |
| 5987 msgstr "" | |
| 5988 | |
| 5989 #: sat_frontends/jp/base.py:629 | |
| 5990 msgid "--item and --item-last can't be used at the same time" | |
| 5991 msgstr "" | |
| 5992 | |
| 5993 #: sat_frontends/jp/base.py:659 sat_frontends/quick_frontend/quick_app.py:370 | |
| 5994 msgid "Can't connect to SàT backend, are you sure it's launched ?" | |
| 5995 msgstr "Impossible de se connecter au démon SàT, êtes vous sûr qu'il est lancé ?" | |
| 5996 | |
| 5997 #: sat_frontends/jp/base.py:662 sat_frontends/quick_frontend/quick_app.py:373 | |
| 5998 #, fuzzy | |
| 5999 msgid "Can't init bridge" | |
| 6000 msgstr "Construction du jeu de Tarot" | |
| 6001 | |
| 6002 #: sat_frontends/jp/base.py:666 | |
| 6003 msgid "Error while initialising bridge: {e}" | |
| 6004 msgstr "" | |
| 6005 | |
| 6006 #: sat_frontends/jp/base.py:714 | |
| 6007 msgid "action cancelled by user" | |
| 6008 msgstr "" | |
| 6009 | |
| 6010 #: sat_frontends/jp/base.py:785 | |
| 6011 #, python-format | |
| 6012 msgid "%s is not a valid JID !" | |
| 6013 msgstr "%s n'est pas un JID valide !" | |
| 6014 | |
| 6015 #: sat_frontends/jp/base.py:837 | |
| 6016 #, fuzzy | |
| 6017 msgid "invalid password" | |
| 6018 msgstr "Sauvegarde du nouveau mot de passe" | |
| 6019 | |
| 6020 #: sat_frontends/jp/base.py:839 | |
| 6021 #, fuzzy | |
| 6022 msgid "please enter profile password:" | |
| 6023 msgstr "Veuillez entrer le nom du nouveau profile" | |
| 6024 | |
| 6025 #: sat_frontends/jp/base.py:859 | |
| 6026 #, fuzzy, python-format | |
| 6027 msgid "The profile [{profile}] doesn't exist" | |
| 6028 msgstr "Le fichier [%s] n'existe pas !" | |
| 6029 | |
| 6030 #: sat_frontends/jp/base.py:881 | |
| 6031 #, fuzzy, python-format | |
| 6032 msgid "" | |
| 6033 "Session for [{profile}] is not started, please start it before using jp, " | |
| 6034 "or use either --start-session or --connect option" | |
| 6035 msgstr "SAT n'est pas connecté, veuillez le connecter avant d'utiliser jp" | |
| 6036 | |
| 6037 #: sat_frontends/jp/base.py:901 | |
| 6038 #, fuzzy, python-format | |
| 6039 msgid "" | |
| 6040 "Profile [{profile}] is not connected, please connect it before using jp, " | |
| 6041 "or use --connect option" | |
| 6042 msgstr "SAT n'est pas connecté, veuillez le connecter avant d'utiliser jp" | |
| 6043 | |
| 6044 #: sat_frontends/jp/base.py:1002 | |
| 6045 msgid "select output format (default: {})" | |
| 6046 msgstr "" | |
| 6047 | |
| 6048 #: sat_frontends/jp/base.py:1005 | |
| 6049 msgid "output specific option" | |
| 6050 msgstr "" | |
| 6051 | |
| 6052 #: sat_frontends/jp/base.py:1111 | |
| 6053 msgid "file size is not known, we can't show a progress bar" | |
| 6054 msgstr "" | |
| 6055 | |
| 6056 #: sat_frontends/jp/base.py:1126 sat_frontends/jp/cmd_list.py:304 | |
| 6057 msgid "Progress: " | |
| 6058 msgstr "Progression: " | |
| 6059 | |
| 6060 #: sat_frontends/jp/base.py:1156 | |
| 6061 #, fuzzy | |
| 6062 msgid "Operation started" | |
| 6063 msgstr "inscription demandée pour" | |
| 6064 | |
| 6065 #: sat_frontends/jp/base.py:1172 | |
| 6066 #, fuzzy, python-format | |
| 6067 msgid "Operation successfully finished" | |
| 6068 msgstr "Transfert [%s] refusé" | |
| 6069 | |
| 6070 #: sat_frontends/jp/base.py:1179 | |
| 6071 msgid "Error while doing operation: {e}" | |
| 6072 msgstr "" | |
| 6073 | |
| 6074 #: sat_frontends/jp/base.py:1189 | |
| 6075 msgid "trying to use output when use_output has not been set" | |
| 6076 msgstr "" | |
| 6077 | |
| 6078 #: sat_frontends/jp/cmd_account.py:42 | |
| 6079 msgid "create a XMPP account" | |
| 6080 msgstr "" | |
| 6081 | |
| 6082 #: sat_frontends/jp/cmd_account.py:47 | |
| 6083 msgid "jid to create" | |
| 6084 msgstr "" | |
| 6085 | |
| 6086 #: sat_frontends/jp/cmd_account.py:50 | |
| 6087 msgid "password of the account" | |
| 6088 msgstr "" | |
| 6089 | |
| 6090 #: sat_frontends/jp/cmd_account.py:55 | |
| 6091 msgid "create a profile to use this account (default: don't create profile)" | |
| 6092 msgstr "" | |
| 6093 | |
| 6094 #: sat_frontends/jp/cmd_account.py:63 | |
| 6095 msgid "email (usage depends of XMPP server)" | |
| 6096 msgstr "" | |
| 6097 | |
| 6098 #: sat_frontends/jp/cmd_account.py:69 | |
| 6099 msgid "server host (IP address or domain, default: use localhost)" | |
| 6100 msgstr "" | |
| 6101 | |
| 6102 #: sat_frontends/jp/cmd_account.py:76 | |
| 6103 msgid "server port (default: {port})" | |
| 6104 msgstr "" | |
| 6105 | |
| 6106 #: sat_frontends/jp/cmd_account.py:107 | |
| 6107 msgid "XMPP account created" | |
| 6108 msgstr "" | |
| 6109 | |
| 6110 #: sat_frontends/jp/cmd_account.py:113 | |
| 6111 #, fuzzy | |
| 6112 msgid "creating profile" | |
| 6113 msgstr "Veuillez entrer le nom du nouveau profile" | |
| 6114 | |
| 6115 #: sat_frontends/jp/cmd_account.py:129 | |
| 6116 msgid "Can't create profile {profile} to associate with jid {jid}: {e}" | |
| 6117 msgstr "" | |
| 6118 | |
| 6119 #: sat_frontends/jp/cmd_account.py:142 | |
| 6120 #, fuzzy | |
| 6121 msgid "profile created" | |
| 6122 msgstr "Aucun profile sélectionné" | |
| 6123 | |
| 6124 #: sat_frontends/jp/cmd_account.py:183 | |
| 6125 msgid "change password for XMPP account" | |
| 6126 msgstr "" | |
| 6127 | |
| 6128 #: sat_frontends/jp/cmd_account.py:188 | |
| 6129 #, fuzzy | |
| 6130 msgid "new XMPP password" | |
| 6131 msgstr "Sauvegarde du nouveau mot de passe" | |
| 6132 | |
| 6133 #: sat_frontends/jp/cmd_account.py:207 | |
| 6134 msgid "delete a XMPP account" | |
| 6135 msgstr "" | |
| 6136 | |
| 6137 #: sat_frontends/jp/cmd_account.py:215 | |
| 6138 msgid "delete account without confirmation" | |
| 6139 msgstr "" | |
| 6140 | |
| 6141 #: sat_frontends/jp/cmd_account.py:236 | |
| 6142 msgid "Account deletion cancelled" | |
| 6143 msgstr "" | |
| 6144 | |
| 6145 #: sat_frontends/jp/cmd_adhoc.py:34 | |
| 6146 #, fuzzy | |
| 6147 msgid "remote control a software" | |
| 6148 msgstr "Supp&rimer un contact" | |
| 6149 | |
| 6150 #: sat_frontends/jp/cmd_adhoc.py:38 | |
| 6151 msgid "software name" | |
| 6152 msgstr "" | |
| 6153 | |
| 6154 #: sat_frontends/jp/cmd_adhoc.py:44 | |
| 6155 msgid "jids allowed to use the command" | |
| 6156 msgstr "" | |
| 6157 | |
| 6158 #: sat_frontends/jp/cmd_adhoc.py:51 | |
| 6159 msgid "groups allowed to use the command" | |
| 6160 msgstr "" | |
| 6161 | |
| 6162 #: sat_frontends/jp/cmd_adhoc.py:57 | |
| 6163 msgid "groups that are *NOT* allowed to use the command" | |
| 6164 msgstr "" | |
| 6165 | |
| 6166 #: sat_frontends/jp/cmd_adhoc.py:63 | |
| 6167 msgid "jids that are *NOT* allowed to use the command" | |
| 6168 msgstr "" | |
| 6169 | |
| 6170 #: sat_frontends/jp/cmd_adhoc.py:66 | |
| 6171 #, fuzzy | |
| 6172 msgid "loop on the commands" | |
| 6173 msgstr "Mauvais nom de profile" | |
| 6174 | |
| 6175 #: sat_frontends/jp/cmd_adhoc.py:93 | |
| 6176 #, fuzzy, python-format | |
| 6177 msgid "No bus name found" | |
| 6178 msgstr "Fonctionnalité trouvée: %s" | |
| 6179 | |
| 6180 #: sat_frontends/jp/cmd_adhoc.py:96 | |
| 6181 #, fuzzy, python-format | |
| 6182 msgid "Bus name found: [%s]" | |
| 6183 msgstr "Fonctionnalité trouvée: %s" | |
| 6184 | |
| 6185 #: sat_frontends/jp/cmd_adhoc.py:100 | |
| 6186 msgid "Command found: (path:{path}, iface: {iface}) [{command}]" | |
| 6187 msgstr "" | |
| 6188 | |
| 6189 #: sat_frontends/jp/cmd_adhoc.py:112 | |
| 6190 msgid "run an Ad-Hoc command" | |
| 6191 msgstr "" | |
| 6192 | |
| 6193 #: sat_frontends/jp/cmd_adhoc.py:120 sat_frontends/jp/cmd_message.py:200 | |
| 6194 msgid "jid of the service (default: profile's server" | |
| 6195 msgstr "" | |
| 6196 | |
| 6197 #: sat_frontends/jp/cmd_adhoc.py:128 | |
| 6198 msgid "submit form/page" | |
| 6199 msgstr "" | |
| 6200 | |
| 6201 #: sat_frontends/jp/cmd_adhoc.py:137 | |
| 6202 msgid "field value" | |
| 6203 msgstr "" | |
| 6204 | |
| 6205 #: sat_frontends/jp/cmd_adhoc.py:143 | |
| 6206 msgid "node of the command (default: list commands)" | |
| 6207 msgstr "" | |
| 6208 | |
| 6209 #: sat_frontends/jp/cmd_adhoc.py:171 | |
| 6210 msgid "list Ad-Hoc commands of a service" | |
| 6211 msgstr "" | |
| 6212 | |
| 6213 #: sat_frontends/jp/cmd_adhoc.py:179 | |
| 6214 msgid "jid of the service (default: profile's server)" | |
| 6215 msgstr "" | |
| 6216 | |
| 6217 #: sat_frontends/jp/cmd_adhoc.py:202 | |
| 6218 msgid "Ad-hoc commands" | |
| 6219 msgstr "" | |
| 6220 | |
| 6221 #: sat_frontends/jp/cmd_application.py:33 | |
| 6222 msgid "list available applications" | |
| 6223 msgstr "" | |
| 6224 | |
| 6225 #: sat_frontends/jp/cmd_application.py:45 | |
| 6226 msgid "show applications with this status" | |
| 6227 msgstr "" | |
| 6228 | |
| 6229 #: sat_frontends/jp/cmd_application.py:72 | |
| 6230 #, fuzzy | |
| 6231 msgid "start an application" | |
| 6232 msgstr "Sélection du contrat" | |
| 6233 | |
| 6234 #: sat_frontends/jp/cmd_application.py:78 | |
| 6235 msgid "name of the application to start" | |
| 6236 msgstr "" | |
| 6237 | |
| 6238 #: sat_frontends/jp/cmd_application.py:98 | |
| 6239 msgid "stop a running application" | |
| 6240 msgstr "" | |
| 6241 | |
| 6242 #: sat_frontends/jp/cmd_application.py:106 | |
| 6243 msgid "name of the application to stop" | |
| 6244 msgstr "" | |
| 6245 | |
| 6246 #: sat_frontends/jp/cmd_application.py:111 | |
| 6247 msgid "identifier of the instance to stop" | |
| 6248 msgstr "" | |
| 6249 | |
| 6250 #: sat_frontends/jp/cmd_application.py:142 | |
| 6251 msgid "show data exposed by a running application" | |
| 6252 msgstr "" | |
| 6253 | |
| 6254 #: sat_frontends/jp/cmd_application.py:150 | |
| 6255 msgid "name of the application to check" | |
| 6256 msgstr "" | |
| 6257 | |
| 6258 #: sat_frontends/jp/cmd_application.py:155 | |
| 6259 msgid "identifier of the instance to check" | |
| 6260 msgstr "" | |
| 6261 | |
| 6262 #: sat_frontends/jp/cmd_application.py:189 | |
| 6263 #, fuzzy | |
| 6264 msgid "manage applications" | |
| 6265 msgstr "Tab inconnu" | |
| 6266 | |
| 6267 #: sat_frontends/jp/cmd_avatar.py:38 | |
| 6268 msgid "retrieve avatar of an entity" | |
| 6269 msgstr "" | |
| 6270 | |
| 6271 #: sat_frontends/jp/cmd_avatar.py:43 sat_frontends/jp/cmd_identity.py:42 | |
| 6272 msgid "do no use cached values" | |
| 6273 msgstr "" | |
| 6274 | |
| 6275 #: sat_frontends/jp/cmd_avatar.py:46 | |
| 6276 msgid "show avatar" | |
| 6277 msgstr "" | |
| 6278 | |
| 6279 #: sat_frontends/jp/cmd_avatar.py:48 sat_frontends/jp/cmd_info.py:111 | |
| 6280 #, fuzzy | |
| 6281 msgid "entity" | |
| 6282 msgstr "Petite" | |
| 6283 | |
| 6284 #: sat_frontends/jp/cmd_avatar.py:87 | |
| 6285 #, fuzzy | |
| 6286 msgid "No avatar found." | |
| 6287 msgstr "Aucune donnée trouvée" | |
| 6288 | |
| 6289 #: sat_frontends/jp/cmd_avatar.py:103 | |
| 6290 msgid "set avatar of the profile or an entity" | |
| 6291 msgstr "" | |
| 6292 | |
| 6293 #: sat_frontends/jp/cmd_avatar.py:108 | |
| 6294 msgid "entity whose avatar must be changed" | |
| 6295 msgstr "" | |
| 6296 | |
| 6297 #: sat_frontends/jp/cmd_avatar.py:110 | |
| 6298 msgid "path to the image to upload" | |
| 6299 msgstr "" | |
| 6300 | |
| 6301 #: sat_frontends/jp/cmd_avatar.py:116 | |
| 6302 #, fuzzy, python-format | |
| 6303 msgid "file {path} doesn't exist!" | |
| 6304 msgstr "Le fichier [%s] n'existe pas !" | |
| 6305 | |
| 6306 #: sat_frontends/jp/cmd_avatar.py:125 | |
| 6307 msgid "avatar has been set" | |
| 6308 msgstr "" | |
| 6309 | |
| 6310 #: sat_frontends/jp/cmd_avatar.py:134 | |
| 6311 msgid "avatar uploading/retrieving" | |
| 6312 msgstr "" | |
| 6313 | |
| 6314 #: sat_frontends/jp/cmd_blog.py:129 | |
| 6315 msgid "unknown syntax requested ({syntax})" | |
| 6316 msgstr "" | |
| 6317 | |
| 6318 #: sat_frontends/jp/cmd_blog.py:138 | |
| 6319 #, fuzzy | |
| 6320 msgid "title of the item" | |
| 6321 msgstr "Vous essayer de connecter un profile qui n'existe pas" | |
| 6322 | |
| 6323 #: sat_frontends/jp/cmd_blog.py:143 | |
| 6324 msgid "tag (category) of your item" | |
| 6325 msgstr "" | |
| 6326 | |
| 6327 #: sat_frontends/jp/cmd_blog.py:148 | |
| 6328 msgid "language of the item (ISO 639 code)" | |
| 6329 msgstr "" | |
| 6330 | |
| 6331 #: sat_frontends/jp/cmd_blog.py:158 | |
| 6332 msgid "" | |
| 6333 "enable comments (default: comments not enabled except if they already " | |
| 6334 "exist)" | |
| 6335 msgstr "" | |
| 6336 | |
| 6337 #: sat_frontends/jp/cmd_blog.py:168 | |
| 6338 msgid "disable comments (will remove comments node if it exist)" | |
| 6339 msgstr "" | |
| 6340 | |
| 6341 #: sat_frontends/jp/cmd_blog.py:174 | |
| 6342 msgid "syntax to use (default: get profile's default syntax)" | |
| 6343 msgstr "" | |
| 6344 | |
| 6345 #: sat_frontends/jp/cmd_blog.py:211 | |
| 6346 msgid "publish a new blog item or update an existing one" | |
| 6347 msgstr "" | |
| 6348 | |
| 6349 #: sat_frontends/jp/cmd_blog.py:257 | |
| 6350 msgid "get blog item(s)" | |
| 6351 msgstr "" | |
| 6352 | |
| 6353 #: sat_frontends/jp/cmd_blog.py:267 | |
| 6354 msgid "microblog data key(s) to display (default: depend of verbosity)" | |
| 6355 msgstr "" | |
| 6356 | |
| 6357 #: sat_frontends/jp/cmd_blog.py:462 | |
| 6358 msgid "edit an existing or new blog post" | |
| 6359 msgstr "" | |
| 6360 | |
| 6361 #: sat_frontends/jp/cmd_blog.py:473 | |
| 6362 msgid "launch a blog preview in parallel" | |
| 6363 msgstr "" | |
| 6364 | |
| 6365 #: sat_frontends/jp/cmd_blog.py:478 | |
| 6366 msgid "add \"publish: False\" to metadata" | |
| 6367 msgstr "" | |
| 6368 | |
| 6369 #: sat_frontends/jp/cmd_blog.py:628 | |
| 6370 msgid "You need lxml to edit pretty XHTML" | |
| 6371 msgstr "" | |
| 6372 | |
| 6373 #: sat_frontends/jp/cmd_blog.py:662 | |
| 6374 msgid "rename an blog item" | |
| 6375 msgstr "" | |
| 6376 | |
| 6377 #: sat_frontends/jp/cmd_blog.py:666 sat_frontends/jp/cmd_pubsub.py:996 | |
| 6378 msgid "new item id to use" | |
| 6379 msgstr "" | |
| 6380 | |
| 6381 #: sat_frontends/jp/cmd_blog.py:690 | |
| 6382 msgid "preview a blog content" | |
| 6383 msgstr "" | |
| 6384 | |
| 6385 #: sat_frontends/jp/cmd_blog.py:700 | |
| 6386 msgid "use inotify to handle preview" | |
| 6387 msgstr "" | |
| 6388 | |
| 6389 #: sat_frontends/jp/cmd_blog.py:706 | |
| 6390 #, fuzzy | |
| 6391 msgid "path to the content file" | |
| 6392 msgstr "Vous essayer de connecter un profile qui n'existe pas" | |
| 6393 | |
| 6394 #: sat_frontends/jp/cmd_blog.py:810 | |
| 6395 #, fuzzy, python-format | |
| 6396 msgid "File \"{file}\" doesn't exist!" | |
| 6397 msgstr "Le fichier [%s] n'existe pas !" | |
| 6398 | |
| 6399 #: sat_frontends/jp/cmd_blog.py:898 | |
| 6400 msgid "import an external blog" | |
| 6401 msgstr "" | |
| 6402 | |
| 6403 #: sat_frontends/jp/cmd_blog.py:905 sat_frontends/jp/cmd_list.py:207 | |
| 6404 msgid "importer name, nothing to display importers list" | |
| 6405 msgstr "" | |
| 6406 | |
| 6407 #: sat_frontends/jp/cmd_blog.py:907 | |
| 6408 msgid "original blog host" | |
| 6409 msgstr "" | |
| 6410 | |
| 6411 #: sat_frontends/jp/cmd_blog.py:911 | |
| 6412 msgid "do *NOT* upload images (default: do upload images)" | |
| 6413 msgstr "" | |
| 6414 | |
| 6415 #: sat_frontends/jp/cmd_blog.py:915 | |
| 6416 msgid "do not upload images from this host (default: upload all images)" | |
| 6417 msgstr "" | |
| 6418 | |
| 6419 #: sat_frontends/jp/cmd_blog.py:920 | |
| 6420 msgid "ignore invalide TLS certificate for uploads" | |
| 6421 msgstr "" | |
| 6422 | |
| 6423 #: sat_frontends/jp/cmd_blog.py:929 sat_frontends/jp/cmd_list.py:216 | |
| 6424 msgid "importer specific options (see importer description)" | |
| 6425 msgstr "" | |
| 6426 | |
| 6427 #: sat_frontends/jp/cmd_blog.py:934 sat_frontends/jp/cmd_list.py:250 | |
| 6428 msgid "" | |
| 6429 "importer data location (see importer description), nothing to show " | |
| 6430 "importer description" | |
| 6431 msgstr "" | |
| 6432 | |
| 6433 #: sat_frontends/jp/cmd_blog.py:941 | |
| 6434 msgid "Blog upload started" | |
| 6435 msgstr "" | |
| 6436 | |
| 6437 #: sat_frontends/jp/cmd_blog.py:944 | |
| 6438 msgid "Blog uploaded successfully" | |
| 6439 msgstr "" | |
| 6440 | |
| 6441 #: sat_frontends/jp/cmd_blog.py:965 | |
| 6442 msgid "" | |
| 6443 "\n" | |
| 6444 "To redirect old URLs to new ones, put the following lines in your " | |
| 6445 "sat.conf file, in [libervia] section:\n" | |
| 6446 "\n" | |
| 6447 "{conf}" | |
| 6448 msgstr "" | |
| 6449 | |
| 6450 #: sat_frontends/jp/cmd_blog.py:973 | |
| 6451 #, fuzzy, python-format | |
| 6452 msgid "Error while uploading blog: {error_msg}" | |
| 6453 msgstr "Erreur en tentant de rejoindre le salon" | |
| 6454 | |
| 6455 #: sat_frontends/jp/cmd_blog.py:982 sat_frontends/jp/cmd_list.py:274 | |
| 6456 msgid "{name} argument can't be used without location argument" | |
| 6457 msgstr "" | |
| 6458 | |
| 6459 #: sat_frontends/jp/cmd_blog.py:1037 | |
| 6460 msgid "Error while trying to import a blog: {e}" | |
| 6461 msgstr "" | |
| 6462 | |
| 6463 #: sat_frontends/jp/cmd_blog.py:1050 | |
| 6464 msgid "blog/microblog management" | |
| 6465 msgstr "" | |
| 6466 | |
| 6467 #: sat_frontends/jp/cmd_bookmarks.py:40 | |
| 6468 #, python-format | |
| 6469 msgid "storage location (default: %(default)s)" | |
| 6470 msgstr "" | |
| 6471 | |
| 6472 #: sat_frontends/jp/cmd_bookmarks.py:48 | |
| 6473 #, python-format | |
| 6474 msgid "bookmarks type (default: %(default)s)" | |
| 6475 msgstr "" | |
| 6476 | |
| 6477 #: sat_frontends/jp/cmd_bookmarks.py:54 | |
| 6478 msgid "list bookmarks" | |
| 6479 msgstr "" | |
| 6480 | |
| 6481 #: sat_frontends/jp/cmd_bookmarks.py:94 | |
| 6482 msgid "remove a bookmark" | |
| 6483 msgstr "" | |
| 6484 | |
| 6485 #: sat_frontends/jp/cmd_bookmarks.py:99 sat_frontends/jp/cmd_bookmarks.py:131 | |
| 6486 msgid "jid (for muc bookmark) or url of to remove" | |
| 6487 msgstr "" | |
| 6488 | |
| 6489 #: sat_frontends/jp/cmd_bookmarks.py:105 | |
| 6490 msgid "delete bookmark without confirmation" | |
| 6491 msgstr "" | |
| 6492 | |
| 6493 #: sat_frontends/jp/cmd_bookmarks.py:110 | |
| 6494 #, fuzzy, python-format | |
| 6495 msgid "Are you sure to delete this bookmark?" | |
| 6496 msgstr "Êtes vous sûr de vouloir supprimer le profile [%s] ?" | |
| 6497 | |
| 6498 #: sat_frontends/jp/cmd_bookmarks.py:117 | |
| 6499 msgid "can't delete bookmark: {e}" | |
| 6500 msgstr "" | |
| 6501 | |
| 6502 #: sat_frontends/jp/cmd_bookmarks.py:120 | |
| 6503 msgid "bookmark deleted" | |
| 6504 msgstr "" | |
| 6505 | |
| 6506 #: sat_frontends/jp/cmd_bookmarks.py:133 | |
| 6507 msgid "bookmark name" | |
| 6508 msgstr "" | |
| 6509 | |
| 6510 #: sat_frontends/jp/cmd_bookmarks.py:134 | |
| 6511 msgid "MUC specific options" | |
| 6512 msgstr "" | |
| 6513 | |
| 6514 #: sat_frontends/jp/cmd_bookmarks.py:135 | |
| 6515 #, fuzzy | |
| 6516 msgid "nickname" | |
| 6517 msgstr "Surnon" | |
| 6518 | |
| 6519 #: sat_frontends/jp/cmd_bookmarks.py:140 | |
| 6520 msgid "join room on profile connection" | |
| 6521 msgstr "" | |
| 6522 | |
| 6523 #: sat_frontends/jp/cmd_bookmarks.py:145 | |
| 6524 msgid "You can't use --autojoin or --nick with --type url" | |
| 6525 msgstr "" | |
| 6526 | |
| 6527 #: sat_frontends/jp/cmd_bookmarks.py:165 | |
| 6528 msgid "bookmark successfully added" | |
| 6529 msgstr "" | |
| 6530 | |
| 6531 #: sat_frontends/jp/cmd_bookmarks.py:174 | |
| 6532 msgid "manage bookmarks" | |
| 6533 msgstr "" | |
| 6534 | |
| 6535 #: sat_frontends/jp/cmd_debug.py:49 | |
| 6536 msgid "call a bridge method" | |
| 6537 msgstr "" | |
| 6538 | |
| 6539 #: sat_frontends/jp/cmd_debug.py:54 | |
| 6540 msgid "name of the method to execute" | |
| 6541 msgstr "" | |
| 6542 | |
| 6543 #: sat_frontends/jp/cmd_debug.py:56 | |
| 6544 msgid "argument of the method" | |
| 6545 msgstr "" | |
| 6546 | |
| 6547 #: sat_frontends/jp/cmd_debug.py:79 | |
| 6548 msgid "Error while executing {method}: {e}" | |
| 6549 msgstr "" | |
| 6550 | |
| 6551 #: sat_frontends/jp/cmd_debug.py:94 | |
| 6552 msgid "send a fake signal from backend" | |
| 6553 msgstr "" | |
| 6554 | |
| 6555 #: sat_frontends/jp/cmd_debug.py:99 | |
| 6556 msgid "name of the signal to send" | |
| 6557 msgstr "" | |
| 6558 | |
| 6559 #: sat_frontends/jp/cmd_debug.py:100 | |
| 6560 msgid "argument of the signal" | |
| 6561 msgstr "" | |
| 6562 | |
| 6563 #: sat_frontends/jp/cmd_debug.py:112 | |
| 6564 #, fuzzy, python-format | |
| 6565 msgid "Can't send fake signal: {e}" | |
| 6566 msgstr "message reçu de: %s" | |
| 6567 | |
| 6568 #: sat_frontends/jp/cmd_debug.py:123 | |
| 6569 msgid "bridge s(t)imulation" | |
| 6570 msgstr "" | |
| 6571 | |
| 6572 #: sat_frontends/jp/cmd_debug.py:135 | |
| 6573 msgid "monitor XML stream" | |
| 6574 msgstr "" | |
| 6575 | |
| 6576 #: sat_frontends/jp/cmd_debug.py:144 | |
| 6577 msgid "stream direction filter" | |
| 6578 msgstr "" | |
| 6579 | |
| 6580 #: sat_frontends/jp/cmd_debug.py:195 | |
| 6581 msgid "print colours used with your background" | |
| 6582 msgstr "" | |
| 6583 | |
| 6584 #: sat_frontends/jp/cmd_debug.py:226 | |
| 6585 msgid "debugging tools" | |
| 6586 msgstr "" | |
| 6587 | |
| 6588 #: sat_frontends/jp/cmd_encryption.py:38 | |
| 6589 msgid "show available encryption algorithms" | |
| 6590 msgstr "" | |
| 6591 | |
| 6592 #: sat_frontends/jp/cmd_encryption.py:45 | |
| 6593 msgid "No encryption plugin registered!" | |
| 6594 msgstr "" | |
| 6595 | |
| 6596 #: sat_frontends/jp/cmd_encryption.py:47 | |
| 6597 msgid "Following encryption algorithms are available: {algos}" | |
| 6598 msgstr "" | |
| 6599 | |
| 6600 #: sat_frontends/jp/cmd_encryption.py:68 | |
| 6601 msgid "get encryption session data" | |
| 6602 msgstr "" | |
| 6603 | |
| 6604 #: sat_frontends/jp/cmd_encryption.py:73 | |
| 6605 msgid "jid of the entity to check" | |
| 6606 msgstr "" | |
| 6607 | |
| 6608 #: sat_frontends/jp/cmd_encryption.py:99 | |
| 6609 msgid "start encrypted session with an entity" | |
| 6610 msgstr "" | |
| 6611 | |
| 6612 #: sat_frontends/jp/cmd_encryption.py:105 sat_frontends/jp/cmd_message.py:77 | |
| 6613 msgid "don't replace encryption algorithm if an other one is already used" | |
| 6614 msgstr "" | |
| 6615 | |
| 6616 #: sat_frontends/jp/cmd_encryption.py:108 | |
| 6617 msgid "algorithm name (DEFAULT: choose automatically)" | |
| 6618 msgstr "" | |
| 6619 | |
| 6620 #: sat_frontends/jp/cmd_encryption.py:111 | |
| 6621 msgid "algorithm namespace (DEFAULT: choose automatically)" | |
| 6622 msgstr "" | |
| 6623 | |
| 6624 #: sat_frontends/jp/cmd_encryption.py:114 | |
| 6625 #: sat_frontends/jp/cmd_encryption.py:153 | |
| 6626 #: sat_frontends/jp/cmd_encryption.py:178 | |
| 6627 msgid "jid of the entity to stop encrypted session with" | |
| 6628 msgstr "" | |
| 6629 | |
| 6630 #: sat_frontends/jp/cmd_encryption.py:148 | |
| 6631 msgid "stop encrypted session with an entity" | |
| 6632 msgstr "" | |
| 6633 | |
| 6634 #: sat_frontends/jp/cmd_encryption.py:173 | |
| 6635 msgid "get UI to manage trust" | |
| 6636 msgstr "" | |
| 6637 | |
| 6638 #: sat_frontends/jp/cmd_encryption.py:182 | |
| 6639 msgid "algorithm name (DEFAULT: current algorithm)" | |
| 6640 msgstr "" | |
| 6641 | |
| 6642 #: sat_frontends/jp/cmd_encryption.py:185 | |
| 6643 msgid "algorithm namespace (DEFAULT: current algorithm)" | |
| 6644 msgstr "" | |
| 6645 | |
| 6646 #: sat_frontends/jp/cmd_encryption.py:220 | |
| 6647 msgid "trust manangement" | |
| 6648 msgstr "" | |
| 6649 | |
| 6650 #: sat_frontends/jp/cmd_encryption.py:230 | |
| 6651 msgid "encryption sessions handling" | |
| 6652 msgstr "" | |
| 6653 | |
| 6654 #: sat_frontends/jp/cmd_event.py:47 | |
| 6655 msgid "get list of registered events" | |
| 6656 msgstr "" | |
| 6657 | |
| 6658 #: sat_frontends/jp/cmd_event.py:78 | |
| 6659 msgid "get event data" | |
| 6660 msgstr "" | |
| 6661 | |
| 6662 #: sat_frontends/jp/cmd_event.py:108 | |
| 6663 #, fuzzy | |
| 6664 msgid "ID of the PubSub Item" | |
| 6665 msgstr "Vous essayer de connecter un profile qui n'existe pas" | |
| 6666 | |
| 6667 #: sat_frontends/jp/cmd_event.py:110 | |
| 6668 msgid "date of the event" | |
| 6669 msgstr "" | |
| 6670 | |
| 6671 #: sat_frontends/jp/cmd_event.py:118 sat_frontends/jp/cmd_event.py:257 | |
| 6672 #: sat_frontends/jp/cmd_pubsub.py:129 | |
| 6673 #, fuzzy | |
| 6674 msgid "configuration field to set" | |
| 6675 msgstr "Connexion..." | |
| 6676 | |
| 6677 #: sat_frontends/jp/cmd_event.py:150 | |
| 6678 msgid "create or replace event" | |
| 6679 msgstr "" | |
| 6680 | |
| 6681 #: sat_frontends/jp/cmd_event.py:170 | |
| 6682 msgid "Event created successfuly on node {node}" | |
| 6683 msgstr "" | |
| 6684 | |
| 6685 #: sat_frontends/jp/cmd_event.py:181 | |
| 6686 msgid "modify an existing event" | |
| 6687 msgstr "" | |
| 6688 | |
| 6689 #: sat_frontends/jp/cmd_event.py:214 sat_frontends/jp/cmd_event.py:288 | |
| 6690 msgid "get event attendance" | |
| 6691 msgstr "" | |
| 6692 | |
| 6693 #: sat_frontends/jp/cmd_event.py:219 | |
| 6694 #, fuzzy | |
| 6695 msgid "bare jid of the invitee" | |
| 6696 msgstr "Vous essayer de connecter un profile qui n'existe pas" | |
| 6697 | |
| 6698 #: sat_frontends/jp/cmd_event.py:246 | |
| 6699 msgid "set event attendance" | |
| 6700 msgstr "" | |
| 6701 | |
| 6702 #: sat_frontends/jp/cmd_event.py:296 | |
| 6703 msgid "show missing people (invited but no R.S.V.P. so far)" | |
| 6704 msgstr "" | |
| 6705 | |
| 6706 #: sat_frontends/jp/cmd_event.py:302 | |
| 6707 msgid "don't show people which gave R.S.V.P." | |
| 6708 msgstr "" | |
| 6709 | |
| 6710 #: sat_frontends/jp/cmd_event.py:371 | |
| 6711 msgid "Attendees: " | |
| 6712 msgstr "" | |
| 6713 | |
| 6714 #: sat_frontends/jp/cmd_event.py:374 | |
| 6715 msgid " (" | |
| 6716 msgstr "" | |
| 6717 | |
| 6718 #: sat_frontends/jp/cmd_event.py:376 | |
| 6719 msgid "yes: " | |
| 6720 msgstr "" | |
| 6721 | |
| 6722 #: sat_frontends/jp/cmd_event.py:379 | |
| 6723 msgid ", maybe: " | |
| 6724 msgstr "" | |
| 6725 | |
| 6726 #: sat_frontends/jp/cmd_event.py:383 | |
| 6727 msgid "no: " | |
| 6728 msgstr "" | |
| 6729 | |
| 6730 #: sat_frontends/jp/cmd_event.py:390 | |
| 6731 msgid "confirmed guests: " | |
| 6732 msgstr "" | |
| 6733 | |
| 6734 #: sat_frontends/jp/cmd_event.py:395 | |
| 6735 msgid "unconfirmed guests: " | |
| 6736 msgstr "" | |
| 6737 | |
| 6738 #: sat_frontends/jp/cmd_event.py:401 | |
| 6739 msgid "total: " | |
| 6740 msgstr "" | |
| 6741 | |
| 6742 #: sat_frontends/jp/cmd_event.py:408 | |
| 6743 msgid "missing people (no reply): " | |
| 6744 msgstr "" | |
| 6745 | |
| 6746 #: sat_frontends/jp/cmd_event.py:416 | |
| 6747 msgid "you need to use --missing if you use --no-rsvp" | |
| 6748 msgstr "" | |
| 6749 | |
| 6750 #: sat_frontends/jp/cmd_event.py:489 | |
| 6751 msgid "invite someone to the event through email" | |
| 6752 msgstr "" | |
| 6753 | |
| 6754 #: sat_frontends/jp/cmd_event.py:568 | |
| 6755 #, fuzzy | |
| 6756 msgid "manage invities" | |
| 6757 msgstr "Initialisation du gestionnaire de mémoire" | |
| 6758 | |
| 6759 #: sat_frontends/jp/cmd_event.py:577 | |
| 6760 msgid "event management" | |
| 6761 msgstr "" | |
| 6762 | |
| 6763 #: sat_frontends/jp/cmd_file.py:50 | |
| 6764 #, fuzzy | |
| 6765 msgid "send a file to a contact" | |
| 6766 msgstr "Attend qu'un fichier soit envoyé par un contact" | |
| 6767 | |
| 6768 #: sat_frontends/jp/cmd_file.py:55 | |
| 6769 #, fuzzy | |
| 6770 msgid "a list of file" | |
| 6771 msgstr "Vous essayer de connecter un profile qui n'existe pas" | |
| 6772 | |
| 6773 #: sat_frontends/jp/cmd_file.py:57 sat_frontends/jp/cmd_file.py:191 | |
| 6774 #: sat_frontends/jp/cmd_message.py:82 sat_frontends/jp/cmd_pipe.py:42 | |
| 6775 msgid "the destination jid" | |
| 6776 msgstr "" | |
| 6777 | |
| 6778 #: sat_frontends/jp/cmd_file.py:59 | |
| 6779 #, fuzzy | |
| 6780 msgid "make a bzip2 tarball" | |
| 6781 msgstr "Fait un fichier compressé bzip2" | |
| 6782 | |
| 6783 #: sat_frontends/jp/cmd_file.py:79 sat_frontends/jp/cmd_file.py:236 | |
| 6784 #: sat_frontends/jp/cmd_file.py:330 | |
| 6785 msgid "File copy started" | |
| 6786 msgstr "" | |
| 6787 | |
| 6788 #: sat_frontends/jp/cmd_file.py:82 | |
| 6789 #, fuzzy | |
| 6790 msgid "File sent successfully" | |
| 6791 msgstr "Inscription réussie" | |
| 6792 | |
| 6793 #: sat_frontends/jp/cmd_file.py:86 | |
| 6794 #, fuzzy | |
| 6795 msgid "The file has been refused by your contact" | |
| 6796 msgstr "Attend qu'un fichier soit envoyé par un contact" | |
| 6797 | |
| 6798 #: sat_frontends/jp/cmd_file.py:88 | |
| 6799 #, fuzzy, python-format | |
| 6800 msgid "Error while sending file: {}" | |
| 6801 msgstr "Erreur en tentant de rejoindre le salon" | |
| 6802 | |
| 6803 #: sat_frontends/jp/cmd_file.py:97 | |
| 6804 msgid "File request sent to {jid}" | |
| 6805 msgstr "" | |
| 6806 | |
| 6807 #: sat_frontends/jp/cmd_file.py:102 | |
| 6808 #, fuzzy | |
| 6809 msgid "Can't send file to {jid}" | |
| 6810 msgstr "Impossible de trouver la VCard de %s" | |
| 6811 | |
| 6812 #: sat_frontends/jp/cmd_file.py:109 | |
| 6813 #, fuzzy, python-format | |
| 6814 msgid "file {file_} doesn't exist!" | |
| 6815 msgstr "Le fichier [%s] n'existe pas !" | |
| 6816 | |
| 6817 #: sat_frontends/jp/cmd_file.py:114 | |
| 6818 #, fuzzy, python-format | |
| 6819 msgid "{file_} is a dir! Please send files inside or use compression" | |
| 6820 msgstr "" | |
| 6821 "[%s] est un répertoire ! Veuillez envoyer les fichiers qu'il contient ou " | |
| 6822 "utiliser la compression." | |
| 6823 | |
| 6824 #: sat_frontends/jp/cmd_file.py:129 | |
| 6825 #, fuzzy | |
| 6826 msgid "bz2 is an experimental option, use with caution" | |
| 6827 msgstr "" | |
| 6828 "bz2 est une option expérimentale à un stade de développement peu avancé, " | |
| 6829 "utilisez-là avec prudence" | |
| 6830 | |
| 6831 #: sat_frontends/jp/cmd_file.py:131 | |
| 6832 msgid "Starting compression, please wait..." | |
| 6833 msgstr "Lancement de la compression, veuillez patienter..." | |
| 6834 | |
| 6835 #: sat_frontends/jp/cmd_file.py:138 | |
| 6836 #, fuzzy, python-format | |
| 6837 msgid "Adding {}" | |
| 6838 msgstr "Ajout de %s" | |
| 6839 | |
| 6840 #: sat_frontends/jp/cmd_file.py:141 | |
| 6841 #, fuzzy | |
| 6842 msgid "Done !" | |
| 6843 msgstr "N° de Tél:" | |
| 6844 | |
| 6845 #: sat_frontends/jp/cmd_file.py:183 | |
| 6846 #, fuzzy | |
| 6847 msgid "request a file from a contact" | |
| 6848 msgstr "Attend qu'un fichier soit envoyé par un contact" | |
| 6849 | |
| 6850 #: sat_frontends/jp/cmd_file.py:195 | |
| 6851 msgid "" | |
| 6852 "destination path where the file will be saved (default: " | |
| 6853 "[current_dir]/[name|hash])" | |
| 6854 msgstr "" | |
| 6855 | |
| 6856 #: sat_frontends/jp/cmd_file.py:204 | |
| 6857 #, fuzzy | |
| 6858 msgid "name of the file" | |
| 6859 msgstr "Vous essayer de connecter un profile qui n'existe pas" | |
| 6860 | |
| 6861 #: sat_frontends/jp/cmd_file.py:210 | |
| 6862 #, fuzzy | |
| 6863 msgid "hash of the file" | |
| 6864 msgstr "Vous essayer de connecter un profile qui n'existe pas" | |
| 6865 | |
| 6866 #: sat_frontends/jp/cmd_file.py:216 | |
| 6867 msgid "hash algorithm use for --hash (default: sha-256)" | |
| 6868 msgstr "" | |
| 6869 | |
| 6870 #: sat_frontends/jp/cmd_file.py:232 sat_frontends/jp/cmd_file.py:476 | |
| 6871 msgid "overwrite existing file without confirmation" | |
| 6872 msgstr "" | |
| 6873 | |
| 6874 #: sat_frontends/jp/cmd_file.py:239 sat_frontends/jp/cmd_file.py:333 | |
| 6875 #, fuzzy, python-format | |
| 6876 msgid "File received successfully" | |
| 6877 msgstr "tarot: chien reçu" | |
| 6878 | |
| 6879 #: sat_frontends/jp/cmd_file.py:243 | |
| 6880 msgid "The file request has been refused" | |
| 6881 msgstr "" | |
| 6882 | |
| 6883 #: sat_frontends/jp/cmd_file.py:245 | |
| 6884 #, fuzzy, python-format | |
| 6885 msgid "Error while requesting file: {}" | |
| 6886 msgstr "Échec de la désinscription: %s" | |
| 6887 | |
| 6888 #: sat_frontends/jp/cmd_file.py:249 | |
| 6889 msgid "at least one of --name or --hash must be provided" | |
| 6890 msgstr "" | |
| 6891 | |
| 6892 #: sat_frontends/jp/cmd_file.py:258 sat_frontends/jp/cmd_file.py:510 | |
| 6893 msgid "File {path} already exists! Do you want to overwrite?" | |
| 6894 msgstr "" | |
| 6895 | |
| 6896 #: sat_frontends/jp/cmd_file.py:261 | |
| 6897 msgid "file request cancelled" | |
| 6898 msgstr "" | |
| 6899 | |
| 6900 #: sat_frontends/jp/cmd_file.py:280 | |
| 6901 #, fuzzy, python-format | |
| 6902 msgid "can't request file: {e}" | |
| 6903 msgstr "Échec de la désinscription: %s" | |
| 6904 | |
| 6905 #: sat_frontends/jp/cmd_file.py:293 | |
| 6906 #, fuzzy | |
| 6907 msgid "wait for a file to be sent by a contact" | |
| 6908 msgstr "Attend qu'un fichier soit envoyé par un contact" | |
| 6909 | |
| 6910 #: sat_frontends/jp/cmd_file.py:306 | |
| 6911 msgid "jids accepted (accept everything if none is specified)" | |
| 6912 msgstr "" | |
| 6913 | |
| 6914 #: sat_frontends/jp/cmd_file.py:312 | |
| 6915 #, fuzzy | |
| 6916 msgid "accept multiple files (you'll have to stop manually)" | |
| 6917 msgstr "Accepte plusieurs fichiers (vous devrez arrêter le programme à la main)" | |
| 6918 | |
| 6919 #: sat_frontends/jp/cmd_file.py:318 | |
| 6920 #, fuzzy | |
| 6921 msgid "force overwritting of existing files (/!\\ name is choosed by sender)" | |
| 6922 msgstr "Force le remplacement des fichiers existants" | |
| 6923 | |
| 6924 #: sat_frontends/jp/cmd_file.py:326 | |
| 6925 msgid "destination path (default: working directory)" | |
| 6926 msgstr "" | |
| 6927 | |
| 6928 #: sat_frontends/jp/cmd_file.py:337 | |
| 6929 msgid "hash checked: {metadata['hash_algo']}:{metadata['hash']}" | |
| 6930 msgstr "" | |
| 6931 | |
| 6932 #: sat_frontends/jp/cmd_file.py:340 | |
| 6933 msgid "hash is checked but hash value is missing" | |
| 6934 msgstr "" | |
| 6935 | |
| 6936 #: sat_frontends/jp/cmd_file.py:342 | |
| 6937 msgid "hash can't be verified" | |
| 6938 msgstr "" | |
| 6939 | |
| 6940 #: sat_frontends/jp/cmd_file.py:345 | |
| 6941 #, fuzzy | |
| 6942 msgid "Error while receiving file: {e}" | |
| 6943 msgstr "Erreur en tentant de rejoindre le salon" | |
| 6944 | |
| 6945 #: sat_frontends/jp/cmd_file.py:354 sat_frontends/jp/cmd_pipe.py:111 | |
| 6946 msgid "Action has no XMLUI" | |
| 6947 msgstr "" | |
| 6948 | |
| 6949 #: sat_frontends/jp/cmd_file.py:359 sat_frontends/jp/cmd_pipe.py:115 | |
| 6950 msgid "Invalid XMLUI received" | |
| 6951 msgstr "" | |
| 6952 | |
| 6953 #: sat_frontends/jp/cmd_file.py:369 sat_frontends/jp/cmd_pipe.py:126 | |
| 6954 msgid "Ignoring action without from_jid data" | |
| 6955 msgstr "" | |
| 6956 | |
| 6957 #: sat_frontends/jp/cmd_file.py:374 sat_frontends/jp/cmd_file.py:395 | |
| 6958 msgid "ignoring action without progress id" | |
| 6959 msgstr "" | |
| 6960 | |
| 6961 #: sat_frontends/jp/cmd_file.py:379 | |
| 6962 msgid "File refused because overwrite is needed" | |
| 6963 msgstr "" | |
| 6964 | |
| 6965 #: sat_frontends/jp/cmd_file.py:397 | |
| 6966 msgid "Overwriting needed" | |
| 6967 msgstr "" | |
| 6968 | |
| 6969 #: sat_frontends/jp/cmd_file.py:401 | |
| 6970 #, fuzzy | |
| 6971 msgid "Overwrite accepted" | |
| 6972 msgstr "accepté" | |
| 6973 | |
| 6974 #: sat_frontends/jp/cmd_file.py:403 | |
| 6975 msgid "Refused to overwrite" | |
| 6976 msgstr "" | |
| 6977 | |
| 6978 #: sat_frontends/jp/cmd_file.py:417 | |
| 6979 msgid "invalid \"from_jid\" value received, ignoring: {value}" | |
| 6980 msgstr "" | |
| 6981 | |
| 6982 #: sat_frontends/jp/cmd_file.py:424 | |
| 6983 msgid "ignoring action without \"from_jid\" value" | |
| 6984 msgstr "" | |
| 6985 | |
| 6986 #: sat_frontends/jp/cmd_file.py:426 | |
| 6987 msgid "Confirmation needed for request from an entity not in roster" | |
| 6988 msgstr "" | |
| 6989 | |
| 6990 #: sat_frontends/jp/cmd_file.py:431 | |
| 6991 msgid "Sender confirmed because she or he is explicitly expected" | |
| 6992 msgstr "" | |
| 6993 | |
| 6994 #: sat_frontends/jp/cmd_file.py:439 | |
| 6995 msgid "Session refused for {from_jid}" | |
| 6996 msgstr "" | |
| 6997 | |
| 6998 #: sat_frontends/jp/cmd_file.py:446 | |
| 6999 msgid "Given path is not a directory !" | |
| 7000 msgstr "" | |
| 7001 | |
| 7002 #: sat_frontends/jp/cmd_file.py:450 | |
| 7003 msgid "waiting for incoming file request" | |
| 7004 msgstr "" | |
| 7005 | |
| 7006 #: sat_frontends/jp/cmd_file.py:461 | |
| 7007 msgid "download a file from URI" | |
| 7008 msgstr "" | |
| 7009 | |
| 7010 #: sat_frontends/jp/cmd_file.py:470 | |
| 7011 msgid "destination file (DEFAULT: filename from URL)" | |
| 7012 msgstr "" | |
| 7013 | |
| 7014 #: sat_frontends/jp/cmd_file.py:478 | |
| 7015 msgid "URI of the file to retrieve" | |
| 7016 msgstr "" | |
| 7017 | |
| 7018 #: sat_frontends/jp/cmd_file.py:481 | |
| 7019 msgid "File download started" | |
| 7020 msgstr "" | |
| 7021 | |
| 7022 #: sat_frontends/jp/cmd_file.py:484 | |
| 7023 msgid "File downloaded successfully" | |
| 7024 msgstr "" | |
| 7025 | |
| 7026 #: sat_frontends/jp/cmd_file.py:487 | |
| 7027 #, fuzzy, python-format | |
| 7028 msgid "Error while downloading file: {}" | |
| 7029 msgstr "Erreur en tentant de rejoindre le salon" | |
| 7030 | |
| 7031 #: sat_frontends/jp/cmd_file.py:513 | |
| 7032 msgid "file download cancelled" | |
| 7033 msgstr "" | |
| 7034 | |
| 7035 #: sat_frontends/jp/cmd_file.py:534 | |
| 7036 msgid "upload a file" | |
| 7037 msgstr "" | |
| 7038 | |
| 7039 #: sat_frontends/jp/cmd_file.py:542 | |
| 7040 msgid "encrypt file using AES-GCM" | |
| 7041 msgstr "" | |
| 7042 | |
| 7043 #: sat_frontends/jp/cmd_file.py:544 | |
| 7044 msgid "file to upload" | |
| 7045 msgstr "" | |
| 7046 | |
| 7047 #: sat_frontends/jp/cmd_file.py:548 | |
| 7048 msgid "jid of upload component (nothing to autodetect)" | |
| 7049 msgstr "" | |
| 7050 | |
| 7051 #: sat_frontends/jp/cmd_file.py:553 | |
| 7052 msgid "ignore invalide TLS certificate (/!\\ Dangerous /!\\)" | |
| 7053 msgstr "" | |
| 7054 | |
| 7055 #: sat_frontends/jp/cmd_file.py:557 | |
| 7056 msgid "File upload started" | |
| 7057 msgstr "" | |
| 7058 | |
| 7059 #: sat_frontends/jp/cmd_file.py:560 | |
| 7060 msgid "File uploaded successfully" | |
| 7061 msgstr "" | |
| 7062 | |
| 7063 #: sat_frontends/jp/cmd_file.py:566 | |
| 7064 msgid "URL to retrieve the file:" | |
| 7065 msgstr "" | |
| 7066 | |
| 7067 #: sat_frontends/jp/cmd_file.py:571 | |
| 7068 msgid "Error while uploading file: {}" | |
| 7069 msgstr "" | |
| 7070 | |
| 7071 #: sat_frontends/jp/cmd_file.py:593 | |
| 7072 #, fuzzy, python-format | |
| 7073 msgid "file {file_} doesn't exist !" | |
| 7074 msgstr "Le fichier [%s] n'existe pas !" | |
| 7075 | |
| 7076 #: sat_frontends/jp/cmd_file.py:597 | |
| 7077 msgid "{file_} is a dir! Can't upload a dir" | |
| 7078 msgstr "" | |
| 7079 | |
| 7080 #: sat_frontends/jp/cmd_file.py:633 | |
| 7081 msgid "set affiliations for a shared file/directory" | |
| 7082 msgstr "" | |
| 7083 | |
| 7084 #: sat_frontends/jp/cmd_file.py:641 sat_frontends/jp/cmd_file.py:695 | |
| 7085 #: sat_frontends/jp/cmd_file.py:747 sat_frontends/jp/cmd_file.py:801 | |
| 7086 #: sat_frontends/jp/cmd_file.py:1002 | |
| 7087 msgid "namespace of the repository" | |
| 7088 msgstr "" | |
| 7089 | |
| 7090 #: sat_frontends/jp/cmd_file.py:647 sat_frontends/jp/cmd_file.py:701 | |
| 7091 #: sat_frontends/jp/cmd_file.py:753 sat_frontends/jp/cmd_file.py:807 | |
| 7092 #: sat_frontends/jp/cmd_file.py:1007 | |
| 7093 msgid "path to the repository" | |
| 7094 msgstr "" | |
| 7095 | |
| 7096 #: sat_frontends/jp/cmd_file.py:657 sat_frontends/jp/cmd_pubsub.py:453 | |
| 7097 msgid "entity/affiliation couple(s)" | |
| 7098 msgstr "" | |
| 7099 | |
| 7100 #: sat_frontends/jp/cmd_file.py:661 sat_frontends/jp/cmd_file.py:767 | |
| 7101 msgid "jid of file sharing entity" | |
| 7102 msgstr "" | |
| 7103 | |
| 7104 #: sat_frontends/jp/cmd_file.py:687 | |
| 7105 msgid "retrieve affiliations of a shared file/directory" | |
| 7106 msgstr "" | |
| 7107 | |
| 7108 #: sat_frontends/jp/cmd_file.py:705 sat_frontends/jp/cmd_file.py:811 | |
| 7109 msgid "jid of sharing entity" | |
| 7110 msgstr "" | |
| 7111 | |
| 7112 #: sat_frontends/jp/cmd_file.py:729 | |
| 7113 msgid "affiliations management" | |
| 7114 msgstr "" | |
| 7115 | |
| 7116 #: sat_frontends/jp/cmd_file.py:739 | |
| 7117 msgid "set configuration for a shared file/directory" | |
| 7118 msgstr "" | |
| 7119 | |
| 7120 #: sat_frontends/jp/cmd_file.py:763 sat_frontends/jp/cmd_pubsub.py:282 | |
| 7121 msgid "configuration field to set (required)" | |
| 7122 msgstr "" | |
| 7123 | |
| 7124 #: sat_frontends/jp/cmd_file.py:793 | |
| 7125 msgid "retrieve configuration of a shared file/directory" | |
| 7126 msgstr "" | |
| 7127 | |
| 7128 #: sat_frontends/jp/cmd_file.py:838 | |
| 7129 #, fuzzy | |
| 7130 msgid "file sharing node configuration" | |
| 7131 msgstr "Demande de confirmation pour un transfer de fichier demandée" | |
| 7132 | |
| 7133 #: sat_frontends/jp/cmd_file.py:850 | |
| 7134 msgid "retrieve files shared by an entity" | |
| 7135 msgstr "" | |
| 7136 | |
| 7137 #: sat_frontends/jp/cmd_file.py:859 | |
| 7138 msgid "path to the directory containing the files" | |
| 7139 msgstr "" | |
| 7140 | |
| 7141 #: sat_frontends/jp/cmd_file.py:865 | |
| 7142 msgid "jid of sharing entity (nothing to check our own jid)" | |
| 7143 msgstr "" | |
| 7144 | |
| 7145 #: sat_frontends/jp/cmd_file.py:874 | |
| 7146 msgid "unknown file type: {type}" | |
| 7147 msgstr "" | |
| 7148 | |
| 7149 #: sat_frontends/jp/cmd_file.py:923 | |
| 7150 msgid "share a file or directory" | |
| 7151 msgstr "" | |
| 7152 | |
| 7153 #: sat_frontends/jp/cmd_file.py:931 | |
| 7154 msgid "virtual name to use (default: use directory/file name)" | |
| 7155 msgstr "" | |
| 7156 | |
| 7157 #: sat_frontends/jp/cmd_file.py:941 | |
| 7158 msgid "jid of contacts allowed to retrieve the files" | |
| 7159 msgstr "" | |
| 7160 | |
| 7161 #: sat_frontends/jp/cmd_file.py:946 | |
| 7162 msgid "share publicly the file(s) (/!\\ *everybody* will be able to access them)" | |
| 7163 msgstr "" | |
| 7164 | |
| 7165 #: sat_frontends/jp/cmd_file.py:953 | |
| 7166 msgid "path to a file or directory to share" | |
| 7167 msgstr "" | |
| 7168 | |
| 7169 #: sat_frontends/jp/cmd_file.py:978 | |
| 7170 msgid "{path} shared under the name \"{name}\"" | |
| 7171 msgstr "" | |
| 7172 | |
| 7173 #: sat_frontends/jp/cmd_file.py:988 | |
| 7174 msgid "send invitation for a shared repository" | |
| 7175 msgstr "" | |
| 7176 | |
| 7177 #: sat_frontends/jp/cmd_file.py:996 | |
| 7178 #, fuzzy | |
| 7179 msgid "name of the repository" | |
| 7180 msgstr "Vous essayer de connecter un profile qui n'existe pas" | |
| 7181 | |
| 7182 #: sat_frontends/jp/cmd_file.py:1014 | |
| 7183 msgid "type of the repository" | |
| 7184 msgstr "" | |
| 7185 | |
| 7186 #: sat_frontends/jp/cmd_file.py:1019 | |
| 7187 msgid "https URL of a image to use as thumbnail" | |
| 7188 msgstr "" | |
| 7189 | |
| 7190 #: sat_frontends/jp/cmd_file.py:1023 | |
| 7191 msgid "jid of the file sharing service hosting the repository" | |
| 7192 msgstr "" | |
| 7193 | |
| 7194 #: sat_frontends/jp/cmd_file.py:1027 | |
| 7195 #, fuzzy | |
| 7196 msgid "jid of the person to invite" | |
| 7197 msgstr "Vous essayer de connecter un profile qui n'existe pas" | |
| 7198 | |
| 7199 #: sat_frontends/jp/cmd_file.py:1035 | |
| 7200 msgid "only http(s) links are allowed with --thumbnail" | |
| 7201 msgstr "" | |
| 7202 | |
| 7203 #: sat_frontends/jp/cmd_file.py:1053 | |
| 7204 msgid "invitation sent to {jid}" | |
| 7205 msgstr "" | |
| 7206 | |
| 7207 #: sat_frontends/jp/cmd_file.py:1068 | |
| 7208 msgid "files sharing management" | |
| 7209 msgstr "" | |
| 7210 | |
| 7211 #: sat_frontends/jp/cmd_file.py:1077 | |
| 7212 msgid "files sending/receiving/management" | |
| 7213 msgstr "" | |
| 7214 | |
| 7215 #: sat_frontends/jp/cmd_forums.py:45 | |
| 7216 msgid "edit forums" | |
| 7217 msgstr "" | |
| 7218 | |
| 7219 #: sat_frontends/jp/cmd_forums.py:54 sat_frontends/jp/cmd_forums.py:123 | |
| 7220 msgid "forum key (DEFAULT: default forums)" | |
| 7221 msgstr "" | |
| 7222 | |
| 7223 #: sat_frontends/jp/cmd_forums.py:74 | |
| 7224 msgid "forums have been edited" | |
| 7225 msgstr "" | |
| 7226 | |
| 7227 #: sat_frontends/jp/cmd_forums.py:115 | |
| 7228 msgid "get forums structure" | |
| 7229 msgstr "" | |
| 7230 | |
| 7231 #: sat_frontends/jp/cmd_forums.py:168 sat_frontends/jp/cmd_pubsub.py:733 | |
| 7232 #, fuzzy | |
| 7233 msgid "no schema found" | |
| 7234 msgstr "Aucun transport trouvé" | |
| 7235 | |
| 7236 #: sat_frontends/jp/cmd_forums.py:180 | |
| 7237 msgid "Forums structure edition" | |
| 7238 msgstr "" | |
| 7239 | |
| 7240 #: sat_frontends/jp/cmd_identity.py:37 | |
| 7241 msgid "get identity data" | |
| 7242 msgstr "" | |
| 7243 | |
| 7244 #: sat_frontends/jp/cmd_identity.py:45 | |
| 7245 msgid "entity to check" | |
| 7246 msgstr "" | |
| 7247 | |
| 7248 #: sat_frontends/jp/cmd_identity.py:68 | |
| 7249 msgid "update identity data" | |
| 7250 msgstr "" | |
| 7251 | |
| 7252 #: sat_frontends/jp/cmd_identity.py:77 | |
| 7253 msgid "nicknames of the entity" | |
| 7254 msgstr "" | |
| 7255 | |
| 7256 #: sat_frontends/jp/cmd_identity.py:101 | |
| 7257 msgid "identity management" | |
| 7258 msgstr "" | |
| 7259 | |
| 7260 #: sat_frontends/jp/cmd_info.py:38 | |
| 7261 msgid "service discovery" | |
| 7262 msgstr "" | |
| 7263 | |
| 7264 #: sat_frontends/jp/cmd_info.py:42 | |
| 7265 msgid "entity to discover" | |
| 7266 msgstr "" | |
| 7267 | |
| 7268 #: sat_frontends/jp/cmd_info.py:49 | |
| 7269 msgid "type of data to discover" | |
| 7270 msgstr "" | |
| 7271 | |
| 7272 #: sat_frontends/jp/cmd_info.py:51 | |
| 7273 msgid "node to use" | |
| 7274 msgstr "" | |
| 7275 | |
| 7276 #: sat_frontends/jp/cmd_info.py:57 | |
| 7277 #, fuzzy | |
| 7278 msgid "ignore cache" | |
| 7279 msgstr "fichier [%s] déjà en cache" | |
| 7280 | |
| 7281 #: sat_frontends/jp/cmd_info.py:69 | |
| 7282 msgid "category" | |
| 7283 msgstr "" | |
| 7284 | |
| 7285 #: sat_frontends/jp/cmd_info.py:111 | |
| 7286 msgid "node" | |
| 7287 msgstr "" | |
| 7288 | |
| 7289 #: sat_frontends/jp/cmd_info.py:116 | |
| 7290 msgid "Features" | |
| 7291 msgstr "" | |
| 7292 | |
| 7293 #: sat_frontends/jp/cmd_info.py:118 | |
| 7294 #, fuzzy | |
| 7295 msgid "Identities" | |
| 7296 msgstr "Petite" | |
| 7297 | |
| 7298 #: sat_frontends/jp/cmd_info.py:120 | |
| 7299 msgid "Extensions" | |
| 7300 msgstr "" | |
| 7301 | |
| 7302 #: sat_frontends/jp/cmd_info.py:122 | |
| 7303 msgid "Items" | |
| 7304 msgstr "" | |
| 7305 | |
| 7306 #: sat_frontends/jp/cmd_info.py:151 sat_frontends/jp/cmd_info.py:166 | |
| 7307 msgid "error while doing discovery: {e}" | |
| 7308 msgstr "" | |
| 7309 | |
| 7310 #: sat_frontends/jp/cmd_info.py:190 | |
| 7311 msgid "software version" | |
| 7312 msgstr "" | |
| 7313 | |
| 7314 #: sat_frontends/jp/cmd_info.py:193 sat_frontends/jp/cmd_info.py:258 | |
| 7315 #, fuzzy | |
| 7316 msgid "Entity to request" | |
| 7317 msgstr "Demande de suppression de contact" | |
| 7318 | |
| 7319 #: sat_frontends/jp/cmd_info.py:201 | |
| 7320 #, fuzzy, python-format | |
| 7321 msgid "error while trying to get version: {e}" | |
| 7322 msgstr "Erreur en tentant de rejoindre le salon" | |
| 7323 | |
| 7324 #: sat_frontends/jp/cmd_info.py:207 | |
| 7325 msgid "Software name: {name}" | |
| 7326 msgstr "" | |
| 7327 | |
| 7328 #: sat_frontends/jp/cmd_info.py:209 | |
| 7329 msgid "Software version: {version}" | |
| 7330 msgstr "" | |
| 7331 | |
| 7332 #: sat_frontends/jp/cmd_info.py:211 | |
| 7333 msgid "Operating System: {os}" | |
| 7334 msgstr "" | |
| 7335 | |
| 7336 #: sat_frontends/jp/cmd_info.py:225 | |
| 7337 #, fuzzy | |
| 7338 msgid "running session" | |
| 7339 msgstr "Lancement de l'application" | |
| 7340 | |
| 7341 #: sat_frontends/jp/cmd_info.py:243 | |
| 7342 msgid "Error getting session infos: {e}" | |
| 7343 msgstr "" | |
| 7344 | |
| 7345 #: sat_frontends/jp/cmd_info.py:253 | |
| 7346 msgid "devices of an entity" | |
| 7347 msgstr "" | |
| 7348 | |
| 7349 #: sat_frontends/jp/cmd_info.py:267 | |
| 7350 msgid "Error getting devices infos: {e}" | |
| 7351 msgstr "" | |
| 7352 | |
| 7353 #: sat_frontends/jp/cmd_info.py:283 | |
| 7354 msgid "Get various pieces of information on entities" | |
| 7355 msgstr "" | |
| 7356 | |
| 7357 #: sat_frontends/jp/cmd_input.py:61 | |
| 7358 msgid "encoding of the input data" | |
| 7359 msgstr "" | |
| 7360 | |
| 7361 #: sat_frontends/jp/cmd_input.py:69 | |
| 7362 msgid "standard input" | |
| 7363 msgstr "" | |
| 7364 | |
| 7365 #: sat_frontends/jp/cmd_input.py:77 | |
| 7366 msgid "short option" | |
| 7367 msgstr "" | |
| 7368 | |
| 7369 #: sat_frontends/jp/cmd_input.py:85 | |
| 7370 msgid "long option" | |
| 7371 msgstr "" | |
| 7372 | |
| 7373 #: sat_frontends/jp/cmd_input.py:93 | |
| 7374 msgid "positional argument" | |
| 7375 msgstr "" | |
| 7376 | |
| 7377 #: sat_frontends/jp/cmd_input.py:101 | |
| 7378 msgid "ignore value" | |
| 7379 msgstr "" | |
| 7380 | |
| 7381 #: sat_frontends/jp/cmd_input.py:107 | |
| 7382 msgid "don't actually run commands but echo what would be launched" | |
| 7383 msgstr "" | |
| 7384 | |
| 7385 #: sat_frontends/jp/cmd_input.py:110 | |
| 7386 msgid "log stdout to FILE" | |
| 7387 msgstr "" | |
| 7388 | |
| 7389 #: sat_frontends/jp/cmd_input.py:113 | |
| 7390 msgid "log stderr to FILE" | |
| 7391 msgstr "" | |
| 7392 | |
| 7393 #: sat_frontends/jp/cmd_input.py:128 sat_frontends/jp/cmd_input.py:193 | |
| 7394 msgid "arguments in input data and in arguments sequence don't match" | |
| 7395 msgstr "" | |
| 7396 | |
| 7397 #: sat_frontends/jp/cmd_input.py:155 sat_frontends/jp/cmd_input.py:207 | |
| 7398 msgid "values: " | |
| 7399 msgstr "" | |
| 7400 | |
| 7401 #: sat_frontends/jp/cmd_input.py:161 | |
| 7402 msgid "**SKIPPING**\n" | |
| 7403 msgstr "" | |
| 7404 | |
| 7405 #: sat_frontends/jp/cmd_input.py:184 | |
| 7406 msgid "Invalid argument, an option type is expected, got {type_}:{name}" | |
| 7407 msgstr "" | |
| 7408 | |
| 7409 #: sat_frontends/jp/cmd_input.py:199 | |
| 7410 msgid "command {idx}" | |
| 7411 msgstr "" | |
| 7412 | |
| 7413 #: sat_frontends/jp/cmd_input.py:252 sat_frontends/primitivus/xmlui.py:461 | |
| 7414 msgid "OK" | |
| 7415 msgstr "" | |
| 7416 | |
| 7417 #: sat_frontends/jp/cmd_input.py:254 | |
| 7418 msgid "FAILED" | |
| 7419 msgstr "" | |
| 7420 | |
| 7421 #: sat_frontends/jp/cmd_input.py:274 | |
| 7422 msgid "comma-separated values" | |
| 7423 msgstr "" | |
| 7424 | |
| 7425 #: sat_frontends/jp/cmd_input.py:283 | |
| 7426 msgid "starting row (previous ones will be ignored)" | |
| 7427 msgstr "" | |
| 7428 | |
| 7429 #: sat_frontends/jp/cmd_input.py:291 | |
| 7430 msgid "split value in several options" | |
| 7431 msgstr "" | |
| 7432 | |
| 7433 #: sat_frontends/jp/cmd_input.py:299 | |
| 7434 msgid "action to do on empty value ({choices})" | |
| 7435 msgstr "" | |
| 7436 | |
| 7437 #: sat_frontends/jp/cmd_input.py:314 | |
| 7438 msgid "--empty value must be one of {choices}" | |
| 7439 msgstr "" | |
| 7440 | |
| 7441 #: sat_frontends/jp/cmd_input.py:349 | |
| 7442 msgid "launch command with external input" | |
| 7443 msgstr "" | |
| 7444 | |
| 7445 #: sat_frontends/jp/cmd_invitation.py:38 | |
| 7446 msgid "create and send an invitation" | |
| 7447 msgstr "" | |
| 7448 | |
| 7449 #: sat_frontends/jp/cmd_invitation.py:127 | |
| 7450 msgid "you need to specify an email address to send email invitation" | |
| 7451 msgstr "" | |
| 7452 | |
| 7453 #: sat_frontends/jp/cmd_invitation.py:161 | |
| 7454 #, fuzzy | |
| 7455 msgid "get invitation data" | |
| 7456 msgstr "Connexion..." | |
| 7457 | |
| 7458 #: sat_frontends/jp/cmd_invitation.py:165 | |
| 7459 #: sat_frontends/jp/cmd_invitation.py:225 | |
| 7460 #: sat_frontends/jp/cmd_invitation.py:289 | |
| 7461 #, fuzzy | |
| 7462 msgid "invitation UUID" | |
| 7463 msgstr "Connexion..." | |
| 7464 | |
| 7465 #: sat_frontends/jp/cmd_invitation.py:170 | |
| 7466 msgid "start profile session and retrieve jid" | |
| 7467 msgstr "" | |
| 7468 | |
| 7469 #: sat_frontends/jp/cmd_invitation.py:185 | |
| 7470 msgid "can't get invitation data: {e}" | |
| 7471 msgstr "" | |
| 7472 | |
| 7473 #: sat_frontends/jp/cmd_invitation.py:198 | |
| 7474 #, fuzzy | |
| 7475 msgid "can't start session: {e}" | |
| 7476 msgstr "Construction du jeu de Tarot" | |
| 7477 | |
| 7478 #: sat_frontends/jp/cmd_invitation.py:208 | |
| 7479 msgid "can't retrieve jid: {e}" | |
| 7480 msgstr "" | |
| 7481 | |
| 7482 #: sat_frontends/jp/cmd_invitation.py:221 | |
| 7483 #, fuzzy | |
| 7484 msgid "delete guest account" | |
| 7485 msgstr "Enregistrement d'un nouveau compte" | |
| 7486 | |
| 7487 #: sat_frontends/jp/cmd_invitation.py:233 | |
| 7488 msgid "can't delete guest account: {e}" | |
| 7489 msgstr "" | |
| 7490 | |
| 7491 #: sat_frontends/jp/cmd_invitation.py:242 | |
| 7492 msgid "modify existing invitation" | |
| 7493 msgstr "" | |
| 7494 | |
| 7495 #: sat_frontends/jp/cmd_invitation.py:299 | |
| 7496 msgid "you can't set {arg_name} in both optional argument and extra" | |
| 7497 msgstr "" | |
| 7498 | |
| 7499 #: sat_frontends/jp/cmd_invitation.py:314 | |
| 7500 msgid "invitations have been modified successfuly" | |
| 7501 msgstr "" | |
| 7502 | |
| 7503 #: sat_frontends/jp/cmd_invitation.py:328 | |
| 7504 #, fuzzy | |
| 7505 msgid "list invitations data" | |
| 7506 msgstr "Connexion..." | |
| 7507 | |
| 7508 #: sat_frontends/jp/cmd_invitation.py:346 | |
| 7509 msgid "return only invitations linked to this profile" | |
| 7510 msgstr "" | |
| 7511 | |
| 7512 #: sat_frontends/jp/cmd_invitation.py:370 | |
| 7513 msgid "invitation of user(s) without XMPP account" | |
| 7514 msgstr "" | |
| 7515 | |
| 7516 #: sat_frontends/jp/cmd_list.py:43 sat_frontends/jp/cmd_list.py:81 | |
| 7517 #: sat_frontends/jp/cmd_list.py:150 sat_frontends/jp/cmd_merge_request.py:39 | |
| 7518 #: sat_frontends/jp/cmd_merge_request.py:124 | |
| 7519 #: sat_frontends/jp/cmd_merge_request.py:169 | |
| 7520 msgid "auto" | |
| 7521 msgstr "" | |
| 7522 | |
| 7523 #: sat_frontends/jp/cmd_list.py:45 | |
| 7524 msgid "get lists" | |
| 7525 msgstr "" | |
| 7526 | |
| 7527 #: sat_frontends/jp/cmd_list.py:82 | |
| 7528 msgid "set a list item" | |
| 7529 msgstr "" | |
| 7530 | |
| 7531 #: sat_frontends/jp/cmd_list.py:94 | |
| 7532 msgid "field(s) to set (required)" | |
| 7533 msgstr "" | |
| 7534 | |
| 7535 #: sat_frontends/jp/cmd_list.py:101 | |
| 7536 msgid "update existing item instead of replacing it (DEFAULT: auto)" | |
| 7537 msgstr "" | |
| 7538 | |
| 7539 #: sat_frontends/jp/cmd_list.py:107 | |
| 7540 msgid "id, URL of the item to update, or nothing for new item" | |
| 7541 msgstr "" | |
| 7542 | |
| 7543 #: sat_frontends/jp/cmd_list.py:151 | |
| 7544 msgid "delete a list item" | |
| 7545 msgstr "" | |
| 7546 | |
| 7547 #: sat_frontends/jp/cmd_list.py:156 sat_frontends/jp/cmd_pubsub.py:884 | |
| 7548 #: sat_frontends/jp/cmd_roster.py:135 | |
| 7549 msgid "delete without confirmation" | |
| 7550 msgstr "" | |
| 7551 | |
| 7552 #: sat_frontends/jp/cmd_list.py:159 sat_frontends/jp/cmd_pubsub.py:887 | |
| 7553 #, fuzzy | |
| 7554 msgid "notify deletion" | |
| 7555 msgstr "Sélection du contrat" | |
| 7556 | |
| 7557 #: sat_frontends/jp/cmd_list.py:163 | |
| 7558 msgid "id of the item to delete" | |
| 7559 msgstr "" | |
| 7560 | |
| 7561 #: sat_frontends/jp/cmd_list.py:169 | |
| 7562 msgid "You need to specify a list item to delete" | |
| 7563 msgstr "" | |
| 7564 | |
| 7565 #: sat_frontends/jp/cmd_list.py:171 | |
| 7566 #, fuzzy, python-format | |
| 7567 msgid "Are you sure to delete list item {item_id} ?" | |
| 7568 msgstr "Êtes vous sûr de vouloir supprimer le profile [%s] ?" | |
| 7569 | |
| 7570 #: sat_frontends/jp/cmd_list.py:174 sat_frontends/jp/cmd_pubsub.py:897 | |
| 7571 msgid "item deletion cancelled" | |
| 7572 msgstr "" | |
| 7573 | |
| 7574 #: sat_frontends/jp/cmd_list.py:184 sat_frontends/jp/cmd_pubsub.py:907 | |
| 7575 #, fuzzy, python-format | |
| 7576 msgid "can't delete item: {e}" | |
| 7577 msgstr "Êtes vous sûr de vouloir supprimer le profile [%s] ?" | |
| 7578 | |
| 7579 #: sat_frontends/jp/cmd_list.py:187 sat_frontends/jp/cmd_pubsub.py:910 | |
| 7580 msgid "item {item} has been deleted" | |
| 7581 msgstr "" | |
| 7582 | |
| 7583 #: sat_frontends/jp/cmd_list.py:200 | |
| 7584 msgid "import tickets from external software/dataset" | |
| 7585 msgstr "" | |
| 7586 | |
| 7587 #: sat_frontends/jp/cmd_list.py:225 | |
| 7588 msgid "" | |
| 7589 "specified field in import data will be put in dest field (default: use " | |
| 7590 "same field name, or ignore if it doesn't exist)" | |
| 7591 msgstr "" | |
| 7592 | |
| 7593 #: sat_frontends/jp/cmd_list.py:235 | |
| 7594 msgid "PubSub service where the items must be uploaded (default: server)" | |
| 7595 msgstr "" | |
| 7596 | |
| 7597 #: sat_frontends/jp/cmd_list.py:242 | |
| 7598 msgid "PubSub node where the items must be uploaded (default: tickets' defaults)" | |
| 7599 msgstr "" | |
| 7600 | |
| 7601 #: sat_frontends/jp/cmd_list.py:257 | |
| 7602 msgid "Tickets upload started" | |
| 7603 msgstr "" | |
| 7604 | |
| 7605 #: sat_frontends/jp/cmd_list.py:260 | |
| 7606 msgid "Tickets uploaded successfully" | |
| 7607 msgstr "" | |
| 7608 | |
| 7609 #: sat_frontends/jp/cmd_list.py:264 | |
| 7610 #, fuzzy, python-format | |
| 7611 msgid "Error while uploading tickets: {error_msg}" | |
| 7612 msgstr "Erreur en tentant de rejoindre le salon" | |
| 7613 | |
| 7614 #: sat_frontends/jp/cmd_list.py:319 | |
| 7615 msgid "" | |
| 7616 "fields_map must be specified either preencoded in --option or using " | |
| 7617 "--map, but not both at the same time" | |
| 7618 msgstr "" | |
| 7619 | |
| 7620 #: sat_frontends/jp/cmd_list.py:337 | |
| 7621 msgid "Error while trying to import tickets: {e}" | |
| 7622 msgstr "" | |
| 7623 | |
| 7624 #: sat_frontends/jp/cmd_list.py:350 | |
| 7625 msgid "pubsub lists handling" | |
| 7626 msgstr "" | |
| 7627 | |
| 7628 #: sat_frontends/jp/cmd_merge_request.py:40 | |
| 7629 msgid "publish or update a merge request" | |
| 7630 msgstr "" | |
| 7631 | |
| 7632 #: sat_frontends/jp/cmd_merge_request.py:48 | |
| 7633 msgid "id or URL of the request to update, or nothing for a new one" | |
| 7634 msgstr "" | |
| 7635 | |
| 7636 #: sat_frontends/jp/cmd_merge_request.py:55 | |
| 7637 #: sat_frontends/jp/cmd_merge_request.py:179 | |
| 7638 msgid "path of the repository (DEFAULT: current directory)" | |
| 7639 msgstr "" | |
| 7640 | |
| 7641 #: sat_frontends/jp/cmd_merge_request.py:61 | |
| 7642 msgid "publish merge request without confirmation" | |
| 7643 msgstr "" | |
| 7644 | |
| 7645 #: sat_frontends/jp/cmd_merge_request.py:68 | |
| 7646 msgid "labels to categorize your request" | |
| 7647 msgstr "" | |
| 7648 | |
| 7649 #: sat_frontends/jp/cmd_merge_request.py:75 | |
| 7650 msgid "" | |
| 7651 "You are going to publish your changes to service [{service}], are you " | |
| 7652 "sure ?" | |
| 7653 msgstr "" | |
| 7654 | |
| 7655 #: sat_frontends/jp/cmd_merge_request.py:80 | |
| 7656 msgid "merge request publication cancelled" | |
| 7657 msgstr "" | |
| 7658 | |
| 7659 #: sat_frontends/jp/cmd_merge_request.py:105 | |
| 7660 msgid "Merge request published at {published_id}" | |
| 7661 msgstr "" | |
| 7662 | |
| 7663 #: sat_frontends/jp/cmd_merge_request.py:110 | |
| 7664 msgid "Merge request published" | |
| 7665 msgstr "" | |
| 7666 | |
| 7667 #: sat_frontends/jp/cmd_merge_request.py:125 | |
| 7668 #, fuzzy | |
| 7669 msgid "get a merge request" | |
| 7670 msgstr "Demande de changement de statut" | |
| 7671 | |
| 7672 #: sat_frontends/jp/cmd_merge_request.py:170 | |
| 7673 #, fuzzy | |
| 7674 msgid "import a merge request" | |
| 7675 msgstr "Demande de changement de statut" | |
| 7676 | |
| 7677 #: sat_frontends/jp/cmd_merge_request.py:209 | |
| 7678 msgid "merge-request management" | |
| 7679 msgstr "" | |
| 7680 | |
| 7681 #: sat_frontends/jp/cmd_message.py:34 | |
| 7682 #, fuzzy | |
| 7683 msgid "send a message to a contact" | |
| 7684 msgstr "Attend qu'un fichier soit envoyé par un contact" | |
| 7685 | |
| 7686 #: sat_frontends/jp/cmd_message.py:38 | |
| 7687 msgid "language of the message" | |
| 7688 msgstr "" | |
| 7689 | |
| 7690 #: sat_frontends/jp/cmd_message.py:44 | |
| 7691 #, fuzzy | |
| 7692 msgid "" | |
| 7693 "separate xmpp messages: send one message per line instead of one message " | |
| 7694 "alone." | |
| 7695 msgstr "" | |
| 7696 "Sépare les messages xmpp: envoi un message par ligne plutôt qu'un seul " | |
| 7697 "message global." | |
| 7698 | |
| 7699 #: sat_frontends/jp/cmd_message.py:53 | |
| 7700 #, fuzzy | |
| 7701 msgid "add a new line at the beginning of the input (usefull for ascii art ;))" | |
| 7702 msgstr "Ajoute un saut de ligne au début de l'entrée (utile pour l'art ascii ;))" | |
| 7703 | |
| 7704 #: sat_frontends/jp/cmd_message.py:60 | |
| 7705 msgid "subject of the message" | |
| 7706 msgstr "" | |
| 7707 | |
| 7708 #: sat_frontends/jp/cmd_message.py:63 | |
| 7709 msgid "language of subject" | |
| 7710 msgstr "" | |
| 7711 | |
| 7712 #: sat_frontends/jp/cmd_message.py:70 | |
| 7713 msgid "type of the message" | |
| 7714 msgstr "" | |
| 7715 | |
| 7716 #: sat_frontends/jp/cmd_message.py:73 | |
| 7717 msgid "encrypt message using given algorithm" | |
| 7718 msgstr "" | |
| 7719 | |
| 7720 #: sat_frontends/jp/cmd_message.py:79 | |
| 7721 msgid "XHTML body" | |
| 7722 msgstr "" | |
| 7723 | |
| 7724 #: sat_frontends/jp/cmd_message.py:80 | |
| 7725 msgid "rich body" | |
| 7726 msgstr "" | |
| 7727 | |
| 7728 #: sat_frontends/jp/cmd_message.py:195 | |
| 7729 msgid "query archives using MAM" | |
| 7730 msgstr "" | |
| 7731 | |
| 7732 #: sat_frontends/jp/cmd_message.py:203 | |
| 7733 msgid "start fetching archive from this date (default: from the beginning)" | |
| 7734 msgstr "" | |
| 7735 | |
| 7736 #: sat_frontends/jp/cmd_message.py:207 | |
| 7737 msgid "end fetching archive after this date (default: no limit)" | |
| 7738 msgstr "" | |
| 7739 | |
| 7740 #: sat_frontends/jp/cmd_message.py:210 | |
| 7741 msgid "retrieve only archives with this jid" | |
| 7742 msgstr "" | |
| 7743 | |
| 7744 #: sat_frontends/jp/cmd_message.py:213 | |
| 7745 msgid "maximum number of items to retrieve, using RSM (default: 20))" | |
| 7746 msgstr "" | |
| 7747 | |
| 7748 #: sat_frontends/jp/cmd_message.py:276 | |
| 7749 msgid "messages handling" | |
| 7750 msgstr "" | |
| 7751 | |
| 7752 #: sat_frontends/jp/cmd_param.py:32 | |
| 7753 #, fuzzy | |
| 7754 msgid "get a parameter value" | |
| 7755 msgstr "Impossible de charger les paramètres !" | |
| 7756 | |
| 7757 #: sat_frontends/jp/cmd_param.py:37 sat_frontends/jp/cmd_param.py:94 | |
| 7758 #, fuzzy | |
| 7759 msgid "category of the parameter" | |
| 7760 msgstr "Impossible de charger les paramètres !" | |
| 7761 | |
| 7762 #: sat_frontends/jp/cmd_param.py:39 sat_frontends/jp/cmd_param.py:95 | |
| 7763 #: sat_frontends/jp/cmd_param.py:96 | |
| 7764 #, fuzzy | |
| 7765 msgid "name of the parameter" | |
| 7766 msgstr "Vous essayer de connecter un profile qui n'existe pas" | |
| 7767 | |
| 7768 #: sat_frontends/jp/cmd_param.py:45 | |
| 7769 msgid "name of the attribute to get" | |
| 7770 msgstr "" | |
| 7771 | |
| 7772 #: sat_frontends/jp/cmd_param.py:48 sat_frontends/jp/cmd_param.py:98 | |
| 7773 msgid "security limit" | |
| 7774 msgstr "" | |
| 7775 | |
| 7776 #: sat_frontends/jp/cmd_param.py:62 | |
| 7777 #, fuzzy | |
| 7778 msgid "can't find requested parameters: {e}" | |
| 7779 msgstr "Impossible de charger les paramètres !" | |
| 7780 | |
| 7781 #: sat_frontends/jp/cmd_param.py:79 | |
| 7782 #, fuzzy | |
| 7783 msgid "can't find requested parameter: {e}" | |
| 7784 msgstr "Impossible de charger les paramètres !" | |
| 7785 | |
| 7786 #: sat_frontends/jp/cmd_param.py:90 | |
| 7787 msgid "set a parameter value" | |
| 7788 msgstr "" | |
| 7789 | |
| 7790 #: sat_frontends/jp/cmd_param.py:111 | |
| 7791 #, fuzzy | |
| 7792 msgid "can't set requested parameter: {e}" | |
| 7793 msgstr "Mauvais nom de profile" | |
| 7794 | |
| 7795 #: sat_frontends/jp/cmd_param.py:125 | |
| 7796 #, fuzzy, python-format | |
| 7797 msgid "save parameters template to xml file" | |
| 7798 msgstr "Impossible de charger le modèle des paramètres !" | |
| 7799 | |
| 7800 #: sat_frontends/jp/cmd_param.py:129 | |
| 7801 msgid "output file" | |
| 7802 msgstr "" | |
| 7803 | |
| 7804 #: sat_frontends/jp/cmd_param.py:136 | |
| 7805 #, fuzzy, python-format | |
| 7806 msgid "can't save parameters to file: {e}" | |
| 7807 msgstr "Impossible de charger le modèle des paramètres !" | |
| 7808 | |
| 7809 #: sat_frontends/jp/cmd_param.py:140 | |
| 7810 #, fuzzy, python-format | |
| 7811 msgid "parameters saved to file {filename}" | |
| 7812 msgstr "Échec de la désinscription: %s" | |
| 7813 | |
| 7814 #: sat_frontends/jp/cmd_param.py:155 | |
| 7815 #, fuzzy, python-format | |
| 7816 msgid "load parameters template from xml file" | |
| 7817 msgstr "Impossible de charger le modèle des paramètres !" | |
| 7818 | |
| 7819 #: sat_frontends/jp/cmd_param.py:159 | |
| 7820 #, fuzzy | |
| 7821 msgid "input file" | |
| 7822 msgstr "Envoi un fichier" | |
| 7823 | |
| 7824 #: sat_frontends/jp/cmd_param.py:166 | |
| 7825 #, fuzzy, python-format | |
| 7826 msgid "can't load parameters from file: {e}" | |
| 7827 msgstr "Impossible de charger le modèle des paramètres !" | |
| 7828 | |
| 7829 #: sat_frontends/jp/cmd_param.py:170 | |
| 7830 #, fuzzy, python-format | |
| 7831 msgid "parameters loaded from file {filename}" | |
| 7832 msgstr "Échec de la désinscription: %s" | |
| 7833 | |
| 7834 #: sat_frontends/jp/cmd_param.py:182 | |
| 7835 #, fuzzy | |
| 7836 msgid "Save/load parameters template" | |
| 7837 msgstr "Impossible de charger le modèle des paramètres !" | |
| 7838 | |
| 7839 #: sat_frontends/jp/cmd_ping.py:29 | |
| 7840 msgid "ping XMPP entity" | |
| 7841 msgstr "" | |
| 7842 | |
| 7843 #: sat_frontends/jp/cmd_ping.py:32 | |
| 7844 msgid "jid to ping" | |
| 7845 msgstr "" | |
| 7846 | |
| 7847 #: sat_frontends/jp/cmd_ping.py:34 | |
| 7848 msgid "output delay only (in s)" | |
| 7849 msgstr "" | |
| 7850 | |
| 7851 #: sat_frontends/jp/cmd_ping.py:41 | |
| 7852 msgid "can't do the ping: {e}" | |
| 7853 msgstr "" | |
| 7854 | |
| 7855 #: sat_frontends/jp/cmd_pipe.py:38 | |
| 7856 msgid "send a pipe a stream" | |
| 7857 msgstr "" | |
| 7858 | |
| 7859 #: sat_frontends/jp/cmd_pipe.py:97 | |
| 7860 #, fuzzy | |
| 7861 msgid "receive a pipe stream" | |
| 7862 msgstr "Lancement du flux" | |
| 7863 | |
| 7864 #: sat_frontends/jp/cmd_pipe.py:104 | |
| 7865 msgid "Jids accepted (none means \"accept everything\")" | |
| 7866 msgstr "" | |
| 7867 | |
| 7868 #: sat_frontends/jp/cmd_pipe.py:159 | |
| 7869 msgid "stream piping through XMPP" | |
| 7870 msgstr "" | |
| 7871 | |
| 7872 #: sat_frontends/jp/cmd_profile.py:33 | |
| 7873 #, fuzzy | |
| 7874 msgid "The name of the profile" | |
| 7875 msgstr "Vous essayer de connecter un profile qui n'existe pas" | |
| 7876 | |
| 7877 #: sat_frontends/jp/cmd_profile.py:51 | |
| 7878 msgid "You need to use either --connect or --start-session" | |
| 7879 msgstr "" | |
| 7880 | |
| 7881 #: sat_frontends/jp/cmd_profile.py:78 | |
| 7882 #, fuzzy | |
| 7883 msgid "the name of the profile" | |
| 7884 msgstr "Vous essayer de connecter un profile qui n'existe pas" | |
| 7885 | |
| 7886 #: sat_frontends/jp/cmd_profile.py:81 | |
| 7887 msgid "the password of the profile" | |
| 7888 msgstr "" | |
| 7889 | |
| 7890 #: sat_frontends/jp/cmd_profile.py:83 sat_frontends/jp/cmd_profile.py:238 | |
| 7891 #, fuzzy | |
| 7892 msgid "the jid of the profile" | |
| 7893 msgstr "Vous essayer de connecter un profile qui n'existe pas" | |
| 7894 | |
| 7895 #: sat_frontends/jp/cmd_profile.py:86 | |
| 7896 msgid "the password of the XMPP account (use profile password if not specified)" | |
| 7897 msgstr "" | |
| 7898 | |
| 7899 #: sat_frontends/jp/cmd_profile.py:93 sat_frontends/jp/cmd_profile.py:247 | |
| 7900 msgid "connect this profile automatically when backend starts" | |
| 7901 msgstr "" | |
| 7902 | |
| 7903 #: sat_frontends/jp/cmd_profile.py:97 | |
| 7904 msgid "set to component import name (entry point) if this is a component" | |
| 7905 msgstr "" | |
| 7906 | |
| 7907 #: sat_frontends/jp/cmd_profile.py:154 | |
| 7908 msgid "delete profile without confirmation" | |
| 7909 msgstr "" | |
| 7910 | |
| 7911 #: sat_frontends/jp/cmd_profile.py:174 | |
| 7912 #, fuzzy | |
| 7913 msgid "get information about a profile" | |
| 7914 msgstr "Demande de contacts pour un profile inexistant" | |
| 7915 | |
| 7916 #: sat_frontends/jp/cmd_profile.py:180 | |
| 7917 msgid "show the XMPP password IN CLEAR TEXT" | |
| 7918 msgstr "" | |
| 7919 | |
| 7920 #: sat_frontends/jp/cmd_profile.py:184 | |
| 7921 #, fuzzy | |
| 7922 msgid "XMPP password" | |
| 7923 msgstr "Mot de passe:" | |
| 7924 | |
| 7925 #: sat_frontends/jp/cmd_profile.py:185 | |
| 7926 msgid "autoconnect (backend)" | |
| 7927 msgstr "" | |
| 7928 | |
| 7929 #: sat_frontends/jp/cmd_profile.py:209 | |
| 7930 msgid "get clients profiles only" | |
| 7931 msgstr "" | |
| 7932 | |
| 7933 #: sat_frontends/jp/cmd_profile.py:229 | |
| 7934 msgid "modify an existing profile" | |
| 7935 msgstr "" | |
| 7936 | |
| 7937 #: sat_frontends/jp/cmd_profile.py:234 | |
| 7938 #, fuzzy | |
| 7939 msgid "change the password of the profile" | |
| 7940 msgstr "Vous essayer de connecter un profile qui n'existe pas" | |
| 7941 | |
| 7942 #: sat_frontends/jp/cmd_profile.py:237 | |
| 7943 msgid "disable profile password (dangerous!)" | |
| 7944 msgstr "" | |
| 7945 | |
| 7946 #: sat_frontends/jp/cmd_profile.py:240 | |
| 7947 msgid "change the password of the XMPP account" | |
| 7948 msgstr "" | |
| 7949 | |
| 7950 #: sat_frontends/jp/cmd_profile.py:243 | |
| 7951 #, fuzzy | |
| 7952 msgid "set as default profile" | |
| 7953 msgstr "Veuillez entrer le nom du nouveau profile" | |
| 7954 | |
| 7955 #: sat_frontends/jp/cmd_profile.py:280 | |
| 7956 #, fuzzy | |
| 7957 msgid "profile commands" | |
| 7958 msgstr "Mauvais nom de profile" | |
| 7959 | |
| 7960 #: sat_frontends/jp/cmd_pubsub.py:59 | |
| 7961 #, fuzzy | |
| 7962 msgid "retrieve node configuration" | |
| 7963 msgstr "Connexion..." | |
| 7964 | |
| 7965 #: sat_frontends/jp/cmd_pubsub.py:68 | |
| 7966 msgid "data key to filter" | |
| 7967 msgstr "" | |
| 7968 | |
| 7969 #: sat_frontends/jp/cmd_pubsub.py:116 | |
| 7970 #, fuzzy | |
| 7971 msgid "create a node" | |
| 7972 msgstr "Veuillez entrer le nom du nouveau profile" | |
| 7973 | |
| 7974 #: sat_frontends/jp/cmd_pubsub.py:135 sat_frontends/jp/cmd_pubsub.py:288 | |
| 7975 msgid "don't prepend \"pubsub#\" prefix to field names" | |
| 7976 msgstr "" | |
| 7977 | |
| 7978 #: sat_frontends/jp/cmd_pubsub.py:158 | |
| 7979 msgid "can't create node: {e}" | |
| 7980 msgstr "" | |
| 7981 | |
| 7982 #: sat_frontends/jp/cmd_pubsub.py:162 | |
| 7983 #, fuzzy | |
| 7984 msgid "node created successfully: " | |
| 7985 msgstr "Inscription réussie" | |
| 7986 | |
| 7987 #: sat_frontends/jp/cmd_pubsub.py:176 | |
| 7988 msgid "purge a node (i.e. remove all items from it)" | |
| 7989 msgstr "" | |
| 7990 | |
| 7991 #: sat_frontends/jp/cmd_pubsub.py:184 | |
| 7992 #, fuzzy | |
| 7993 msgid "purge node without confirmation" | |
| 7994 msgstr "désinscription confirmée pour [%s]" | |
| 7995 | |
| 7996 #: sat_frontends/jp/cmd_pubsub.py:190 | |
| 7997 msgid "" | |
| 7998 "Are you sure to purge PEP node [{node}]? This will delete ALL items from " | |
| 7999 "it!" | |
| 8000 msgstr "" | |
| 8001 | |
| 8002 #: sat_frontends/jp/cmd_pubsub.py:195 | |
| 8003 msgid "" | |
| 8004 "Are you sure to delete node [{node}] on service [{service}]? This will " | |
| 8005 "delete ALL items from it!" | |
| 8006 msgstr "" | |
| 8007 | |
| 8008 #: sat_frontends/jp/cmd_pubsub.py:199 | |
| 8009 msgid "node purge cancelled" | |
| 8010 msgstr "" | |
| 8011 | |
| 8012 #: sat_frontends/jp/cmd_pubsub.py:208 | |
| 8013 msgid "can't purge node: {e}" | |
| 8014 msgstr "" | |
| 8015 | |
| 8016 #: sat_frontends/jp/cmd_pubsub.py:211 | |
| 8017 msgid "node [{node}] purged successfully" | |
| 8018 msgstr "" | |
| 8019 | |
| 8020 #: sat_frontends/jp/cmd_pubsub.py:223 | |
| 8021 #, fuzzy | |
| 8022 msgid "delete a node" | |
| 8023 msgstr "Vous essayer de connecter un profile qui n'existe pas" | |
| 8024 | |
| 8025 #: sat_frontends/jp/cmd_pubsub.py:231 | |
| 8026 msgid "delete node without confirmation" | |
| 8027 msgstr "" | |
| 8028 | |
| 8029 #: sat_frontends/jp/cmd_pubsub.py:237 | |
| 8030 #, fuzzy, python-format | |
| 8031 msgid "Are you sure to delete PEP node [{node}] ?" | |
| 8032 msgstr "Êtes vous sûr de vouloir supprimer le profile [%s] ?" | |
| 8033 | |
| 8034 #: sat_frontends/jp/cmd_pubsub.py:241 | |
| 8035 #, fuzzy, python-format | |
| 8036 msgid "Are you sure to delete node [{node}] on service [{service}]?" | |
| 8037 msgstr "" | |
| 8038 "Êtes vous sûr de vouloir inscrire le nouveau compte [%(user)s] au serveur" | |
| 8039 " %(server)s ?" | |
| 8040 | |
| 8041 #: sat_frontends/jp/cmd_pubsub.py:244 | |
| 8042 msgid "node deletion cancelled" | |
| 8043 msgstr "" | |
| 8044 | |
| 8045 #: sat_frontends/jp/cmd_pubsub.py:256 | |
| 8046 msgid "node [{node}] deleted successfully" | |
| 8047 msgstr "" | |
| 8048 | |
| 8049 #: sat_frontends/jp/cmd_pubsub.py:270 | |
| 8050 #, fuzzy | |
| 8051 msgid "set node configuration" | |
| 8052 msgstr "Connexion..." | |
| 8053 | |
| 8054 #: sat_frontends/jp/cmd_pubsub.py:309 | |
| 8055 #, fuzzy | |
| 8056 msgid "node configuration successful" | |
| 8057 msgstr "Inscription réussie" | |
| 8058 | |
| 8059 #: sat_frontends/jp/cmd_pubsub.py:320 | |
| 8060 msgid "import raw XML to a node" | |
| 8061 msgstr "" | |
| 8062 | |
| 8063 #: sat_frontends/jp/cmd_pubsub.py:327 sat_frontends/jp/cmd_pubsub.py:1608 | |
| 8064 msgid "do a pubsub admin request, needed to change publisher" | |
| 8065 msgstr "" | |
| 8066 | |
| 8067 #: sat_frontends/jp/cmd_pubsub.py:332 | |
| 8068 msgid "" | |
| 8069 "path to the XML file with data to import. The file must contain whole XML" | |
| 8070 " of each item to import." | |
| 8071 msgstr "" | |
| 8072 | |
| 8073 #: sat_frontends/jp/cmd_pubsub.py:359 | |
| 8074 msgid "You are not using list of pubsub items, we can't import this file" | |
| 8075 msgstr "" | |
| 8076 | |
| 8077 #: sat_frontends/jp/cmd_pubsub.py:370 | |
| 8078 msgid "Items are imported without using admin mode, publisher can't be changed" | |
| 8079 msgstr "" | |
| 8080 | |
| 8081 #: sat_frontends/jp/cmd_pubsub.py:391 | |
| 8082 msgid "items published with id(s) {items_ids}" | |
| 8083 msgstr "" | |
| 8084 | |
| 8085 #: sat_frontends/jp/cmd_pubsub.py:396 sat_frontends/jp/cmd_pubsub.py:1641 | |
| 8086 msgid "items published" | |
| 8087 msgstr "" | |
| 8088 | |
| 8089 #: sat_frontends/jp/cmd_pubsub.py:409 | |
| 8090 msgid "retrieve node affiliations (for node owner)" | |
| 8091 msgstr "" | |
| 8092 | |
| 8093 #: sat_frontends/jp/cmd_pubsub.py:439 | |
| 8094 msgid "set affiliations (for node owner)" | |
| 8095 msgstr "" | |
| 8096 | |
| 8097 #: sat_frontends/jp/cmd_pubsub.py:469 | |
| 8098 msgid "affiliations have been set" | |
| 8099 msgstr "" | |
| 8100 | |
| 8101 #: sat_frontends/jp/cmd_pubsub.py:481 | |
| 8102 msgid "set or retrieve node affiliations" | |
| 8103 msgstr "" | |
| 8104 | |
| 8105 #: sat_frontends/jp/cmd_pubsub.py:494 | |
| 8106 msgid "retrieve node subscriptions (for node owner)" | |
| 8107 msgstr "" | |
| 8108 | |
| 8109 #: sat_frontends/jp/cmd_pubsub.py:532 | |
| 8110 #, fuzzy, python-format | |
| 8111 msgid "subscription must be one of {}" | |
| 8112 msgstr "inscription approuvée pour [%s]" | |
| 8113 | |
| 8114 #: sat_frontends/jp/cmd_pubsub.py:548 | |
| 8115 msgid "set/modify subscriptions (for node owner)" | |
| 8116 msgstr "" | |
| 8117 | |
| 8118 #: sat_frontends/jp/cmd_pubsub.py:563 | |
| 8119 msgid "entity/subscription couple(s)" | |
| 8120 msgstr "" | |
| 8121 | |
| 8122 #: sat_frontends/jp/cmd_pubsub.py:578 | |
| 8123 #, fuzzy, python-format | |
| 8124 msgid "subscriptions have been set" | |
| 8125 msgstr "inscription approuvée pour [%s]" | |
| 8126 | |
| 8127 #: sat_frontends/jp/cmd_pubsub.py:590 | |
| 8128 msgid "get or modify node subscriptions" | |
| 8129 msgstr "" | |
| 8130 | |
| 8131 #: sat_frontends/jp/cmd_pubsub.py:603 | |
| 8132 msgid "set/replace a schema" | |
| 8133 msgstr "" | |
| 8134 | |
| 8135 #: sat_frontends/jp/cmd_pubsub.py:607 | |
| 8136 msgid "schema to set (must be XML)" | |
| 8137 msgstr "" | |
| 8138 | |
| 8139 #: sat_frontends/jp/cmd_pubsub.py:621 sat_frontends/jp/cmd_pubsub.py:656 | |
| 8140 msgid "schema has been set" | |
| 8141 msgstr "" | |
| 8142 | |
| 8143 #: sat_frontends/jp/cmd_pubsub.py:637 | |
| 8144 msgid "edit a schema" | |
| 8145 msgstr "" | |
| 8146 | |
| 8147 #: sat_frontends/jp/cmd_pubsub.py:709 | |
| 8148 msgid "get schema" | |
| 8149 msgstr "" | |
| 8150 | |
| 8151 #: sat_frontends/jp/cmd_pubsub.py:742 | |
| 8152 msgid "data schema manipulation" | |
| 8153 msgstr "" | |
| 8154 | |
| 8155 #: sat_frontends/jp/cmd_pubsub.py:761 | |
| 8156 msgid "node handling" | |
| 8157 msgstr "" | |
| 8158 | |
| 8159 #: sat_frontends/jp/cmd_pubsub.py:774 | |
| 8160 msgid "publish a new item or update an existing one" | |
| 8161 msgstr "" | |
| 8162 | |
| 8163 #: sat_frontends/jp/cmd_pubsub.py:783 | |
| 8164 msgid "id, URL of the item to update, keyword, or nothing for new item" | |
| 8165 msgstr "" | |
| 8166 | |
| 8167 #: sat_frontends/jp/cmd_pubsub.py:805 | |
| 8168 #, fuzzy, python-format | |
| 8169 msgid "can't send item: {e}" | |
| 8170 msgstr "message reçu de: %s" | |
| 8171 | |
| 8172 #: sat_frontends/jp/cmd_pubsub.py:827 | |
| 8173 msgid "get pubsub item(s)" | |
| 8174 msgstr "" | |
| 8175 | |
| 8176 #: sat_frontends/jp/cmd_pubsub.py:835 | |
| 8177 #, fuzzy | |
| 8178 msgid "subscription id" | |
| 8179 msgstr "demande d'inscription pour [%s]" | |
| 8180 | |
| 8181 #: sat_frontends/jp/cmd_pubsub.py:879 | |
| 8182 #, fuzzy | |
| 8183 msgid "delete an item" | |
| 8184 msgstr "Vous essayer de connecter un profile qui n'existe pas" | |
| 8185 | |
| 8186 #: sat_frontends/jp/cmd_pubsub.py:892 | |
| 8187 msgid "You need to specify an item to delete" | |
| 8188 msgstr "" | |
| 8189 | |
| 8190 #: sat_frontends/jp/cmd_pubsub.py:894 | |
| 8191 #, fuzzy, python-format | |
| 8192 msgid "Are you sure to delete item {item_id} ?" | |
| 8193 msgstr "Êtes vous sûr de vouloir supprimer le profile [%s] ?" | |
| 8194 | |
| 8195 #: sat_frontends/jp/cmd_pubsub.py:924 | |
| 8196 msgid "edit an existing or new pubsub item" | |
| 8197 msgstr "" | |
| 8198 | |
| 8199 #: sat_frontends/jp/cmd_pubsub.py:968 | |
| 8200 msgid "Item has not payload" | |
| 8201 msgstr "" | |
| 8202 | |
| 8203 #: sat_frontends/jp/cmd_pubsub.py:992 | |
| 8204 msgid "rename a pubsub item" | |
| 8205 msgstr "" | |
| 8206 | |
| 8207 #: sat_frontends/jp/cmd_pubsub.py:1024 | |
| 8208 msgid "subscribe to a node" | |
| 8209 msgstr "" | |
| 8210 | |
| 8211 #: sat_frontends/jp/cmd_pubsub.py:1039 | |
| 8212 msgid "can't subscribe to node: {e}" | |
| 8213 msgstr "" | |
| 8214 | |
| 8215 #: sat_frontends/jp/cmd_pubsub.py:1042 | |
| 8216 #, fuzzy | |
| 8217 msgid "subscription done" | |
| 8218 msgstr "demande d'inscription pour [%s]" | |
| 8219 | |
| 8220 #: sat_frontends/jp/cmd_pubsub.py:1044 | |
| 8221 msgid "subscription id: {sub_id}" | |
| 8222 msgstr "" | |
| 8223 | |
| 8224 #: sat_frontends/jp/cmd_pubsub.py:1059 | |
| 8225 msgid "unsubscribe from a node" | |
| 8226 msgstr "" | |
| 8227 | |
| 8228 #: sat_frontends/jp/cmd_pubsub.py:1073 | |
| 8229 msgid "can't unsubscribe from node: {e}" | |
| 8230 msgstr "" | |
| 8231 | |
| 8232 #: sat_frontends/jp/cmd_pubsub.py:1076 | |
| 8233 #, fuzzy, python-format | |
| 8234 msgid "subscription removed" | |
| 8235 msgstr "inscription approuvée pour [%s]" | |
| 8236 | |
| 8237 #: sat_frontends/jp/cmd_pubsub.py:1088 | |
| 8238 msgid "retrieve all subscriptions on a service" | |
| 8239 msgstr "" | |
| 8240 | |
| 8241 #: sat_frontends/jp/cmd_pubsub.py:1102 | |
| 8242 msgid "can't retrieve subscriptions: {e}" | |
| 8243 msgstr "" | |
| 8244 | |
| 8245 #: sat_frontends/jp/cmd_pubsub.py:1117 | |
| 8246 msgid "retrieve all affiliations on a service" | |
| 8247 msgstr "" | |
| 8248 | |
| 8249 #: sat_frontends/jp/cmd_pubsub.py:1160 | |
| 8250 msgid "search items corresponding to filters" | |
| 8251 msgstr "" | |
| 8252 | |
| 8253 #: sat_frontends/jp/cmd_pubsub.py:1185 | |
| 8254 msgid "maximum depth of recursion (will search linked nodes if > 0, DEFAULT: 0)" | |
| 8255 msgstr "" | |
| 8256 | |
| 8257 #: sat_frontends/jp/cmd_pubsub.py:1197 | |
| 8258 msgid "maximum number of items to get per node ({} to get all items, DEFAULT: 30)" | |
| 8259 msgstr "" | |
| 8260 | |
| 8261 #: sat_frontends/jp/cmd_pubsub.py:1207 | |
| 8262 msgid "namespace to use for xpath" | |
| 8263 msgstr "" | |
| 8264 | |
| 8265 #: sat_frontends/jp/cmd_pubsub.py:1216 | |
| 8266 msgid "filters" | |
| 8267 msgstr "" | |
| 8268 | |
| 8269 #: sat_frontends/jp/cmd_pubsub.py:1217 | |
| 8270 msgid "only items corresponding to following filters will be kept" | |
| 8271 msgstr "" | |
| 8272 | |
| 8273 #: sat_frontends/jp/cmd_pubsub.py:1226 | |
| 8274 msgid "full text filter, item must contain this string (XML included)" | |
| 8275 msgstr "" | |
| 8276 | |
| 8277 #: sat_frontends/jp/cmd_pubsub.py:1235 | |
| 8278 msgid "like --text but using a regular expression" | |
| 8279 msgstr "" | |
| 8280 | |
| 8281 #: sat_frontends/jp/cmd_pubsub.py:1244 | |
| 8282 msgid "filter items which has elements matching this xpath" | |
| 8283 msgstr "" | |
| 8284 | |
| 8285 #: sat_frontends/jp/cmd_pubsub.py:1253 | |
| 8286 msgid "" | |
| 8287 "Python expression which much return a bool (True to keep item, False to " | |
| 8288 "reject it). \"item\" is raw text item, \"item_xml\" is lxml's " | |
| 8289 "etree.Element" | |
| 8290 msgstr "" | |
| 8291 | |
| 8292 #: sat_frontends/jp/cmd_pubsub.py:1266 | |
| 8293 msgid "filters flags" | |
| 8294 msgstr "" | |
| 8295 | |
| 8296 #: sat_frontends/jp/cmd_pubsub.py:1267 | |
| 8297 msgid "filters modifiers (change behaviour of following filters)" | |
| 8298 msgstr "" | |
| 8299 | |
| 8300 #: sat_frontends/jp/cmd_pubsub.py:1278 | |
| 8301 msgid "(don't) ignore case in following filters (DEFAULT: case sensitive)" | |
| 8302 msgstr "" | |
| 8303 | |
| 8304 #: sat_frontends/jp/cmd_pubsub.py:1289 | |
| 8305 msgid "(don't) invert effect of following filters (DEFAULT: don't invert)" | |
| 8306 msgstr "" | |
| 8307 | |
| 8308 #: sat_frontends/jp/cmd_pubsub.py:1300 | |
| 8309 msgid "(don't) use DOTALL option for regex (DEFAULT: don't use)" | |
| 8310 msgstr "" | |
| 8311 | |
| 8312 #: sat_frontends/jp/cmd_pubsub.py:1311 | |
| 8313 msgid "keep only the matching part of the item" | |
| 8314 msgstr "" | |
| 8315 | |
| 8316 #: sat_frontends/jp/cmd_pubsub.py:1320 | |
| 8317 msgid "action to do on found items (DEFAULT: print)" | |
| 8318 msgstr "" | |
| 8319 | |
| 8320 #: sat_frontends/jp/cmd_pubsub.py:1383 | |
| 8321 msgid "" | |
| 8322 "item doesn't looks like XML, you have probably used --only-matching " | |
| 8323 "somewhere before and we have no more XML" | |
| 8324 msgstr "" | |
| 8325 | |
| 8326 #: sat_frontends/jp/cmd_pubsub.py:1420 | |
| 8327 msgid "--only-matching used with fixed --text string, are you sure?" | |
| 8328 msgstr "" | |
| 8329 | |
| 8330 #: sat_frontends/jp/cmd_pubsub.py:1441 | |
| 8331 msgid "can't use xpath: {reason}" | |
| 8332 msgstr "" | |
| 8333 | |
| 8334 #: sat_frontends/jp/cmd_pubsub.py:1476 | |
| 8335 #, fuzzy, python-format | |
| 8336 msgid "unknown filter type {type}" | |
| 8337 msgstr "Type d'action inconnu" | |
| 8338 | |
| 8339 #: sat_frontends/jp/cmd_pubsub.py:1534 | |
| 8340 msgid "executed command failed with exit code {ret}" | |
| 8341 msgstr "" | |
| 8342 | |
| 8343 #: sat_frontends/jp/cmd_pubsub.py:1566 | |
| 8344 msgid "Command can only be used with {actions} actions" | |
| 8345 msgstr "" | |
| 8346 | |
| 8347 #: sat_frontends/jp/cmd_pubsub.py:1572 | |
| 8348 msgid "you need to specify a command to execute" | |
| 8349 msgstr "" | |
| 8350 | |
| 8351 #: sat_frontends/jp/cmd_pubsub.py:1575 | |
| 8352 msgid "empty node is not handled yet" | |
| 8353 msgstr "" | |
| 8354 | |
| 8355 #: sat_frontends/jp/cmd_pubsub.py:1596 | |
| 8356 msgid "modify items of a node using an external command/script" | |
| 8357 msgstr "" | |
| 8358 | |
| 8359 #: sat_frontends/jp/cmd_pubsub.py:1603 | |
| 8360 msgid "apply transformation (DEFAULT: do a dry run)" | |
| 8361 msgstr "" | |
| 8362 | |
| 8363 #: sat_frontends/jp/cmd_pubsub.py:1614 | |
| 8364 msgid "if command return a non zero exit code, ignore the item and continue" | |
| 8365 msgstr "" | |
| 8366 | |
| 8367 #: sat_frontends/jp/cmd_pubsub.py:1622 | |
| 8368 msgid "get all items by looping over all pages using RSM" | |
| 8369 msgstr "" | |
| 8370 | |
| 8371 #: sat_frontends/jp/cmd_pubsub.py:1626 | |
| 8372 msgid "" | |
| 8373 "path to the command to use. Will be called repetitivly with an item as " | |
| 8374 "input. Output (full item XML) will be used as new one. Return \"DELETE\" " | |
| 8375 "string to delete the item, and \"SKIP\" to ignore it" | |
| 8376 msgstr "" | |
| 8377 | |
| 8378 #: sat_frontends/jp/cmd_pubsub.py:1636 | |
| 8379 msgid "items published with ids {item_ids}" | |
| 8380 msgstr "" | |
| 8381 | |
| 8382 #: sat_frontends/jp/cmd_pubsub.py:1659 | |
| 8383 msgid "Can't retrieve all items, RSM metadata not available" | |
| 8384 msgstr "" | |
| 8385 | |
| 8386 #: sat_frontends/jp/cmd_pubsub.py:1664 | |
| 8387 msgid "Can't retrieve all items, bad RSM metadata: {msg}" | |
| 8388 msgstr "" | |
| 8389 | |
| 8390 #: sat_frontends/jp/cmd_pubsub.py:1670 | |
| 8391 msgid "All items transformed" | |
| 8392 msgstr "" | |
| 8393 | |
| 8394 #: sat_frontends/jp/cmd_pubsub.py:1674 | |
| 8395 msgid "Retrieving next page ({page_idx}/{page_total})" | |
| 8396 msgstr "" | |
| 8397 | |
| 8398 #: sat_frontends/jp/cmd_pubsub.py:1712 | |
| 8399 msgid "Duplicate found on item {item_id}, we have probably handled all items." | |
| 8400 msgstr "" | |
| 8401 | |
| 8402 #: sat_frontends/jp/cmd_pubsub.py:1749 | |
| 8403 msgid "Deleting item {item_id}" | |
| 8404 msgstr "" | |
| 8405 | |
| 8406 #: sat_frontends/jp/cmd_pubsub.py:1766 | |
| 8407 msgid "Skipping item {item_id}" | |
| 8408 msgstr "" | |
| 8409 | |
| 8410 #: sat_frontends/jp/cmd_pubsub.py:1860 sat_frontends/jp/cmd_uri.py:53 | |
| 8411 msgid "build URI" | |
| 8412 msgstr "" | |
| 8413 | |
| 8414 #: sat_frontends/jp/cmd_pubsub.py:1868 | |
| 8415 msgid "profile (used when no server is specified)" | |
| 8416 msgstr "" | |
| 8417 | |
| 8418 #: sat_frontends/jp/cmd_pubsub.py:1908 | |
| 8419 msgid "create a Pubsub hook" | |
| 8420 msgstr "" | |
| 8421 | |
| 8422 #: sat_frontends/jp/cmd_pubsub.py:1917 | |
| 8423 msgid "hook type" | |
| 8424 msgstr "" | |
| 8425 | |
| 8426 #: sat_frontends/jp/cmd_pubsub.py:1923 | |
| 8427 msgid "make hook persistent across restarts" | |
| 8428 msgstr "" | |
| 8429 | |
| 8430 #: sat_frontends/jp/cmd_pubsub.py:1927 | |
| 8431 msgid "argument of the hook (depend of the type)" | |
| 8432 msgstr "" | |
| 8433 | |
| 8434 #: sat_frontends/jp/cmd_pubsub.py:1936 | |
| 8435 msgid "{path} is not a file" | |
| 8436 msgstr "" | |
| 8437 | |
| 8438 #: sat_frontends/jp/cmd_pubsub.py:1965 | |
| 8439 msgid "delete a Pubsub hook" | |
| 8440 msgstr "" | |
| 8441 | |
| 8442 #: sat_frontends/jp/cmd_pubsub.py:1974 | |
| 8443 msgid "hook type to remove, empty to remove all (DEFAULT: remove all)" | |
| 8444 msgstr "" | |
| 8445 | |
| 8446 #: sat_frontends/jp/cmd_pubsub.py:1981 | |
| 8447 msgid "argument of the hook to remove, empty to remove all (DEFAULT: remove all)" | |
| 8448 msgstr "" | |
| 8449 | |
| 8450 #: sat_frontends/jp/cmd_pubsub.py:2001 | |
| 8451 msgid "{nb_deleted} hook(s) have been deleted" | |
| 8452 msgstr "" | |
| 8453 | |
| 8454 #: sat_frontends/jp/cmd_pubsub.py:2013 | |
| 8455 #, fuzzy | |
| 8456 msgid "list hooks of a profile" | |
| 8457 msgstr "Vous essayer de connecter un profile qui n'existe pas" | |
| 8458 | |
| 8459 #: sat_frontends/jp/cmd_pubsub.py:2029 | |
| 8460 #, fuzzy | |
| 8461 msgid "No hook found." | |
| 8462 msgstr "Aucune donnée trouvée" | |
| 8463 | |
| 8464 #: sat_frontends/jp/cmd_pubsub.py:2043 | |
| 8465 msgid "trigger action on Pubsub notifications" | |
| 8466 msgstr "" | |
| 8467 | |
| 8468 #: sat_frontends/jp/cmd_pubsub.py:2067 | |
| 8469 msgid "PubSub nodes/items management" | |
| 8470 msgstr "" | |
| 8471 | |
| 8472 #: sat_frontends/jp/cmd_roster.py:36 | |
| 8473 msgid "retrieve the roster entities" | |
| 8474 msgstr "" | |
| 8475 | |
| 8476 #: sat_frontends/jp/cmd_roster.py:89 | |
| 8477 msgid "set metadata for a roster entity" | |
| 8478 msgstr "" | |
| 8479 | |
| 8480 #: sat_frontends/jp/cmd_roster.py:93 | |
| 8481 msgid "name to use for this entity" | |
| 8482 msgstr "" | |
| 8483 | |
| 8484 #: sat_frontends/jp/cmd_roster.py:96 | |
| 8485 msgid "groups for this entity" | |
| 8486 msgstr "" | |
| 8487 | |
| 8488 #: sat_frontends/jp/cmd_roster.py:99 | |
| 8489 msgid "replace all metadata instead of adding them" | |
| 8490 msgstr "" | |
| 8491 | |
| 8492 #: sat_frontends/jp/cmd_roster.py:101 sat_frontends/jp/cmd_roster.py:138 | |
| 8493 #, fuzzy | |
| 8494 msgid "jid of the roster entity" | |
| 8495 msgstr "Vous essayer de connecter un profile qui n'existe pas" | |
| 8496 | |
| 8497 #: sat_frontends/jp/cmd_roster.py:131 | |
| 8498 #, fuzzy, python-format | |
| 8499 msgid "remove an entity from roster" | |
| 8500 msgstr "supppression du contact %s" | |
| 8501 | |
| 8502 #: sat_frontends/jp/cmd_roster.py:142 | |
| 8503 #, fuzzy, python-format | |
| 8504 msgid "Are you sure to delete {entity} fril your roster?" | |
| 8505 msgstr "Êtes vous sûr de vouloir supprimer %s de votre liste de contacts ?" | |
| 8506 | |
| 8507 #: sat_frontends/jp/cmd_roster.py:145 | |
| 8508 msgid "entity deletion cancelled" | |
| 8509 msgstr "" | |
| 8510 | |
| 8511 #: sat_frontends/jp/cmd_roster.py:158 | |
| 8512 msgid "Show statistics about a roster" | |
| 8513 msgstr "" | |
| 8514 | |
| 8515 #: sat_frontends/jp/cmd_roster.py:226 | |
| 8516 msgid "purge the roster from its contacts with no subscription" | |
| 8517 msgstr "" | |
| 8518 | |
| 8519 #: sat_frontends/jp/cmd_roster.py:231 | |
| 8520 #, fuzzy, python-format | |
| 8521 msgid "also purge contacts with no 'from' subscription" | |
| 8522 msgstr "Le contact %s a refusé votre inscription" | |
| 8523 | |
| 8524 #: sat_frontends/jp/cmd_roster.py:234 | |
| 8525 #, fuzzy, python-format | |
| 8526 msgid "also purge contacts with no 'to' subscription" | |
| 8527 msgstr "Le contact %s a refusé votre inscription" | |
| 8528 | |
| 8529 #: sat_frontends/jp/cmd_roster.py:306 | |
| 8530 msgid "do a full resynchronisation of roster with server" | |
| 8531 msgstr "" | |
| 8532 | |
| 8533 #: sat_frontends/jp/cmd_roster.py:318 | |
| 8534 msgid "Roster resynchronized" | |
| 8535 msgstr "" | |
| 8536 | |
| 8537 #: sat_frontends/jp/cmd_roster.py:327 | |
| 8538 msgid "Manage an entity's roster" | |
| 8539 msgstr "" | |
| 8540 | |
| 8541 #: sat_frontends/jp/cmd_shell.py:33 | |
| 8542 msgid "" | |
| 8543 "Welcome to {app_name} shell, the Salut à Toi shell !\n" | |
| 8544 "\n" | |
| 8545 "This enrironment helps you using several {app_name} commands with similar" | |
| 8546 " parameters.\n" | |
| 8547 "\n" | |
| 8548 "To quit, just enter \"quit\" or press C-d.\n" | |
| 8549 "Enter \"help\" or \"?\" to know what to do\n" | |
| 8550 msgstr "" | |
| 8551 | |
| 8552 #: sat_frontends/jp/cmd_shell.py:48 | |
| 8553 msgid "launch jp in shell (REPL) mode" | |
| 8554 msgstr "" | |
| 8555 | |
| 8556 #: sat_frontends/jp/cmd_shell.py:63 | |
| 8557 msgid "bad command path" | |
| 8558 msgstr "" | |
| 8559 | |
| 8560 #: sat_frontends/jp/cmd_shell.py:104 | |
| 8561 msgid "COMMAND {external}=> {args}" | |
| 8562 msgstr "" | |
| 8563 | |
| 8564 #: sat_frontends/jp/cmd_shell.py:105 | |
| 8565 msgid "(external) " | |
| 8566 msgstr "" | |
| 8567 | |
| 8568 #: sat_frontends/jp/cmd_shell.py:149 | |
| 8569 #, fuzzy | |
| 8570 msgid "Shell commands:" | |
| 8571 msgstr "Mauvais nom de profile" | |
| 8572 | |
| 8573 #: sat_frontends/jp/cmd_shell.py:152 | |
| 8574 #, fuzzy | |
| 8575 msgid "Action commands:" | |
| 8576 msgstr "Mauvais nom de profile" | |
| 8577 | |
| 8578 #: sat_frontends/jp/cmd_shell.py:172 | |
| 8579 msgid "verbose mode is {status}" | |
| 8580 msgstr "" | |
| 8581 | |
| 8582 #: sat_frontends/jp/cmd_shell.py:173 | |
| 8583 msgid "ENABLED" | |
| 8584 msgstr "" | |
| 8585 | |
| 8586 #: sat_frontends/jp/cmd_shell.py:173 | |
| 8587 msgid "DISABLED" | |
| 8588 msgstr "" | |
| 8589 | |
| 8590 #: sat_frontends/jp/cmd_shell.py:214 | |
| 8591 msgid "arg profile={profile} (logged profile)" | |
| 8592 msgstr "" | |
| 8593 | |
| 8594 #: sat_frontends/jp/cmd_shell.py:236 | |
| 8595 msgid "no argument in USE" | |
| 8596 msgstr "" | |
| 8597 | |
| 8598 #: sat_frontends/jp/cmd_shell.py:238 | |
| 8599 msgid "arguments in USE:" | |
| 8600 msgstr "" | |
| 8601 | |
| 8602 #: sat_frontends/jp/cmd_shell.py:274 | |
| 8603 msgid "argument {name} not found" | |
| 8604 msgstr "" | |
| 8605 | |
| 8606 #: sat_frontends/jp/cmd_shell.py:280 | |
| 8607 msgid "argument {name} removed" | |
| 8608 msgstr "" | |
| 8609 | |
| 8610 #: sat_frontends/jp/cmd_shell.py:288 | |
| 8611 msgid "good bye!" | |
| 8612 msgstr "" | |
| 8613 | |
| 8614 #: sat_frontends/jp/cmd_uri.py:37 | |
| 8615 msgid "parse URI" | |
| 8616 msgstr "" | |
| 8617 | |
| 8618 #: sat_frontends/jp/cmd_uri.py:42 | |
| 8619 msgid "XMPP URI to parse" | |
| 8620 msgstr "" | |
| 8621 | |
| 8622 #: sat_frontends/jp/cmd_uri.py:57 | |
| 8623 msgid "URI type" | |
| 8624 msgstr "" | |
| 8625 | |
| 8626 #: sat_frontends/jp/cmd_uri.py:58 | |
| 8627 msgid "URI path" | |
| 8628 msgstr "" | |
| 8629 | |
| 8630 #: sat_frontends/jp/cmd_uri.py:66 | |
| 8631 msgid "URI fields" | |
| 8632 msgstr "" | |
| 8633 | |
| 8634 #: sat_frontends/jp/cmd_uri.py:80 | |
| 8635 msgid "XMPP URI parsing/generation" | |
| 8636 msgstr "" | |
| 8637 | |
| 8638 #: sat_frontends/jp/common.py:437 | |
| 8639 msgid "no item found at all, we create a new one" | |
| 8640 msgstr "" | |
| 8641 | |
| 8642 #: sat_frontends/jp/common.py:440 | |
| 8643 msgid "item \"{item}\" not found, we create a new item withthis id" | |
| 8644 msgstr "" | |
| 8645 | |
| 8646 #: sat_frontends/jp/common.py:458 | |
| 8647 msgid "item \"{item}\" found, we edit it" | |
| 8648 msgstr "" | |
| 8649 | |
| 8650 #: sat_frontends/jp/common.py:785 | |
| 8651 msgid "No {key} URI specified for this project, please specify service and node" | |
| 8652 msgstr "" | |
| 8653 | |
| 8654 #: sat_frontends/jp/common.py:821 | |
| 8655 msgid "Invalid URI found: {uri}" | |
| 8656 msgstr "" | |
| 8657 | |
| 8658 #: sat_frontends/jp/loops.py:28 | |
| 8659 msgid "User interruption: good bye" | |
| 8660 msgstr "Interrompu par l'utilisateur: au revoir" | |
| 8661 | |
| 8662 #: sat_frontends/jp/output_template.py:53 | |
| 8663 msgid "Can't find requested template: {template_path}" | |
| 8664 msgstr "" | |
| 8665 | |
| 8666 #: sat_frontends/jp/output_template.py:74 | |
| 8667 msgid "" | |
| 8668 "no default template set for this command, you need to specify a template " | |
| 8669 "using --oo template=[path/to/template.html]" | |
| 8670 msgstr "" | |
| 8671 | |
| 8672 #: sat_frontends/jp/output_template.py:89 | |
| 8673 msgid "Can't parse template, please check its syntax" | |
| 8674 msgstr "" | |
| 8675 | |
| 8676 #: sat_frontends/jp/output_template.py:109 | |
| 8677 msgid "" | |
| 8678 "Browser opening requested.\n" | |
| 8679 "Temporary files are put in the following directory, you'll have to delete" | |
| 8680 " it yourself once finished viewing: {}" | |
| 8681 msgstr "" | |
| 8682 | |
| 8683 #: sat_frontends/jp/output_xml.py:56 | |
| 8684 msgid "" | |
| 8685 "Pygments is not available, syntax highlighting is not possible. Please " | |
| 8686 "install if from http://pygments.org or with pip install pygments" | |
| 8687 msgstr "" | |
| 8688 | |
| 8689 #: sat_frontends/jp/xml_tools.py:50 | |
| 8690 msgid "Can't parse the payload XML in input: {msg}" | |
| 8691 msgstr "" | |
| 8692 | |
| 8693 #: sat_frontends/jp/xml_tools.py:62 | |
| 8694 msgid "<item> can only have one child element (the payload)" | |
| 8695 msgstr "" | |
| 8696 | |
| 8697 #: sat_frontends/jp/xmlui_manager.py:224 | |
| 8698 msgid "(enter: {value})" | |
| 8699 msgstr "" | |
| 8700 | |
| 8701 #: sat_frontends/jp/xmlui_manager.py:318 | |
| 8702 msgid "your choice (0-{limit_max}): " | |
| 8703 msgstr "" | |
| 8704 | |
| 8705 #: sat_frontends/jp/xmlui_manager.py:348 | |
| 8706 msgid "your choice (0,1): " | |
| 8707 msgstr "" | |
| 8708 | |
| 8709 #: sat_frontends/primitivus/base.py:90 | |
| 8710 #, fuzzy, python-format | |
| 8711 msgid "Error while sending message ({})" | |
| 8712 msgstr "Erreur en tentant de rejoindre le salon" | |
| 8713 | |
| 8714 #: sat_frontends/primitivus/base.py:135 | |
| 8715 msgid "Please specify the globbing pattern to search for" | |
| 8716 msgstr "" | |
| 8717 | |
| 8718 #: sat_frontends/primitivus/base.py:377 | |
| 8719 #, fuzzy | |
| 8720 msgid "Configuration Error" | |
| 8721 msgstr "Connexion..." | |
| 8722 | |
| 8723 #: sat_frontends/primitivus/base.py:377 | |
| 8724 msgid "" | |
| 8725 "Something went wrong while reading the configuration, please check " | |
| 8726 ":messages" | |
| 8727 msgstr "" | |
| 8728 | |
| 8729 #: sat_frontends/primitivus/base.py:504 | |
| 8730 msgid "Pleeeeasse, I can't even breathe !" | |
| 8731 msgstr "Pitiééééééééé, je ne peux même pas respirer !" | |
| 8732 | |
| 8733 #: sat_frontends/primitivus/base.py:534 | |
| 8734 #: sat_frontends/primitivus/profile_manager.py:64 | |
| 8735 #, fuzzy | |
| 8736 msgid "Connect" | |
| 8737 msgstr "Connexion..." | |
| 8738 | |
| 8739 #: sat_frontends/primitivus/base.py:536 | |
| 8740 #, fuzzy | |
| 8741 msgid "Parameters" | |
| 8742 msgstr "&Paramètres" | |
| 8743 | |
| 8744 #: sat_frontends/primitivus/base.py:537 sat_frontends/primitivus/base.py:851 | |
| 8745 msgid "About" | |
| 8746 msgstr "À propos" | |
| 8747 | |
| 8748 #: sat_frontends/primitivus/base.py:538 | |
| 8749 #, fuzzy | |
| 8750 msgid "Exit" | |
| 8751 msgstr "Quitter" | |
| 8752 | |
| 8753 #: sat_frontends/primitivus/base.py:542 | |
| 8754 msgid "Join room" | |
| 8755 msgstr "Rejoindre un salon" | |
| 8756 | |
| 8757 #: sat_frontends/primitivus/base.py:547 | |
| 8758 #, fuzzy | |
| 8759 msgid "Main menu" | |
| 8760 msgstr "Construction des menus" | |
| 8761 | |
| 8762 #: sat_frontends/primitivus/base.py:658 | |
| 8763 msgid "{app}: a new event has just happened{entity}" | |
| 8764 msgstr "" | |
| 8765 | |
| 8766 #: sat_frontends/primitivus/base.py:736 | |
| 8767 #, fuzzy | |
| 8768 msgid "Chat menu" | |
| 8769 msgstr "Construction des menus" | |
| 8770 | |
| 8771 #: sat_frontends/primitivus/base.py:790 | |
| 8772 #, fuzzy | |
| 8773 msgid "Unmanaged action" | |
| 8774 msgstr "Tab inconnu" | |
| 8775 | |
| 8776 #: sat_frontends/primitivus/base.py:801 | |
| 8777 #, fuzzy | |
| 8778 msgid "unkown" | |
| 8779 msgstr "Messagerie inconnue" | |
| 8780 | |
| 8781 #: sat_frontends/primitivus/base.py:831 | |
| 8782 #, fuzzy, python-format | |
| 8783 msgid "Can't get parameters (%s)" | |
| 8784 msgstr "Impossible de charger les paramètres !" | |
| 8785 | |
| 8786 #: sat_frontends/primitivus/base.py:846 | |
| 8787 msgid "Entering a MUC room" | |
| 8788 msgstr "Entrée dans le salon MUC" | |
| 8789 | |
| 8790 #: sat_frontends/primitivus/base.py:846 | |
| 8791 #, fuzzy | |
| 8792 msgid "Please enter MUC's JID" | |
| 8793 msgstr "Veuillez entrer le JID de votre nouveau contact" | |
| 8794 | |
| 8795 #: sat_frontends/primitivus/chat.py:40 | |
| 8796 msgid "{} occupants" | |
| 8797 msgstr "" | |
| 8798 | |
| 8799 #: sat_frontends/primitivus/chat.py:381 | |
| 8800 msgid "Game" | |
| 8801 msgstr "Jeu" | |
| 8802 | |
| 8803 #: sat_frontends/primitivus/chat.py:502 | |
| 8804 msgid "You have been mentioned by {nick} in {room}" | |
| 8805 msgstr "" | |
| 8806 | |
| 8807 #: sat_frontends/primitivus/chat.py:513 | |
| 8808 msgid "{entity} is talking to you" | |
| 8809 msgstr "" | |
| 8810 | |
| 8811 #: sat_frontends/primitivus/chat.py:612 | |
| 8812 msgid "Results for searching the globbing pattern: {}" | |
| 8813 msgstr "" | |
| 8814 | |
| 8815 #: sat_frontends/primitivus/chat.py:618 | |
| 8816 msgid "Type ':history <lines>' to reset the chat history" | |
| 8817 msgstr "" | |
| 8818 | |
| 8819 #: sat_frontends/primitivus/chat.py:652 | |
| 8820 #, python-format | |
| 8821 msgid "Primitivus: %s is talking to you" | |
| 8822 msgstr "" | |
| 8823 | |
| 8824 #: sat_frontends/primitivus/chat.py:656 | |
| 8825 #, fuzzy, python-format | |
| 8826 msgid "Primitivus: %(user)s mentioned you in room '%(room)s'" | |
| 8827 msgstr "L'utilisateur %(nick)s a rejoint le salon (%(room_id)s)" | |
| 8828 | |
| 8829 #: sat_frontends/primitivus/chat.py:666 | |
| 8830 #, fuzzy | |
| 8831 msgid "Can't start game" | |
| 8832 msgstr "Construction du jeu de Tarot" | |
| 8833 | |
| 8834 #: sat_frontends/primitivus/chat.py:667 | |
| 8835 msgid "You need to be exactly 4 peoples in the room to start a Tarot game" | |
| 8836 msgstr "" | |
| 8837 "Vous devez être exactement 4 personnes dans le salon pour commencer un " | |
| 8838 "jeu de Tarot" | |
| 8839 | |
| 8840 #: sat_frontends/primitivus/chat.py:698 | |
| 8841 msgid "Change title" | |
| 8842 msgstr "" | |
| 8843 | |
| 8844 #: sat_frontends/primitivus/chat.py:699 | |
| 8845 #, fuzzy | |
| 8846 msgid "Enter the new title" | |
| 8847 msgstr "Veuillez entrer le nom du nouveau profile" | |
| 8848 | |
| 8849 #: sat_frontends/primitivus/game_tarot.py:290 | |
| 8850 msgid "Please choose your contrat" | |
| 8851 msgstr "Veuillez choisir votre contrat" | |
| 8852 | |
| 8853 #: sat_frontends/primitivus/game_tarot.py:311 | |
| 8854 msgid "You win \\o/" | |
| 8855 msgstr "Victoire \\o/" | |
| 8856 | |
| 8857 #: sat_frontends/primitivus/game_tarot.py:311 | |
| 8858 msgid "You loose :(" | |
| 8859 msgstr "Vous perdez :(" | |
| 8860 | |
| 8861 #: sat_frontends/primitivus/game_tarot.py:331 | |
| 8862 msgid "Cards played are invalid !" | |
| 8863 msgstr "Les cartes jouées sont invalides !" | |
| 8864 | |
| 8865 #: sat_frontends/primitivus/game_tarot.py:369 | |
| 8866 msgid "Do you put these cards in chien ?" | |
| 8867 msgstr "Voulez-vous placer ces cartes au chien ?" | |
| 8868 | |
| 8869 #: sat_frontends/primitivus/profile_manager.py:36 | |
| 8870 #, fuzzy | |
| 8871 msgid "Login:" | |
| 8872 msgstr "Identifiant" | |
| 8873 | |
| 8874 #: sat_frontends/primitivus/profile_manager.py:37 | |
| 8875 msgid "Password:" | |
| 8876 msgstr "Mot de passe:" | |
| 8877 | |
| 8878 #: sat_frontends/primitivus/profile_manager.py:48 | |
| 8879 msgid "New" | |
| 8880 msgstr "Nouveau" | |
| 8881 | |
| 8882 #: sat_frontends/primitivus/profile_manager.py:49 | |
| 8883 msgid "Delete" | |
| 8884 msgstr "Suppression" | |
| 8885 | |
| 8886 #: sat_frontends/primitivus/profile_manager.py:81 | |
| 8887 #, fuzzy | |
| 8888 msgid "Profile Manager" | |
| 8889 msgstr "Mauvais nom de profile" | |
| 8890 | |
| 8891 #: sat_frontends/primitivus/profile_manager.py:142 | |
| 8892 msgid "Can't create profile" | |
| 8893 msgstr "" | |
| 8894 | |
| 8895 #: sat_frontends/primitivus/profile_manager.py:150 | |
| 8896 #, fuzzy | |
| 8897 msgid "New profile" | |
| 8898 msgstr "Vous essayer de connecter un profile qui n'existe pas" | |
| 8899 | |
| 8900 #: sat_frontends/primitivus/profile_manager.py:151 | |
| 8901 #, fuzzy | |
| 8902 msgid "Please enter a new profile name" | |
| 8903 msgstr "Veuillez entrer le nom du nouveau profile" | |
| 8904 | |
| 8905 #: sat_frontends/primitivus/profile_manager.py:160 | |
| 8906 #, fuzzy, python-format | |
| 8907 msgid "Are you sure you want to delete the profile {} ?" | |
| 8908 msgstr "Êtes vous sûr de vouloir supprimer le profile [%s] ?" | |
| 8909 | |
| 8910 #: sat_frontends/primitivus/progress.py:37 | |
| 8911 msgid "Clear progress list" | |
| 8912 msgstr "Effacer la liste" | |
| 8913 | |
| 8914 #: sat_frontends/primitivus/status.py:57 | |
| 8915 msgid "Set your presence" | |
| 8916 msgstr "" | |
| 8917 | |
| 8918 #: sat_frontends/primitivus/status.py:67 | |
| 8919 msgid "Set your status" | |
| 8920 msgstr "" | |
| 8921 | |
| 8922 #: sat_frontends/primitivus/status.py:68 | |
| 8923 msgid "New status" | |
| 8924 msgstr "" | |
| 8925 | |
| 8926 #: sat_frontends/primitivus/xmlui.py:78 | |
| 8927 #, fuzzy | |
| 8928 msgid "Unknown div_char" | |
| 8929 msgstr "Type d'action inconnu" | |
| 8930 | |
| 8931 #: sat_frontends/primitivus/xmlui.py:456 | |
| 8932 msgid "Submit" | |
| 8933 msgstr "Envoyer" | |
| 8934 | |
| 8935 #: sat_frontends/primitivus/xmlui.py:458 sat_frontends/primitivus/xmlui.py:473 | |
| 8936 msgid "Cancel" | |
| 8937 msgstr "Annuler" | |
| 8938 | |
| 8939 #: sat_frontends/quick_frontend/constants.py:31 | |
| 8940 msgid "Away from keyboard" | |
| 8941 msgstr "" | |
| 8942 | |
| 8943 #: sat_frontends/quick_frontend/constants.py:33 | |
| 8944 msgid "Extended away" | |
| 8945 msgstr "" | |
| 8946 | |
| 8947 #: sat_frontends/quick_frontend/quick_app.py:85 | |
| 8948 msgid "Error while trying to get autodisconnect param, ignoring: {}" | |
| 8949 msgstr "" | |
| 8950 | |
| 8951 #: sat_frontends/quick_frontend/quick_app.py:200 | |
| 8952 #, fuzzy | |
| 8953 msgid "Can't get profile parameter: {msg}" | |
| 8954 msgstr "Mauvais nom de profile" | |
| 8955 | |
| 8956 #: sat_frontends/quick_frontend/quick_app.py:324 | |
| 8957 msgid "Can't get namespaces map: {msg}" | |
| 8958 msgstr "" | |
| 8959 | |
| 8960 #: sat_frontends/quick_frontend/quick_app.py:330 | |
| 8961 msgid "Can't retrieve encryption plugins: {msg}" | |
| 8962 msgstr "" | |
| 8963 | |
| 8964 #: sat_frontends/quick_frontend/quick_app.py:376 | |
| 8965 msgid "Error while initialising bridge: {}" | |
| 8966 msgstr "" | |
| 8967 | |
| 8968 #: sat_frontends/quick_frontend/quick_app.py:662 | |
| 8969 #, fuzzy, python-format | |
| 8970 msgid "Can't connect profile [%s]" | |
| 8971 msgstr "Vous essayer de connecter un profile qui n'existe pas" | |
| 8972 | |
| 8973 #: sat_frontends/quick_frontend/quick_app.py:723 | |
| 8974 #, fuzzy | |
| 8975 msgid "Connected" | |
| 8976 msgstr "Connexion..." | |
| 8977 | |
| 8978 #: sat_frontends/quick_frontend/quick_app.py:739 | |
| 8979 #, fuzzy | |
| 8980 msgid "Disconnected" | |
| 8981 msgstr "Déconnexion..." | |
| 8982 | |
| 8983 #: sat_frontends/quick_frontend/quick_app.py:1154 | |
| 8984 #, fuzzy, python-format | |
| 8985 msgid "The contact {contact} has accepted your subscription" | |
| 8986 msgstr "Le contact %s a accepté votre inscription" | |
| 8987 | |
| 8988 #: sat_frontends/quick_frontend/quick_app.py:1157 | |
| 8989 #: sat_frontends/quick_frontend/quick_app.py:1176 | |
| 8990 #, fuzzy | |
| 8991 msgid "Subscription confirmation" | |
| 8992 msgstr "désinscription confirmée pour [%s]" | |
| 8993 | |
| 8994 #: sat_frontends/quick_frontend/quick_app.py:1162 | |
| 8995 #, fuzzy, python-format | |
| 8996 msgid "The contact {contact} has refused your subscription" | |
| 8997 msgstr "Le contact %s a refusé votre inscription" | |
| 8998 | |
| 8999 #: sat_frontends/quick_frontend/quick_app.py:1165 | |
| 9000 #, fuzzy | |
| 9001 msgid "Subscription refusal" | |
| 9002 msgstr "demande d'inscription pour [%s]" | |
| 9003 | |
| 9004 #: sat_frontends/quick_frontend/quick_app.py:1172 | |
| 9005 #, fuzzy, python-format | |
| 9006 msgid "" | |
| 9007 "The contact {contact} wants to subscribe to your presence.\n" | |
| 9008 "Do you accept ?" | |
| 9009 msgstr "" | |
| 9010 "Le contact %s veut s'inscrire à vos informations de présence\n" | |
| 9011 "Acceptez vous ?" | |
| 9012 | |
| 9013 #: sat_frontends/quick_frontend/quick_app.py:1229 | |
| 9014 #, python-format | |
| 9015 msgid "param update: [%(namespace)s] %(name)s = %(value)s" | |
| 9016 msgstr "Le paramètre [%(namespace)s] %(name)s vaut désormais %(value)s" | |
| 9017 | |
| 9018 #: sat_frontends/quick_frontend/quick_app.py:1233 | |
| 9019 #, python-format | |
| 9020 msgid "Changing JID to %s" | |
| 9021 msgstr "Changement du JID pour %s" | |
| 9022 | |
| 9023 #: sat_frontends/quick_frontend/quick_chat.py:624 | |
| 9024 #, fuzzy | |
| 9025 msgid "now we print the history" | |
| 9026 msgstr "Maintenant on affiche l'historique" | |
| 9027 | |
| 9028 #: sat_frontends/quick_frontend/quick_chat.py:626 | |
| 9029 #, fuzzy | |
| 9030 msgid " ({} messages)" | |
| 9031 msgstr "Messages" | |
| 9032 | |
| 9033 #: sat_frontends/quick_frontend/quick_chat.py:683 | |
| 9034 #, fuzzy | |
| 9035 msgid "Can't get history: {}" | |
| 9036 msgstr "Impossible de charger l'historique !" | |
| 9037 | |
| 9038 #: sat_frontends/quick_frontend/quick_chat.py:705 | |
| 9039 msgid "Can't get encryption state: {reason}" | |
| 9040 msgstr "" | |
| 9041 | |
| 9042 #: sat_frontends/quick_frontend/quick_chat.py:775 | |
| 9043 msgid "message encryption started with {target} using {encryption}" | |
| 9044 msgstr "" | |
| 9045 | |
| 9046 #: sat_frontends/quick_frontend/quick_chat.py:780 | |
| 9047 msgid "message encryption stopped with {target} (was using {encryption})" | |
| 9048 msgstr "" | |
| 9049 | |
| 9050 #: sat_frontends/quick_frontend/quick_chat.py:833 | |
| 9051 msgid "<= {nick} has left the room ({count})" | |
| 9052 msgstr "" | |
| 9053 | |
| 9054 #: sat_frontends/quick_frontend/quick_chat.py:837 | |
| 9055 msgid "<=> {nick} re-entered the room ({count})" | |
| 9056 msgstr "" | |
| 9057 | |
| 9058 #: sat_frontends/quick_frontend/quick_contact_list.py:611 | |
| 9059 #, fuzzy | |
| 9060 msgid "Trying to delete an unknow entity [{}]" | |
| 9061 msgstr "Tentative d'accès à un profile inconnu" | |
| 9062 | |
| 9063 #: sat_frontends/quick_frontend/quick_contact_list.py:664 | |
| 9064 msgid "received presence from entity without resource: {}" | |
| 9065 msgstr "" | |
| 9066 | |
| 9067 #: sat_frontends/quick_frontend/quick_contact_management.py:73 | |
| 9068 #, fuzzy | |
| 9069 msgid "Trying to get attribute for an unknown contact" | |
| 9070 msgstr "Tentative d'assigner un paramètre à un profile inconnu" | |
| 9071 | |
| 9072 #: sat_frontends/quick_frontend/quick_contact_management.py:89 | |
| 9073 msgid "INTERNAL ERROR: Key log.error" | |
| 9074 msgstr "" | |
| 9075 | |
| 9076 #: sat_frontends/quick_frontend/quick_contact_management.py:101 | |
| 9077 #, fuzzy, python-format | |
| 9078 msgid "Trying to update an unknown contact: %s" | |
| 9079 msgstr "Tentative d'accès à un profile inconnu" | |
| 9080 | |
| 9081 #: sat_frontends/quick_frontend/quick_games.py:84 | |
| 9082 msgid "" | |
| 9083 "A {game} activity between {players} has been started, but you couldn't " | |
| 9084 "take part because your client doesn't support it." | |
| 9085 msgstr "" | |
| 9086 | |
| 9087 #: sat_frontends/quick_frontend/quick_games.py:87 | |
| 9088 msgid "{game} Game" | |
| 9089 msgstr "" | |
| 9090 | |
| 9091 #: sat_frontends/quick_frontend/quick_profile_manager.py:116 | |
| 9092 #, fuzzy, python-format | |
| 9093 msgid "Trying to plug an unknown profile key ({})" | |
| 9094 msgstr "Tentative d'appel d'un profile inconnue" | |
| 9095 | |
| 9096 #: sat_frontends/quick_frontend/quick_profile_manager.py:118 | |
| 9097 #, fuzzy | |
| 9098 msgid "Profile plugging in error" | |
| 9099 msgstr "Mauvais nom de profile" | |
| 9100 | |
| 9101 #: sat_frontends/quick_frontend/quick_profile_manager.py:133 | |
| 9102 #, fuzzy | |
| 9103 msgid "Can't get profile parameter" | |
| 9104 msgstr "Mauvais nom de profile" | |
| 9105 | |
| 9106 #: sat_frontends/quick_frontend/quick_profile_manager.py:144 | |
| 9107 #, fuzzy | |
| 9108 msgid "A profile with this name already exists" | |
| 9109 msgstr "Ce nom de profile existe déjà" | |
| 9110 | |
| 9111 #: sat_frontends/quick_frontend/quick_profile_manager.py:146 | |
| 9112 msgid "Profile creation cancelled by backend" | |
| 9113 msgstr "" | |
| 9114 | |
| 9115 #: sat_frontends/quick_frontend/quick_profile_manager.py:148 | |
| 9116 #, fuzzy | |
| 9117 msgid "You profile name is not valid" | |
| 9118 msgstr "Ce profile n'est pas utilisé" | |
| 9119 | |
| 9120 #: sat_frontends/quick_frontend/quick_profile_manager.py:152 | |
| 9121 #, fuzzy | |
| 9122 msgid "Can't create profile ({})" | |
| 9123 msgstr "Vous essayer de connecter un profile qui n'existe pas" | |
| 9124 | |
| 9125 #: sat_frontends/quick_frontend/quick_profile_manager.py:172 | |
| 9126 msgid "You can't connect manually and automatically at the same time" | |
| 9127 msgstr "" | |
| 9128 | |
| 9129 #: sat_frontends/quick_frontend/quick_profile_manager.py:180 | |
| 9130 msgid "No profile selected" | |
| 9131 msgstr "Aucun profile sélectionné" | |
| 9132 | |
| 9133 #: sat_frontends/quick_frontend/quick_profile_manager.py:181 | |
| 9134 #, fuzzy | |
| 9135 msgid "You need to create and select at least one profile before connecting" | |
| 9136 msgstr "" | |
| 9137 "Vous devez sélectionner un profile ou en créer un nouveau avant de vous " | |
| 9138 "connecter." | |
| 9139 | |
| 9140 #: sat_frontends/quick_frontend/quick_utils.py:40 | |
| 9141 #, fuzzy | |
| 9142 msgid "" | |
| 9143 "\n" | |
| 9144 " %prog [options]\n" | |
| 9145 "\n" | |
| 9146 " %prog --help for options list\n" | |
| 9147 " " | |
| 9148 msgstr "" | |
| 9149 "\n" | |
| 9150 " %prog [options] [FICHIER1 FICHIER2 ...] JID\n" | |
| 9151 " %prog -w [options] [JID1 JID2 ...]\n" | |
| 9152 "\n" | |
| 9153 " %prog --help pour la liste des options\n" | |
| 9154 " " | |
| 9155 | |
| 9156 #: sat_frontends/quick_frontend/quick_utils.py:49 | |
| 9157 msgid "Select the profile to use" | |
| 9158 msgstr "Veuillez sélectionner le profile à utiliser" | |
| 9159 | |
| 9160 #: sat_frontends/tools/xmlui.py:233 | |
| 9161 msgid "Nothing to submit" | |
| 9162 msgstr "" | |
| 9163 | |
| 9164 #: sat_frontends/tools/xmlui.py:449 | |
| 9165 msgid "XMLUI can have only one main container" | |
| 9166 msgstr "" | |
| 9167 | |
| 9168 #: sat_frontends/tools/xmlui.py:514 | |
| 9169 #, fuzzy, python-format | |
| 9170 msgid "Unknown container [%s], using default one" | |
| 9171 msgstr "Disposition inconnue, utilisation de celle par defaut" | |
| 9172 | |
| 9173 #: sat_frontends/tools/xmlui.py:527 | |
| 9174 msgid "Internal Error, container has not _xmluiAppend method" | |
| 9175 msgstr "" | |
| 9176 | |
| 9177 #: sat_frontends/tools/xmlui.py:674 | |
| 9178 #, fuzzy, python-format | |
| 9179 msgid "FIXME FIXME FIXME: widget type [%s] is not implemented" | |
| 9180 msgstr "CORRIGEZ-MOI: actionResult n'est pas implémenté" | |
| 9181 | |
| 9182 #: sat_frontends/tools/xmlui.py:678 | |
| 9183 #, fuzzy, python-format | |
| 9184 msgid "FIXME FIXME FIXME: type [%s] is not implemented" | |
| 9185 msgstr "CORRIGEZ-MOI: actionResult n'est pas implémenté" | |
| 9186 | |
| 9187 #: sat_frontends/tools/xmlui.py:696 | |
| 9188 #, python-format | |
| 9189 msgid "No change listener on [%s]" | |
| 9190 msgstr "" | |
| 9191 | |
| 9192 #: sat_frontends/tools/xmlui.py:722 | |
| 9193 #, fuzzy, python-format | |
| 9194 msgid "Unknown tag [%s]" | |
| 9195 msgstr "Type d'action inconnu" | |
| 9196 | |
| 9197 #: sat_frontends/tools/xmlui.py:780 | |
| 9198 #, fuzzy | |
| 9199 msgid "No callback_id found" | |
| 9200 msgstr "Aucun transport trouvé" | |
| 9201 | |
| 9202 #: sat_frontends/tools/xmlui.py:813 | |
| 9203 #, python-format | |
| 9204 msgid "FIXME: XMLUI internal action [%s] is not implemented" | |
| 9205 msgstr "" | |
| 9206 | |
| 9207 #: sat_frontends/tools/xmlui.py:909 sat_frontends/tools/xmlui.py:921 | |
| 9208 #: sat_frontends/tools/xmlui.py:971 sat_frontends/tools/xmlui.py:983 | |
| 9209 msgid "The form data is not sent back, the type is not managed properly" | |
| 9210 msgstr "" | |
| 9211 "Les données du formulaire ne sont pas envoyées, il y a une erreur dans la" | |
| 9212 " gestion du type" | |
| 9213 | |
| 9214 #: sat_frontends/tools/xmlui.py:915 sat_frontends/tools/xmlui.py:977 | |
| 9215 msgid "Cancelling form" | |
| 9216 msgstr "Annulation du formulaire" | |
| 9217 | |
| 9218 #: sat_frontends/tools/xmlui.py:1096 | |
| 9219 msgid "XMLUI class already registered for {type_}, ignoring" | |
| 9220 msgstr "" | |
| 9221 | |
| 9222 #: sat_frontends/tools/xmlui.py:1135 | |
| 9223 msgid "You must register classes with registerClass before creating a XMLUI" | |
| 9224 msgstr "" | |
| 9225 |
