Mercurial > libervia-backend
annotate i18n/sat.po @ 3252:54934ee3f69c
tools (image): added a guess_type method to guess media type:
media type is guessed first from filename, then if it's not enough, the file is opened to
try to guess type. If it still can be determined, None is returned.
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 14 Apr 2020 20:29:37 +0200 |
parents | d246666ebe25 |
children |
rev | line source |
---|---|
69 | 1 # SOME DESCRIPTIVE TITLE. |
2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER | |
3 # This file is distributed under the same license as the PACKAGE package. | |
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. | |
5 # | |
6 #, fuzzy | |
7 msgid "" | |
8 msgstr "" | |
9 "Project-Id-Version: PACKAGE VERSION\n" | |
10 "Report-Msgid-Bugs-To: \n" | |
2170 | 11 "POT-Creation-Date: 2017-03-06 21:21+0100\n" |
69 | 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | |
14 "Language-Team: LANGUAGE <LL@li.org>\n" | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
15 "Language: \n" |
69 | 16 "MIME-Version: 1.0\n" |
17 "Content-Type: text/plain; charset=UTF-8\n" | |
18 "Content-Transfer-Encoding: 8bit\n" | |
19 | |
2170 | 20 #: frontends/src/bridge/dbus_bridge.py:78 |
21 #: src/bridge/bridge_constructor/constructors/dbus/dbus_core_template.py:227 | |
22 #: src/bridge/bridge_constructor/constructors/dbus/dbus_frontend_template.py:78 | |
23 #: src/bridge/bridge_constructor/generated/dbus_bridge.py:78 | |
24 #: src/bridge/dbus_bridge.py:578 | |
25 msgid "" | |
26 "D-Bus is not launched, please see README to see instructions on how to " | |
27 "launch it" | |
28 msgstr "" | |
29 | |
30 #: frontends/src/bridge/dbus_bridge.py:91 | |
31 #: src/bridge/bridge_constructor/constructors/dbus/dbus_frontend_template.py:91 | |
32 #: src/bridge/bridge_constructor/generated/dbus_bridge.py:91 | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
33 msgid "Unknown interface" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
34 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
35 |
2170 | 36 #: frontends/src/jp/base.py:115 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
37 msgid "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
38 "ProgressBar not available, please download it at http://pypi.python.org/pypi/" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
39 "progressbar" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
40 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
41 |
2170 | 42 #: frontends/src/jp/base.py:116 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
43 msgid "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
44 "Progress bar deactivated\n" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
45 "--\n" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
46 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
47 |
2170 | 48 #: frontends/src/jp/base.py:173 |
49 msgid "Available commands" | |
50 msgstr "" | |
51 | |
52 #: frontends/src/jp/base.py:188 frontends/src/quick_frontend/quick_app.py:299 | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
53 msgid "Can't connect to SàT backend, are you sure it's launched ?" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
54 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
55 |
2170 | 56 #: frontends/src/jp/base.py:190 frontends/src/quick_frontend/quick_app.py:302 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
57 msgid "Can't init bridge" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
58 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
59 |
2170 | 60 #: frontends/src/jp/base.py:192 frontends/src/quick_frontend/quick_app.py:305 |
61 msgid "Error while initialising bridge: {}" | |
62 msgstr "" | |
63 | |
64 #: frontends/src/jp/base.py:291 | |
69 | 65 #, python-format |
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
66 msgid "Use PROFILE profile key (default: %(default)s)" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
67 msgstr "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
68 |
2170 | 69 #: frontends/src/jp/base.py:292 |
70 msgid "Password used to connect profile, if necessary" | |
71 msgstr "" | |
72 | |
73 #: frontends/src/jp/base.py:296 | |
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
74 msgid "Connect the profile before doing anything else" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
75 msgstr "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
76 |
2170 | 77 #: frontends/src/jp/base.py:301 |
78 msgid "Start a profile session without connecting" | |
79 msgstr "" | |
80 | |
81 #: frontends/src/jp/base.py:305 | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
82 msgid "Show progress bar" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
83 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
84 |
2170 | 85 #: frontends/src/jp/base.py:308 |
86 msgid "Add a verbosity level (can be used multiple times)" | |
87 msgstr "" | |
88 | |
89 #: frontends/src/jp/base.py:336 | |
90 msgid "Can't import {} plugin, ignoring it" | |
91 msgstr "" | |
92 | |
93 #: frontends/src/jp/base.py:340 | |
94 #, python-brace-format | |
95 msgid "Missing module for plugin {name}: {missing}" | |
96 msgstr "" | |
97 | |
98 #: frontends/src/jp/base.py:354 | |
99 #, python-brace-format | |
100 msgid "Invalid plugin module [{type}] {module}" | |
101 msgstr "" | |
102 | |
103 #: frontends/src/jp/base.py:368 | |
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
104 msgid "User interruption: good bye" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
105 msgstr "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
106 |
2170 | 107 #: frontends/src/jp/base.py:437 |
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
108 #, python-format |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
109 msgid "%s is not a valid JID !" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
110 msgstr "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
111 |
2170 | 112 #: frontends/src/jp/base.py:461 |
113 #, python-brace-format | |
114 msgid "Can't connect profile: {reason}" | |
115 msgstr "" | |
116 | |
117 #: frontends/src/jp/base.py:465 | |
118 #, python-brace-format | |
119 msgid "Can't start {profile}'s session: {reason}" | |
120 msgstr "" | |
121 | |
122 #: frontends/src/jp/base.py:471 | |
123 #, python-brace-format | |
124 msgid "The profile [{profile}] doesn't exist" | |
125 msgstr "" | |
126 | |
127 #: frontends/src/jp/base.py:485 | |
128 #, python-brace-format | |
129 msgid "" | |
130 "Session for [{profile}] is not started, please start it before using jp, or " | |
131 "use either --start-session or --connect option" | |
132 msgstr "" | |
133 | |
134 #: frontends/src/jp/base.py:501 | |
135 #, python-brace-format | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
136 msgid "" |
2170 | 137 "Profile [{profile}] is not connected, please connect it before using jp, or " |
138 "use --connect option" | |
139 msgstr "" | |
140 | |
141 #: frontends/src/jp/base.py:582 | |
142 msgid "select output format (default: {})" | |
143 msgstr "" | |
144 | |
145 #: frontends/src/jp/base.py:583 | |
146 msgid "output specific option" | |
147 msgstr "" | |
148 | |
149 #: frontends/src/jp/base.py:667 | |
150 msgid "file size is not known, we can't show a progress bar" | |
151 msgstr "" | |
152 | |
153 #: frontends/src/jp/base.py:672 | |
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
154 msgid "Progress: " |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
155 msgstr "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
156 |
2170 | 157 #: frontends/src/jp/base.py:696 |
158 msgid "Operation started" | |
159 msgstr "" | |
160 | |
161 #: frontends/src/jp/base.py:712 | |
162 msgid "Operation successfully finished" | |
163 msgstr "" | |
164 | |
165 #: frontends/src/jp/base.py:719 | |
166 msgid "Error while doing operation: {}" | |
167 msgstr "" | |
168 | |
169 #: frontends/src/jp/cmd_adhoc.py:30 | |
170 msgid "Remote control a software" | |
171 msgstr "" | |
172 | |
173 #: frontends/src/jp/cmd_adhoc.py:33 | |
174 msgid "Software name" | |
175 msgstr "" | |
176 | |
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
177 #: frontends/src/jp/cmd_adhoc.py:34 |
2170 | 178 msgid "Jids allowed to use the command" |
179 msgstr "" | |
180 | |
181 #: frontends/src/jp/cmd_adhoc.py:35 | |
182 msgid "Groups allowed to use the command" | |
183 msgstr "" | |
184 | |
185 #: frontends/src/jp/cmd_adhoc.py:36 | |
186 msgid "Groups that are *NOT* allowed to use the command" | |
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
187 msgstr "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
188 |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
189 #: frontends/src/jp/cmd_adhoc.py:37 |
2170 | 190 msgid "Jids that are *NOT* allowed to use the command" |
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
191 msgstr "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
192 |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
193 #: frontends/src/jp/cmd_adhoc.py:38 |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
194 msgid "Loop on the commands" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
195 msgstr "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
196 |
2170 | 197 #: frontends/src/jp/cmd_adhoc.py:52 |
198 msgid "No bus name found" | |
199 msgstr "" | |
200 | |
201 #: frontends/src/jp/cmd_adhoc.py:54 | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
202 #, python-format |
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
203 msgid "Bus name found: [%s]" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
204 msgstr "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
205 |
2170 | 206 #: frontends/src/jp/cmd_adhoc.py:57 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
207 #, python-format |
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
208 msgid "Command found: (path:%(path)s, iface: %(iface)s) [%(command)s]" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
209 msgstr "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
210 |
2170 | 211 #: frontends/src/jp/cmd_adhoc.py:66 |
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
212 msgid "Ad-hoc commands" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
213 msgstr "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
214 |
2170 | 215 #: frontends/src/jp/cmd_avatar.py:36 |
216 msgid "set avatar of the profile" | |
217 msgstr "" | |
218 | |
219 #: frontends/src/jp/cmd_avatar.py:40 | |
220 msgid "path to the image to upload" | |
221 msgstr "" | |
222 | |
223 #: frontends/src/jp/cmd_avatar.py:46 frontends/src/jp/cmd_file.py:82 | |
224 #: frontends/src/jp/cmd_file.py:264 | |
225 msgid "file [{}] doesn't exist !" | |
226 msgstr "" | |
227 | |
228 #: frontends/src/jp/cmd_avatar.py:52 | |
229 msgid "avatar has been set" | |
230 msgstr "" | |
231 | |
232 #: frontends/src/jp/cmd_avatar.py:56 | |
233 #, python-brace-format | |
234 msgid "error while uploading avatar: {msg}" | |
235 msgstr "" | |
236 | |
237 #: frontends/src/jp/cmd_avatar.py:63 | |
238 msgid "retrieve avatar of an entity" | |
239 msgstr "" | |
240 | |
241 #: frontends/src/jp/cmd_avatar.py:67 | |
242 msgid "entity" | |
243 msgstr "" | |
244 | |
245 #: frontends/src/jp/cmd_avatar.py:68 | |
246 msgid "show avatar" | |
247 msgstr "" | |
248 | |
249 #: frontends/src/jp/cmd_avatar.py:90 | |
250 msgid "No avatar found." | |
251 msgstr "" | |
252 | |
253 #: frontends/src/jp/cmd_avatar.py:100 | |
254 #, python-brace-format | |
255 msgid "error while getting avatar: {msg}" | |
256 msgstr "" | |
257 | |
258 #: frontends/src/jp/cmd_avatar.py:111 | |
259 msgid "avatar uploading/retrieving" | |
260 msgstr "" | |
261 | |
262 #: frontends/src/jp/cmd_blog.py:197 | |
263 msgid "get blog item(s)" | |
264 msgstr "" | |
265 | |
266 #: frontends/src/jp/cmd_blog.py:201 | |
267 msgid "PubSub node to request" | |
268 msgstr "" | |
269 | |
270 #: frontends/src/jp/cmd_blog.py:203 | |
271 msgid "item(s) id(s) to get (default: request all items)" | |
272 msgstr "" | |
273 | |
274 #: frontends/src/jp/cmd_blog.py:204 | |
275 msgid "maximum number of items to get ({} to get all items)" | |
276 msgstr "" | |
277 | |
278 #: frontends/src/jp/cmd_blog.py:207 | |
279 msgid "microblog data key(s) to display (default: depend of verbosity)" | |
280 msgstr "" | |
281 | |
282 #: frontends/src/jp/cmd_blog.py:209 | |
283 msgid "JID of the PubSub service (default: request profile own blog)" | |
284 msgstr "" | |
285 | |
286 #: frontends/src/jp/cmd_blog.py:369 | |
287 msgid "edit an existing or new blog post" | |
288 msgstr "" | |
289 | |
290 #: frontends/src/jp/cmd_blog.py:373 | |
291 msgid "URL of the item to edit, or keyword" | |
292 msgstr "" | |
293 | |
294 #: frontends/src/jp/cmd_blog.py:374 | |
295 msgid "launch a blog preview in parallel" | |
296 msgstr "" | |
297 | |
298 #: frontends/src/jp/cmd_blog.py:375 | |
299 msgid "title of the item" | |
300 msgstr "" | |
301 | |
302 #: frontends/src/jp/cmd_blog.py:376 | |
303 msgid "tag (category) of your item" | |
304 msgstr "" | |
305 | |
306 #: frontends/src/jp/cmd_blog.py:377 | |
307 msgid "disable comments" | |
308 msgstr "" | |
309 | |
310 #: frontends/src/jp/cmd_blog.py:633 | |
311 msgid "preview a blog content" | |
312 msgstr "" | |
313 | |
314 #: frontends/src/jp/cmd_blog.py:637 | |
315 msgid "use inotify to handle preview" | |
316 msgstr "" | |
317 | |
318 #: frontends/src/jp/cmd_blog.py:638 | |
319 msgid "path to the content file" | |
320 msgstr "" | |
321 | |
322 #: frontends/src/jp/cmd_blog.py:775 | |
323 msgid "import an external blog" | |
324 msgstr "" | |
325 | |
326 #: frontends/src/jp/cmd_blog.py:779 | |
327 msgid "importer name, nothing to display importers list" | |
328 msgstr "" | |
329 | |
330 #: frontends/src/jp/cmd_blog.py:780 | |
331 msgid "original blog host" | |
332 msgstr "" | |
333 | |
334 #: frontends/src/jp/cmd_blog.py:781 | |
335 msgid "do *NOT* upload images (default: do upload images)" | |
336 msgstr "" | |
337 | |
338 #: frontends/src/jp/cmd_blog.py:782 | |
339 msgid "do not upload images from this host (default: upload all images)" | |
340 msgstr "" | |
341 | |
342 #: frontends/src/jp/cmd_blog.py:783 | |
343 msgid "ignore invalide TLS certificate for uploads" | |
344 msgstr "" | |
345 | |
346 #: frontends/src/jp/cmd_blog.py:785 | |
347 msgid "importer specific options (see importer description)" | |
348 msgstr "" | |
349 | |
350 #: frontends/src/jp/cmd_blog.py:787 | |
351 msgid "PubSub service where the items must be uploaded (default: server)" | |
352 msgstr "" | |
353 | |
354 #: frontends/src/jp/cmd_blog.py:789 | |
355 msgid "" | |
356 "importer data location (see importer description), nothing to show importer " | |
357 "description" | |
358 msgstr "" | |
359 | |
360 #: frontends/src/jp/cmd_blog.py:792 | |
361 msgid "Blog upload started" | |
362 msgstr "" | |
363 | |
364 #: frontends/src/jp/cmd_blog.py:795 | |
365 msgid "Blog uploaded successfully" | |
366 msgstr "" | |
367 | |
368 #: frontends/src/jp/cmd_blog.py:805 | |
369 #, python-brace-format | |
370 msgid "" | |
371 "\n" | |
372 "To redirect old URLs to new ones, put the following lines in your sat.conf " | |
373 "file, in [libervia] section:\n" | |
374 "\n" | |
375 "{conf}" | |
376 msgstr "" | |
377 | |
378 #: frontends/src/jp/cmd_blog.py:808 | |
379 msgid "Error while uploading blog: {}" | |
380 msgstr "" | |
381 | |
382 #: frontends/src/jp/cmd_blog.py:811 | |
383 #, python-brace-format | |
384 msgid "Error while trying to upload a blog: {reason}" | |
385 msgstr "" | |
386 | |
387 #: frontends/src/jp/cmd_blog.py:818 | |
388 #, python-brace-format | |
389 msgid "{name} argument can't be used without location argument" | |
390 msgstr "" | |
391 | |
392 #: frontends/src/jp/cmd_blog.py:854 | |
393 msgid "blog/microblog management" | |
394 msgstr "" | |
395 | |
396 #: frontends/src/jp/cmd_bookmarks.py:32 | |
397 #, python-format | |
398 msgid "storage location (default: %(default)s)" | |
399 msgstr "" | |
400 | |
401 #: frontends/src/jp/cmd_bookmarks.py:33 | |
402 #, python-format | |
403 msgid "bookmarks type (default: %(default)s)" | |
404 msgstr "" | |
405 | |
406 #: frontends/src/jp/cmd_bookmarks.py:42 | |
407 msgid "list bookmarks" | |
408 msgstr "" | |
409 | |
410 #: frontends/src/jp/cmd_bookmarks.py:70 | |
411 msgid "remove a bookmark" | |
412 msgstr "" | |
413 | |
414 #: frontends/src/jp/cmd_bookmarks.py:75 frontends/src/jp/cmd_bookmarks.py:89 | |
415 msgid "jid (for muc bookmark) or url of to remove" | |
416 msgstr "" | |
417 | |
418 #: frontends/src/jp/cmd_bookmarks.py:84 src/plugins/plugin_xep_0048.py:252 | |
419 msgid "add a bookmark" | |
420 msgstr "" | |
421 | |
422 #: frontends/src/jp/cmd_bookmarks.py:90 | |
423 msgid "bookmark name" | |
424 msgstr "" | |
425 | |
426 #: frontends/src/jp/cmd_bookmarks.py:91 | |
427 msgid "MUC specific options" | |
428 msgstr "" | |
429 | |
430 #: frontends/src/jp/cmd_bookmarks.py:92 | |
431 msgid "nickname" | |
432 msgstr "" | |
433 | |
434 #: frontends/src/jp/cmd_bookmarks.py:93 | |
435 msgid "join room on profile connection" | |
436 msgstr "" | |
437 | |
438 #: frontends/src/jp/cmd_bookmarks.py:98 | |
439 msgid "You can't use --autojoin or --nick with --type url" | |
440 msgstr "" | |
441 | |
442 #: frontends/src/jp/cmd_bookmarks.py:114 | |
443 msgid "manage bookmarks" | |
444 msgstr "" | |
445 | |
446 #: frontends/src/jp/cmd_debug.py:49 | |
447 msgid "call a bridge method" | |
448 msgstr "" | |
449 | |
450 #: frontends/src/jp/cmd_debug.py:54 | |
451 msgid "name of the method to execute" | |
452 msgstr "" | |
453 | |
454 #: frontends/src/jp/cmd_debug.py:55 | |
455 msgid "argument of the method" | |
456 msgstr "" | |
457 | |
458 #: frontends/src/jp/cmd_debug.py:63 | |
459 msgid "Error while executing {}: {}" | |
460 msgstr "" | |
461 | |
462 #: frontends/src/jp/cmd_debug.py:76 | |
463 msgid "bad arguments" | |
464 msgstr "" | |
465 | |
466 #: frontends/src/jp/cmd_debug.py:82 | |
467 msgid "send a fake signal from backend" | |
468 msgstr "" | |
469 | |
470 #: frontends/src/jp/cmd_debug.py:86 | |
471 msgid "name of the signal to send" | |
472 msgstr "" | |
473 | |
474 #: frontends/src/jp/cmd_debug.py:87 | |
475 msgid "argument of the signal" | |
476 msgstr "" | |
477 | |
478 #: frontends/src/jp/cmd_debug.py:101 | |
479 msgid "bridge s(t)imulation" | |
480 msgstr "" | |
481 | |
482 #: frontends/src/jp/cmd_debug.py:108 | |
483 msgid "debugging tools" | |
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
484 msgstr "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
485 |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
486 #: frontends/src/jp/cmd_file.py:38 |
2170 | 487 msgid "Send a file to a contact" |
488 msgstr "" | |
489 | |
490 #: frontends/src/jp/cmd_file.py:42 | |
491 msgid "a list of file" | |
492 msgstr "" | |
493 | |
494 #: frontends/src/jp/cmd_file.py:43 frontends/src/jp/cmd_message.py:44 | |
495 #: frontends/src/jp/cmd_pipe.py:42 | |
496 msgid "the destination jid" | |
497 msgstr "" | |
498 | |
499 #: frontends/src/jp/cmd_file.py:44 | |
500 msgid "make a bzip2 tarball" | |
501 msgstr "" | |
502 | |
503 #: frontends/src/jp/cmd_file.py:51 frontends/src/jp/cmd_file.py:121 | |
504 msgid "File copy started" | |
505 msgstr "" | |
506 | |
507 #: frontends/src/jp/cmd_file.py:54 | |
508 msgid "File sent successfully" | |
509 msgstr "" | |
510 | |
511 #: frontends/src/jp/cmd_file.py:57 | |
512 msgid "Error while sending file: {}" | |
513 msgstr "" | |
514 | |
515 #: frontends/src/jp/cmd_file.py:66 | |
516 #, python-brace-format | |
517 msgid "File request sent to {jid}" | |
518 msgstr "" | |
519 | |
520 #: frontends/src/jp/cmd_file.py:71 | |
521 #, python-brace-format | |
522 msgid "Can't send file to {jid}" | |
523 msgstr "" | |
524 | |
525 #: frontends/src/jp/cmd_file.py:75 | |
526 #, python-brace-format | |
527 msgid "Error while trying to send a file: {reason}" | |
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
528 msgstr "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
529 |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
530 #: frontends/src/jp/cmd_file.py:85 |
2170 | 531 msgid "[{}] is a dir ! Please send files inside or use compression" |
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
532 msgstr "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
533 |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
534 #: frontends/src/jp/cmd_file.py:93 |
2170 | 535 msgid "bz2 is an experimental option, use with caution" |
536 msgstr "" | |
537 | |
538 #: frontends/src/jp/cmd_file.py:95 | |
539 msgid "Starting compression, please wait..." | |
540 msgstr "" | |
541 | |
542 #: frontends/src/jp/cmd_file.py:100 | |
543 msgid "Adding {}" | |
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
544 msgstr "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
545 |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
546 #: frontends/src/jp/cmd_file.py:103 |
2170 | 547 msgid "Done !" |
548 msgstr "" | |
549 | |
550 #: frontends/src/jp/cmd_file.py:115 | |
551 msgid "Wait for a file to be sent by a contact" | |
552 msgstr "" | |
553 | |
554 #: frontends/src/jp/cmd_file.py:124 | |
555 msgid "File received successfully" | |
556 msgstr "" | |
557 | |
558 #: frontends/src/jp/cmd_file.py:127 | |
559 #, python-brace-format | |
560 msgid "hash checked: {algo}:{checksum}" | |
561 msgstr "" | |
562 | |
563 #: frontends/src/jp/cmd_file.py:132 | |
564 msgid "hash is checked but hash value is missing" | |
565 msgstr "" | |
566 | |
567 #: frontends/src/jp/cmd_file.py:134 | |
568 msgid "hash can't be verified" | |
569 msgstr "" | |
570 | |
571 #: frontends/src/jp/cmd_file.py:137 | |
572 msgid "Error while receiving file: {}" | |
573 msgstr "" | |
574 | |
575 #: frontends/src/jp/cmd_file.py:146 frontends/src/jp/cmd_pipe.py:73 | |
576 msgid "Action has no XMLUI" | |
577 msgstr "" | |
578 | |
579 #: frontends/src/jp/cmd_file.py:151 frontends/src/jp/cmd_pipe.py:78 | |
580 msgid "Invalid XMLUI received" | |
581 msgstr "" | |
582 | |
583 #: frontends/src/jp/cmd_file.py:161 frontends/src/jp/cmd_pipe.py:88 | |
584 msgid "Ignoring action without from_jid data" | |
585 msgstr "" | |
586 | |
587 #: frontends/src/jp/cmd_file.py:166 frontends/src/jp/cmd_file.py:185 | |
588 msgid "ignoring action without progress id" | |
589 msgstr "" | |
590 | |
591 #: frontends/src/jp/cmd_file.py:171 | |
592 msgid "File refused because overwrite is needed" | |
593 msgstr "" | |
594 | |
595 #: frontends/src/jp/cmd_file.py:187 | |
596 msgid "Overwriting needed" | |
597 msgstr "" | |
598 | |
599 #: frontends/src/jp/cmd_file.py:191 | |
600 msgid "Overwrite accepted" | |
601 msgstr "" | |
602 | |
603 #: frontends/src/jp/cmd_file.py:193 | |
604 msgid "Refused to overwrite" | |
605 msgstr "" | |
606 | |
607 #: frontends/src/jp/cmd_file.py:200 | |
608 msgid "JIDs accepted (accept everything if none is specified)" | |
609 msgstr "" | |
610 | |
611 #: frontends/src/jp/cmd_file.py:201 | |
612 msgid "accept multiple files (you'll have to stop manually)" | |
613 msgstr "" | |
614 | |
615 #: frontends/src/jp/cmd_file.py:202 | |
616 msgid "force overwritting of existing files (/!\\ name is choosed by sended)" | |
617 msgstr "" | |
618 | |
619 #: frontends/src/jp/cmd_file.py:203 | |
620 msgid "destination path (default: working directory)" | |
621 msgstr "" | |
622 | |
623 #: frontends/src/jp/cmd_file.py:209 | |
624 msgid "Given path is not a directory !" | |
625 msgstr "" | |
626 | |
627 #: frontends/src/jp/cmd_file.py:213 | |
628 msgid "waiting for incoming file request" | |
629 msgstr "" | |
630 | |
631 #: frontends/src/jp/cmd_file.py:219 | |
632 msgid "Upload a file" | |
633 msgstr "" | |
634 | |
635 #: frontends/src/jp/cmd_file.py:223 | |
636 msgid "file to upload" | |
637 msgstr "" | |
638 | |
639 #: frontends/src/jp/cmd_file.py:224 | |
640 msgid "jid of upload component (nothing to autodetect)" | |
641 msgstr "" | |
642 | |
643 #: frontends/src/jp/cmd_file.py:225 | |
644 msgid "ignore invalide TLS certificate" | |
645 msgstr "" | |
646 | |
647 #: frontends/src/jp/cmd_file.py:228 | |
648 msgid "File upload started" | |
649 msgstr "" | |
650 | |
651 #: frontends/src/jp/cmd_file.py:231 | |
652 msgid "File uploaded successfully" | |
653 msgstr "" | |
654 | |
655 #: frontends/src/jp/cmd_file.py:237 | |
656 msgid "URL to retrieve the file:" | |
657 msgstr "" | |
658 | |
659 #: frontends/src/jp/cmd_file.py:242 | |
660 msgid "Error while uploading file: {}" | |
661 msgstr "" | |
662 | |
663 #: frontends/src/jp/cmd_file.py:254 | |
664 msgid "Can't upload file" | |
665 msgstr "" | |
666 | |
667 #: frontends/src/jp/cmd_file.py:258 | |
668 #, python-brace-format | |
669 msgid "Error while trying to upload a file: {reason}" | |
670 msgstr "" | |
671 | |
672 #: frontends/src/jp/cmd_file.py:267 | |
673 msgid "[{}] is a dir! Can't upload a dir" | |
674 msgstr "" | |
675 | |
676 #: frontends/src/jp/cmd_file.py:283 | |
677 msgid "File sending/receiving" | |
678 msgstr "" | |
679 | |
680 #: frontends/src/jp/cmd_info.py:30 | |
681 msgid "service discovery" | |
682 msgstr "" | |
683 | |
684 #: frontends/src/jp/cmd_info.py:34 | |
685 msgid "entity to discover" | |
686 msgstr "" | |
687 | |
688 #: frontends/src/jp/cmd_info.py:35 | |
689 msgid "node to use" | |
690 msgstr "" | |
691 | |
692 #: frontends/src/jp/cmd_info.py:43 | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
693 #, python-format |
2170 | 694 msgid "Error while doing discovery [%s]" |
695 msgstr "" | |
696 | |
697 #: frontends/src/jp/cmd_info.py:90 | |
698 #, python-brace-format | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
699 msgid "" |
2170 | 700 "Features:\n" |
701 "\n" | |
702 "{features}" | |
703 msgstr "" | |
704 | |
705 #: frontends/src/jp/cmd_info.py:92 | |
706 #, python-brace-format | |
707 msgid "" | |
708 "Identities:\n" | |
709 "\n" | |
710 "{identities}" | |
711 msgstr "" | |
712 | |
713 #: frontends/src/jp/cmd_info.py:94 | |
714 #, python-brace-format | |
715 msgid "" | |
716 "Extensions:\n" | |
717 "\n" | |
718 "{extensions}" | |
719 msgstr "" | |
720 | |
721 #: frontends/src/jp/cmd_info.py:96 | |
722 #, python-brace-format | |
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
723 msgid "" |
2170 | 724 "Items:\n" |
725 "\n" | |
726 "{items}" | |
727 msgstr "" | |
728 | |
729 #: frontends/src/jp/cmd_info.py:109 | |
730 msgid "running session" | |
731 msgstr "" | |
732 | |
733 #: frontends/src/jp/cmd_info.py:113 | |
734 msgid "Entity to request" | |
735 msgstr "" | |
736 | |
737 #: frontends/src/jp/cmd_info.py:121 | |
738 #, python-format | |
739 msgid "Error while trying to get version [%s]" | |
740 msgstr "" | |
741 | |
742 #: frontends/src/jp/cmd_info.py:128 src/plugins/plugin_xep_0092.py:107 | |
743 #, python-format | |
744 msgid "Client name: %s" | |
745 msgstr "" | |
746 | |
747 #: frontends/src/jp/cmd_info.py:130 src/plugins/plugin_xep_0092.py:109 | |
748 #, python-format | |
749 msgid "Client version: %s" | |
750 msgstr "" | |
751 | |
752 #: frontends/src/jp/cmd_info.py:132 | |
753 #, python-format | |
754 msgid "Operating System: %s" | |
755 msgstr "" | |
756 | |
757 #: frontends/src/jp/cmd_info.py:141 | |
758 msgid "client version" | |
759 msgstr "" | |
760 | |
761 #: frontends/src/jp/cmd_info.py:155 | |
762 msgid "Error getting session infos: {}" | |
763 msgstr "" | |
764 | |
765 #: frontends/src/jp/cmd_info.py:163 | |
766 msgid "Get various pieces of information on entities" | |
767 msgstr "" | |
768 | |
769 #: frontends/src/jp/cmd_message.py:32 | |
770 msgid "send a message to a contact" | |
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
771 msgstr "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
772 |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
773 #: frontends/src/jp/cmd_message.py:35 |
2170 | 774 msgid "language of the message" |
775 msgstr "" | |
776 | |
777 #: frontends/src/jp/cmd_message.py:36 | |
778 msgid "" | |
779 "separate xmpp messages: send one message per line instead of one message " | |
780 "alone." | |
781 msgstr "" | |
782 | |
783 #: frontends/src/jp/cmd_message.py:37 | |
784 msgid "add a new line at the beginning of the input (usefull for ascii art ;))" | |
785 msgstr "" | |
786 | |
787 #: frontends/src/jp/cmd_message.py:38 | |
788 msgid "subject of the message" | |
789 msgstr "" | |
790 | |
791 #: frontends/src/jp/cmd_message.py:39 | |
792 msgid "language of subject" | |
793 msgstr "" | |
794 | |
795 #: frontends/src/jp/cmd_message.py:40 | |
796 msgid "type of the message" | |
797 msgstr "" | |
798 | |
799 #: frontends/src/jp/cmd_message.py:42 | |
800 msgid "XHTML body" | |
801 msgstr "" | |
802 | |
803 #: frontends/src/jp/cmd_message.py:43 | |
804 msgid "rich body" | |
805 msgstr "" | |
806 | |
807 #: frontends/src/jp/cmd_message.py:91 | |
808 msgid "messages handling" | |
809 msgstr "" | |
810 | |
811 #: frontends/src/jp/cmd_param.py:29 | |
812 msgid "Get a parameter value" | |
813 msgstr "" | |
814 | |
815 #: frontends/src/jp/cmd_param.py:32 frontends/src/jp/cmd_param.py:64 | |
816 msgid "Category of the parameter" | |
817 msgstr "" | |
818 | |
819 #: frontends/src/jp/cmd_param.py:33 frontends/src/jp/cmd_param.py:65 | |
820 #: frontends/src/jp/cmd_param.py:66 | |
821 msgid "Name of the parameter" | |
822 msgstr "" | |
823 | |
824 #: frontends/src/jp/cmd_param.py:34 | |
825 msgid "Name of the attribute to get" | |
826 msgstr "" | |
827 | |
828 #: frontends/src/jp/cmd_param.py:35 frontends/src/jp/cmd_param.py:67 | |
829 msgid "Security limit" | |
830 msgstr "" | |
831 | |
832 #: frontends/src/jp/cmd_param.py:61 | |
833 msgid "Set a parameter value" | |
834 msgstr "" | |
835 | |
836 #: frontends/src/jp/cmd_param.py:78 | |
837 msgid "Save parameters template to xml file" | |
838 msgstr "" | |
839 | |
840 #: frontends/src/jp/cmd_param.py:81 | |
841 msgid "Output file" | |
842 msgstr "" | |
843 | |
844 #: frontends/src/jp/cmd_param.py:86 | |
845 #, python-format | |
846 msgid "Parameters saved to file %s" | |
847 msgstr "" | |
848 | |
849 #: frontends/src/jp/cmd_param.py:88 | |
850 #, python-format | |
851 msgid "Can't save parameters to file %s" | |
852 msgstr "" | |
853 | |
854 #: frontends/src/jp/cmd_param.py:94 | |
855 msgid "Load parameters template from xml file" | |
856 msgstr "" | |
857 | |
858 #: frontends/src/jp/cmd_param.py:97 | |
859 msgid "Input file" | |
860 msgstr "" | |
861 | |
862 #: frontends/src/jp/cmd_param.py:102 | |
863 #, python-format | |
864 msgid "Parameters loaded from file %s" | |
865 msgstr "" | |
866 | |
867 #: frontends/src/jp/cmd_param.py:104 | |
868 #, python-format | |
869 msgid "Can't load parameters from file %s" | |
870 msgstr "" | |
871 | |
872 #: frontends/src/jp/cmd_param.py:111 | |
873 msgid "Save/load parameters template" | |
874 msgstr "" | |
875 | |
876 #: frontends/src/jp/cmd_pipe.py:38 | |
877 msgid "send a pipe a stream" | |
878 msgstr "" | |
879 | |
880 #: frontends/src/jp/cmd_pipe.py:60 | |
881 msgid "receive a pipe stream" | |
882 msgstr "" | |
883 | |
884 #: frontends/src/jp/cmd_pipe.py:64 | |
885 msgid "Jids accepted (none means \"accept everything\")" | |
886 msgstr "" | |
887 | |
888 #: frontends/src/jp/cmd_pipe.py:111 | |
889 msgid "stream piping through XMPP" | |
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
890 msgstr "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
891 |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
892 #: frontends/src/jp/cmd_profile.py:30 |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
893 msgid "The name of the profile" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
894 msgstr "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
895 |
2170 | 896 #: frontends/src/jp/cmd_profile.py:62 |
897 msgid "delete profile without confirmation" | |
898 msgstr "" | |
899 | |
900 #: frontends/src/jp/cmd_profile.py:72 | |
901 msgid "Profile deletion cancelled" | |
902 msgstr "" | |
903 | |
904 #: frontends/src/jp/cmd_profile.py:80 | |
905 msgid "get information about a profile" | |
906 msgstr "" | |
907 | |
908 #: frontends/src/jp/cmd_profile.py:82 src/plugins/plugin_xep_0048.py:256 | |
909 msgid "jid" | |
910 msgstr "" | |
911 | |
912 #: frontends/src/jp/cmd_profile.py:87 | |
913 msgid "show the XMPP password IN CLEAR TEXT" | |
914 msgstr "" | |
915 | |
916 #: frontends/src/jp/cmd_profile.py:103 | |
917 msgid "XMPP password" | |
918 msgstr "" | |
919 | |
920 #: frontends/src/jp/cmd_profile.py:113 | |
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
921 msgid "the password of the profile" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
922 msgstr "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
923 |
2170 | 924 #: frontends/src/jp/cmd_profile.py:139 |
925 msgid "set to component import name (entry point) if this is a component" | |
926 msgstr "" | |
927 | |
928 #: frontends/src/jp/cmd_profile.py:171 | |
929 msgid "set as default profile" | |
930 msgstr "" | |
931 | |
932 #: frontends/src/jp/cmd_roster.py:35 | |
933 msgid "Purge the roster from its contacts with no subscription" | |
934 msgstr "" | |
935 | |
936 #: frontends/src/jp/cmd_roster.py:39 | |
937 msgid "Also purge contacts with no 'from' subscription" | |
938 msgstr "" | |
939 | |
940 #: frontends/src/jp/cmd_roster.py:40 | |
941 msgid "Also purge contacts with no 'to' subscription" | |
942 msgstr "" | |
943 | |
944 #: frontends/src/jp/cmd_roster.py:46 frontends/src/jp/cmd_roster.py:110 | |
945 #: frontends/src/jp/cmd_roster.py:181 | |
946 #, python-format | |
947 msgid "Error while retrieving the contacts [%s]" | |
948 msgstr "" | |
949 | |
950 #: frontends/src/jp/cmd_roster.py:100 | |
951 msgid "Show statistics about a roster" | |
952 msgstr "" | |
953 | |
954 #: frontends/src/jp/cmd_roster.py:169 | |
955 msgid "Retrieve the roster contacts" | |
956 msgstr "" | |
957 | |
958 #: frontends/src/jp/cmd_roster.py:173 | |
959 msgid "Show the contacts' subscriptions" | |
960 msgstr "" | |
961 | |
962 #: frontends/src/jp/cmd_roster.py:174 | |
963 msgid "Show the contacts' groups" | |
964 msgstr "" | |
965 | |
966 #: frontends/src/jp/cmd_roster.py:175 | |
967 msgid "Show the contacts' names" | |
968 msgstr "" | |
969 | |
970 #: frontends/src/jp/cmd_roster.py:214 | |
971 msgid "Manage an entity's roster" | |
972 msgstr "" | |
973 | |
974 #: frontends/src/jp/output_template.py:100 | |
975 msgid "" | |
976 "Browser opening requested.\n" | |
977 "Temporary files are put in the following directory, you'll have to delete it " | |
978 "yourself once finished viewing: {}" | |
979 msgstr "" | |
980 | |
981 #: frontends/src/primitivus/chat.py:37 | |
982 msgid "{} occupants" | |
983 msgstr "" | |
984 | |
985 #: frontends/src/primitivus/chat.py:346 | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
986 msgid "Game" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
987 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
988 |
2170 | 989 #: frontends/src/primitivus/chat.py:429 |
990 #, python-brace-format | |
991 msgid "<= {nick} has left the room ({count})" | |
992 msgstr "" | |
993 | |
994 #: frontends/src/primitivus/chat.py:431 | |
995 #, python-brace-format | |
996 msgid "<=> {nick} re-entered the room ({count})" | |
997 msgstr "" | |
998 | |
999 #: frontends/src/primitivus/chat.py:466 | |
1000 #, python-brace-format | |
1001 msgid "You have been mentioned by {nick} in {room}" | |
1002 msgstr "" | |
1003 | |
1004 #: frontends/src/primitivus/chat.py:473 | |
1005 #, python-brace-format | |
1006 msgid "{entity} is talking to you" | |
1007 msgstr "" | |
1008 | |
1009 #: frontends/src/primitivus/chat.py:560 | |
1010 msgid "Results for searching the globbing pattern: {}" | |
1011 msgstr "" | |
1012 | |
1013 #: frontends/src/primitivus/chat.py:561 | |
1014 msgid "Type ':history <lines>' to reset the chat history" | |
1015 msgstr "" | |
1016 | |
1017 #: frontends/src/primitivus/chat.py:591 | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1018 #, python-format |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1019 msgid "Primitivus: %s is talking to you" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1020 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1021 |
2170 | 1022 #: frontends/src/primitivus/chat.py:593 |
69 | 1023 #, python-format |
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
1024 msgid "Primitivus: %(user)s mentioned you in room '%(room)s'" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
1025 msgstr "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
1026 |
2170 | 1027 #: frontends/src/primitivus/chat.py:599 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1028 msgid "Can't start game" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1029 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1030 |
2170 | 1031 #: frontends/src/primitivus/chat.py:599 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1032 msgid "You need to be exactly 4 peoples in the room to start a Tarot game" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1033 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1034 |
2170 | 1035 #: frontends/src/primitivus/chat.py:623 |
1036 msgid "Change title" | |
1037 msgstr "" | |
1038 | |
1039 #: frontends/src/primitivus/chat.py:624 | |
1040 msgid "Enter the new title" | |
1041 msgstr "" | |
1042 | |
1043 #: frontends/src/primitivus/contact_list.py:47 | |
1044 #: frontends/src/primitivus/primitivus:533 src/plugins/plugin_xep_0055.py:80 | |
1045 #: src/stdui/ui_contact_list.py:36 src/stdui/ui_contact_list.py:37 | |
1046 #: src/stdui/ui_contact_list.py:38 | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1047 msgid "Contacts" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1048 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1049 |
2170 | 1050 #: frontends/src/primitivus/game_tarot.py:267 |
1051 msgid "Please choose your contrat" | |
1052 msgstr "" | |
1053 | |
1054 #: frontends/src/primitivus/game_tarot.py:283 | |
1055 #: src/plugins/plugin_misc_tarot.py:244 | |
1056 msgid "Draw game" | |
1057 msgstr "" | |
1058 | |
1059 #: frontends/src/primitivus/game_tarot.py:285 | |
1060 msgid "You win \\o/" | |
1061 msgstr "" | |
1062 | |
1063 #: frontends/src/primitivus/game_tarot.py:285 | |
1064 msgid "You loose :(" | |
1065 msgstr "" | |
1066 | |
1067 #: frontends/src/primitivus/game_tarot.py:297 | |
1068 msgid "Cards played are invalid !" | |
1069 msgstr "" | |
1070 | |
1071 #: frontends/src/primitivus/game_tarot.py:330 | |
1072 msgid "Do you put these cards in chien ?" | |
1073 msgstr "" | |
1074 | |
1075 #: frontends/src/primitivus/primitivus:91 | |
1076 msgid "Error while sending message ({})" | |
1077 msgstr "" | |
1078 | |
1079 #: frontends/src/primitivus/primitivus:136 | |
1080 msgid "Please specify the globbing pattern to search for" | |
1081 msgstr "" | |
1082 | |
1083 #: frontends/src/primitivus/primitivus:371 | |
1084 msgid "Configuration Error" | |
1085 msgstr "" | |
1086 | |
1087 #: frontends/src/primitivus/primitivus:371 | |
1088 msgid "" | |
1089 "Something went wrong while reading the configuration, please check :messages" | |
1090 msgstr "" | |
1091 | |
1092 #: frontends/src/primitivus/primitivus:498 | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1093 msgid "Pleeeeasse, I can't even breathe !" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1094 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1095 |
2170 | 1096 #: frontends/src/primitivus/primitivus:527 src/memory/params.py:81 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1097 msgid "General" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1098 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1099 |
2170 | 1100 #: frontends/src/primitivus/primitivus:528 |
1101 #: frontends/src/primitivus/profile_manager.py:53 | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1102 msgid "Connect" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1103 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1104 |
2170 | 1105 #: frontends/src/primitivus/primitivus:529 src/plugins/plugin_xep_0050.py:59 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1106 msgid "Disconnect" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1107 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1108 |
2170 | 1109 #: frontends/src/primitivus/primitivus:530 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1110 msgid "Parameters" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1111 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1112 |
2170 | 1113 #: frontends/src/primitivus/primitivus:531 |
1114 #: frontends/src/primitivus/primitivus:821 | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1115 msgid "About" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1116 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1117 |
2170 | 1118 #: frontends/src/primitivus/primitivus:532 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1119 msgid "Exit" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1120 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1121 |
2170 | 1122 #: frontends/src/primitivus/primitivus:534 src/plugins/plugin_xep_0048.py:61 |
1123 msgid "Groups" | |
1124 msgstr "" | |
1125 | |
1126 #: frontends/src/primitivus/primitivus:536 | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1127 msgid "Join room" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1128 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1129 |
2170 | 1130 #: frontends/src/primitivus/primitivus:541 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1131 msgid "Main menu" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1132 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1133 |
2170 | 1134 #: frontends/src/primitivus/primitivus:636 |
1135 #, python-brace-format | |
1136 msgid "{app}: a new event has just happened{entity}" | |
1137 msgstr "" | |
1138 | |
1139 #: frontends/src/primitivus/primitivus:706 | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1140 msgid "Chat menu" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1141 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1142 |
2170 | 1143 #: frontends/src/primitivus/primitivus:760 |
1144 #: frontends/src/primitivus/primitivus:801 | |
1145 #: frontends/src/quick_frontend/quick_profile_manager.py:130 | |
1146 #: src/plugins/plugin_misc_account.py:495 | |
1147 #: src/plugins/plugin_misc_account.py:538 | |
1148 #: src/plugins/plugin_misc_account.py:595 | |
1149 msgid "Error" | |
1150 msgstr "" | |
1151 | |
1152 #: frontends/src/primitivus/primitivus:760 | |
1153 msgid "Unmanaged action" | |
1154 msgstr "" | |
1155 | |
1156 #: frontends/src/primitivus/primitivus:771 | |
1157 msgid "unkown" | |
1158 msgstr "" | |
1159 | |
1160 #: frontends/src/primitivus/primitivus:801 | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1161 #, python-format |
2170 | 1162 msgid "Can't get parameters (%s)" |
1163 msgstr "" | |
1164 | |
1165 #: frontends/src/primitivus/primitivus:816 | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1166 msgid "Entering a MUC room" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1167 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1168 |
2170 | 1169 #: frontends/src/primitivus/primitivus:816 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1170 msgid "Please enter MUC's JID" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1171 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1172 |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1173 #: frontends/src/primitivus/profile_manager.py:36 |
2170 | 1174 msgid "Login:" |
1175 msgstr "" | |
1176 | |
1177 #: frontends/src/primitivus/profile_manager.py:37 | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1178 msgid "Password:" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1179 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1180 |
2170 | 1181 #: frontends/src/primitivus/profile_manager.py:45 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1182 msgid "New" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1183 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1184 |
2170 | 1185 #: frontends/src/primitivus/profile_manager.py:46 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1186 msgid "Delete" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1187 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1188 |
2170 | 1189 #: frontends/src/primitivus/profile_manager.py:58 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1190 msgid "Profile Manager" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1191 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1192 |
2170 | 1193 #: frontends/src/primitivus/profile_manager.py:108 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1194 msgid "Can't create profile" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1195 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1196 |
2170 | 1197 #: frontends/src/primitivus/profile_manager.py:115 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1198 msgid "New profile" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1199 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1200 |
2170 | 1201 #: frontends/src/primitivus/profile_manager.py:115 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1202 msgid "Please enter a new profile name" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1203 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1204 |
2170 | 1205 #: frontends/src/primitivus/profile_manager.py:120 |
1206 msgid "Are you sure you want to delete the profile {} ?" | |
1207 msgstr "" | |
1208 | |
1209 #: frontends/src/primitivus/progress.py:37 | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1210 msgid "Clear progress list" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1211 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1212 |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1213 #: frontends/src/primitivus/status.py:46 |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1214 msgid "Set your presence" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1215 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1216 |
2170 | 1217 #: frontends/src/primitivus/status.py:52 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1218 msgid "Set your status" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1219 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1220 |
2170 | 1221 #: frontends/src/primitivus/status.py:52 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1222 msgid "New status" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1223 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1224 |
2170 | 1225 #: frontends/src/primitivus/xmlui.py:81 |
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
1226 msgid "Unknown div_char" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
1227 msgstr "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
1228 |
2170 | 1229 #: frontends/src/primitivus/xmlui.py:405 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1230 msgid "Submit" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1231 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1232 |
2170 | 1233 #: frontends/src/primitivus/xmlui.py:407 frontends/src/primitivus/xmlui.py:418 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1234 msgid "Cancel" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1235 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1236 |
2170 | 1237 #: frontends/src/primitivus/xmlui.py:409 |
1238 msgid "OK" | |
1239 msgstr "" | |
1240 | |
1241 #: frontends/src/primitivus/xmlui.py:417 src/plugins/plugin_xep_0048.py:263 | |
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
1242 msgid "Save" |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1243 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1244 |
2170 | 1245 #: frontends/src/quick_frontend/constants.py:27 |
1246 #: src/plugins/plugin_xep_0050.py:54 | |
1247 msgid "Online" | |
1248 msgstr "" | |
1249 | |
1250 #: frontends/src/quick_frontend/constants.py:28 | |
1251 #: src/plugins/plugin_xep_0050.py:56 | |
1252 msgid "Free for chat" | |
1253 msgstr "" | |
1254 | |
1255 #: frontends/src/quick_frontend/constants.py:29 | |
1256 msgid "Away from keyboard" | |
1257 msgstr "" | |
1258 | |
1259 #: frontends/src/quick_frontend/constants.py:30 | |
1260 #: src/plugins/plugin_xep_0050.py:57 | |
1261 msgid "Do not disturb" | |
1262 msgstr "" | |
1263 | |
1264 #: frontends/src/quick_frontend/constants.py:31 | |
1265 msgid "Extended away" | |
1266 msgstr "" | |
1267 | |
1268 #: frontends/src/quick_frontend/quick_app.py:81 | |
1269 msgid "Error while trying to get autodisconnect param, ignoring: {}" | |
1270 msgstr "" | |
1271 | |
1272 #: frontends/src/quick_frontend/quick_app.py:174 | |
1273 #, python-brace-format | |
1274 msgid "Can't get profile parameter: {msg}" | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1275 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1276 |
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
1277 #: frontends/src/quick_frontend/quick_app.py:453 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1278 #, python-format |
2170 | 1279 msgid "Can't connect profile [%s]" |
1280 msgstr "" | |
1281 | |
1282 #: frontends/src/quick_frontend/quick_app.py:510 | |
1283 msgid "Connected" | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1284 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1285 |
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
1286 #: frontends/src/quick_frontend/quick_app.py:517 |
2170 | 1287 msgid "Disconnected" |
1288 msgstr "" | |
1289 | |
1290 #: frontends/src/quick_frontend/quick_app.py:574 | |
1291 #, python-format | |
1292 msgid "" | |
1293 "presence update for %(entity)s (show=%(show)s, priority=%(priority)s, " | |
1294 "statuses=%(statuses)s) [profile:%(profile)s]" | |
1295 msgstr "" | |
1296 | |
1297 #: frontends/src/quick_frontend/quick_app.py:783 | |
1298 #, python-format | |
1299 msgid "The contact %s has accepted your subscription" | |
1300 msgstr "" | |
1301 | |
1302 #: frontends/src/quick_frontend/quick_app.py:783 | |
1303 #: frontends/src/quick_frontend/quick_app.py:790 | |
1304 msgid "Subscription confirmation" | |
1305 msgstr "" | |
1306 | |
1307 #: frontends/src/quick_frontend/quick_app.py:786 | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1308 #, python-format |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1309 msgid "The contact %s has refused your subscription" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1310 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1311 |
2170 | 1312 #: frontends/src/quick_frontend/quick_app.py:786 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1313 msgid "Subscription refusal" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1314 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1315 |
2170 | 1316 #: frontends/src/quick_frontend/quick_app.py:790 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1317 #, python-format |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1318 msgid "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1319 "The contact %s wants to subscribe to your presence.\n" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1320 "Do you accept ?" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1321 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1322 |
2170 | 1323 #: frontends/src/quick_frontend/quick_app.py:813 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1324 #, python-format |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1325 msgid "param update: [%(namespace)s] %(name)s = %(value)s" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1326 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1327 |
2170 | 1328 #: frontends/src/quick_frontend/quick_app.py:815 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1329 #, python-format |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1330 msgid "Changing JID to %s" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1331 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1332 |
2170 | 1333 #: frontends/src/quick_frontend/quick_chat.py:434 |
1334 msgid "now we print the history" | |
1335 msgstr "" | |
1336 | |
1337 #: frontends/src/quick_frontend/quick_chat.py:436 | |
1338 msgid " ({} messages)" | |
1339 msgstr "" | |
1340 | |
1341 #: frontends/src/quick_frontend/quick_chat.py:478 | |
1342 msgid "Can't get history: {}" | |
1343 msgstr "" | |
1344 | |
1345 #: frontends/src/quick_frontend/quick_contact_list.py:495 | |
1346 msgid "Trying to delete an unknow entity [{}]" | |
1347 msgstr "" | |
1348 | |
1349 #: frontends/src/quick_frontend/quick_contact_list.py:536 | |
1350 msgid "received presence from entity without resource: {}" | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1351 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1352 |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1353 #: frontends/src/quick_frontend/quick_contact_management.py:71 |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1354 msgid "Trying to get attribute for an unknown contact" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1355 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1356 |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1357 #: frontends/src/quick_frontend/quick_contact_management.py:87 |
2170 | 1358 msgid "INTERNAL ERROR: Key log.error" |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1359 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1360 |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1361 #: frontends/src/quick_frontend/quick_contact_management.py:99 |
69 | 1362 #, python-format |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1363 msgid "Trying to update an unknown contact: %s" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1364 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1365 |
2170 | 1366 #: frontends/src/quick_frontend/quick_games.py:74 |
1367 #, python-brace-format | |
1368 msgid "" | |
1369 "A {game} activity between {players} has been started, but you couldn't take " | |
1370 "part because your client doesn't support it." | |
1371 msgstr "" | |
1372 | |
1373 #: frontends/src/quick_frontend/quick_games.py:75 | |
1374 #, python-brace-format | |
1375 msgid "{game} Game" | |
1376 msgstr "" | |
1377 | |
1378 #: frontends/src/quick_frontend/quick_profile_manager.py:116 | |
1379 msgid "Trying to plug an unknown profile key ({})" | |
1380 msgstr "" | |
1381 | |
1382 #: frontends/src/quick_frontend/quick_profile_manager.py:118 | |
1383 msgid "Profile plugging in error" | |
1384 msgstr "" | |
1385 | |
1386 #: frontends/src/quick_frontend/quick_profile_manager.py:130 | |
1387 msgid "Can't get profile parameter" | |
1388 msgstr "" | |
1389 | |
1390 #: frontends/src/quick_frontend/quick_profile_manager.py:141 | |
1391 msgid "A profile with this name already exists" | |
1392 msgstr "" | |
1393 | |
1394 #: frontends/src/quick_frontend/quick_profile_manager.py:143 | |
1395 msgid "Profile creation cancelled by backend" | |
1396 msgstr "" | |
1397 | |
1398 #: frontends/src/quick_frontend/quick_profile_manager.py:145 | |
1399 msgid "You profile name is not valid" | |
1400 msgstr "" | |
1401 | |
1402 #: frontends/src/quick_frontend/quick_profile_manager.py:147 | |
1403 msgid "Can't create profile ({})" | |
1404 msgstr "" | |
1405 | |
1406 #: frontends/src/quick_frontend/quick_profile_manager.py:163 | |
1407 #: src/stdui/ui_profile_manager.py:65 | |
1408 msgid "Internal error" | |
1409 msgstr "" | |
1410 | |
1411 #: frontends/src/quick_frontend/quick_profile_manager.py:163 | |
1412 msgid "You can't connect manually and automatically at the same time" | |
1413 msgstr "" | |
1414 | |
1415 #: frontends/src/quick_frontend/quick_profile_manager.py:168 | |
1416 msgid "No profile selected" | |
1417 msgstr "" | |
1418 | |
1419 #: frontends/src/quick_frontend/quick_profile_manager.py:168 | |
1420 msgid "You need to create and select at least one profile before connecting" | |
1421 msgstr "" | |
1422 | |
1423 #: frontends/src/quick_frontend/quick_utils.py:38 | |
1424 msgid "" | |
1425 "\n" | |
1426 " %prog [options]\n" | |
1427 "\n" | |
1428 " %prog --help for options list\n" | |
1429 " " | |
1430 msgstr "" | |
1431 | |
1432 #: frontends/src/quick_frontend/quick_utils.py:45 | |
1433 msgid "Select the profile to use" | |
1434 msgstr "" | |
1435 | |
1436 #: frontends/src/tools/xmlui.py:193 | |
1437 msgid "Nothing to submit" | |
1438 msgstr "" | |
1439 | |
1440 #: frontends/src/tools/xmlui.py:337 | |
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
1441 msgid "XMLUI can have only one main container" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
1442 msgstr "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
1443 |
2170 | 1444 #: frontends/src/tools/xmlui.py:385 |
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
1445 #, python-format |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
1446 msgid "Unknown container [%s], using default one" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
1447 msgstr "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
1448 |
2170 | 1449 #: frontends/src/tools/xmlui.py:394 |
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
1450 msgid "Internal Error, container has not _xmluiAppend method" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
1451 msgstr "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
1452 |
2170 | 1453 #: frontends/src/tools/xmlui.py:472 |
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
1454 #, python-format |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
1455 msgid "FIXME FIXME FIXME: widget type [%s] is not implemented" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
1456 msgstr "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
1457 |
2170 | 1458 #: frontends/src/tools/xmlui.py:473 |
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
1459 #, python-format |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
1460 msgid "FIXME FIXME FIXME: type [%s] is not implemented" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
1461 msgstr "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
1462 |
2170 | 1463 #: frontends/src/tools/xmlui.py:481 |
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
1464 #, python-format |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
1465 msgid "No change listener on [%s]" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
1466 msgstr "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
1467 |
2170 | 1468 #: frontends/src/tools/xmlui.py:498 |
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
1469 #, python-format |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
1470 msgid "Unknown tag [%s]" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
1471 msgstr "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
1472 |
2170 | 1473 #: frontends/src/tools/xmlui.py:548 |
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
1474 msgid "No callback_id found" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
1475 msgstr "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
1476 |
2170 | 1477 #: frontends/src/tools/xmlui.py:580 |
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
1478 #, python-format |
2170 | 1479 msgid "FIXME: XMLUI internal action [%s] is not implemented" |
1480 msgstr "" | |
1481 | |
1482 #: frontends/src/tools/xmlui.py:667 frontends/src/tools/xmlui.py:677 | |
1483 msgid "The form data is not sent back, the type is not managed properly" | |
1484 msgstr "" | |
1485 | |
1486 #: frontends/src/tools/xmlui.py:672 | |
1487 msgid "Cancelling form" | |
1488 msgstr "" | |
1489 | |
1490 #: frontends/src/tools/xmlui.py:778 | |
1491 msgid "You must register classes with registerClass before creating a XMLUI" | |
1492 msgstr "" | |
1493 | |
1494 #: src/core/sat_main.py:149 | |
1495 msgid "Memory initialised" | |
1496 msgstr "" | |
1497 | |
1498 #: src/core/sat_main.py:154 | |
1499 msgid "Backend is ready" | |
1500 msgstr "" | |
1501 | |
1502 #: src/core/sat_main.py:189 | |
1503 #, python-brace-format | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1504 msgid "" |
2170 | 1505 "Can't import plugin [{path}]:\n" |
1506 "{error}" | |
1507 msgstr "" | |
1508 | |
1509 #: src/core/sat_main.py:202 | |
1510 #, python-brace-format | |
1511 msgid "{type} type must be used with {mode} mode, ignoring plugin" | |
1512 msgstr "" | |
1513 | |
1514 #: src/core/sat_main.py:208 | |
1515 #, python-brace-format | |
1516 msgid "" | |
1517 "Name conflict for import name [{import_name}], can't import plugin [{name}]" | |
1518 msgstr "" | |
1519 | |
1520 #: src/core/sat_main.py:234 | |
1521 msgid "Recommended plugin not found: {}" | |
1522 msgstr "" | |
1523 | |
1524 #: src/core/sat_main.py:248 | |
1525 #, python-brace-format | |
1526 msgid "Can't import plugin {name}: {error}" | |
1527 msgstr "" | |
1528 | |
1529 #: src/core/sat_main.py:311 | |
69 | 1530 msgid "already connected !" |
1531 msgstr "" | |
1532 | |
2170 | 1533 #: src/core/sat_main.py:331 |
69 | 1534 msgid "not connected !" |
1535 msgstr "" | |
1536 | |
2170 | 1537 #: src/core/sat_main.py:406 |
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
1538 msgid "Trying to remove reference to a client not referenced" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
1539 msgstr "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
1540 |
2170 | 1541 #: src/core/sat_main.py:418 |
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
1542 msgid "running app" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
1543 msgstr "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
1544 |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
1545 #: src/core/sat_main.py:422 |
2170 | 1546 msgid "stopping app" |
1547 msgstr "" | |
1548 | |
1549 #: src/core/sat_main.py:482 | |
1550 msgid "Unexpected error: {}" | |
1551 msgstr "" | |
1552 | |
1553 #: src/core/sat_main.py:498 | |
69 | 1554 msgid "asking connection status for a non-existant profile" |
1555 msgstr "" | |
1556 | |
2170 | 1557 #: src/core/sat_main.py:538 |
69 | 1558 #, python-format |
194 | 1559 msgid "subsciption request [%(subs_type)s] for %(jid)s" |
69 | 1560 msgstr "" |
1561 | |
2170 | 1562 #: src/core/sat_main.py:654 |
69 | 1563 msgid "Trying to remove an unknow progress callback" |
1564 msgstr "" | |
1565 | |
2170 | 1566 #: src/core/sat_main.py:738 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1567 msgid "id already registered" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1568 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1569 |
2170 | 1570 #: src/core/sat_main.py:776 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1571 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:
391
diff
changeset
|
1572 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1573 |
2170 | 1574 #: src/core/sat_main.py:858 |
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
1575 msgid "A menu with the same path and type already exists" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
1576 msgstr "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
1577 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1578 #: src/core/xmpp.py:120 |
2170 | 1579 msgid "Can't parse port value, using default value" |
1580 msgstr "" | |
1581 | |
1582 #: src/core/xmpp.py:141 | |
1583 msgid "setting plugins parents" | |
1584 msgstr "" | |
1585 | |
1586 #: src/core/xmpp.py:160 | |
1587 msgid "Plugins initialisation error" | |
1588 msgstr "" | |
1589 | |
1590 #: src/core/xmpp.py:177 | |
1591 msgid "Error while disconnecting: {}" | |
1592 msgstr "" | |
1593 | |
1594 #: src/core/xmpp.py:191 | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1595 #, python-format |
2170 | 1596 msgid "********** [%s] CONNECTED **********" |
1597 msgstr "" | |
1598 | |
1599 #: src/core/xmpp.py:200 | |
1600 msgid "XML stream is initialized" | |
1601 msgstr "" | |
1602 | |
1603 #: src/core/xmpp.py:216 | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1604 #, python-format |
2170 | 1605 msgid "ERROR: XMPP connection failed for profile '%(profile)s': %(reason)s" |
1606 msgstr "" | |
1607 | |
1608 #: src/core/xmpp.py:230 | |
1609 msgid "No keep_alife" | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1610 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1611 |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1612 #: src/core/xmpp.py:235 |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1613 #, python-format |
2170 | 1614 msgid "********** [%s] DISCONNECTED **********" |
1615 msgstr "" | |
1616 | |
1617 #: src/core/xmpp.py:257 | |
1618 msgid "Disconnecting..." | |
1619 msgstr "" | |
1620 | |
1621 #: src/core/xmpp.py:401 | |
1622 #, python-brace-format | |
1623 msgid "Sending message (type {type}, to {to})" | |
1624 msgstr "" | |
1625 | |
1626 #: src/core/xmpp.py:407 | |
1627 msgid "" | |
1628 "Triggers, storage and echo have been inhibited by the 'send_only' parameter" | |
1629 msgstr "" | |
1630 | |
1631 #: src/core/xmpp.py:447 | |
1632 msgid "No message found" | |
1633 msgstr "" | |
1634 | |
1635 #: src/core/xmpp.py:581 | |
1636 #, python-brace-format | |
1637 msgid "The requested entry point ({entry_point}) is not available" | |
1638 msgstr "" | |
1639 | |
1640 #: src/core/xmpp.py:615 | |
1641 #, python-brace-format | |
1642 msgid "" | |
1643 "Plugin {current_name} if needed for {entry_name}, but it doesn't handle " | |
1644 "component mode" | |
1645 msgstr "" | |
1646 | |
1647 #: src/core/xmpp.py:619 | |
1648 msgid "invalid plugin mode" | |
1649 msgstr "" | |
1650 | |
1651 #: src/core/xmpp.py:717 | |
1652 #, python-brace-format | |
1653 msgid "got message from: {from_}" | |
1654 msgstr "" | |
1655 | |
1656 #: src/core/xmpp.py:793 | |
1657 msgid "There's no subscription between you and [{}]!" | |
1658 msgstr "" | |
1659 | |
1660 #: src/core/xmpp.py:795 | |
1661 msgid "You are not subscribed to [{}]!" | |
1662 msgstr "" | |
1663 | |
1664 #: src/core/xmpp.py:797 | |
1665 msgid "[{}] is not subscribed to you!" | |
1666 msgstr "" | |
1667 | |
1668 #: src/core/xmpp.py:954 | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1669 #, python-format |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1670 msgid "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1671 "presence update for [%(entity)s] (available, show=%(show)s statuses=" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1672 "%(statuses)s priority=%(priority)d)" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1673 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1674 |
2170 | 1675 #: src/core/xmpp.py:975 |
194 | 1676 #, python-format |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1677 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:
391
diff
changeset
|
1678 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1679 |
2170 | 1680 #: src/core/xmpp.py:1038 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1681 msgid "sending automatic \"from\" subscription request" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1682 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1683 |
2170 | 1684 #: src/core/xmpp.py:1046 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1685 #, python-format |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1686 msgid "subscription approved for [%s]" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1687 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1688 |
2170 | 1689 #: src/core/xmpp.py:1050 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1690 #, python-format |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1691 msgid "unsubscription confirmed for [%s]" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1692 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1693 |
2170 | 1694 #: src/core/xmpp.py:1055 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1695 #, python-format |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1696 msgid "subscription request from [%s]" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1697 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1698 |
2170 | 1699 #: src/core/xmpp.py:1060 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1700 msgid "sending automatic subscription acceptance" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1701 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1702 |
2170 | 1703 #: src/core/xmpp.py:1068 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1704 #, python-format |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1705 msgid "unsubscription asked for [%s]" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1706 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1707 |
2170 | 1708 #: src/core/xmpp.py:1072 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1709 msgid "automatic contact deletion" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1710 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1711 |
2170 | 1712 #: src/core/xmpp.py:1104 |
1713 #, python-format | |
1714 msgid "Registration asked for %(user)s@%(host)s" | |
1715 msgstr "" | |
1716 | |
1717 #: src/core/xmpp.py:1107 | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1718 #, python-format |
2170 | 1719 msgid "Connection made with %s" |
1720 msgstr "" | |
1721 | |
1722 #: src/core/xmpp.py:1125 | |
1723 #, python-format | |
1724 msgid "Registration answer: %s" | |
1725 msgstr "" | |
1726 | |
1727 #: src/core/xmpp.py:1129 src/plugins/plugin_xep_0077.py:87 | |
1728 #: src/plugins/plugin_xep_0077.py:97 | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1729 #, python-format |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1730 msgid "Registration failure: %s" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1731 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1732 |
2170 | 1733 #: src/memory/disco.py:219 |
1734 #, python-format | |
1735 msgid "Error while requesting [%(jid)s]: %(error)s" | |
1736 msgstr "" | |
1737 | |
1738 #: src/memory/disco.py:307 | |
1739 #, python-format | |
1740 msgid "Capability hash generated: [%s]" | |
1741 msgstr "" | |
1742 | |
1743 #: src/memory/disco.py:348 | |
1744 msgid "invalid item (no jid)" | |
1745 msgstr "" | |
1746 | |
1747 #: src/memory/memory.py:219 | |
1748 msgid "" | |
1749 "A database has been found in the default local_dir for previous versions (< " | |
1750 "0.5)" | |
1751 msgstr "" | |
1752 | |
1753 #: src/memory/memory.py:227 | |
1754 msgid "Memory manager init" | |
1755 msgstr "" | |
1756 | |
1757 #: src/memory/memory.py:244 | |
1758 msgid "Loading default params template" | |
1759 msgstr "" | |
1760 | |
1761 #: src/memory/memory.py:276 | |
1762 #, python-format | |
1763 msgid "Parameters loaded from file: %s" | |
1764 msgstr "" | |
1765 | |
1766 #: src/memory/memory.py:279 | |
1767 #, python-format | |
1768 msgid "Can't load parameters from file: %s" | |
1769 msgstr "" | |
1770 | |
1771 #: src/memory/memory.py:294 | |
1772 #, python-format | |
1773 msgid "Parameters saved to file: %s" | |
1774 msgstr "" | |
1775 | |
1776 #: src/memory/memory.py:297 | |
1777 #, python-format | |
1778 msgid "Can't save parameters to file: %s" | |
1779 msgstr "" | |
1780 | |
1781 #: src/memory/memory.py:426 | |
1782 #, python-format | |
1783 msgid "[%s] Profile session purge" | |
1784 msgstr "" | |
1785 | |
1786 #: src/memory/memory.py:431 | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1787 #, python-format |
2170 | 1788 msgid "Trying to purge roster status cache for a profile not in memory: [%s]" |
1789 msgstr "" | |
1790 | |
1791 #: src/memory/memory.py:441 | |
1792 msgid "requesting no profiles at all" | |
1793 msgstr "" | |
1794 | |
1795 #: src/memory/memory.py:496 | |
1796 #, python-brace-format | |
1797 msgid "Can't find component {component} entry point" | |
1798 msgstr "" | |
1799 | |
1800 #: src/memory/memory.py:740 | |
1801 msgid "Trying to get entity data for a non-existant profile" | |
1802 msgstr "" | |
1803 | |
1804 #: src/memory/memory.py:929 | |
1805 msgid "Need a bare jid to delete all resources" | |
1806 msgstr "" | |
1807 | |
1808 #: src/memory/memory.py:954 | |
1809 #, python-format | |
1810 msgid "Trying to encrypt a value for %s while the personal key is undefined!" | |
1811 msgstr "" | |
1812 | |
1813 #: src/memory/memory.py:969 | |
1814 #, python-format | |
1815 msgid "Trying to decrypt a value for %s while the personal key is undefined!" | |
1816 msgstr "" | |
1817 | |
1818 #: src/memory/memory.py:992 | |
1819 #, python-format | |
1820 msgid "Personal data (%(ns)s, %(key)s) has been successfuly encrypted" | |
1821 msgstr "" | |
1822 | |
1823 #: src/memory/memory.py:1019 | |
1824 msgid "Asking waiting subscriptions for a non-existant profile" | |
1825 msgstr "" | |
1826 | |
1827 #: src/memory/params.py:82 | |
194 | 1828 msgid "Connection" |
1829 msgstr "" | |
1830 | |
2170 | 1831 #: src/memory/params.py:84 |
1832 msgid "Chat history limit" | |
1833 msgstr "" | |
1834 | |
1835 #: src/memory/params.py:86 | |
1836 msgid "Show offline contacts" | |
1837 msgstr "" | |
1838 | |
1839 #: src/memory/params.py:88 | |
1840 msgid "Show empty groups" | |
1841 msgstr "" | |
1842 | |
1843 #: src/memory/params.py:91 src/plugins/plugin_misc_register_account.py:74 | |
194 | 1844 msgid "Register new account" |
1845 msgstr "" | |
1846 | |
2170 | 1847 #: src/memory/params.py:92 |
194 | 1848 msgid "Connect on frontend startup" |
1849 msgstr "" | |
1850 | |
2170 | 1851 #: src/memory/params.py:93 |
194 | 1852 msgid "Disconnect on frontend closure" |
1853 msgstr "" | |
1854 | |
2170 | 1855 #: src/memory/params.py:154 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1856 #, python-format |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1857 msgid "Trying to purge cache of a profile not in memory: [%s]" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1858 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1859 |
2170 | 1860 #: src/memory/params.py:178 |
69 | 1861 msgid "The profile name already exists" |
1862 msgstr "" | |
1863 | |
2170 | 1864 #: src/memory/params.py:193 |
69 | 1865 msgid "Trying to delete an unknown profile" |
1866 msgstr "" | |
1867 | |
2170 | 1868 #: src/memory/params.py:199 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1869 msgid "Trying to delete a connected profile" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1870 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1871 |
2170 | 1872 #: src/memory/params.py:217 |
69 | 1873 msgid "No default profile, returning first one" |
1874 msgstr "" | |
1875 | |
2170 | 1876 #: src/memory/params.py:221 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1877 msgid "No profile exist yet" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1878 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1879 |
2170 | 1880 #: src/memory/params.py:229 |
1881 #, python-format | |
1882 msgid "Trying to access an unknown profile (%s)" | |
1883 msgstr "" | |
1884 | |
1885 #: src/memory/params.py:314 | |
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
1886 msgid "Trying to register frontends parameters with no specified app: aborted" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
1887 msgstr "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
1888 |
2170 | 1889 #: src/memory/params.py:319 |
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
1890 #, python-format |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
1891 msgid "Trying to register twice frontends parameters for %(app)s: aborted" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
1892 msgstr "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
1893 |
2170 | 1894 #: src/memory/params.py:330 |
69 | 1895 #, python-format |
1896 msgid "Can't determine default value for [%(category)s/%(name)s]: %(reason)s" | |
1897 msgstr "" | |
1898 | |
2170 | 1899 #: src/memory/params.py:346 src/memory/params.py:478 src/memory/params.py:523 |
69 | 1900 #, python-format |
1901 msgid "Requested param [%(name)s] in category [%(category)s] doesn't exist !" | |
1902 msgstr "" | |
1903 | |
2170 | 1904 #: src/memory/params.py:381 |
1905 #, python-format | |
1906 msgid "" | |
1907 "Unset parameter (%(cat)s, %(param)s) of type list will use the default " | |
1908 "option '%(value)s'" | |
1909 msgstr "" | |
1910 | |
1911 #: src/memory/params.py:385 | |
1912 #, python-format | |
1913 msgid "Parameter (%(cat)s, %(param)s) of type list has no default option!" | |
1914 msgstr "" | |
1915 | |
1916 #: src/memory/params.py:387 | |
1917 #, python-format | |
1918 msgid "" | |
1919 "Parameter (%(cat)s, %(param)s) of type list has more than one default option!" | |
1920 msgstr "" | |
1921 | |
1922 #: src/memory/params.py:444 | |
1923 msgid "The stored password could not be decrypted!" | |
1924 msgstr "" | |
1925 | |
1926 #: src/memory/params.py:494 | |
69 | 1927 msgid "Requesting a param for an non-existant profile" |
1928 msgstr "" | |
1929 | |
2170 | 1930 #: src/memory/params.py:498 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1931 msgid "Requesting synchronous param for not connected profile" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1932 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1933 |
2170 | 1934 #: src/memory/params.py:527 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1935 #, python-format |
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
1936 msgid "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
1937 "Trying to get parameter '%(param)s' in category '%(cat)s' without " |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
1938 "authorization!!!" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
1939 msgstr "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
1940 |
2170 | 1941 #: src/memory/params.py:539 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1942 msgid "Requesting a param for a non-existant profile" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1943 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1944 |
2170 | 1945 #: src/memory/params.py:564 src/memory/params.py:742 src/memory/params.py:759 |
69 | 1946 msgid "Asking params for inexistant profile" |
1947 msgstr "" | |
1948 | |
2170 | 1949 #: src/memory/params.py:817 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1950 msgid "Trying to set parameter for an unknown profile" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1951 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1952 |
2170 | 1953 #: src/memory/params.py:822 |
69 | 1954 #, python-format |
1955 msgid "Requesting an unknown parameter (%(category)s/%(name)s)" | |
1956 msgstr "" | |
1957 | |
2170 | 1958 #: src/memory/params.py:827 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1959 #, python-format |
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
1960 msgid "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
1961 "Trying to set parameter '%(param)s' in category '%(cat)s' without " |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
1962 "authorization!!!" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
1963 msgstr "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
1964 |
2170 | 1965 #: src/memory/params.py:839 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1966 #, python-format |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1967 msgid "" |
2170 | 1968 "Trying to set parameter '%(param)s' in category '%(cat)s' with an non-" |
1969 "integer value" | |
1970 msgstr "" | |
1971 | |
1972 #: src/memory/params.py:851 | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1973 #, python-format |
2170 | 1974 msgid "Setting parameter (%(category)s, %(name)s) = %(value)s" |
1975 msgstr "" | |
1976 | |
1977 #: src/memory/params.py:873 | |
1978 msgid "Trying to encrypt a password while the personal key is undefined!" | |
1979 msgstr "" | |
1980 | |
1981 #: src/memory/persistent.py:39 | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1982 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:
391
diff
changeset
|
1983 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1984 |
2170 | 1985 #: src/memory/sqlite.py:127 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1986 msgid "Connecting database" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1987 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1988 |
2170 | 1989 #: src/memory/sqlite.py:139 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1990 msgid "Can't activate foreign keys" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1991 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1992 |
2170 | 1993 #: src/memory/sqlite.py:142 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1994 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:
391
diff
changeset
|
1995 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1996 |
2170 | 1997 #: src/memory/sqlite.py:251 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1998 #, python-format |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
1999 msgid "Can't delete profile [%s]" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2000 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2001 |
2170 | 2002 #: src/memory/sqlite.py:269 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2003 #, python-format |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2004 msgid "Profile [%s] deleted" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2005 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2006 |
2170 | 2007 #: src/memory/sqlite.py:285 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2008 msgid "loading general parameters from database" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2009 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2010 |
2170 | 2011 #: src/memory/sqlite.py:300 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2012 msgid "loading individual parameters from database" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2013 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2014 |
2170 | 2015 #: src/memory/sqlite.py:324 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2016 #, python-format |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2017 msgid "Can't set general parameter (%(category)s/%(name)s) in database" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2018 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2019 |
2170 | 2020 #: src/memory/sqlite.py:337 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2021 #, python-format |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2022 msgid "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2023 "Can't set individual parameter (%(category)s/%(name)s) for [%(profile)s] in " |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2024 "database" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2025 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2026 |
2170 | 2027 #: src/memory/sqlite.py:350 |
2028 #, python-brace-format | |
2029 msgid "" | |
2030 "Can't save following {key} in history (uid: {uid}, lang:{lang}): {value}" | |
2031 msgstr "" | |
2032 | |
2033 #: src/memory/sqlite.py:360 | |
2034 #, python-brace-format | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2035 msgid "" |
2170 | 2036 "Can't save following thread in history (uid: {uid}): thread:{thread}), " |
2037 "parent:{parent}" | |
2038 msgstr "" | |
2039 | |
2040 #: src/memory/sqlite.py:379 | |
2041 #, python-brace-format | |
2042 msgid "" | |
2043 "Can't save following message in history: from [{from_jid}] to [{to_jid}] " | |
2044 "(uid: {uid})" | |
2045 msgstr "" | |
2046 | |
2047 #: src/memory/sqlite.py:535 | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2048 #, python-format |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2049 msgid "loading general private values [namespace: %s] from database" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2050 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2051 |
2170 | 2052 #: src/memory/sqlite.py:537 src/memory/sqlite.py:555 |
194 | 2053 #, python-format |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2054 msgid "No data present in database for namespace %s" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2055 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2056 |
2170 | 2057 #: src/memory/sqlite.py:552 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2058 #, python-format |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2059 msgid "loading individual private values [namespace: %s] from database" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2060 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2061 |
2170 | 2062 #: src/memory/sqlite.py:566 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2063 #, python-format |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2064 msgid "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2065 "Can't set general private value (%(key)s) [namespace:%(namespace)s] in " |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2066 "database" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2067 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2068 |
2170 | 2069 #: src/memory/sqlite.py:580 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2070 #, python-format |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2071 msgid "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2072 "Can't set individual private value (%(key)s) [namespace: %(namespace)s] for " |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2073 "[%(profile)s] in database" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2074 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2075 |
2170 | 2076 #: src/memory/sqlite.py:592 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2077 #, python-format |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2078 msgid "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2079 "Can't delete general private value (%(key)s) [namespace:%(namespace)s] in " |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2080 "database" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2081 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2082 |
2170 | 2083 #: src/memory/sqlite.py:605 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2084 #, python-format |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2085 msgid "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2086 "Can't delete individual private value (%(key)s) [namespace: %(namespace)s] " |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2087 "for [%(profile)s] in database" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2088 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2089 |
2170 | 2090 #: src/memory/sqlite.py:621 |
194 | 2091 #, python-format |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2092 msgid "loading general private binary values [namespace: %s] from database" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2093 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2094 |
2170 | 2095 #: src/memory/sqlite.py:623 src/memory/sqlite.py:641 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2096 #, python-format |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2097 msgid "No binary data present in database for namespace %s" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2098 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2099 |
2170 | 2100 #: src/memory/sqlite.py:638 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2101 #, python-format |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2102 msgid "loading individual private binary values [namespace: %s] from database" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2103 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2104 |
2170 | 2105 #: src/memory/sqlite.py:652 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2106 #, python-format |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2107 msgid "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2108 "Can't set general private binary value (%(key)s) [namespace:%(namespace)s] " |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2109 "in database" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2110 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2111 |
2170 | 2112 #: src/memory/sqlite.py:666 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2113 #, python-format |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2114 msgid "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2115 "Can't set individual binary private value (%(key)s) [namespace: " |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2116 "%(namespace)s] for [%(profile)s] in database" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2117 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2118 |
2170 | 2119 #: src/memory/sqlite.py:678 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2120 #, python-format |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2121 msgid "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2122 "Can't delete general private binary value (%(key)s) [namespace:" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2123 "%(namespace)s] in database" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2124 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2125 |
2170 | 2126 #: src/memory/sqlite.py:691 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2127 #, python-format |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2128 msgid "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2129 "Can't delete individual private binary value (%(key)s) [namespace: " |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2130 "%(namespace)s] for [%(profile)s] in database" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2131 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2132 |
2170 | 2133 #: src/memory/sqlite.py:761 |
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
2134 msgid "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
2135 "Your local schema is up-to-date, but database versions mismatch, fixing it..." |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
2136 msgstr "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
2137 |
2170 | 2138 #: src/memory/sqlite.py:771 |
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
2139 msgid "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
2140 "There is a schema mismatch, but as we are on a dev version, database will be " |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
2141 "updated" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
2142 msgstr "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
2143 |
2170 | 2144 #: src/memory/sqlite.py:775 |
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
2145 msgid "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
2146 "schema version is up-to-date, but local schema differ from expected current " |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
2147 "schema" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
2148 msgstr "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
2149 |
2170 | 2150 #: src/memory/sqlite.py:778 |
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
2151 #, python-format |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
2152 msgid "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
2153 "Here are the commands that should fix the situation, use at your own risk " |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
2154 "(do a backup before modifying database), you can go to SàT's MUC room at " |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
2155 "sat@chat.jabberfr.org for help\n" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
2156 "### SQL###\n" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
2157 "%s\n" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
2158 "### END SQL ###\n" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
2159 msgstr "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
2160 |
2170 | 2161 #: src/memory/sqlite.py:783 |
194 | 2162 msgid "" |
2170 | 2163 "Database content needs a specific processing, local database will be updated" |
2164 msgstr "" | |
2165 | |
2166 #: src/memory/sqlite.py:785 | |
2167 msgid "Database schema has changed, local database will be updated" | |
2168 msgstr "" | |
2169 | |
2170 #: src/plugins/plugin_adhoc_dbus.py:53 | |
2171 msgid "Add D-Bus management to Ad-Hoc commands" | |
2172 msgstr "" | |
2173 | |
2174 #: src/plugins/plugin_adhoc_dbus.py:60 | |
2175 msgid "plugin Ad-Hoc D-Bus initialization" | |
2176 msgstr "" | |
2177 | |
2178 #: src/plugins/plugin_adhoc_dbus.py:169 | |
2179 msgid "Command selection" | |
2180 msgstr "" | |
2181 | |
2182 #: src/plugins/plugin_adhoc_dbus.py:206 src/plugins/plugin_xep_0050.py:439 | |
2183 msgid "Updated" | |
2184 msgstr "" | |
2185 | |
2186 #: src/plugins/plugin_adhoc_dbus.py:210 | |
2187 msgid "Command sent" | |
2188 msgstr "" | |
2189 | |
2190 #: src/plugins/plugin_blog_import_dokuwiki.py:52 | |
2191 msgid "Blog importer for Dokuwiki blog engine." | |
2192 msgstr "" | |
2193 | |
2194 #: src/plugins/plugin_blog_import_dokuwiki.py:55 | |
2195 msgid "import posts from Dokuwiki blog engine" | |
2196 msgstr "" | |
2197 | |
2198 #: src/plugins/plugin_blog_import_dokuwiki.py:57 | |
194 | 2199 msgid "" |
2170 | 2200 "This importer handle Dokuwiki blog engine.\n" |
2201 "\n" | |
2202 "To use it, you need an admin access to a running Dokuwiki website\n" | |
2203 "(local or on the Internet). The importer retrieves the data using\n" | |
2204 "the XMLRPC Dokuwiki API.\n" | |
2205 "\n" | |
2206 "You can specify a namespace (that could be a namespace directory\n" | |
2207 "or a single post) or leave it empty to use the root namespace \"/\"\n" | |
2208 "and import all the posts.\n" | |
2209 "\n" | |
2210 "You can specify a new media repository to modify the internal\n" | |
2211 "media links and make them point to the URL of your choice, but\n" | |
2212 "note that the upload is not done automatically: a temporary\n" | |
2213 "directory will be created on your local drive and you will\n" | |
2214 "need to upload it yourself to your repository via SSH or FTP.\n" | |
2215 "\n" | |
2216 "Following options are recognized:\n" | |
2217 "\n" | |
2218 "location: DokuWiki site URL\n" | |
2219 "user: DokuWiki admin user\n" | |
2220 "passwd: DokuWiki admin password\n" | |
2221 "namespace: DokuWiki namespace to import (default: root namespace \"/\")\n" | |
2222 "media_repo: URL to the new remote media repository (default: none)\n" | |
2223 "limit: maximal number of posts to import (default: 100)\n" | |
2224 "\n" | |
2225 "Example of usage (with jp frontend):\n" | |
2226 "\n" | |
2227 "jp import dokuwiki -p dave --pwd xxxxxx --connect\n" | |
2228 " http://127.0.1.1 -o user souliane -o passwd qwertz\n" | |
2229 " -o namespace public:2015:10\n" | |
2230 " -o media_repo http://media.diekulturvermittlung.at\n" | |
2231 "\n" | |
2232 "This retrieves the 100 last blog posts from http://127.0.1.1 that\n" | |
2233 "are inside the namespace \"public:2015:10\" using the Dokuwiki user\n" | |
2234 "\"souliane\", and it imports them to sat profile dave's microblog node.\n" | |
2235 "Internal Dokuwiki media that were hosted on http://127.0.1.1 are now\n" | |
2236 "pointing to http://media.diekulturvermittlung.at.\n" | |
2237 msgstr "" | |
2238 | |
2239 #: src/plugins/plugin_blog_import_dokuwiki.py:341 | |
2240 msgid "plugin Dokuwiki Import initialization" | |
2241 msgstr "" | |
2242 | |
2243 #: src/plugins/plugin_blog_import_dokuwiki.py:371 | |
2244 #, python-brace-format | |
194 | 2245 msgid "" |
2170 | 2246 "DokuWiki media files will be *downloaded* to {temp_dir} - to finish the " |
2247 "import you have to upload them *manually* to {media_repo}" | |
2248 msgstr "" | |
2249 | |
2250 #: src/plugins/plugin_blog_import_dokuwiki.py:375 | |
194 | 2251 msgid "" |
2170 | 2252 "DokuWiki media files will be *uploaded* to the XMPP server. Hyperlinks to " |
2253 "these media may not been updated though." | |
2254 msgstr "" | |
2255 | |
2256 #: src/plugins/plugin_blog_import_dokuwiki.py:377 | |
2257 #, python-brace-format | |
194 | 2258 msgid "" |
2170 | 2259 "DokuWiki media files will *stay* on {location} - some of them may be " |
2260 "protected by DokuWiki ACL and will not be accessible." | |
2261 msgstr "" | |
2262 | |
2263 #: src/plugins/plugin_blog_import_dotclear.py:41 | |
2264 msgid "Blog importer for Dotclear blog engine." | |
2265 msgstr "" | |
2266 | |
2267 #: src/plugins/plugin_blog_import_dotclear.py:44 | |
2268 msgid "import posts from Dotclear blog engine" | |
2269 msgstr "" | |
2270 | |
2271 #: src/plugins/plugin_blog_import_dotclear.py:46 | |
2272 msgid "" | |
2273 "This importer handle Dotclear blog engine.\n" | |
194 | 2274 "\n" |
2170 | 2275 "To use it, you'll need to export your blog to a flat file.\n" |
2276 "You must go in your admin interface and select Plugins/Maintenance then " | |
2277 "Backup.\n" | |
2278 "Export only one blog if you have many, i.e. select \"Download database of " | |
2279 "current blog\"\n" | |
2280 "Depending on your configuration, your may need to use Import/Export plugin " | |
2281 "and export as a flat file.\n" | |
194 | 2282 "\n" |
2170 | 2283 "location: you must use the absolute path to your backup for the location " |
2284 "parameter\n" | |
2285 msgstr "" | |
2286 | |
2287 #: src/plugins/plugin_blog_import_dotclear.py:242 | |
2288 msgid "plugin Dotclear Import initialization" | |
2289 msgstr "" | |
2290 | |
2291 #: src/plugins/plugin_blog_import.py:44 | |
2292 msgid "" | |
2293 "Blog import management:\n" | |
2294 "This plugin manage the different blog importers which can register to it, " | |
2295 "and handler generic importing tasks." | |
2296 msgstr "" | |
2297 | |
2298 #: src/plugins/plugin_blog_import.py:62 | |
2299 msgid "plugin Blog Import initialization" | |
2300 msgstr "" | |
2301 | |
2302 #: src/plugins/plugin_comp_ep_test.py:36 src/plugins/plugin_exp_parrot.py:38 | |
2303 msgid "Implementation of parrot mode (repeat messages between 2 entities)" | |
2304 msgstr "" | |
2305 | |
2306 #: src/plugins/plugin_comp_ep_test.py:44 | |
2307 msgid "Plugin Test initialization" | |
2308 msgstr "" | |
2309 | |
2310 #: src/plugins/plugin_exp_command_export.py:38 | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2311 msgid "Implementation of command export" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2312 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2313 |
2170 | 2314 #: src/plugins/plugin_exp_command_export.py:89 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2315 msgid "Plugin command export initialization" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2316 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2317 |
2170 | 2318 #: src/plugins/plugin_exp_lang_detect.py:42 |
2319 msgid "Detect and set message language when unknown" | |
2320 msgstr "" | |
2321 | |
2322 #: src/plugins/plugin_exp_lang_detect.py:45 | |
2323 #: src/plugins/plugin_misc_watched.py:40 src/plugins/plugin_xep_0249.py:73 | |
2324 msgid "Misc" | |
2325 msgstr "" | |
2326 | |
2327 #: src/plugins/plugin_exp_lang_detect.py:47 | |
2328 msgid "language detection" | |
2329 msgstr "" | |
2330 | |
2331 #: src/plugins/plugin_exp_lang_detect.py:65 | |
2332 msgid "Language detection plugin initialization" | |
2333 msgstr "" | |
2334 | |
2335 #: src/plugins/plugin_exp_parrot.py:51 | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2336 msgid "Plugin Parrot initialization" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2337 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2338 |
2170 | 2339 #: src/plugins/plugin_exp_parrot.py:58 src/plugins/plugin_xep_0045.py:99 |
2340 #: src/plugins/plugin_xep_0048.py:73 src/plugins/plugin_xep_0092.py:54 | |
2341 #: src/plugins/plugin_xep_0249.py:89 | |
2342 msgid "Text commands not available" | |
2343 msgstr "" | |
2344 | |
2345 #: src/plugins/plugin_exp_pipe.py:40 | |
2346 msgid "Jingle Pipe Transfer experimental plugin" | |
2347 msgstr "" | |
2348 | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2349 #: src/plugins/plugin_exp_pipe.py:43 |
2170 | 2350 #, python-brace-format |
2351 msgid "{peer} wants to send you a pipe stream, do you accept ?" | |
2352 msgstr "" | |
2353 | |
2354 #: src/plugins/plugin_exp_pipe.py:44 | |
2355 msgid "Pipe stream" | |
2356 msgstr "" | |
2357 | |
2358 #: src/plugins/plugin_exp_pipe.py:50 | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2359 msgid "Plugin Pipe initialization" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2360 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2361 |
2170 | 2362 #: src/plugins/plugin_misc_account.py:48 |
2363 msgid "SàT account creation" | |
2364 msgstr "" | |
2365 | |
2366 #: src/plugins/plugin_misc_account.py:105 | |
2367 msgid "Prosody command succeed" | |
2368 msgstr "" | |
2369 | |
2370 #: src/plugins/plugin_misc_account.py:108 | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2371 #, python-format |
2170 | 2372 msgid "Can't complete Prosody command (error code: %(code)d): %(message)s" |
2373 msgstr "" | |
2374 | |
2375 #: src/plugins/plugin_misc_account.py:135 | |
2376 msgid "Plugin Account initialization" | |
2377 msgstr "" | |
2378 | |
2379 #: src/plugins/plugin_misc_account.py:145 | |
2380 #, python-format | |
2381 msgid "Can't find %s" | |
2382 msgstr "" | |
2383 | |
2384 #: src/plugins/plugin_misc_account.py:148 | |
2385 #, python-format | |
2386 msgid "Prosody path found: %s" | |
2387 msgstr "" | |
2388 | |
2389 #: src/plugins/plugin_misc_account.py:314 | |
2390 msgid "New Libervia account created" | |
2391 msgstr "" | |
2392 | |
2393 #: src/plugins/plugin_misc_account.py:326 | |
2394 #, python-brace-format | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2395 msgid "" |
2170 | 2396 "Welcome to Libervia, the web interface of Salut à Toi.\n" |
2397 "\n" | |
2398 "Your account on {domain} has been successfully created. This is a " | |
2399 "demonstration version to show you the current status of the project. It is " | |
2400 "still under development, please keep it in mind!\n" | |
2401 "\n" | |
2402 "Here is your connection information:\n" | |
2403 "\n" | |
2404 "Login on {domain}: {profile}\n" | |
2405 "Jabber ID (JID): {jid}\n" | |
2406 "Your password has been chosen by yourself during registration.\n" | |
2407 "\n" | |
2408 "In the beginning, you have nobody to talk to. To find some contacts, you may " | |
2409 "use the users' directory:\n" | |
2410 " - make yourself visible in \"Service / Directory subscription\".\n" | |
2411 " - search for people with \"Contacts\" / Search directory\".\n" | |
2412 "\n" | |
2413 "Any feedback welcome. Thank you!\n" | |
2414 "\n" | |
2415 "Salut à Toi association\n" | |
2416 "http://www.salut-a-toi.org\n" | |
2417 msgstr "" | |
2418 | |
2419 #: src/plugins/plugin_misc_account.py:346 | |
2420 msgid "Libervia account created" | |
2421 msgstr "" | |
2422 | |
2423 #: src/plugins/plugin_misc_account.py:372 | |
2424 msgid "Manage your account" | |
2425 msgstr "" | |
2426 | |
2427 #: src/plugins/plugin_misc_account.py:375 | |
2428 msgid "Change your password" | |
2429 msgstr "" | |
2430 | |
2431 #: src/plugins/plugin_misc_account.py:376 | |
2432 msgid "Current profile password" | |
2433 msgstr "" | |
2434 | |
2435 #: src/plugins/plugin_misc_account.py:378 | |
2436 msgid "New password" | |
2437 msgstr "" | |
2438 | |
2439 #: src/plugins/plugin_misc_account.py:380 | |
2440 msgid "New password (again)" | |
2441 msgstr "" | |
2442 | |
2443 #: src/plugins/plugin_misc_account.py:418 src/stdui/ui_profile_manager.py:62 | |
2444 msgid "The provided profile password doesn't match." | |
2445 msgstr "" | |
2446 | |
2447 #: src/plugins/plugin_misc_account.py:419 | |
2448 msgid "Attempt failure" | |
2449 msgstr "" | |
2450 | |
2451 #: src/plugins/plugin_misc_account.py:462 | |
2452 msgid "The values entered for the new password are not equal." | |
2453 msgstr "" | |
2454 | |
2455 #: src/plugins/plugin_misc_account.py:474 | |
2456 msgid "Change your password?" | |
2457 msgstr "" | |
2458 | |
2459 #: src/plugins/plugin_misc_account.py:475 | |
2460 msgid "" | |
2461 "Note for advanced users: this will actually change both your SàT profile " | |
2462 "password AND your XMPP account password." | |
2463 msgstr "" | |
2464 | |
2465 #: src/plugins/plugin_misc_account.py:476 | |
2466 msgid "Continue with changing the password?" | |
2467 msgstr "" | |
2468 | |
2469 #: src/plugins/plugin_misc_account.py:490 | |
2470 #: src/plugins/plugin_misc_register_account.py:108 | |
2471 msgid "Confirmation" | |
2472 msgstr "" | |
2473 | |
2474 #: src/plugins/plugin_misc_account.py:491 | |
2475 msgid "Your password has been changed." | |
2476 msgstr "" | |
2477 | |
2478 #: src/plugins/plugin_misc_account.py:496 | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2479 #, python-format |
2170 | 2480 msgid "Your password could not be changed: %s" |
2481 msgstr "" | |
2482 | |
2483 #: src/plugins/plugin_misc_account.py:507 | |
2484 msgid "Delete your account?" | |
2485 msgstr "" | |
2486 | |
2487 #: src/plugins/plugin_misc_account.py:508 | |
2488 msgid "" | |
2489 "If you confirm this dialog, you will be disconnected and then your XMPP " | |
2490 "account AND your SàT profile will both be DELETED." | |
2491 msgstr "" | |
2492 | |
2493 #: src/plugins/plugin_misc_account.py:509 | |
2494 msgid "contact list and messages history" | |
2495 msgstr "" | |
2496 | |
2497 #: src/plugins/plugin_misc_account.py:509 | |
2498 msgid "contact list, messages history, blog posts and comments" | |
2499 msgstr "" | |
2500 | |
2501 #: src/plugins/plugin_misc_account.py:510 | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2502 #, python-format |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2503 msgid "" |
2170 | 2504 "All your data stored on %(server)s, including your %(target)s will be erased." |
2505 msgstr "" | |
2506 | |
2507 #: src/plugins/plugin_misc_account.py:511 | |
2508 #: src/plugins/plugin_misc_account.py:558 | |
2509 #: src/plugins/plugin_misc_account.py:562 | |
2510 #: src/plugins/plugin_misc_account.py:566 | |
2511 msgid "" | |
2512 "There is no other confirmation dialog, this is the very last one! Are you " | |
2513 "sure?" | |
2514 msgstr "" | |
2515 | |
2516 #: src/plugins/plugin_misc_account.py:539 | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2517 #, python-format |
2170 | 2518 msgid "Your XMPP account could not be deleted: %s" |
2519 msgstr "" | |
2520 | |
2521 #: src/plugins/plugin_misc_account.py:555 | |
2522 msgid "Delete all your (micro-)blog posts and comments?" | |
2523 msgstr "" | |
2524 | |
2525 #: src/plugins/plugin_misc_account.py:556 | |
2526 msgid "" | |
2527 "If you confirm this dialog, all the (micro-)blog data you submitted will be " | |
2528 "erased." | |
2529 msgstr "" | |
2530 | |
2531 #: src/plugins/plugin_misc_account.py:557 | |
2532 msgid "" | |
2533 "These are the public and private posts and comments you sent to any group." | |
2534 msgstr "" | |
2535 | |
2536 #: src/plugins/plugin_misc_account.py:560 | |
2537 msgid "Delete all your (micro-)blog posts?" | |
2538 msgstr "" | |
2539 | |
2540 #: src/plugins/plugin_misc_account.py:561 | |
2541 msgid "" | |
2542 "If you confirm this dialog, all the public and private posts you sent to any " | |
2543 "group will be erased." | |
2544 msgstr "" | |
2545 | |
2546 #: src/plugins/plugin_misc_account.py:564 | |
2547 msgid "Delete all your (micro-)blog comments?" | |
2548 msgstr "" | |
2549 | |
2550 #: src/plugins/plugin_misc_account.py:565 | |
2551 msgid "" | |
2552 "If you confirm this dialog, all the public and private comments you made on " | |
2553 "other people's posts will be erased." | |
2554 msgstr "" | |
2555 | |
2556 #: src/plugins/plugin_misc_account.py:578 | |
2557 msgid "blog posts and comments" | |
2558 msgstr "" | |
2559 | |
2560 #: src/plugins/plugin_misc_account.py:581 | |
2561 msgid "blog posts" | |
2562 msgstr "" | |
2563 | |
2564 #: src/plugins/plugin_misc_account.py:584 | |
2565 msgid "comments" | |
2566 msgstr "" | |
2567 | |
2568 #: src/plugins/plugin_misc_account.py:588 | |
2569 msgid "Deletion confirmation" | |
2570 msgstr "" | |
2571 | |
2572 #: src/plugins/plugin_misc_account.py:590 | |
2573 #, python-format | |
2574 msgid "Your %(target)s have been deleted." | |
2575 msgstr "" | |
2576 | |
2577 #: src/plugins/plugin_misc_account.py:591 | |
2578 msgid "" | |
2579 "Known issue of the demo version: you need to refresh the page to make the " | |
2580 "deleted posts actually disappear." | |
2581 msgstr "" | |
2582 | |
2583 #: src/plugins/plugin_misc_account.py:596 | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2584 #, python-format |
2170 | 2585 msgid "Your %(target)s could not be deleted: %(message)s" |
2586 msgstr "" | |
2587 | |
2588 #: src/plugins/plugin_misc_android.py:35 | |
2589 msgid "Manage Android platform specificities, like pause or notifications" | |
2590 msgstr "" | |
2591 | |
2592 #: src/plugins/plugin_misc_android.py:45 | |
2593 msgid "Vibrate on notifications" | |
2594 msgstr "" | |
2595 | |
2596 #: src/plugins/plugin_misc_android.py:65 | |
2597 msgid "plugin Android initialization" | |
2598 msgstr "" | |
2599 | |
2600 #: src/plugins/plugin_misc_debug.py:34 | |
2601 msgid "Set of method to make development and debugging easier" | |
2602 msgstr "" | |
2603 | |
2604 #: src/plugins/plugin_misc_debug.py:41 | |
2605 msgid "Plugin Debug initialization" | |
2606 msgstr "" | |
2607 | |
2608 #: src/plugins/plugin_misc_extra_pep.py:37 | |
2609 msgid "Display messages from extra PEP services" | |
2610 msgstr "" | |
2611 | |
2612 #: src/plugins/plugin_misc_extra_pep.py:68 | |
2613 msgid "Plugin Extra PEP initialization" | |
2614 msgstr "" | |
2615 | |
2616 #: src/plugins/plugin_misc_file.py:39 | |
2617 msgid "" | |
2618 "File Tansfer Management:\n" | |
2619 "This plugin manage the various ways of sending a file, and choose the best " | |
2620 "one." | |
2621 msgstr "" | |
2622 | |
2623 #: src/plugins/plugin_misc_file.py:44 | |
2624 #, python-brace-format | |
2625 msgid "Please select a file to send to {peer}" | |
2626 msgstr "" | |
2627 | |
2628 #: src/plugins/plugin_misc_file.py:45 | |
2629 msgid "File sending" | |
2630 msgstr "" | |
2631 | |
2632 #: src/plugins/plugin_misc_file.py:46 | |
2633 #, python-brace-format | |
2634 msgid "" | |
2635 "{peer} wants to send the file \"{name}\" to you:\n" | |
2636 "{desc}\n" | |
2637 "\n" | |
2638 "The file has a size of {size_human}\n" | |
2639 "\n" | |
2640 "Do you accept ?" | |
2641 msgstr "" | |
2642 | |
2643 #: src/plugins/plugin_misc_file.py:47 | |
2644 msgid "Confirm file transfer" | |
2645 msgstr "" | |
2646 | |
2647 #: src/plugins/plugin_misc_file.py:48 | |
2648 msgid "File {} already exists, are you sure you want to overwrite ?" | |
2649 msgstr "" | |
2650 | |
2651 #: src/plugins/plugin_misc_file.py:49 | |
2652 msgid "File exists" | |
2653 msgstr "" | |
2654 | |
2655 #: src/plugins/plugin_misc_file.py:194 | |
2656 msgid "plugin File initialization" | |
2657 msgstr "" | |
2658 | |
2659 #: src/plugins/plugin_misc_file.py:198 | |
2660 msgid "Action" | |
2661 msgstr "" | |
2662 | |
2663 #: src/plugins/plugin_misc_file.py:198 | |
2664 msgid "send file" | |
2665 msgstr "" | |
2666 | |
2667 #: src/plugins/plugin_misc_file.py:198 | |
2668 msgid "Send a file" | |
2669 msgstr "" | |
2670 | |
2671 #: src/plugins/plugin_misc_file.py:244 src/plugins/plugin_xep_0100.py:77 | |
2672 msgid "Invalid JID" | |
2673 msgstr "" | |
2674 | |
2675 #: src/plugins/plugin_misc_groupblog.py:51 | |
2676 msgid "Implementation of microblogging fine permissions" | |
2677 msgstr "" | |
2678 | |
2679 #: src/plugins/plugin_misc_groupblog.py:59 | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2680 msgid "Group blog plugin initialization" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2681 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2682 |
2170 | 2683 #: src/plugins/plugin_misc_groupblog.py:77 |
2684 msgid "" | |
2685 "Server is not able to manage item-access pubsub, we can't use group blog" | |
2686 msgstr "" | |
2687 | |
2688 #: src/plugins/plugin_misc_groupblog.py:80 | |
2689 msgid "Server can manage group blogs" | |
2690 msgstr "" | |
2691 | |
2692 #: src/plugins/plugin_misc_imap.py:44 | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2693 msgid "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2694 "Create an Imap server that you can use to read your \"normal\" type messages" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2695 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2696 |
2170 | 2697 #: src/plugins/plugin_misc_imap.py:62 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2698 msgid "Plugin Imap Server initialization" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2699 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2700 |
2170 | 2701 #: src/plugins/plugin_misc_imap.py:69 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2702 #, python-format |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2703 msgid "Launching IMAP server on port %d" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2704 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2705 |
2170 | 2706 #: src/plugins/plugin_misc_imap.py:437 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2707 msgid "IMAP server connection started" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2708 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2709 |
2170 | 2710 #: src/plugins/plugin_misc_imap.py:440 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2711 #, python-format |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2712 msgid "IMAP server connection lost (reason: %s)" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2713 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2714 |
2170 | 2715 #: src/plugins/plugin_misc_ip.py:52 |
2716 msgid "This plugin help to discover our external IP address." | |
2717 msgstr "" | |
2718 | |
2719 #: src/plugins/plugin_misc_ip.py:57 | |
2720 msgid "Allow external get IP" | |
2721 msgstr "" | |
2722 | |
2723 #: src/plugins/plugin_misc_ip.py:60 | |
2724 msgid "Confirm external site request" | |
2725 msgstr "" | |
2726 | |
2727 #: src/plugins/plugin_misc_ip.py:61 | |
2728 #, python-brace-format | |
2729 msgid "" | |
2730 "To facilitate data transfer, we need to contact a website.\n" | |
2731 "A request will be done on {page}\n" | |
2732 "That means that administrators of {domain} can know that you use " | |
2733 "\"{app_name}\" and your IP Address.\n" | |
2734 "\n" | |
2735 "IP address is an identifier to locate you on Internet (similar to a phone " | |
2736 "number).\n" | |
2737 "\n" | |
2738 "Do you agree to do this request ?\n" | |
2739 msgstr "" | |
2740 | |
2741 #: src/plugins/plugin_misc_ip.py:90 | |
2742 msgid "plugin IP discovery initialization" | |
2743 msgstr "" | |
2744 | |
2745 #: src/plugins/plugin_misc_maildir.py:42 | |
2746 msgid "Intercept \"normal\" type messages, and put them in a Maildir type box" | |
2747 msgstr "" | |
2748 | |
2749 #: src/plugins/plugin_misc_maildir.py:46 | |
2750 msgid "Mail Server" | |
2751 msgstr "" | |
2752 | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2753 #: src/plugins/plugin_misc_maildir.py:47 |
2170 | 2754 msgid "Block \"normal\" messages propagation" |
2755 msgstr "" | |
2756 | |
2757 #: src/plugins/plugin_misc_maildir.py:71 | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2758 msgid "Plugin Maildir initialization" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2759 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2760 |
2170 | 2761 #: src/plugins/plugin_misc_maildir.py:141 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2762 msgid "Trying to remove an mailboxUser not referenced" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2763 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2764 |
2170 | 2765 #: src/plugins/plugin_misc_maildir.py:142 |
2766 #: src/plugins/plugin_misc_maildir.py:161 | |
2767 #: src/plugins/plugin_misc_maildir.py:300 | |
2768 #: src/plugins/plugin_misc_maildir.py:304 | |
2769 #: src/plugins/plugin_misc_maildir.py:308 | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2770 msgid "INTERNAL ERROR: " |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2771 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2772 |
2170 | 2773 #: src/plugins/plugin_misc_maildir.py:160 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2774 msgid "Boxname doesn't exist in internal data" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2775 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2776 |
2170 | 2777 #: src/plugins/plugin_misc_maildir.py:299 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2778 msgid "Trying to remove an observer for an inexistant mailbox" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2779 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2780 |
2170 | 2781 #: src/plugins/plugin_misc_maildir.py:303 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2782 msgid "Trying to remove an inexistant observer, no observer for this signal" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2783 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2784 |
2170 | 2785 #: src/plugins/plugin_misc_maildir.py:307 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2786 msgid "Trying to remove an inexistant observer" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2787 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2788 |
2170 | 2789 #: src/plugins/plugin_misc_nat-port.py:42 |
2790 msgid "Automatic NAT port mapping using UPnP" | |
2791 msgstr "" | |
2792 | |
2793 #: src/plugins/plugin_misc_nat-port.py:57 | |
2794 msgid "plugin NAT Port initialization" | |
2795 msgstr "" | |
2796 | |
2797 #: src/plugins/plugin_misc_quiz.py:41 | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2798 msgid "Implementation of Quiz game" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2799 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2800 |
2170 | 2801 #: src/plugins/plugin_misc_quiz.py:53 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2802 msgid "Plugin Quiz initialization" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2803 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2804 |
2170 | 2805 #: src/plugins/plugin_misc_quiz.py:253 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2806 msgid "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2807 "Bienvenue dans cette partie rapide de quizz, le premier à atteindre le score " |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2808 "de 9 remporte le jeu\n" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2809 "\n" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2810 "Attention, tu es prêt ?" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2811 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2812 |
2170 | 2813 #: src/plugins/plugin_misc_quiz.py:282 src/plugins/plugin_misc_tarot.py:507 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2814 #, python-format |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2815 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:
391
diff
changeset
|
2816 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2817 |
2170 | 2818 #: src/plugins/plugin_misc_quiz.py:330 src/plugins/plugin_misc_radiocol.py:252 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2819 #, python-format |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2820 msgid "Unmanaged game element: %s" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2821 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2822 |
2170 | 2823 #: src/plugins/plugin_misc_radiocol.py:53 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2824 msgid "Implementation of radio collective" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2825 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2826 |
2170 | 2827 #: src/plugins/plugin_misc_radiocol.py:71 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2828 msgid "Radio collective initialization" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2829 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2830 |
2170 | 2831 #: src/plugins/plugin_misc_radiocol.py:127 |
2832 msgid "" | |
2833 "The uploaded file has been rejected, only Ogg Vorbis and MP3 songs are " | |
2834 "accepted." | |
2835 msgstr "" | |
2836 | |
2837 #: src/plugins/plugin_misc_radiocol.py:146 | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2838 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:
391
diff
changeset
|
2839 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2840 |
2170 | 2841 #: src/plugins/plugin_misc_radiocol.py:182 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2842 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:
391
diff
changeset
|
2843 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2844 |
2170 | 2845 #: src/plugins/plugin_misc_radiocol.py:189 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2846 #, python-format |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2847 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:
391
diff
changeset
|
2848 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2849 |
2170 | 2850 #: src/plugins/plugin_misc_register_account.py:42 |
2851 msgid "Register XMPP account" | |
2852 msgstr "" | |
2853 | |
2854 #: src/plugins/plugin_misc_register_account.py:49 | |
2855 msgid "Plugin Register Account initialization" | |
2856 msgstr "" | |
2857 | |
2858 #: src/plugins/plugin_misc_register_account.py:67 | |
2859 msgid "Missing values" | |
2860 msgstr "" | |
2861 | |
2862 #: src/plugins/plugin_misc_register_account.py:68 | |
2863 msgid "No user JID or password given: can't register new account." | |
2864 msgstr "" | |
2865 | |
2866 #: src/plugins/plugin_misc_register_account.py:75 | |
2867 #, python-format | |
2868 msgid "" | |
2869 "Do you want to register a new XMPP account [%(user)s] on server %(server)s ?" | |
2870 msgstr "" | |
2871 | |
2872 #: src/plugins/plugin_misc_register_account.py:109 | |
2873 msgid "Registration successful." | |
2874 msgstr "" | |
2875 | |
2876 #: src/plugins/plugin_misc_register_account.py:113 | |
2877 msgid "Failure" | |
2878 msgstr "" | |
2879 | |
2880 #: src/plugins/plugin_misc_register_account.py:114 | |
2881 #, python-format | |
2882 msgid "Registration failed: %s" | |
2883 msgstr "" | |
2884 | |
2885 #: src/plugins/plugin_misc_register_account.py:117 | |
2886 msgid "Username already exists, please choose an other one." | |
2887 msgstr "" | |
2888 | |
2889 #: src/plugins/plugin_misc_room_game.py:47 | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2890 msgid "Base class for MUC games" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2891 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2892 |
2170 | 2893 #: src/plugins/plugin_misc_room_game.py:212 |
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
2894 #, python-format |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
2895 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:
772
diff
changeset
|
2896 msgstr "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
2897 |
2170 | 2898 #: src/plugins/plugin_misc_room_game.py:348 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2899 #, python-format |
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
2900 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:
772
diff
changeset
|
2901 msgstr "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
2902 |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
2903 #: src/plugins/plugin_misc_room_game.py:394 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2904 #, python-format |
2170 | 2905 msgid "" |
2906 "Still waiting for %(users)s before starting the game %(game)s in %(room)s" | |
2907 msgstr "" | |
2908 | |
2909 #: src/plugins/plugin_misc_room_game.py:423 | |
2910 #, python-format | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2911 msgid "Preparing room for %s game" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2912 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2913 |
2170 | 2914 #: src/plugins/plugin_misc_room_game.py:426 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2915 msgid "Unknown profile" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2916 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2917 |
2170 | 2918 #: src/plugins/plugin_misc_room_game.py:521 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2919 #, python-format |
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
2920 msgid "%(game)s game already created in room %(room)s" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
2921 msgstr "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
2922 |
2170 | 2923 #: src/plugins/plugin_misc_room_game.py:524 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2924 #, python-format |
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
2925 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:
772
diff
changeset
|
2926 msgstr "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
2927 |
2170 | 2928 #: src/plugins/plugin_misc_room_game.py:542 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2929 #, python-format |
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
2930 msgid "Creating %(game)s game in room %(room)s" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
2931 msgstr "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
2932 |
2170 | 2933 #: src/plugins/plugin_misc_room_game.py:545 |
2934 #: src/plugins/plugin_misc_room_game.py:574 | |
2935 #: src/plugins/plugin_misc_tarot.py:438 | |
2936 #, python-format | |
2937 msgid "profile %s is unknown" | |
2938 msgstr "" | |
2939 | |
2940 #: src/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:
391
diff
changeset
|
2941 #, python-format |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2942 msgid "new round for %s game" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2943 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2944 |
2170 | 2945 #: src/plugins/plugin_misc_smtp.py:45 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2946 msgid "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2947 "Create a SMTP server that you can use to send your \"normal\" type messages" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2948 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2949 |
2170 | 2950 #: src/plugins/plugin_misc_smtp.py:62 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2951 msgid "Plugin SMTP Server initialization" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2952 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2953 |
2170 | 2954 #: src/plugins/plugin_misc_smtp.py:69 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2955 #, python-format |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2956 msgid "Launching SMTP server on port %d" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2957 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2958 |
2170 | 2959 #: src/plugins/plugin_misc_smtp.py:95 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2960 #, python-format |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2961 msgid "Can't send message: %s" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2962 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2963 |
2170 | 2964 #: src/plugins/plugin_misc_smtp.py:200 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2965 msgid "SMTP server connection started" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2966 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2967 |
2170 | 2968 #: src/plugins/plugin_misc_smtp.py:204 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2969 #, python-format |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2970 msgid "SMTP server connection lost (reason: %s)" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2971 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
2972 |
2170 | 2973 #: src/plugins/plugin_misc_static_blog.py:41 |
2974 msgid "Plugin for static blogs" | |
2975 msgstr "" | |
2976 | |
2977 #: src/plugins/plugin_misc_static_blog.py:62 | |
2978 msgid "Page title" | |
2979 msgstr "" | |
2980 | |
2981 #: src/plugins/plugin_misc_static_blog.py:64 | |
2982 msgid "Banner URL" | |
2983 msgstr "" | |
2984 | |
2985 #: src/plugins/plugin_misc_static_blog.py:66 | |
2986 msgid "Keywords" | |
2987 msgstr "" | |
2988 | |
2989 #: src/plugins/plugin_misc_static_blog.py:68 | |
2990 msgid "Description" | |
2991 msgstr "" | |
2992 | |
2993 #: src/plugins/plugin_misc_static_blog.py:91 src/plugins/plugin_sec_otr.py:290 | |
2994 #: src/plugins/plugin_sec_otr.py:316 src/plugins/plugin_sec_otr.py:339 | |
2995 #: src/plugins/plugin_sec_otr.py:418 | |
2996 msgid "jid key is not present !" | |
2997 msgstr "" | |
2998 | |
2999 #: src/plugins/plugin_misc_static_blog.py:96 | |
3000 msgid "Not available" | |
3001 msgstr "" | |
3002 | |
3003 #: src/plugins/plugin_misc_static_blog.py:97 | |
3004 msgid "Retrieving a blog from an external domain is not implemented yet." | |
3005 msgstr "" | |
3006 | |
3007 #: src/plugins/plugin_misc_tarot.py:46 | |
194 | 3008 msgid "Implementation of Tarot card game" |
3009 msgstr "" | |
3010 | |
2170 | 3011 #: src/plugins/plugin_misc_tarot.py:58 |
194 | 3012 msgid "Plugin Tarot initialization" |
3013 msgstr "" | |
3014 | |
2170 | 3015 #: src/plugins/plugin_misc_tarot.py:64 |
194 | 3016 msgid "Passe" |
3017 msgstr "" | |
3018 | |
2170 | 3019 #: src/plugins/plugin_misc_tarot.py:64 |
194 | 3020 msgid "Petite" |
3021 msgstr "" | |
3022 | |
2170 | 3023 #: src/plugins/plugin_misc_tarot.py:64 |
194 | 3024 msgid "Garde" |
3025 msgstr "" | |
3026 | |
2170 | 3027 #: src/plugins/plugin_misc_tarot.py:64 |
194 | 3028 msgid "Garde Sans" |
3029 msgstr "" | |
3030 | |
2170 | 3031 #: src/plugins/plugin_misc_tarot.py:64 |
194 | 3032 msgid "Garde Contre" |
3033 msgstr "" | |
3034 | |
2170 | 3035 #: src/plugins/plugin_misc_tarot.py:107 |
194 | 3036 msgid "contrat selection" |
3037 msgstr "" | |
3038 | |
2170 | 3039 #: src/plugins/plugin_misc_tarot.py:120 |
194 | 3040 msgid "scores" |
3041 msgstr "" | |
3042 | |
2170 | 3043 #: src/plugins/plugin_misc_tarot.py:201 src/plugins/plugin_misc_tarot.py:232 |
194 | 3044 #, python-format |
3045 msgid "" | |
3046 "Player %(excuse_owner)s give %(card_waited)s to %(player_waiting)s for " | |
3047 "Excuse compensation" | |
3048 msgstr "" | |
3049 | |
2170 | 3050 #: src/plugins/plugin_misc_tarot.py:237 |
194 | 3051 #, python-format |
3052 msgid "" | |
3053 "%(excuse_owner)s keep the Excuse but has not card to give, %(winner)s is " | |
3054 "waiting for one" | |
3055 msgstr "" | |
3056 | |
2170 | 3057 #: src/plugins/plugin_misc_tarot.py:247 src/plugins/plugin_misc_tarot.py:319 |
194 | 3058 #, python-format |
3059 msgid "" | |
3060 "\n" | |
3061 "--\n" | |
3062 "%(player)s:\n" | |
3063 "score for this game ==> %(score_game)i\n" | |
3064 "total score ==> %(total_score)i" | |
3065 msgstr "" | |
3066 | |
2170 | 3067 #: src/plugins/plugin_misc_tarot.py:297 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3068 msgid "INTERNAL ERROR: contrat not managed (mispelled ?)" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3069 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3070 |
2170 | 3071 #: src/plugins/plugin_misc_tarot.py:316 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3072 #, python-format |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3073 msgid "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3074 "The attacker (%(attaquant)s) makes %(points)i and needs to make " |
2170 | 3075 "%(point_limit)i (%(nb_bouts)s oulder%(plural)s%(separator)s%(bouts)s): (s)he " |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3076 "%(victory)s" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3077 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3078 |
2170 | 3079 #: src/plugins/plugin_misc_tarot.py:377 |
194 | 3080 msgid "Internal error: unmanaged game stage" |
3081 msgstr "" | |
3082 | |
2170 | 3083 #: src/plugins/plugin_misc_tarot.py:396 src/plugins/plugin_misc_tarot.py:419 |
3084 msgid "session id doesn't exist, session has probably expired" | |
3085 msgstr "" | |
3086 | |
3087 #: src/plugins/plugin_misc_tarot.py:405 | |
194 | 3088 #, python-format |
3089 msgid "contrat [%(contrat)s] choosed by %(profile)s" | |
3090 msgstr "" | |
3091 | |
2170 | 3092 #: src/plugins/plugin_misc_tarot.py:440 |
194 | 3093 #, python-format |
3094 msgid "Cards played by %(profile)s: [%(cards)s]" | |
3095 msgstr "" | |
3096 | |
2170 | 3097 #: src/plugins/plugin_misc_tarot.py:542 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3098 msgid "Everybody is passing, round ended" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3099 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3100 |
2170 | 3101 #: src/plugins/plugin_misc_tarot.py:549 |
194 | 3102 #, python-format |
3103 msgid "%(player)s win the bid with %(contrat)s" | |
3104 msgstr "" | |
3105 | |
2170 | 3106 #: src/plugins/plugin_misc_tarot.py:570 |
194 | 3107 msgid "tarot: chien received" |
3108 msgstr "" | |
3109 | |
2170 | 3110 #: src/plugins/plugin_misc_tarot.py:621 |
194 | 3111 #, python-format |
3112 msgid "The winner of this trick is %s" | |
3113 msgstr "" | |
3114 | |
2170 | 3115 #: src/plugins/plugin_misc_tarot.py:667 |
194 | 3116 #, python-format |
3117 msgid "Unmanaged error type: %s" | |
3118 msgstr "" | |
3119 | |
2170 | 3120 #: src/plugins/plugin_misc_tarot.py:669 |
194 | 3121 #, python-format |
3122 msgid "Unmanaged card game element: %s" | |
3123 msgstr "" | |
3124 | |
2170 | 3125 #: src/plugins/plugin_misc_text_commands.py:38 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3126 msgid "IRC like text commands" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3127 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3128 |
2170 | 3129 #: src/plugins/plugin_misc_text_commands.py:57 |
3130 msgid "" | |
3131 "Type '/help' to get a list of the available commands. If you didn't want to " | |
3132 "use a command, please start your message with '//' to escape the slash." | |
3133 msgstr "" | |
3134 | |
3135 #: src/plugins/plugin_misc_text_commands.py:60 | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3136 msgid "Text commands initialization" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3137 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3138 |
2170 | 3139 #: src/plugins/plugin_misc_text_commands.py:143 |
3140 #, python-format | |
3141 msgid "Skipping not callable [%s] attribute" | |
3142 msgstr "" | |
3143 | |
3144 #: src/plugins/plugin_misc_text_commands.py:147 | |
3145 msgid "Skipping cmd_ method" | |
3146 msgstr "" | |
3147 | |
3148 #: src/plugins/plugin_misc_text_commands.py:153 | |
3149 #, python-brace-format | |
3150 msgid "Conflict for command [{old_name}], renaming it to [{new_name}]" | |
3151 msgstr "" | |
3152 | |
3153 #: src/plugins/plugin_misc_text_commands.py:157 | |
3154 #, python-format | |
3155 msgid "Registered text command [%s]" | |
3156 msgstr "" | |
3157 | |
3158 #: src/plugins/plugin_misc_text_commands.py:236 | |
3159 #, python-format | |
3160 msgid "Unknown command /%s. " | |
3161 msgstr "" | |
3162 | |
3163 #: src/plugins/plugin_misc_text_commands.py:242 | |
3164 msgid "group discussions" | |
3165 msgstr "" | |
3166 | |
3167 #: src/plugins/plugin_misc_text_commands.py:242 | |
3168 msgid "one to one discussions" | |
3169 msgstr "" | |
3170 | |
3171 #: src/plugins/plugin_misc_text_commands.py:243 | |
3172 #, python-brace-format | |
3173 msgid "/{command} command only applies in {context}." | |
3174 msgstr "" | |
3175 | |
3176 #: src/plugins/plugin_misc_text_commands.py:322 | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3177 msgid "Invalid jid, can't whois" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3178 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3179 |
2170 | 3180 #: src/plugins/plugin_misc_text_commands.py:328 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3181 #, python-format |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3182 msgid "whois for %(jid)s" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3183 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3184 |
2170 | 3185 #: src/plugins/plugin_misc_text_commands.py:379 |
3186 msgid "Invalid command name [{}]\n" | |
3187 msgstr "" | |
3188 | |
3189 #: src/plugins/plugin_misc_text_commands.py:397 | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3190 #, python-format |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3191 msgid "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3192 "Text commands available:\n" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3193 "%s" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3194 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3195 |
2170 | 3196 #: src/plugins/plugin_misc_text_commands.py:402 |
3197 #, python-brace-format | |
3198 msgid "" | |
3199 "/{name}: {short_help}\n" | |
3200 "{syntax}{args_help}" | |
3201 msgstr "" | |
3202 | |
3203 #: src/plugins/plugin_misc_text_commands.py:405 | |
3204 msgid " " | |
3205 msgstr "" | |
3206 | |
3207 #: src/plugins/plugin_misc_text_syntaxes.py:37 src/test/constants.py:44 | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3208 msgid "Composition" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3209 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3210 |
2170 | 3211 #: src/plugins/plugin_misc_text_syntaxes.py:63 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3212 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:
391
diff
changeset
|
3213 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3214 |
2170 | 3215 #: src/plugins/plugin_misc_text_syntaxes.py:102 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3216 msgid "Text syntaxes plugin initialization" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3217 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3218 |
2170 | 3219 #: src/plugins/plugin_misc_upload.py:38 |
3220 msgid "File upload management" | |
3221 msgstr "" | |
3222 | |
3223 #: src/plugins/plugin_misc_upload.py:42 | |
3224 msgid "Please select a file to upload" | |
3225 msgstr "" | |
3226 | |
3227 #: src/plugins/plugin_misc_upload.py:43 | |
3228 msgid "File upload" | |
3229 msgstr "" | |
3230 | |
3231 #: src/plugins/plugin_misc_upload.py:51 | |
3232 msgid "plugin Upload initialization" | |
3233 msgstr "" | |
3234 | |
3235 #: src/plugins/plugin_misc_watched.py:36 | |
3236 msgid "Watch for entities presence, and send notification accordingly" | |
3237 msgstr "" | |
3238 | |
3239 #: src/plugins/plugin_misc_watched.py:42 | |
3240 #, python-brace-format | |
3241 msgid "Watched entity {entity} is connected" | |
3242 msgstr "" | |
3243 | |
3244 #: src/plugins/plugin_misc_watched.py:61 | |
3245 msgid "Watched initialisation" | |
3246 msgstr "" | |
3247 | |
3248 #: src/plugins/plugin_misc_welcome.py:33 | |
3249 msgid "" | |
3250 "Plugin which manage welcome message and things to to on first connection." | |
3251 msgstr "" | |
3252 | |
3253 #: src/plugins/plugin_misc_welcome.py:39 | |
3254 msgid "Display welcome message" | |
3255 msgstr "" | |
3256 | |
3257 #: src/plugins/plugin_misc_welcome.py:40 | |
3258 msgid "Welcome to Libervia/Salut à Toi" | |
3259 msgstr "" | |
3260 | |
3261 #: src/plugins/plugin_misc_welcome.py:43 | |
3262 msgid "" | |
3263 "Welcome to a free (as in freedom) network!\n" | |
3264 "\n" | |
3265 "If you have any trouble, or you want to help us for the bug hunting, you can " | |
3266 "contact us in real time chat by using the “Help / Official chat room” " | |
3267 "menu.\n" | |
3268 "\n" | |
3269 "To use Libervia, you'll need to add contacts, either people you know, or " | |
3270 "people you discover by using the “Contacts / Search directory” menu.\n" | |
3271 "\n" | |
3272 "We hope that you'll enjoy using this project.\n" | |
3273 "\n" | |
3274 "The Libervia/Salut à Toi Team\n" | |
3275 msgstr "" | |
3276 | |
3277 #: src/plugins/plugin_misc_welcome.py:69 | |
3278 msgid "plugin Welcome initialization" | |
3279 msgstr "" | |
3280 | |
3281 #: src/plugins/plugin_misc_xmllog.py:35 | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3282 msgid "Send raw XML logs to bridge" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3283 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3284 |
2170 | 3285 #: src/plugins/plugin_misc_xmllog.py:48 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3286 msgid "INTERNAL ERROR: Unmanaged XML type" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3287 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3288 |
2170 | 3289 #: src/plugins/plugin_misc_xmllog.py:69 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3290 msgid "Activate XML log" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3291 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3292 |
2170 | 3293 #: src/plugins/plugin_misc_xmllog.py:72 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3294 msgid "Plugin XML Log initialization" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3295 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3296 |
2170 | 3297 #: src/plugins/plugin_misc_xmllog.py:83 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3298 msgid "XML log activated" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3299 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3300 |
2170 | 3301 #: src/plugins/plugin_sec_otr.py:47 |
3302 msgid "Implementation of OTR" | |
3303 msgstr "" | |
3304 | |
3305 #: src/plugins/plugin_sec_otr.py:52 | |
3306 msgid "OTR" | |
3307 msgstr "" | |
3308 | |
3309 #: src/plugins/plugin_sec_otr.py:53 | |
3310 msgid "" | |
3311 "To authenticate your correspondent, you need to give your below fingerprint " | |
3312 "*BY AN EXTERNAL CANAL* (i.e. not in this chat), and check that the one he " | |
3313 "gives you is the same as below. If there is a mismatch, there can be a spy " | |
3314 "between you!" | |
3315 msgstr "" | |
3316 | |
3317 #: src/plugins/plugin_sec_otr.py:54 | |
3318 msgid "" | |
3319 "You private key is used to encrypt messages for your correspondent, nobody " | |
3320 "except you must know it, if you are in doubt, you should drop it!\n" | |
3321 "\n" | |
3322 "Are you sure you want to drop your private key?" | |
3323 msgstr "" | |
3324 | |
3325 #: src/plugins/plugin_sec_otr.py:56 | |
3326 msgid "Some of advanced features are disabled !" | |
3327 msgstr "" | |
3328 | |
3329 #: src/plugins/plugin_sec_otr.py:120 | |
3330 #, python-format | |
3331 msgid "/!\\ conversation with %(other_jid)s is now UNENCRYPTED" | |
3332 msgstr "" | |
3333 | |
3334 #: src/plugins/plugin_sec_otr.py:127 | |
3335 msgid "trusted" | |
3336 msgstr "" | |
3337 | |
3338 #: src/plugins/plugin_sec_otr.py:127 | |
3339 msgid "untrusted" | |
3340 msgstr "" | |
3341 | |
3342 #: src/plugins/plugin_sec_otr.py:130 | |
3343 #, python-brace-format | |
3344 msgid "{trusted} OTR conversation with {other_jid} REFRESHED" | |
3345 msgstr "" | |
3346 | |
3347 #: src/plugins/plugin_sec_otr.py:134 | |
3348 #, python-brace-format | |
3349 msgid "" | |
3350 "{trusted} encrypted OTR conversation started with {other_jid}\n" | |
3351 "{extra_info}" | |
3352 msgstr "" | |
3353 | |
3354 #: src/plugins/plugin_sec_otr.py:140 | |
3355 #, python-brace-format | |
3356 msgid "OTR conversation with {other_jid} is FINISHED" | |
3357 msgstr "" | |
3358 | |
3359 #: src/plugins/plugin_sec_otr.py:143 | |
3360 msgid "Unknown OTR state" | |
3361 msgstr "" | |
3362 | |
3363 #: src/plugins/plugin_sec_otr.py:178 | |
3364 msgid "Save is called but privkey is None !" | |
3365 msgstr "" | |
3366 | |
3367 #: src/plugins/plugin_sec_otr.py:230 | |
3368 msgid "OTR plugin initialization" | |
3369 msgstr "" | |
3370 | |
3371 #: src/plugins/plugin_sec_otr.py:241 | |
3372 msgid "Start/Refresh" | |
3373 msgstr "" | |
3374 | |
3375 #: src/plugins/plugin_sec_otr.py:241 | |
3376 msgid "Start or refresh an OTR session" | |
3377 msgstr "" | |
3378 | |
3379 #: src/plugins/plugin_sec_otr.py:242 | |
3380 msgid "End session" | |
3381 msgstr "" | |
3382 | |
3383 #: src/plugins/plugin_sec_otr.py:242 | |
3384 msgid "Finish an OTR session" | |
3385 msgstr "" | |
3386 | |
3387 #: src/plugins/plugin_sec_otr.py:243 | |
3388 msgid "Authenticate" | |
3389 msgstr "" | |
3390 | |
3391 #: src/plugins/plugin_sec_otr.py:243 | |
3392 msgid "Authenticate user/see your fingerprint" | |
3393 msgstr "" | |
3394 | |
3395 #: src/plugins/plugin_sec_otr.py:244 | |
3396 msgid "Drop private key" | |
3397 msgstr "" | |
3398 | |
3399 #: src/plugins/plugin_sec_otr.py:355 | |
3400 msgid "You have no private key yet, start an OTR conversation to have one" | |
3401 msgstr "" | |
3402 | |
3403 #: src/plugins/plugin_sec_otr.py:358 | |
3404 msgid "No private key" | |
3405 msgstr "" | |
3406 | |
3407 #: src/plugins/plugin_sec_otr.py:368 | |
3408 #, python-brace-format | |
3409 msgid "" | |
3410 "Your fingerprint is:\n" | |
3411 "{fingerprint}\n" | |
3412 "\n" | |
3413 "Start an OTR conversation to have your correspondent one." | |
3414 msgstr "" | |
3415 | |
3416 #: src/plugins/plugin_sec_otr.py:371 | |
3417 msgid "Fingerprint" | |
3418 msgstr "" | |
3419 | |
3420 #: src/plugins/plugin_sec_otr.py:380 | |
3421 #, python-brace-format | |
3422 msgid "Your correspondent {correspondent} is now TRUSTED" | |
3423 msgstr "" | |
3424 | |
3425 #: src/plugins/plugin_sec_otr.py:384 | |
3426 #, python-brace-format | |
3427 msgid "Your correspondent {correspondent} is now UNTRUSTED" | |
3428 msgstr "" | |
3429 | |
3430 #: src/plugins/plugin_sec_otr.py:395 | |
3431 #, python-format | |
3432 msgid "Authentication (%s)" | |
3433 msgstr "" | |
3434 | |
3435 #: src/plugins/plugin_sec_otr.py:398 | |
3436 #, python-brace-format | |
3437 msgid "" | |
3438 "Your own fingerprint is:\n" | |
3439 "{fingerprint}" | |
3440 msgstr "" | |
3441 | |
3442 #: src/plugins/plugin_sec_otr.py:399 | |
3443 #, python-brace-format | |
3444 msgid "" | |
3445 "Your correspondent fingerprint should be:\n" | |
3446 "{fingerprint}" | |
3447 msgstr "" | |
3448 | |
3449 #: src/plugins/plugin_sec_otr.py:402 | |
3450 msgid "Is your correspondent fingerprint the same as here ?" | |
3451 msgstr "" | |
3452 | |
3453 #: src/plugins/plugin_sec_otr.py:403 | |
3454 msgid "yes" | |
3455 msgstr "" | |
3456 | |
3457 #: src/plugins/plugin_sec_otr.py:403 | |
3458 msgid "no" | |
3459 msgstr "" | |
3460 | |
3461 #: src/plugins/plugin_sec_otr.py:423 | |
3462 msgid "You don't have a private key yet !" | |
3463 msgstr "" | |
3464 | |
3465 #: src/plugins/plugin_sec_otr.py:432 | |
3466 msgid "Your private key has been dropped" | |
3467 msgstr "" | |
3468 | |
3469 #: src/plugins/plugin_sec_otr.py:437 | |
3470 msgid "Confirm private key drop" | |
3471 msgstr "" | |
3472 | |
3473 #: src/plugins/plugin_sec_otr.py:454 | |
3474 msgid "WARNING: received unencrypted data in a supposedly encrypted context" | |
3475 msgstr "" | |
3476 | |
3477 #: src/plugins/plugin_sec_otr.py:531 | |
3478 msgid "" | |
3479 "Your message was not sent because your correspondent closed the encrypted " | |
3480 "conversation on his/her side. Either close your own side, or refresh the " | |
3481 "session." | |
3482 msgstr "" | |
3483 | |
3484 #: src/plugins/plugin_sec_otr.py:533 | |
3485 msgid "Message discarded because closed encryption channel" | |
3486 msgstr "" | |
3487 | |
3488 #: src/plugins/plugin_syntax_wiki_dotclear.py:39 | |
3489 msgid "Implementation of Dotclear wiki syntax" | |
3490 msgstr "" | |
3491 | |
3492 #: src/plugins/plugin_syntax_wiki_dotclear.py:635 | |
3493 msgid "Dotclear wiki syntax plugin initialization" | |
3494 msgstr "" | |
3495 | |
3496 #: src/plugins/plugin_tmp_directory_subscription.py:36 | |
3497 msgid "Implementation of directory subscription" | |
3498 msgstr "" | |
3499 | |
3500 #: src/plugins/plugin_tmp_directory_subscription.py:47 | |
3501 msgid "Directory subscription plugin initialization" | |
3502 msgstr "" | |
3503 | |
3504 #: src/plugins/plugin_tmp_directory_subscription.py:49 | |
3505 #: src/plugins/plugin_xep_0050.py:222 src/plugins/plugin_xep_0100.py:66 | |
3506 msgid "Service" | |
3507 msgstr "" | |
3508 | |
3509 #: src/plugins/plugin_tmp_directory_subscription.py:49 | |
3510 msgid "Directory subscription" | |
3511 msgstr "" | |
3512 | |
3513 #: src/plugins/plugin_tmp_directory_subscription.py:49 | |
3514 msgid "User directory subscription" | |
3515 msgstr "" | |
3516 | |
3517 #: src/plugins/plugin_xep_0020.py:45 | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3518 msgid "Implementation of Feature Negotiation" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3519 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3520 |
2170 | 3521 #: src/plugins/plugin_xep_0020.py:52 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3522 msgid "Plugin XEP_0020 initialization" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3523 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3524 |
2170 | 3525 #: src/plugins/plugin_xep_0020.py:103 |
3526 msgid "More than one value choosed for {}, keeping the first one" | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3527 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3528 |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3529 #: src/plugins/plugin_xep_0033.py:64 |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3530 msgid "Implementation of Extended Stanza Addressing" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3531 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3532 |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3533 #: src/plugins/plugin_xep_0033.py:73 |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3534 msgid "Extended Stanza Addressing plugin initialization" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3535 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3536 |
2170 | 3537 #: src/plugins/plugin_xep_0033.py:89 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3538 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:
391
diff
changeset
|
3539 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3540 |
2170 | 3541 #: src/plugins/plugin_xep_0033.py:92 |
3542 msgid " or " | |
3543 msgstr "" | |
3544 | |
3545 #: src/plugins/plugin_xep_0033.py:93 | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3546 #, python-format |
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
3547 msgid "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
3548 "Stanzas using XEP-0033 should be addressed to %(expected)s, not %(current)s!" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
3549 msgstr "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
3550 |
2170 | 3551 #: src/plugins/plugin_xep_0033.py:94 |
3552 msgid "" | |
3553 "TODO: addressing has been fixed by the backend... fix it in the frontend!" | |
3554 msgstr "" | |
3555 | |
3556 #: src/plugins/plugin_xep_0045.py:52 | |
194 | 3557 msgid "Implementation of Multi-User Chat" |
3558 msgstr "" | |
3559 | |
2170 | 3560 #: src/plugins/plugin_xep_0045.py:78 |
194 | 3561 msgid "Plugin XEP_0045 initialization" |
3562 msgstr "" | |
3563 | |
2170 | 3564 #: src/plugins/plugin_xep_0045.py:95 |
3565 msgid "MUC" | |
3566 msgstr "" | |
3567 | |
3568 #: src/plugins/plugin_xep_0045.py:95 | |
3569 msgid "configure" | |
3570 msgstr "" | |
3571 | |
3572 #: src/plugins/plugin_xep_0045.py:95 | |
3573 msgid "Configure Multi-User Chat room" | |
3574 msgstr "" | |
3575 | |
3576 #: src/plugins/plugin_xep_0045.py:135 src/plugins/plugin_xep_0045.py:728 | |
3577 msgid "This room has not been joined" | |
3578 msgstr "" | |
3579 | |
3580 #: src/plugins/plugin_xep_0045.py:168 | |
3581 msgid "Room joining cancelled by user" | |
3582 msgstr "" | |
3583 | |
3584 #: src/plugins/plugin_xep_0045.py:173 | |
3585 msgid "Rooms in {}" | |
3586 msgstr "" | |
3587 | |
3588 #: src/plugins/plugin_xep_0045.py:188 | |
3589 msgid "room locked !" | |
3590 msgstr "" | |
3591 | |
3592 #: src/plugins/plugin_xep_0045.py:190 | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3593 msgid "Error while configuring the room" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3594 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3595 |
2170 | 3596 #: src/plugins/plugin_xep_0045.py:206 |
3597 msgid "Room {} is restricted" | |
3598 msgstr "" | |
3599 | |
3600 #: src/plugins/plugin_xep_0045.py:207 | |
3601 msgid "This room is restricted, please enter the password" | |
3602 msgstr "" | |
3603 | |
3604 #: src/plugins/plugin_xep_0045.py:215 | |
3605 #, python-brace-format | |
3606 msgid "Error while joining the room {room}{suffix}" | |
3607 msgstr "" | |
3608 | |
3609 #: src/plugins/plugin_xep_0045.py:218 | |
194 | 3610 msgid "Group chat error" |
3611 msgstr "" | |
3612 | |
2170 | 3613 #: src/plugins/plugin_xep_0045.py:307 |
3614 msgid "room_jid key is not present !" | |
3615 msgstr "" | |
3616 | |
3617 #: src/plugins/plugin_xep_0045.py:340 src/plugins/plugin_xep_0045.py:342 | |
3618 msgid "Session ID doesn't exist, session has probably expired." | |
3619 msgstr "" | |
3620 | |
3621 #: src/plugins/plugin_xep_0045.py:341 | |
3622 msgid "Room configuration failed" | |
3623 msgstr "" | |
3624 | |
3625 #: src/plugins/plugin_xep_0045.py:347 | |
3626 msgid "Room configuration succeed" | |
3627 msgstr "" | |
3628 | |
3629 #: src/plugins/plugin_xep_0045.py:348 | |
3630 msgid "The new settings have been saved." | |
3631 msgstr "" | |
3632 | |
3633 #: src/plugins/plugin_xep_0045.py:395 | |
3634 msgid "No MUC service found on main server" | |
3635 msgstr "" | |
3636 | |
3637 #: src/plugins/plugin_xep_0045.py:424 | |
3638 #, python-brace-format | |
3639 msgid "" | |
3640 "Invalid room identifier: {room_id}'. Please give a room short or full " | |
3641 "identifier like 'room' or 'room@{muc_service}'." | |
3642 msgstr "" | |
3643 | |
3644 #: src/plugins/plugin_xep_0045.py:449 | |
3645 #, python-brace-format | |
3646 msgid "{profile} is already in room {room_jid}" | |
3647 msgstr "" | |
3648 | |
3649 #: src/plugins/plugin_xep_0045.py:451 | |
3650 #, python-brace-format | |
3651 msgid "[{profile}] is joining room {room} with nick {nick}" | |
3652 msgstr "" | |
3653 | |
3654 #: src/plugins/plugin_xep_0045.py:590 | |
3655 msgid "You must provide a member's nick to kick." | |
3656 msgstr "" | |
3657 | |
3658 #: src/plugins/plugin_xep_0045.py:597 | |
3659 msgid "You have kicked {}" | |
3660 msgstr "" | |
3661 | |
3662 #: src/plugins/plugin_xep_0045.py:599 src/plugins/plugin_xep_0045.py:628 | |
3663 msgid " for the following reason: {}" | |
3664 msgstr "" | |
3665 | |
3666 #: src/plugins/plugin_xep_0045.py:619 | |
3667 msgid "You must provide a valid JID to ban, like in '/ban contact@example.net'" | |
3668 msgstr "" | |
3669 | |
3670 #: src/plugins/plugin_xep_0045.py:626 | |
3671 msgid "You have banned {}" | |
3672 msgstr "" | |
3673 | |
3674 #: src/plugins/plugin_xep_0045.py:652 | |
3675 msgid "" | |
3676 "You must provide a valid JID to affiliate, like in '/affiliate " | |
3677 "contact@example.net member'" | |
3678 msgstr "" | |
3679 | |
3680 #: src/plugins/plugin_xep_0045.py:658 | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3681 #, python-format |
2170 | 3682 msgid "You must provide a valid affiliation: %s" |
3683 msgstr "" | |
3684 | |
3685 #: src/plugins/plugin_xep_0045.py:665 | |
194 | 3686 #, python-format |
2170 | 3687 msgid "New affiliation for %(entity)s: %(affiliation)s" |
3688 msgstr "" | |
3689 | |
3690 #: src/plugins/plugin_xep_0045.py:711 | |
3691 msgid "No known default MUC service" | |
3692 msgstr "" | |
3693 | |
3694 #: src/plugins/plugin_xep_0045.py:715 | |
3695 msgid "{} is not a valid JID!" | |
3696 msgstr "" | |
3697 | |
3698 #: src/plugins/plugin_xep_0045.py:733 | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3699 #, python-format |
2170 | 3700 msgid "Nickname: %s" |
3701 msgstr "" | |
3702 | |
3703 #: src/plugins/plugin_xep_0045.py:735 | |
3704 #, python-format | |
3705 msgid "Entity: %s" | |
3706 msgstr "" | |
3707 | |
3708 #: src/plugins/plugin_xep_0045.py:737 | |
194 | 3709 #, python-format |
2170 | 3710 msgid "Affiliation: %s" |
3711 msgstr "" | |
3712 | |
3713 #: src/plugins/plugin_xep_0045.py:739 | |
3714 #, python-format | |
3715 msgid "Role: %s" | |
3716 msgstr "" | |
3717 | |
3718 #: src/plugins/plugin_xep_0045.py:741 | |
194 | 3719 #, python-format |
2170 | 3720 msgid "Status: %s" |
3721 msgstr "" | |
3722 | |
3723 #: src/plugins/plugin_xep_0045.py:743 | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3724 #, python-format |
2170 | 3725 msgid "Show: %s" |
3726 msgstr "" | |
3727 | |
3728 #: src/plugins/plugin_xep_0045.py:868 | |
3729 #, python-brace-format | |
3730 msgid "user {nick} has joined room {room_id}" | |
3731 msgstr "" | |
3732 | |
3733 #: src/plugins/plugin_xep_0045.py:883 | |
3734 msgid "=> {} has joined the room" | |
3735 msgstr "" | |
3736 | |
3737 #: src/plugins/plugin_xep_0045.py:899 | |
3738 #, python-brace-format | |
3739 msgid "Room ({room}) left ({profile})" | |
3740 msgstr "" | |
3741 | |
3742 #: src/plugins/plugin_xep_0045.py:910 | |
3743 #, python-brace-format | |
3744 msgid "user {nick} left room {room_id}" | |
3745 msgstr "" | |
3746 | |
3747 #: src/plugins/plugin_xep_0045.py:922 | |
3748 msgid "<= {} has left the room" | |
3749 msgstr "" | |
3750 | |
3751 #: src/plugins/plugin_xep_0045.py:1034 | |
3752 #, python-brace-format | |
3753 msgid "New subject for room ({room_id}): {subject}" | |
3754 msgstr "" | |
3755 | |
3756 #: src/plugins/plugin_xep_0047.py:60 | |
3757 msgid "Implementation of In-Band Bytestreams" | |
3758 msgstr "" | |
3759 | |
3760 #: src/plugins/plugin_xep_0047.py:69 | |
3761 msgid "In-Band Bytestreams plugin initialization" | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3762 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3763 |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3764 #: src/plugins/plugin_xep_0047.py:158 |
2170 | 3765 msgid "IBB stream opening" |
3766 msgstr "" | |
3767 | |
3768 #: src/plugins/plugin_xep_0047.py:168 | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3769 #, python-format |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3770 msgid "Ignoring unexpected IBB transfer: %s" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3771 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3772 |
2170 | 3773 #: src/plugins/plugin_xep_0047.py:172 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3774 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:
391
diff
changeset
|
3775 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3776 |
2170 | 3777 #: src/plugins/plugin_xep_0047.py:201 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3778 msgid "IBB stream closing" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3779 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3780 |
2170 | 3781 #: src/plugins/plugin_xep_0047.py:225 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3782 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:
391
diff
changeset
|
3783 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3784 |
2170 | 3785 #: src/plugins/plugin_xep_0047.py:232 |
3786 #, python-brace-format | |
3787 msgid "" | |
3788 "sended jid inconsistency (man in the middle attack attempt ?)\n" | |
3789 "initial={initial}\n" | |
3790 "given={given}" | |
3791 msgstr "" | |
3792 | |
3793 #: src/plugins/plugin_xep_0047.py:239 | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3794 msgid "Sequence error" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3795 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3796 |
2170 | 3797 #: src/plugins/plugin_xep_0047.py:254 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3798 msgid "Invalid base64 data" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3799 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3800 |
2170 | 3801 #: src/plugins/plugin_xep_0048.py:44 |
3802 msgid "Implementation of bookmarks" | |
3803 msgstr "" | |
3804 | |
3805 #: src/plugins/plugin_xep_0048.py:57 | |
3806 msgid "Bookmarks plugin initialization" | |
3807 msgstr "" | |
3808 | |
3809 #: src/plugins/plugin_xep_0048.py:61 | |
3810 msgid "Bookmarks" | |
3811 msgstr "" | |
3812 | |
3813 #: src/plugins/plugin_xep_0048.py:61 | |
3814 msgid "Use and manage bookmarks" | |
3815 msgstr "" | |
3816 | |
3817 #: src/plugins/plugin_xep_0048.py:109 | |
3818 msgid "Private XML storage not available" | |
3819 msgstr "" | |
3820 | |
3821 #: src/plugins/plugin_xep_0048.py:218 | |
3822 msgid "No room jid selected" | |
3823 msgstr "" | |
3824 | |
3825 #: src/plugins/plugin_xep_0048.py:236 | |
3826 msgid "Bookmarks manager" | |
3827 msgstr "" | |
3828 | |
3829 #: src/plugins/plugin_xep_0048.py:254 | |
3830 msgid "Name" | |
3831 msgstr "" | |
3832 | |
3833 #: src/plugins/plugin_xep_0048.py:258 | |
3834 msgid "Nickname" | |
3835 msgstr "" | |
3836 | |
3837 #: src/plugins/plugin_xep_0048.py:260 | |
3838 msgid "Autojoin" | |
3839 msgstr "" | |
3840 | |
3841 #: src/plugins/plugin_xep_0048.py:307 | |
3842 msgid "Bookmarks will be local only" | |
3843 msgstr "" | |
3844 | |
3845 #: src/plugins/plugin_xep_0048.py:308 | |
3846 #, python-format | |
3847 msgid "Type selected for \"auto\" storage: %s" | |
3848 msgstr "" | |
3849 | |
3850 #: src/plugins/plugin_xep_0048.py:431 | |
3851 msgid "Bad arguments" | |
3852 msgstr "" | |
3853 | |
3854 #: src/plugins/plugin_xep_0048.py:438 | |
3855 #, python-format | |
3856 msgid "All [%s] bookmarks are being removed" | |
3857 msgstr "" | |
3858 | |
3859 #: src/plugins/plugin_xep_0048.py:446 | |
3860 msgid "Bookmark added" | |
3861 msgstr "" | |
3862 | |
3863 #: src/plugins/plugin_xep_0049.py:37 | |
3864 msgid "Implementation of private XML storage" | |
3865 msgstr "" | |
3866 | |
3867 #: src/plugins/plugin_xep_0049.py:45 | |
3868 msgid "Plugin XEP-0049 initialization" | |
3869 msgstr "" | |
3870 | |
3871 #: src/plugins/plugin_xep_0050.py:55 | |
3872 msgid "Away" | |
3873 msgstr "" | |
3874 | |
3875 #: src/plugins/plugin_xep_0050.py:58 | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3876 msgid "Left" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3877 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3878 |
2170 | 3879 #: src/plugins/plugin_xep_0050.py:68 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3880 msgid "Implementation of Ad-Hoc Commands" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3881 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3882 |
2170 | 3883 #: src/plugins/plugin_xep_0050.py:110 |
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
3884 #, python-format |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
3885 msgid "The groups [%(group)s] is unknown for profile [%(profile)s])" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
3886 msgstr "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
3887 |
2170 | 3888 #: src/plugins/plugin_xep_0050.py:214 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3889 msgid "plugin XEP-0050 initialization" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3890 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3891 |
2170 | 3892 #: src/plugins/plugin_xep_0050.py:222 |
3893 msgid "Commands" | |
3894 msgstr "" | |
3895 | |
3896 #: src/plugins/plugin_xep_0050.py:222 | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3897 msgid "Execute ad-hoc commands" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3898 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3899 |
2170 | 3900 #: src/plugins/plugin_xep_0050.py:228 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3901 msgid "Status" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3902 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3903 |
2170 | 3904 #: src/plugins/plugin_xep_0050.py:241 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3905 msgid "Please select a command" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3906 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3907 |
2170 | 3908 #: src/plugins/plugin_xep_0050.py:259 |
69 | 3909 #, python-format |
2170 | 3910 msgid "Invalid note type [%s], using info" |
3911 msgstr "" | |
3912 | |
3913 #: src/plugins/plugin_xep_0050.py:269 | |
3914 msgid "WARNING" | |
3915 msgstr "" | |
3916 | |
3917 #: src/plugins/plugin_xep_0050.py:270 | |
3918 msgid "ERROR" | |
3919 msgstr "" | |
3920 | |
3921 #: src/plugins/plugin_xep_0050.py:302 | |
3922 msgid "No known payload found in ad-hoc command result, aborting" | |
3923 msgstr "" | |
3924 | |
3925 #: src/plugins/plugin_xep_0050.py:306 | |
3926 msgid "No payload found" | |
3927 msgstr "" | |
3928 | |
3929 #: src/plugins/plugin_xep_0050.py:401 | |
3930 msgid "Please enter target jid" | |
3931 msgstr "" | |
3932 | |
3933 #: src/plugins/plugin_xep_0050.py:415 | |
3934 msgid "status selection" | |
3935 msgstr "" | |
3936 | |
3937 #: src/plugins/plugin_xep_0050.py:443 | |
3938 msgid "Status updated" | |
3939 msgstr "" | |
3940 | |
3941 #: src/plugins/plugin_xep_0054.py:73 | |
3942 msgid "Implementation of vcard-temp" | |
3943 msgstr "" | |
3944 | |
3945 #: src/plugins/plugin_xep_0054.py:83 | |
3946 msgid "Plugin XEP_0054 initialization" | |
69 | 3947 msgstr "" |
3948 | |
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
3949 #: src/plugins/plugin_xep_0054.py:234 |
2170 | 3950 msgid "Decoding binary" |
3951 msgstr "" | |
3952 | |
3953 #: src/plugins/plugin_xep_0054.py:294 | |
3954 msgid "VCard found" | |
3955 msgstr "" | |
3956 | |
3957 #: src/plugins/plugin_xep_0055.py:51 | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3958 msgid "Implementation of Jabber Search" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3959 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3960 |
2170 | 3961 #: src/plugins/plugin_xep_0055.py:66 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3962 msgid "Jabber search plugin initialization" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3963 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
3964 |
2170 | 3965 #: src/plugins/plugin_xep_0055.py:80 |
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
3966 msgid "Search directory" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
3967 msgstr "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
3968 |
2170 | 3969 #: src/plugins/plugin_xep_0055.py:80 |
3970 msgid "Search user directory" | |
3971 msgstr "" | |
3972 | |
3973 #: src/plugins/plugin_xep_0055.py:118 | |
3974 msgid "Search users" | |
3975 msgstr "" | |
3976 | |
3977 #: src/plugins/plugin_xep_0055.py:139 | |
3978 msgid "Search for" | |
3979 msgstr "" | |
3980 | |
3981 #: src/plugins/plugin_xep_0055.py:141 | |
3982 msgid "Simple search" | |
3983 msgstr "" | |
3984 | |
3985 #: src/plugins/plugin_xep_0055.py:149 src/plugins/plugin_xep_0055.py:249 | |
3986 msgid "Search" | |
3987 msgstr "" | |
3988 | |
3989 #: src/plugins/plugin_xep_0055.py:178 | |
3990 msgid "Advanced search" | |
3991 msgstr "" | |
3992 | |
3993 #: src/plugins/plugin_xep_0055.py:196 | |
3994 msgid "Search on" | |
3995 msgstr "" | |
3996 | |
3997 #: src/plugins/plugin_xep_0055.py:198 | |
3998 msgid "Other service" | |
3999 msgstr "" | |
4000 | |
4001 #: src/plugins/plugin_xep_0055.py:205 | |
4002 msgid "Refresh fields" | |
4003 msgstr "" | |
4004 | |
4005 #: src/plugins/plugin_xep_0055.py:208 | |
4006 msgid "Displaying the search form for" | |
4007 msgstr "" | |
4008 | |
4009 #: src/plugins/plugin_xep_0055.py:281 | |
4010 msgid "Search results" | |
4011 msgstr "" | |
4012 | |
4013 #: src/plugins/plugin_xep_0055.py:286 | |
4014 msgid "The search gave no result" | |
4015 msgstr "" | |
4016 | |
4017 #: src/plugins/plugin_xep_0055.py:328 src/plugins/plugin_xep_0055.py:429 | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4018 msgid "No query element found" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4019 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4020 |
2170 | 4021 #: src/plugins/plugin_xep_0055.py:333 src/plugins/plugin_xep_0055.py:434 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4022 msgid "No data form found" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4023 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4024 |
2170 | 4025 #: src/plugins/plugin_xep_0055.py:343 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4026 #, python-format |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4027 msgid "Fields request failure: %s" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4028 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4029 |
2170 | 4030 #: src/plugins/plugin_xep_0055.py:415 |
4031 msgid "The search could not be performed" | |
4032 msgstr "" | |
4033 | |
4034 #: src/plugins/plugin_xep_0055.py:444 | |
69 | 4035 #, python-format |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4036 msgid "Search request failure: %s" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4037 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4038 |
2170 | 4039 #: src/plugins/plugin_xep_0059.py:41 |
4040 msgid "Implementation of Result Set Management" | |
4041 msgstr "" | |
4042 | |
4043 #: src/plugins/plugin_xep_0059.py:49 | |
4044 msgid "Result Set Management plugin initialization" | |
4045 msgstr "" | |
4046 | |
4047 #: src/plugins/plugin_xep_0060.py:53 | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4048 msgid "Implementation of PubSub Protocol" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4049 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4050 |
2170 | 4051 #: src/plugins/plugin_xep_0060.py:83 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4052 msgid "PubSub plugin initialization" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4053 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4054 |
2170 | 4055 #: src/plugins/plugin_xep_0065.py:95 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4056 msgid "Implementation of SOCKS5 Bytestreams" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4057 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4058 |
2170 | 4059 #: src/plugins/plugin_xep_0065.py:515 |
69 | 4060 msgid "File transfer completed, closing connection" |
4061 msgstr "" | |
4062 | |
2170 | 4063 #: src/plugins/plugin_xep_0065.py:667 |
69 | 4064 #, python-format |
4065 msgid "Socks 5 client connection lost (reason: %s)" | |
4066 msgstr "" | |
4067 | |
2170 | 4068 #: src/plugins/plugin_xep_0065.py:695 |
69 | 4069 msgid "Plugin XEP_0065 initialization" |
4070 msgstr "" | |
4071 | |
2170 | 4072 #: src/plugins/plugin_xep_0065.py:750 |
4073 msgid "Socks5 Stream server launched on port {}" | |
4074 msgstr "" | |
4075 | |
4076 #: src/plugins/plugin_xep_0070.py:54 | |
4077 msgid "Implementation of HTTP Requests via XMPP" | |
4078 msgstr "" | |
4079 | |
4080 #: src/plugins/plugin_xep_0070.py:64 | |
4081 msgid "Plugin XEP_0070 initialization" | |
4082 msgstr "" | |
4083 | |
4084 #: src/plugins/plugin_xep_0070.py:77 | |
4085 msgid "XEP-0070 Verifying HTTP Requests via XMPP (iq)" | |
4086 msgstr "" | |
4087 | |
4088 #: src/plugins/plugin_xep_0070.py:86 | |
4089 msgid "XEP-0070 Verifying HTTP Requests via XMPP (message)" | |
4090 msgstr "" | |
4091 | |
4092 #: src/plugins/plugin_xep_0070.py:97 | |
4093 msgid "Auth confirmation" | |
4094 msgstr "" | |
4095 | |
4096 #: src/plugins/plugin_xep_0070.py:98 | |
4097 msgid "{} needs to validate your identity, do you agree ?" | |
4098 msgstr "" | |
4099 | |
4100 #: src/plugins/plugin_xep_0070.py:99 | |
4101 msgid "Validation code : {}" | |
4102 msgstr "" | |
4103 | |
4104 #: src/plugins/plugin_xep_0070.py:100 | |
4105 msgid "Please check that this code is the same as on {}" | |
4106 msgstr "" | |
4107 | |
4108 #: src/plugins/plugin_xep_0070.py:102 | |
4109 msgid "Submit to authorize, cancel otherwise." | |
4110 msgstr "" | |
4111 | |
4112 #: src/plugins/plugin_xep_0070.py:131 | |
4113 msgid "XEP-0070 reply iq" | |
4114 msgstr "" | |
4115 | |
4116 #: src/plugins/plugin_xep_0070.py:136 | |
4117 msgid "XEP-0070 reply message" | |
4118 msgstr "" | |
4119 | |
4120 #: src/plugins/plugin_xep_0070.py:141 | |
4121 msgid "XEP-0070 reply error" | |
4122 msgstr "" | |
4123 | |
4124 #: src/plugins/plugin_xep_0071.py:51 | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4125 msgid "Implementation of XHTML-IM" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4126 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4127 |
2170 | 4128 #: src/plugins/plugin_xep_0071.py:79 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4129 msgid "XHTML-IM plugin initialization" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4130 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4131 |
2170 | 4132 #: src/plugins/plugin_xep_0071.py:196 |
4133 msgid "Can't have XHTML and rich content at the same time" | |
4134 msgstr "" | |
4135 | |
4136 #: src/plugins/plugin_xep_0077.py:40 | |
69 | 4137 msgid "Implementation of in-band registration" |
4138 msgstr "" | |
4139 | |
2170 | 4140 #: src/plugins/plugin_xep_0077.py:47 |
69 | 4141 msgid "Plugin XEP_0077 initialization" |
4142 msgstr "" | |
4143 | |
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4144 #: src/plugins/plugin_xep_0077.py:65 |
2170 | 4145 msgid "Can't find data form" |
4146 msgstr "" | |
4147 | |
4148 #: src/plugins/plugin_xep_0077.py:66 | |
69 | 4149 msgid "This gateway can't be managed by SàT, sorry :(" |
4150 msgstr "" | |
4151 | |
2170 | 4152 #: src/plugins/plugin_xep_0077.py:91 |
4153 #, python-format | |
4154 msgid "registration answer: %s" | |
4155 msgstr "" | |
4156 | |
4157 #: src/plugins/plugin_xep_0077.py:99 | |
4158 msgid "Username already exists, please choose an other one" | |
4159 msgstr "" | |
4160 | |
4161 #: src/plugins/plugin_xep_0077.py:108 | |
69 | 4162 #, python-format |
4163 msgid "Asking registration for [%s]" | |
4164 msgstr "" | |
4165 | |
2170 | 4166 #: src/plugins/plugin_xep_0085.py:53 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4167 msgid "Implementation of Chat State Notifications Protocol" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4168 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4169 |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4170 #: src/plugins/plugin_xep_0085.py:93 |
2170 | 4171 msgid "Enable chat state notifications" |
4172 msgstr "" | |
4173 | |
4174 #: src/plugins/plugin_xep_0085.py:97 | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4175 msgid "Chat State Notifications plugin initialization" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4176 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4177 |
2170 | 4178 #: src/plugins/plugin_xep_0092.py:41 |
4179 msgid "Implementation of Software Version" | |
4180 msgstr "" | |
4181 | |
4182 #: src/plugins/plugin_xep_0092.py:48 | |
4183 msgid "Plugin XEP_0092 initialization" | |
4184 msgstr "" | |
4185 | |
4186 #: src/plugins/plugin_xep_0092.py:111 | |
4187 #, python-format | |
4188 msgid "Operating system: %s" | |
4189 msgstr "" | |
4190 | |
4191 #: src/plugins/plugin_xep_0092.py:115 | |
4192 msgid "Software version not available" | |
4193 msgstr "" | |
4194 | |
4195 #: src/plugins/plugin_xep_0092.py:117 | |
4196 msgid "Client software version request timeout" | |
4197 msgstr "" | |
4198 | |
4199 #: src/plugins/plugin_xep_0095.py:40 | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4200 msgid "Implementation of Stream Initiation" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4201 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4202 |
2170 | 4203 #: src/plugins/plugin_xep_0095.py:54 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4204 msgid "Plugin XEP_0095 initialization" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4205 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4206 |
2170 | 4207 #: src/plugins/plugin_xep_0095.py:80 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4208 msgid "XEP-0095 Stream initiation" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4209 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4210 |
2170 | 4211 #: src/plugins/plugin_xep_0095.py:122 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4212 msgid "sending stream initiation accept answer" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4213 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4214 |
2170 | 4215 #: src/plugins/plugin_xep_0095.py:159 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4216 #, python-format |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4217 msgid "Stream Session ID: %s" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4218 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4219 |
2170 | 4220 #: src/plugins/plugin_xep_0096.py:45 |
391 | 4221 msgid "Implementation of SI File Transfer" |
69 | 4222 msgstr "" |
4223 | |
2170 | 4224 #: src/plugins/plugin_xep_0096.py:53 |
69 | 4225 msgid "Plugin XEP_0096 initialization" |
4226 msgstr "" | |
4227 | |
2170 | 4228 #: src/plugins/plugin_xep_0096.py:119 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4229 msgid "XEP-0096 file transfer requested" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4230 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4231 |
2170 | 4232 #: src/plugins/plugin_xep_0096.py:337 |
4233 msgid "The contact {} has refused your file" | |
4234 msgstr "" | |
4235 | |
4236 #: src/plugins/plugin_xep_0096.py:338 | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4237 msgid "File refused" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4238 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4239 |
2170 | 4240 #: src/plugins/plugin_xep_0096.py:341 |
4241 msgid "Error during file transfer" | |
4242 msgstr "" | |
4243 | |
4244 #: src/plugins/plugin_xep_0096.py:342 | |
4245 #, python-brace-format | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4246 msgid "" |
2170 | 4247 "Something went wrong during the file transfer session initialisation: " |
4248 "{reason}" | |
4249 msgstr "" | |
4250 | |
4251 #: src/plugins/plugin_xep_0096.py:343 | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4252 msgid "File transfer error" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4253 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4254 |
2170 | 4255 #: src/plugins/plugin_xep_0096.py:351 |
4256 #, python-brace-format | |
4257 msgid "transfer {sid} successfuly finished [{profile}]" | |
4258 msgstr "" | |
4259 | |
4260 #: src/plugins/plugin_xep_0096.py:357 | |
4261 #, python-brace-format | |
4262 msgid "transfer {sid} failed [{profile}]: {reason}" | |
4263 msgstr "" | |
4264 | |
4265 #: src/plugins/plugin_xep_0100.py:36 | |
69 | 4266 msgid "Implementation of Gateways protocol" |
4267 msgstr "" | |
4268 | |
2170 | 4269 #: src/plugins/plugin_xep_0100.py:39 |
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4270 msgid "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4271 "Be careful ! Gateways allow you to use an external IM (legacy IM), so you " |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4272 "can see your contact as XMPP contacts.\n" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4273 "But when you do this, all your messages go throught the external legacy IM " |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4274 "server, it is a huge privacy issue (i.e.: all your messages throught the " |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4275 "gateway can be monitored, recorded, analysed by the external server, most of " |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4276 "time a private company)." |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4277 msgstr "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4278 |
2170 | 4279 #: src/plugins/plugin_xep_0100.py:44 |
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4280 msgid "Internet Relay Chat" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4281 msgstr "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4282 |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4283 #: src/plugins/plugin_xep_0100.py:45 |
2170 | 4284 msgid "XMPP" |
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4285 msgstr "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4286 |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4287 #: src/plugins/plugin_xep_0100.py:46 |
2170 | 4288 msgid "Tencent QQ" |
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4289 msgstr "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4290 |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4291 #: src/plugins/plugin_xep_0100.py:47 |
2170 | 4292 msgid "SIP/SIMPLE" |
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4293 msgstr "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4294 |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4295 #: src/plugins/plugin_xep_0100.py:48 |
2170 | 4296 msgid "ICQ" |
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4297 msgstr "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4298 |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4299 #: src/plugins/plugin_xep_0100.py:49 |
2170 | 4300 msgid "Yahoo! Messenger" |
69 | 4301 msgstr "" |
4302 | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4303 #: src/plugins/plugin_xep_0100.py:50 |
2170 | 4304 msgid "Gadu-Gadu" |
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4305 msgstr "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4306 |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4307 #: src/plugins/plugin_xep_0100.py:51 |
2170 | 4308 msgid "AOL Instant Messenger" |
4309 msgstr "" | |
4310 | |
4311 #: src/plugins/plugin_xep_0100.py:52 | |
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4312 msgid "Windows Live Messenger" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4313 msgstr "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4314 |
2170 | 4315 #: src/plugins/plugin_xep_0100.py:59 |
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4316 msgid "Gateways plugin initialization" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4317 msgstr "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4318 |
2170 | 4319 #: src/plugins/plugin_xep_0100.py:66 |
4320 msgid "Gateways" | |
4321 msgstr "" | |
4322 | |
4323 #: src/plugins/plugin_xep_0100.py:66 | |
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4324 msgid "Find gateways" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4325 msgstr "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4326 |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4327 #: src/plugins/plugin_xep_0100.py:84 |
69 | 4328 #, python-format |
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4329 msgid "Gateways manager (%s)" |
69 | 4330 msgstr "" |
4331 | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4332 #: src/plugins/plugin_xep_0100.py:92 |
194 | 4333 #, python-format |
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4334 msgid "Failed (%s)" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4335 msgstr "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4336 |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4337 #: src/plugins/plugin_xep_0100.py:105 |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4338 msgid "Use external XMPP server" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4339 msgstr "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4340 |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4341 #: src/plugins/plugin_xep_0100.py:107 |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4342 msgid "Go !" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4343 msgstr "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4344 |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4345 #: src/plugins/plugin_xep_0100.py:114 |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4346 msgid "No gateway index selected" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4347 msgstr "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4348 |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4349 #: src/plugins/plugin_xep_0100.py:128 |
194 | 4350 #, python-format |
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4351 msgid "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4352 "INTERNAL ERROR: identity category should always be \"gateway\" in " |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4353 "_getTypeString, got \"%s\"" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4354 msgstr "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4355 |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4356 #: src/plugins/plugin_xep_0100.py:132 |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4357 msgid "Unknown IM" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4358 msgstr "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4359 |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4360 #: src/plugins/plugin_xep_0100.py:136 |
69 | 4361 msgid "Registration successful, doing the rest" |
4362 msgstr "" | |
4363 | |
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4364 #: src/plugins/plugin_xep_0100.py:159 |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4365 msgid "Timeout" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4366 msgstr "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4367 |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4368 #: src/plugins/plugin_xep_0100.py:170 |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4369 #, python-format |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4370 msgid "Found gateway [%(jid)s]: %(identity_name)s" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4371 msgstr "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4372 |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4373 #: src/plugins/plugin_xep_0100.py:173 |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4374 #, python-format |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4375 msgid "Skipping [%(jid)s] which is not a gateway" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4376 msgstr "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4377 |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4378 #: src/plugins/plugin_xep_0100.py:180 |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4379 msgid "No gateway found" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4380 msgstr "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4381 |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4382 #: src/plugins/plugin_xep_0100.py:185 |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4383 #, python-format |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4384 msgid "item found: %s" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4385 msgstr "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4386 |
2170 | 4387 #: src/plugins/plugin_xep_0100.py:206 |
69 | 4388 #, python-format |
194 | 4389 msgid "find gateways (target = %(target)s, profile = %(profile)s)" |
69 | 4390 msgstr "" |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4391 |
2170 | 4392 #: src/plugins/plugin_xep_0115.py:48 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4393 msgid "Implementation of entity capabilities" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4394 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4395 |
2170 | 4396 #: src/plugins/plugin_xep_0115.py:56 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4397 msgid "Plugin XEP_0115 initialization" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4398 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4399 |
2170 | 4400 #: src/plugins/plugin_xep_0115.py:73 |
4401 msgid "Caps optimisation enabled" | |
4402 msgstr "" | |
4403 | |
4404 #: src/plugins/plugin_xep_0115.py:76 | |
4405 msgid "Caps optimisation not available" | |
4406 msgstr "" | |
4407 | |
4408 #: src/plugins/plugin_xep_0115.py:143 | |
4409 #, python-format | |
4410 msgid "Received invalid capabilities tag: %s" | |
4411 msgstr "" | |
4412 | |
4413 #: src/plugins/plugin_xep_0115.py:153 | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4414 #, python-format |
2170 | 4415 msgid "" |
4416 "Unknown hash method for entity capabilities: [%(hash_method)s] (entity: " | |
4417 "%(jid)s, node: %(node)s)" | |
4418 msgstr "" | |
4419 | |
4420 #: src/plugins/plugin_xep_0115.py:158 | |
4421 #, python-format | |
4422 msgid "" | |
4423 "Computed hash differ from given hash:\n" | |
4424 "given: [%(given_hash)s]\n" | |
4425 "computed: [%(computed_hash)s]\n" | |
4426 "(entity: %(jid)s, node: %(node)s)" | |
4427 msgstr "" | |
4428 | |
4429 #: src/plugins/plugin_xep_0115.py:164 | |
4430 #, python-brace-format | |
4431 msgid "Couldn't retrieve disco info for {jid}: {error}" | |
4432 msgstr "" | |
4433 | |
4434 #: src/plugins/plugin_xep_0163.py:40 | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4435 msgid "Implementation of Personal Eventing Protocol" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4436 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4437 |
2170 | 4438 #: src/plugins/plugin_xep_0163.py:47 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4439 msgid "PEP plugin initialization" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4440 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4441 |
2170 | 4442 #: src/plugins/plugin_xep_0163.py:114 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4443 #, python-format |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4444 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:
391
diff
changeset
|
4445 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4446 |
2170 | 4447 #: src/plugins/plugin_xep_0163.py:117 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4448 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:
391
diff
changeset
|
4449 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4450 |
2170 | 4451 #: src/plugins/plugin_xep_0163.py:123 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4452 msgid "No item found" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4453 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4454 |
2170 | 4455 #: src/plugins/plugin_xep_0163.py:128 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4456 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:
391
diff
changeset
|
4457 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4458 |
2170 | 4459 #: src/plugins/plugin_xep_0163.py:132 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4460 msgid "No mood found" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4461 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4462 |
2170 | 4463 #: src/plugins/plugin_xep_0166.py:48 |
4464 #, python-brace-format | |
4465 msgid "{entity} want to start a jingle session with you, do you accept ?" | |
4466 msgstr "" | |
4467 | |
4468 #: src/plugins/plugin_xep_0166.py:57 | |
4469 msgid "Implementation of Jingle" | |
4470 msgstr "" | |
4471 | |
4472 #: src/plugins/plugin_xep_0166.py:91 | |
4473 msgid "plugin Jingle initialization" | |
4474 msgstr "" | |
4475 | |
4476 #: src/plugins/plugin_xep_0166.py:429 | |
4477 msgid "Confirm Jingle session" | |
4478 msgstr "" | |
4479 | |
4480 #: src/plugins/plugin_xep_0184.py:61 | |
4481 msgid "Implementation of Message Delivery Receipts" | |
4482 msgstr "" | |
4483 | |
4484 #: src/plugins/plugin_xep_0184.py:85 | |
4485 msgid "Enable message delivery receipts" | |
4486 msgstr "" | |
4487 | |
4488 #: src/plugins/plugin_xep_0184.py:89 | |
4489 msgid "Plugin XEP_0184 (message delivery receipts) initialization" | |
4490 msgstr "" | |
4491 | |
4492 #: src/plugins/plugin_xep_0184.py:114 | |
4493 msgid "[XEP-0184] Request acknowledgment for message id {}" | |
4494 msgstr "" | |
4495 | |
4496 #: src/plugins/plugin_xep_0184.py:147 | |
4497 msgid "[XEP-0184] Receive acknowledgment for message id {}" | |
4498 msgstr "" | |
4499 | |
4500 #: src/plugins/plugin_xep_0184.py:154 | |
4501 msgid "[XEP-0184] Delete waiting acknowledgment for message id {}" | |
4502 msgstr "" | |
4503 | |
4504 #: src/plugins/plugin_xep_0203.py:43 | |
4505 msgid "Implementation of Delayed Delivery" | |
4506 msgstr "" | |
4507 | |
4508 #: src/plugins/plugin_xep_0203.py:50 | |
4509 msgid "Delayed Delivery plugin initialization" | |
4510 msgstr "" | |
4511 | |
4512 #: src/plugins/plugin_xep_0231.py:39 | |
4513 msgid "Implementation of bits of binary (used for small images/files)" | |
4514 msgstr "" | |
4515 | |
4516 #: src/plugins/plugin_xep_0231.py:48 | |
4517 msgid "plugin Bits of Binary initialization" | |
4518 msgstr "" | |
4519 | |
4520 #: src/plugins/plugin_xep_0234.py:48 | |
4521 msgid "Implementation of Jingle File Transfer" | |
4522 msgstr "" | |
4523 | |
4524 #: src/plugins/plugin_xep_0234.py:57 | |
4525 msgid "plugin Jingle File Transfer initialization" | |
4526 msgstr "" | |
4527 | |
4528 #: src/plugins/plugin_xep_0249.py:55 | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4529 msgid "Implementation of Direct MUC Invitations" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4530 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4531 |
2170 | 4532 #: src/plugins/plugin_xep_0249.py:75 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4533 msgid "Auto-join MUC on invitation" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4534 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4535 |
2170 | 4536 #: src/plugins/plugin_xep_0249.py:82 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4537 msgid "Plugin XEP_0249 initialization" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4538 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4539 |
2170 | 4540 #: src/plugins/plugin_xep_0249.py:131 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4541 #, python-format |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4542 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:
391
diff
changeset
|
4543 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4544 |
2170 | 4545 #: src/plugins/plugin_xep_0249.py:144 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4546 #, python-format |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4547 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:
391
diff
changeset
|
4548 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4549 |
2170 | 4550 #: src/plugins/plugin_xep_0249.py:146 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4551 msgid "Error while parsing invitation" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4552 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4553 |
2170 | 4554 #: src/plugins/plugin_xep_0249.py:155 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4555 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:
391
diff
changeset
|
4556 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4557 |
2170 | 4558 #: src/plugins/plugin_xep_0249.py:163 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4559 #, python-format |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4560 msgid "" |
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4561 "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:
772
diff
changeset
|
4562 "according to your personal settings." |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4563 msgstr "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4564 |
2170 | 4565 #: src/plugins/plugin_xep_0249.py:164 src/plugins/plugin_xep_0249.py:168 |
4566 msgid "MUC invitation" | |
4567 msgstr "" | |
4568 | |
4569 #: src/plugins/plugin_xep_0249.py:167 | |
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4570 #, python-format |
2170 | 4571 msgid "" |
4572 "You have been invited by %(user)s to join the room %(room)s. Do you accept?" | |
4573 msgstr "" | |
4574 | |
4575 #: src/plugins/plugin_xep_0249.py:187 | |
4576 #, python-brace-format | |
4577 msgid "" | |
4578 "You must provide a valid JID to invite, like in '/invite contact@{host}'" | |
4579 msgstr "" | |
4580 | |
4581 #: src/plugins/plugin_xep_0260.py:49 | |
4582 msgid "Implementation of Jingle SOCKS5 Bytestreams" | |
4583 msgstr "" | |
4584 | |
4585 #: src/plugins/plugin_xep_0260.py:63 | |
4586 msgid "plugin Jingle SOCKS5 Bytestreams" | |
4587 msgstr "" | |
4588 | |
4589 #: src/plugins/plugin_xep_0261.py:45 | |
4590 msgid "Implementation of Jingle In-Band Bytestreams" | |
4591 msgstr "" | |
4592 | |
4593 #: src/plugins/plugin_xep_0261.py:53 | |
4594 msgid "plugin Jingle In-Band Bytestreams" | |
4595 msgstr "" | |
4596 | |
4597 #: src/plugins/plugin_xep_0277.py:57 | |
4598 msgid "Implementation of microblogging Protocol" | |
4599 msgstr "" | |
4600 | |
4601 #: src/plugins/plugin_xep_0277.py:69 | |
4602 msgid "Microblogging plugin initialization" | |
4603 msgstr "" | |
4604 | |
4605 #: src/plugins/plugin_xep_0277.py:171 | |
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4606 msgid "Content of type XHTML must declare its namespace!" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4607 msgstr "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4608 |
2170 | 4609 #: src/plugins/plugin_xep_0277.py:360 |
4610 msgid "Can't have xhtml and rich content at the same time" | |
4611 msgstr "" | |
4612 | |
4613 #: src/plugins/plugin_xep_0277.py:636 | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4614 msgid "Can't find profile's jid" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4615 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4616 |
2170 | 4617 #: src/plugins/plugin_xep_0277.py:642 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4618 #, python-format |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4619 msgid "Microblog node has now access %s" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4620 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4621 |
2170 | 4622 #: src/plugins/plugin_xep_0277.py:646 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4623 msgid "Can't set microblog access" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4624 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4625 |
2170 | 4626 #: src/plugins/plugin_xep_0280.py:38 |
4627 msgid "Message carbons" | |
4628 msgstr "" | |
4629 | |
4630 #: src/plugins/plugin_xep_0280.py:49 | |
4631 msgid "Implementation of Message Carbons" | |
4632 msgstr "" | |
4633 | |
4634 #: src/plugins/plugin_xep_0280.py:74 | |
4635 msgid "Plugin XEP_0280 initialization" | |
4636 msgstr "" | |
4637 | |
4638 #: src/plugins/plugin_xep_0280.py:99 | |
4639 msgid "Not activating message carbons as requested in params" | |
4640 msgstr "" | |
4641 | |
4642 #: src/plugins/plugin_xep_0280.py:104 | |
4643 msgid "server doesn't handle message carbons" | |
4644 msgstr "" | |
4645 | |
4646 #: src/plugins/plugin_xep_0280.py:106 | |
4647 msgid "message carbons available, enabling it" | |
4648 msgstr "" | |
4649 | |
4650 #: src/plugins/plugin_xep_0280.py:114 | |
4651 msgid "message carbons activated" | |
4652 msgstr "" | |
4653 | |
4654 #: src/plugins/plugin_xep_0297.py:44 | |
4655 msgid "Implementation of Stanza Forwarding" | |
4656 msgstr "" | |
4657 | |
4658 #: src/plugins/plugin_xep_0297.py:52 | |
4659 msgid "Stanza Forwarding plugin initialization" | |
4660 msgstr "" | |
4661 | |
4662 #: src/plugins/plugin_xep_0300.py:42 | |
4663 msgid "Management of cryptographic hashes" | |
4664 msgstr "" | |
4665 | |
4666 #: src/plugins/plugin_xep_0300.py:60 | |
4667 msgid "plugin Hashes initialization" | |
4668 msgstr "" | |
4669 | |
4670 #: src/plugins/plugin_xep_0313.py:48 | |
4671 msgid "Implementation of Message Archive Management" | |
4672 msgstr "" | |
4673 | |
4674 #: src/plugins/plugin_xep_0313.py:55 | |
4675 msgid "Message Archive Management plugin initialization" | |
4676 msgstr "" | |
4677 | |
4678 #: src/plugins/plugin_xep_0334.py:44 | |
4679 msgid "Implementation of Message Processing Hints" | |
4680 msgstr "" | |
4681 | |
4682 #: src/plugins/plugin_xep_0334.py:45 | |
4683 msgid "" | |
4684 " Frontends can use HINT_* constants in mess_data['extra'] in a " | |
4685 "serialized 'hints' dict.\n" | |
4686 " Internal plugins can use directly addHint([HINT_* constant]).\n" | |
4687 " Will set mess_data['extra']['history'] to 'skipped' when no " | |
4688 "store is requested and message is not saved in history." | |
4689 msgstr "" | |
4690 | |
4691 #: src/plugins/plugin_xep_0334.py:63 | |
4692 msgid "Message Processing Hints plugin initialization" | |
4693 msgstr "" | |
4694 | |
4695 #: src/plugins/plugin_xep_0363.py:52 | |
4696 msgid "Implementation of HTTP File Upload" | |
4697 msgstr "" | |
4698 | |
4699 #: src/plugins/plugin_xep_0363.py:91 | |
4700 msgid "plugin HTTP File Upload initialization" | |
4701 msgstr "" | |
4702 | |
4703 #: src/stdui/ui_contact_list.py:36 src/stdui/ui_contact_list.py:165 | |
4704 #: src/stdui/ui_contact_list.py:239 | |
4705 msgid "Add contact" | |
4706 msgstr "" | |
4707 | |
4708 #: src/stdui/ui_contact_list.py:37 src/stdui/ui_contact_list.py:183 | |
4709 msgid "Update contact" | |
4710 msgstr "" | |
4711 | |
4712 #: src/stdui/ui_contact_list.py:38 | |
4713 msgid "Remove contact" | |
4714 msgstr "" | |
4715 | |
4716 #: src/stdui/ui_contact_list.py:135 | |
4717 msgid "Select in which groups your contact is:" | |
4718 msgstr "" | |
4719 | |
4720 #: src/stdui/ui_contact_list.py:148 | |
4721 msgid "Add group" | |
4722 msgstr "" | |
4723 | |
4724 #: src/stdui/ui_contact_list.py:150 | |
4725 msgid "Add" | |
4726 msgstr "" | |
4727 | |
4728 #: src/stdui/ui_contact_list.py:166 | |
4729 msgid "New contact identifier (JID):" | |
4730 msgstr "" | |
4731 | |
4732 #: src/stdui/ui_contact_list.py:178 | |
4733 msgid "Nothing to update" | |
4734 msgstr "" | |
4735 | |
4736 #: src/stdui/ui_contact_list.py:179 src/stdui/ui_contact_list.py:197 | |
4737 msgid "Your contact list is empty." | |
4738 msgstr "" | |
4739 | |
4740 #: src/stdui/ui_contact_list.py:184 | |
4741 msgid "Which contact do you want to update?" | |
4742 msgstr "" | |
4743 | |
4744 #: src/stdui/ui_contact_list.py:196 | |
4745 msgid "Nothing to delete" | |
4746 msgstr "" | |
4747 | |
4748 #: src/stdui/ui_contact_list.py:200 | |
4749 msgid "Who do you want to remove from your contacts?" | |
4750 msgstr "" | |
4751 | |
4752 #: src/stdui/ui_contact_list.py:219 | |
4753 msgid "Delete contact" | |
4754 msgstr "" | |
4755 | |
4756 #: src/stdui/ui_contact_list.py:220 | |
4757 #, python-format | |
4758 msgid "Are you sure you want to remove %s from your contact list?" | |
4759 msgstr "" | |
4760 | |
4761 #: src/stdui/ui_contact_list.py:240 | |
4762 #, python-format | |
4763 msgid "Please enter a valid JID (like \"contact@%s\"):" | |
4764 msgstr "" | |
4765 | |
4766 #: src/stdui/ui_profile_manager.py:52 | |
4767 msgid "Profile password for {}" | |
4768 msgstr "" | |
4769 | |
4770 #: src/stdui/ui_profile_manager.py:61 src/stdui/ui_profile_manager.py:98 | |
4771 msgid "Connection error" | |
4772 msgstr "" | |
4773 | |
4774 #: src/stdui/ui_profile_manager.py:66 | |
4775 msgid "Internal error: {}" | |
4776 msgstr "" | |
4777 | |
4778 #: src/stdui/ui_profile_manager.py:99 | |
4779 #, python-format | |
4780 msgid "Can't connect to %s. Please check your connection details." | |
4781 msgstr "" | |
4782 | |
4783 #: src/stdui/ui_profile_manager.py:103 | |
4784 #, python-format | |
4785 msgid "XMPP password for %(profile)s%(counter)s" | |
4786 msgstr "" | |
4787 | |
4788 #: src/stdui/ui_profile_manager.py:105 | |
4789 #, python-format | |
4790 msgid "" | |
4791 "Can't connect to %s. Please check your connection details or try with " | |
4792 "another password." | |
4793 msgstr "" | |
4794 | |
4795 #: src/test/constants.py:45 | |
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4796 msgid "Enable unibox" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4797 msgstr "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4798 |
2170 | 4799 #: src/test/constants.py:46 |
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4800 msgid "'Wysiwyg' edition" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4801 msgstr "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4802 |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4803 #: src/test/test_plugin_misc_room_game.py:43 |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4804 msgid "Dummy plugin to test room game" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4805 msgstr "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4806 |
2170 | 4807 #: src/tools/config.py:51 |
4808 #, python-format | |
4809 msgid "Testing file %s" | |
4810 msgstr "" | |
4811 | |
4812 #: src/tools/config.py:68 | |
4813 #, python-format | |
4814 msgid "" | |
4815 "Config auto-update: %(option)s set to %(value)s in the file %(config_file)s" | |
4816 msgstr "" | |
4817 | |
4818 #: src/tools/config.py:77 | |
4819 msgid "Can't read main config !" | |
4820 msgstr "" | |
4821 | |
4822 #: src/tools/trigger.py:63 | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4823 #, python-format |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4824 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:
391
diff
changeset
|
4825 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4826 |
2170 | 4827 #: src/tools/trigger.py:65 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4828 #, python-format |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4829 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:
391
diff
changeset
|
4830 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4831 |
2170 | 4832 #: src/tools/xml_tools.py:60 |
4833 msgid "Fixed field has neither value nor label, ignoring it" | |
4834 msgstr "" | |
4835 | |
4836 #: src/tools/xml_tools.py:296 | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4837 msgid "INTERNAL ERROR: parameters xml not valid" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4838 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4839 |
2170 | 4840 #: src/tools/xml_tools.py:305 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4841 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:
391
diff
changeset
|
4842 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4843 |
2170 | 4844 #: src/tools/xml_tools.py:314 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4845 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:
391
diff
changeset
|
4846 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4847 |
2170 | 4848 #: src/tools/xml_tools.py:357 |
4849 msgid "The 'options' tag is not allowed in parameter of type 'list'!" | |
4850 msgstr "" | |
4851 | |
4852 #: src/tools/xml_tools.py:433 | |
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4853 msgid "TabElement must be a child of TabsContainer" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4854 msgstr "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4855 |
2170 | 4856 #: src/tools/xml_tools.py:532 |
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4857 msgid "Can't set row index if auto_index is True" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4858 msgstr "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4859 |
2170 | 4860 #: src/tools/xml_tools.py:645 |
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4861 msgid "either items or columns need do be filled" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4862 msgstr "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4863 |
2170 | 4864 #: src/tools/xml_tools.py:658 |
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4865 msgid "Headers lenght doesn't correspond to columns" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4866 msgstr "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4867 |
2170 | 4868 #: src/tools/xml_tools.py:704 |
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4869 msgid "Incorrect number of items in list" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4870 msgstr "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4871 |
2170 | 4872 #: src/tools/xml_tools.py:862 |
4873 msgid "Value must be an integer" | |
4874 msgstr "" | |
4875 | |
4876 #: src/tools/xml_tools.py:877 | |
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4877 msgid "Value must be 0, 1, false or true" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4878 msgstr "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4879 |
2170 | 4880 #: src/tools/xml_tools.py:927 |
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4881 msgid "empty \"options\" list" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4882 msgstr "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4883 |
2170 | 4884 #: src/tools/xml_tools.py:929 src/tools/xml_tools.py:963 |
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4885 msgid "invalid styles" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4886 msgstr "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4887 |
2170 | 4888 #: src/tools/xml_tools.py:985 |
4889 msgid "DialogElement must be a direct child of TopElement" | |
4890 msgstr "" | |
4891 | |
4892 #: src/tools/xml_tools.py:997 | |
4893 msgid "MessageElement must be a direct child of DialogElement" | |
4894 msgstr "" | |
4895 | |
4896 #: src/tools/xml_tools.py:1009 | |
4897 msgid "ButtonsElement must be a direct child of DialogElement" | |
4898 msgstr "" | |
4899 | |
4900 #: src/tools/xml_tools.py:1020 | |
4901 msgid "FileElement must be a direct child of DialogElement" | |
4902 msgstr "" | |
4903 | |
4904 #: src/tools/xml_tools.py:1076 | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4905 #, python-format |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4906 msgid "Unknown panel type [%s]" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4907 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4908 |
2170 | 4909 #: src/tools/xml_tools.py:1078 |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4910 msgid "form XMLUI need a submit_id" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4911 msgstr "" |
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4912 |
2170 | 4913 #: src/tools/xml_tools.py:1080 |
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4914 msgid "container argument must be a string" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4915 msgstr "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4916 |
2170 | 4917 #: src/tools/xml_tools.py:1082 |
4918 msgid "dialog_opt can only be used with dialog panels" | |
4919 msgstr "" | |
4920 | |
4921 #: src/tools/xml_tools.py:1124 | |
4922 msgid "addXXX can't be used with dialogs" | |
4923 msgstr "" | |
4924 | |
4925 #: src/tools/xml_tools.py:1182 | |
4926 msgid "Submit ID must be filled for this kind of dialog" | |
4927 msgstr "" | |
4928 | |
4929 #: src/tools/xml_tools.py:1209 | |
772
dd07fc737d6c
i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents:
391
diff
changeset
|
4930 #, python-format |
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4931 msgid "Unknown container type [%s]" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4932 msgstr "" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4933 |
2170 | 4934 #: src/tools/xml_tools.py:1229 |
862
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4935 #, python-format |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4936 msgid "Invalid type [%s]" |
ca7a2bf4fb40
i18n: updated the translation files
souliane <souliane@mailoo.org>
parents:
772
diff
changeset
|
4937 msgstr "" |
2170 | 4938 |
4939 #: src/twisted/plugins/sat_plugin.py:58 | |
4940 #, python-format | |
4941 msgid "%s XMPP client backend" | |
4942 msgstr "" |