annotate i18n/sat.po @ 1197:69ffe61240eb

wix: Avoid setting a bad icon From 6fb18309a1d971235c0c3d568704fd91809d2d6e Mon Sep 17 00:00:00 2001 The code tries to load an icon from 'icons/crystal/32/tray_icon.xpm' (relative to self.media_dir), which is part of sat_media, released independently by upstream and not yet part of Debian. It then tries to set this invalid icon. With wxPython 2.8 these issues get quietly ignored, but wxPython 3.0 reports them. As a simple workaround I've just added a check that the icon is valid before setting it, so now you get a messagebox about the icon file not being found and then the app starts. Obviously it would be better to package sat_media so that the icon is available on the system.
author Olly Betts <olly@survex.com>
date Tue, 09 Sep 2014 18:51:35 -0400
parents ca7a2bf4fb40
children 96fb74a4714d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1 # SOME DESCRIPTIVE TITLE.
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3 # This file is distributed under the same license as the PACKAGE package.
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
5 #
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
6 #, fuzzy
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
7 msgid ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
8 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
9 "Project-Id-Version: PACKAGE VERSION\n"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
10 "Report-Msgid-Bugs-To: \n"
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
11 "POT-Creation-Date: 2014-02-24 19:12+0100\n"
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
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
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
16 "MIME-Version: 1.0\n"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
17 "Content-Type: text/plain; charset=UTF-8\n"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
18 "Content-Transfer-Encoding: 8bit\n"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
19
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
20 #: frontends/src/bridge/DBus.py:62
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
21 #: src/bridge/bridge_constructor/dbus_frontend_template.py:62
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
22 #: src/bridge/bridge_constructor/generated/DBus.py:62
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
23 msgid "Unknown interface"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
24 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
25
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
26 #: frontends/src/constants.py:38 frontends/src/constants.py:44
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
27 #: frontends/src/wix/constants.py:39 src/plugins/plugin_xep_0050.py:52
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
28 msgid "Online"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
29 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
30
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
31 #: frontends/src/constants.py:39 frontends/src/constants.py:45
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
32 #: frontends/src/wix/constants.py:40 src/plugins/plugin_xep_0050.py:54
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
33 msgid "Free for chat"
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
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
36 #: frontends/src/constants.py:40 frontends/src/constants.py:46
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
37 msgid "Away from keyboard"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
38 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
39
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
40 #: frontends/src/constants.py:41 frontends/src/constants.py:47
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
41 #: src/plugins/plugin_xep_0050.py:55
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
42 msgid "Do not disturb"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
43 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
44
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
45 #: frontends/src/constants.py:42 frontends/src/constants.py:48
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
46 #: frontends/src/wix/constants.py:43 src/plugins/plugin_xep_0050.py:53
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
47 msgid "Away"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
48 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
49
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
50 #: frontends/src/jp/base.py:46
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
51 msgid ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
52 "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
53 "progressbar"
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
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
56 #: frontends/src/jp/base.py:47
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
57 msgid ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
58 "Progress bar deactivated\n"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
59 "--\n"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
60 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
61
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
62 #: frontends/src/jp/base.py:79 frontends/src/quick_frontend/quick_app.py:43
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
63 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
64 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
65
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
66 #: frontends/src/jp/base.py:82 frontends/src/quick_frontend/quick_app.py:46
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
67 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
68 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
69
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
70 #: frontends/src/jp/base.py:90
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
71 msgid "Available commands"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
72 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
73
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
74 #: frontends/src/jp/base.py:112
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
75 #, python-format
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
76 msgid "Use PROFILE profile key (default: %(default)s)"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
77 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
78
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
79 #: frontends/src/jp/base.py:113
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
80 msgid "Connect the profile before doing anything else"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
81 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
82
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
83 #: frontends/src/jp/base.py:117
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
84 msgid "Show progress bar"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
85 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
86
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
87 #: frontends/src/jp/base.py:145
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
88 #, python-format
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
89 msgid "Invalid module %s"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
90 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
91
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
92 #: frontends/src/jp/base.py:161
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
93 msgid "User interruption: good bye"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
94 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
95
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
96 #: frontends/src/jp/base.py:203
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
97 #, python-format
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
98 msgid "%s is not a valid JID !"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
99 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
100
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
101 #: frontends/src/jp/base.py:226
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
102 msgid "Can't connect profile"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
103 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
104
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
105 #: frontends/src/jp/base.py:232
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
106 #, python-format
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
107 msgid "The profile [%s] doesn't exist"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
108 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
109
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
110 #: frontends/src/jp/base.py:241
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
111 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
112 msgid ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
113 "Profile [%(profile)s] is not connected, please connect it before using jp, "
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
114 "or use --connect option"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
115 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
116
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
117 #: frontends/src/jp/base.py:269
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
118 msgid "Progress: "
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
119 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
120
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
121 #: frontends/src/jp/cmd_adhoc.py:34
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
122 msgid "Remote control a software"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
123 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
124
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
125 #: frontends/src/jp/cmd_adhoc.py:37
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
126 msgid "Software name"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
127 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
128
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
129 #: frontends/src/jp/cmd_adhoc.py:38
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
130 msgid "Jids allowed to use the command"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
131 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
132
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
133 #: frontends/src/jp/cmd_adhoc.py:39
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
134 msgid "Groups allowed to use the command"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
135 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
136
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
137 #: frontends/src/jp/cmd_adhoc.py:40
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
138 msgid "Groups that are *NOT* allowed to use the command"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
139 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
140
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
141 #: frontends/src/jp/cmd_adhoc.py:41
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
142 msgid "Jids that are *NOT* allowed to use the command"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
143 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
144
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
145 #: frontends/src/jp/cmd_adhoc.py:42
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
146 msgid "Loop on the commands"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
147 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
148
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
149 #: frontends/src/jp/cmd_adhoc.py:56
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
150 #, python-format
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
151 msgid "Bus name found: [%s]"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
152 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
153
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
154 #: frontends/src/jp/cmd_adhoc.py:59
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
155 #, python-format
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
156 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
157 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
158
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
159 #: frontends/src/jp/cmd_adhoc.py:68
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
160 msgid "Ad-hoc commands"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
161 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
162
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
163 #: frontends/src/jp/cmd_file.py:33
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
164 msgid "Send a file to a contact"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
165 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
166
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
167 #: frontends/src/jp/cmd_file.py:36
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
168 msgid "A list of file"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
169 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
170
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
171 #: frontends/src/jp/cmd_file.py:37 frontends/src/jp/cmd_message.py:36
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
172 #: frontends/src/jp/cmd_pipe.py:37
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
173 msgid "The destination jid"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
174 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
175
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
176 #: frontends/src/jp/cmd_file.py:38
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
177 msgid "Make a bzip2 tarball"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
178 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
179
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
180 #: frontends/src/jp/cmd_file.py:50
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
181 #, python-format
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
182 msgid "file [%s] doesn't exist !"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
183 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
184
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
185 #: frontends/src/jp/cmd_file.py:53
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
186 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
187 msgid "[%s] is a dir ! Please send files inside or use compression"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
188 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
189
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
190 #: frontends/src/jp/cmd_file.py:61
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
191 #, python-format
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
192 msgid "tmp file_ (%s) already exists ! Please remove it"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
193 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
194
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
195 #: frontends/src/jp/cmd_file.py:63
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
196 msgid "bz2 is an experimental option at an early dev stage, use with caution"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
197 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
198
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
199 #: frontends/src/jp/cmd_file.py:65
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
200 msgid "Starting compression, please wait..."
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
201 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
202
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
203 #: frontends/src/jp/cmd_file.py:69
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
204 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
205 msgid "Adding %s"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
206 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
207
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
208 #: frontends/src/jp/cmd_file.py:72
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
209 msgid "Done !"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
210 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
211
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
212 #: frontends/src/jp/cmd_file.py:85
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
213 msgid "Wait for a file to be sent by a contact"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
214 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
215
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
216 #: frontends/src/jp/cmd_file.py:92 frontends/src/jp/cmd_pipe.py:68
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
217 msgid "Jids accepted (none means \"accept everything\")"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
218 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
219
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
220 #: frontends/src/jp/cmd_file.py:93
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
221 msgid "Accept multiple files (you'll have to stop manually)"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
222 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
223
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
224 #: frontends/src/jp/cmd_file.py:94
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
225 msgid "Force overwritting of existing files"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
226 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
227
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
228 #: frontends/src/jp/cmd_file.py:103
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
229 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
230 msgid "Accepted file [%(filename)s] from %(sender)s"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
231 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
232
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
233 #: frontends/src/jp/cmd_file.py:107
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
234 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
235 msgid ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
236 "Refused file [%(filename)s] from %(sender)s: a file with the same name "
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
237 "already exist"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
238 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
239
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
240 #: frontends/src/jp/cmd_file.py:125
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
241 msgid "File sending/receiving"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
242 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
243
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
244 #: frontends/src/jp/cmd_message.py:31
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
245 msgid "Send a message to a contact"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
246 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
247
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
248 #: frontends/src/jp/cmd_message.py:34
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
249 msgid ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
250 "Separate xmpp messages: send one message per line instead of one message "
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
251 "alone."
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
252 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
253
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
254 #: frontends/src/jp/cmd_message.py:35
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
255 msgid "Add a new line at the beginning of the input (usefull for ascii art ;))"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
256 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
257
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
258 #: frontends/src/jp/cmd_pipe.py:34
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
259 msgid "Pipe a stream out"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
260 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
261
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
262 #: frontends/src/jp/cmd_pipe.py:61
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
263 msgid "Wait for the reception of a pipe stream"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
264 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
265
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
266 #: frontends/src/jp/cmd_pipe.py:87
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
267 msgid "Stream piping through XMPP"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
268 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
269
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
270 #: frontends/src/jp/cmd_profile.py:30
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
271 msgid "The name of the profile"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
272 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
273
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
274 #: frontends/src/jp/cmd_profile.py:35
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
275 msgid "Delete a profile"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
276 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
277
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
278 #: frontends/src/jp/cmd_profile.py:50
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
279 msgid "Get informations about a profile"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
280 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
281
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
282 #: frontends/src/jp/cmd_profile.py:76
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
283 msgid "List profiles"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
284 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
285
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
286 #: frontends/src/jp/cmd_profile.py:89
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
287 msgid "Create a new profile"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
288 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
289
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
290 #: frontends/src/jp/cmd_profile.py:92
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
291 msgid "the name of the profile"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
292 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
293
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
294 #: frontends/src/jp/cmd_profile.py:93
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
295 msgid "the jid of the profile"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
296 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
297
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
298 #: frontends/src/jp/cmd_profile.py:94
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
299 msgid "the password of the profile"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
300 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
301
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
302 #: frontends/src/jp/cmd_profile.py:115
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
303 msgid "Profile commands"
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
304 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
305
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
306 #: frontends/src/primitivus/card_game.py:266
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
307 #: frontends/src/wix/card_game.py:103
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
308 msgid "Please choose your contrat"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
309 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
310
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
311 #: frontends/src/primitivus/card_game.py:288
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
312 #: frontends/src/wix/card_game.py:114 src/plugins/plugin_misc_tarot.py:239
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
313 msgid "Draw game"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
314 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
315
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
316 #: frontends/src/primitivus/card_game.py:290
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
317 #: frontends/src/wix/card_game.py:116
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
318 msgid "You win \\o/"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
319 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
320
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
321 #: frontends/src/primitivus/card_game.py:290
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
322 #: frontends/src/wix/card_game.py:116
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
323 msgid "You loose :("
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
324 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
325
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
326 #: frontends/src/primitivus/card_game.py:302
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
327 #: frontends/src/wix/card_game.py:134
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
328 msgid "Cards played are invalid !"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
329 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
330
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
331 #: frontends/src/primitivus/card_game.py:335
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
332 #: frontends/src/wix/card_game.py:242
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
333 msgid "Do you put these cards in chien ?"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
334 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
335
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
336 #: frontends/src/primitivus/chat.py:134
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
337 msgid "Game"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
338 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
339
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
340 #: frontends/src/primitivus/chat.py:135
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
341 msgid "MUC"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
342 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
343
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
344 #: frontends/src/primitivus/chat.py:137
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
345 msgid "Configure room"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
346 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
347
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
348 #: frontends/src/primitivus/chat.py:139
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
349 msgid "Action"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
350 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
351
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
352 #: frontends/src/primitivus/chat.py:139
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
353 msgid "Send file"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
354 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
355
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
356 #: frontends/src/primitivus/chat.py:318
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
357 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
358 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
359 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
360
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
361 #: frontends/src/primitivus/chat.py:320
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
362 #, python-format
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
363 msgid "Primitivus: %(user)s mentioned you in room '%(room)s'"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
364 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
365
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
366 #: frontends/src/primitivus/chat.py:337 frontends/src/wix/chat.py:273
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
367 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
368 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
369
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
370 #: frontends/src/primitivus/chat.py:337 frontends/src/wix/chat.py:273
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
371 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
372 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
373
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
374 #: frontends/src/primitivus/chat.py:345
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
375 #: frontends/src/primitivus/primitivus:458
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
376 #: frontends/src/primitivus/primitivus:460
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
377 #: frontends/src/primitivus/primitivus:523
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
378 #: frontends/src/primitivus/primitivus:549
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
379 #: frontends/src/primitivus/primitivus:559
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
380 #: frontends/src/primitivus/primitivus:578
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
381 #: frontends/src/primitivus/primitivus:597 frontends/src/wix/card_game.py:134
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
382 #: frontends/src/wix/main_window.py:248 frontends/src/wix/main_window.py:255
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
383 #: frontends/src/wix/main_window.py:323 frontends/src/wix/main_window.py:410
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
384 #: frontends/src/wix/main_window.py:458 frontends/src/wix/main_window.py:481
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
385 msgid "Error"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
386 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
387
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
388 #: frontends/src/primitivus/contact_list.py:44
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
389 msgid "Contacts"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
390 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
391
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
392 #: frontends/src/primitivus/primitivus:108
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
393 #, python-format
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
394 msgid "Error while sending message (%s)"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
395 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
396
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
397 #: frontends/src/primitivus/primitivus:273
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
398 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
399 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
400
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
401 #: frontends/src/primitivus/primitivus:285 frontends/src/wix/profile.py:83
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
402 msgid "General"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
403 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
404
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
405 #: frontends/src/primitivus/primitivus:286
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
406 #: frontends/src/primitivus/profile_manager.py:49
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
407 #: frontends/src/wix/profile_manager.py:69
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
408 msgid "Connect"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
409 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
410
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
411 #: frontends/src/primitivus/primitivus:287 src/plugins/plugin_xep_0050.py:57
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
412 msgid "Disconnect"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
413 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
414
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
415 #: frontends/src/primitivus/primitivus:288
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
416 msgid "Parameters"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
417 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
418
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
419 #: frontends/src/primitivus/primitivus:289
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
420 #: frontends/src/primitivus/primitivus:603
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
421 msgid "About"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
422 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
423
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
424 #: frontends/src/primitivus/primitivus:290
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
425 msgid "Exit"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
426 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
427
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
428 #: frontends/src/primitivus/primitivus:291
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
429 msgid "Contact"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
430 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
431
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
432 #: frontends/src/primitivus/primitivus:292
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
433 msgid "Add contact"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
434 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
435
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
436 #: frontends/src/primitivus/primitivus:293
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
437 msgid "Remove contact"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
438 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
439
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
440 #: frontends/src/primitivus/primitivus:294 src/plugins/plugin_xep_0055.py:56
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
441 msgid "Communication"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
442 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
443
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
444 #: frontends/src/primitivus/primitivus:295
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
445 msgid "Join room"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
446 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
447
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
448 #: frontends/src/primitivus/primitivus:307
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
449 msgid "Main menu"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
450 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
451
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
452 #: frontends/src/primitivus/primitivus:354
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
453 #: frontends/src/primitivus/primitivus:382
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
454 msgid "Chat menu"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
455 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
456
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
457 #: frontends/src/primitivus/primitivus:420
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
458 #: frontends/src/wix/main_window.py:203
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
459 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
460 msgid "unmanaged dialog type: %s"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
461 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
462
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
463 #: frontends/src/primitivus/primitivus:435
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
464 msgid "INTERNAL ERROR: Unexpected class for main widget's footer"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
465 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
466
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
467 #: frontends/src/primitivus/primitivus:458
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
468 #: frontends/src/wix/main_window.py:247
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
469 msgid "Unmanaged action result"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
470 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
471
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
472 #: frontends/src/primitivus/primitivus:477
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
473 #: frontends/src/wix/main_window.py:277
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
474 msgid "Where do you want to save the file ?"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
475 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
476
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
477 #: frontends/src/primitivus/primitivus:489
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
478 #: frontends/src/wix/main_window.py:271
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
479 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
480 msgid ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
481 "The contact %(jid)s wants to send you the file %(filename)s\n"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
482 "Do you accept ?"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
483 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
484
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
485 #: frontends/src/primitivus/primitivus:502
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
486 #: frontends/src/wix/main_window.py:308
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
487 msgid "unknown id, ignoring"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
488 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
489
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
490 #: frontends/src/primitivus/primitivus:508
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
491 #: frontends/src/wix/main_window.py:244 frontends/src/wix/main_window.py:330
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
492 msgid "XML user interface received"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
493 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
494
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
495 #: frontends/src/primitivus/primitivus:511
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
496 #: frontends/src/wix/main_window.py:333
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
497 msgid "Form"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
498 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
499
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
500 #: frontends/src/primitivus/primitivus:513
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
501 #: frontends/src/wix/main_window.py:335
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
502 msgid "Registration"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
503 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
504
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
505 #: frontends/src/primitivus/primitivus:537
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
506 #: frontends/src/wix/main_window.py:352
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
507 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
508 msgid "FIXME FIXME FIXME: type [%s] not implemented"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
509 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
510
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
511 #: frontends/src/primitivus/primitivus:547
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
512 #: frontends/src/primitivus/primitivus:557
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
513 #: frontends/src/wix/main_window.py:448 frontends/src/wix/main_window.py:508
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
514 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
515 msgid "'%s' is an invalid JID !"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
516 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
517
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
518 #: frontends/src/primitivus/primitivus:563
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
519 #: frontends/src/wix/main_window.py:471
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
520 #, python-format
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
521 msgid "Unsubscribing %s presence"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
522 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
523
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
524 #: frontends/src/primitivus/primitivus:578
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
525 msgid "Can't get parameters"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
526 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
527
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
528 #: frontends/src/primitivus/primitivus:587
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
529 #: frontends/src/wix/main_window.py:502
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
530 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
531 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
532
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
533 #: frontends/src/primitivus/primitivus:587
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
534 #: frontends/src/wix/main_window.py:500
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
535 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
536 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
537
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
538 #: frontends/src/primitivus/primitivus:591
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
539 #: frontends/src/wix/main_window.py:441
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
540 msgid "Adding a contact"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
541 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
542
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
543 #: frontends/src/primitivus/primitivus:591
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
544 #: frontends/src/wix/main_window.py:440
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
545 msgid "Please enter new contact JID"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
546 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
547
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
548 #: frontends/src/primitivus/primitivus:597
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
549 msgid "You have not selected any contact to delete !"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
550 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
551
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
552 #: frontends/src/primitivus/primitivus:599
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
553 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
554 msgid "Are you sure you want to delete the contact [%s] ?"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
555 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
556
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
557 #: frontends/src/primitivus/profile_manager.py:35
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
558 msgid "Login:"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
559 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
560
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
561 #: frontends/src/primitivus/profile_manager.py:36
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
562 #: frontends/src/wix/profile_manager.py:66
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
563 msgid "Password:"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
564 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
565
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
566 #: frontends/src/primitivus/profile_manager.py:41
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
567 #: frontends/src/wix/profile_manager.py:51
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
568 msgid "New"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
569 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
570
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
571 #: frontends/src/primitivus/profile_manager.py:42
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
572 #: frontends/src/wix/profile_manager.py:52
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
573 msgid "Delete"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
574 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
575
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
576 #: frontends/src/primitivus/profile_manager.py:54
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
577 msgid "Profile Manager"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
578 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
579
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
580 #: frontends/src/primitivus/profile_manager.py:82
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
581 msgid "A profile with this name already exists"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
582 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
583
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
584 #: frontends/src/primitivus/profile_manager.py:84
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
585 msgid "Profile creation cancelled by backend"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
586 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
587
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
588 #: frontends/src/primitivus/profile_manager.py:86
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
589 msgid "Database error"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
590 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
591
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
592 #: frontends/src/primitivus/profile_manager.py:88
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
593 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
594 msgid "Unknown reason (%s)"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
595 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
596
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
597 #: frontends/src/primitivus/profile_manager.py:89
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
598 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
599 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
600
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
601 #: frontends/src/primitivus/profile_manager.py:100
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
602 #: frontends/src/wix/profile_manager.py:95
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
603 msgid "New profile"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
604 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
605
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
606 #: frontends/src/primitivus/profile_manager.py:100
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
607 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
608 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
609
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
610 #: frontends/src/primitivus/profile_manager.py:104
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
611 #, python-format
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
612 msgid "Are you sure you want to delete the profile %s ?"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
613 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
614
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
615 #: frontends/src/primitivus/profile_manager.py:123
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
616 #: frontends/src/wix/profile_manager.py:131
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
617 msgid "No profile selected"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
618 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
619
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
620 #: frontends/src/primitivus/profile_manager.py:123
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
621 msgid "You need to create and select a profile before connecting"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
622 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
623
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
624 #: frontends/src/primitivus/profile_manager.py:126
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
625 #: frontends/src/wix/profile_manager.py:100
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
626 #: frontends/src/wix/profile_manager.py:134
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
627 msgid "Bad profile name"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
628 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
629
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
630 #: frontends/src/primitivus/profile_manager.py:126
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
631 #: frontends/src/wix/profile_manager.py:100
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
632 #: frontends/src/wix/profile_manager.py:134
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
633 msgid "A profile name can't start with a @"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
634 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
635
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
636 #: frontends/src/primitivus/profile_manager.py:152
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
637 #: frontends/src/quick_frontend/quick_app.py:119
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
638 #: frontends/src/wix/profile_manager.py:158
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
639 msgid "Can't get profile parameter"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
640 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
641
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
642 #: frontends/src/primitivus/progress.py:33
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
643 msgid "Clear progress list"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
644 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
645
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
646 #: 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
647 msgid "Set your presence"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
648 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
649
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
650 #: frontends/src/primitivus/status.py:50
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
651 msgid "Set your status"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
652 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
653
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
654 #: frontends/src/primitivus/status.py:50
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
655 msgid "New status"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
656 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
657
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
658 #: frontends/src/primitivus/xmlui.py:76
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
659 msgid "Unknown div_char"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
660 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
661
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
662 #: frontends/src/primitivus/xmlui.py:225 frontends/src/wix/xmlui.py:255
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
663 msgid "Submit"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
664 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
665
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
666 #: frontends/src/primitivus/xmlui.py:227 frontends/src/primitivus/xmlui.py:235
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
667 msgid "Cancel"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
668 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
669
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
670 #: frontends/src/primitivus/xmlui.py:234
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
671 msgid "Save"
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
672 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
673
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
674 #: frontends/src/quick_frontend/quick_app.py:98
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
675 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
676 msgid "Trying to plug an unknown profile (%s)"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
677 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
678
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
679 #: frontends/src/quick_frontend/quick_app.py:104
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
680 msgid ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
681 "\n"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
682 " %prog [options]\n"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
683 "\n"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
684 " %prog --help for options list\n"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
685 " "
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
686 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
687
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
688 #: frontends/src/quick_frontend/quick_app.py:111
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
689 msgid "Select the profile to use"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
690 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
691
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
692 #: frontends/src/quick_frontend/quick_app.py:124
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
693 msgid "There is already one profile plugged (we are in single profile mode) !"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
694 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
695
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
696 #: frontends/src/quick_frontend/quick_app.py:128
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
697 msgid "The profile asked doesn't exist"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
698 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
699
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
700 #: frontends/src/quick_frontend/quick_app.py:131
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
701 msgid "The profile is already plugged"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
702 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
703
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
704 #: frontends/src/quick_frontend/quick_app.py:153
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
705 msgid "Error during autoconnection"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
706 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
707
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
708 #: frontends/src/quick_frontend/quick_app.py:207
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
709 msgid "This profile is not plugged"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
710 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
711
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
712 #: frontends/src/quick_frontend/quick_app.py:218
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
713 msgid "Connected"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
714 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
715
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
716 #: frontends/src/quick_frontend/quick_app.py:225
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
717 msgid "Disconnected"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
718 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
719
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
720 #: frontends/src/quick_frontend/quick_app.py:233
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
721 msgid "Connection Error"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
722 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
723
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
724 #: frontends/src/quick_frontend/quick_app.py:236
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
725 msgid "Can't connect to account, please check your password"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
726 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
727
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
728 #: frontends/src/quick_frontend/quick_app.py:236
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
729 msgid "Connection error"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
730 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
731
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
732 #: frontends/src/quick_frontend/quick_app.py:238
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
733 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
734 msgid "FIXME: error_type %s not implemented"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
735 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
736
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
737 #: frontends/src/quick_frontend/quick_app.py:290
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
738 msgid "sendMessage Error"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
739 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
740
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
741 #: frontends/src/quick_frontend/quick_app.py:306
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
742 #, python-format
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
743 msgid ""
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
744 "presence update for %(jid)s (show=%(show)s, priority=%(priority)s, statuses="
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
745 "%(statuses)s) [profile:%(profile)s]"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
746 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
747
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
748 #: frontends/src/quick_frontend/quick_app.py:323
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
749 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
750 msgid "Watched jid [%s] is connected !"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
751 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
752
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
753 #: frontends/src/quick_frontend/quick_app.py:336
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
754 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
755 msgid "Room [%(room_jid)s] joined by %(profile)s, users presents:%(users)s"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
756 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
757
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
758 #: frontends/src/quick_frontend/quick_app.py:347
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
759 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
760 msgid "Room [%(room_jid)s] left by %(profile)s"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
761 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
762
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
763 #: frontends/src/quick_frontend/quick_app.py:357
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
764 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
765 msgid "user [%(user_nick)s] joined room [%(room_jid)s]"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
766 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
767
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
768 #: frontends/src/quick_frontend/quick_app.py:365
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
769 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
770 msgid "user [%(user_nick)s] left room [%(room_jid)s]"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
771 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
772
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
773 #: frontends/src/quick_frontend/quick_app.py:373
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
774 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
775 msgid ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
776 "user [%(old_nick)s] is now known as [%(new_nick)s] in room [%(room_jid)s]"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
777 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
778
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
779 #: frontends/src/quick_frontend/quick_app.py:381
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
780 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
781 msgid "new subject for room [%(room_jid)s]: %(subject)s"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
782 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
783
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
784 #: frontends/src/quick_frontend/quick_app.py:386
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
785 msgid "Tarot Game Started \\o/"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
786 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
787
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
788 #: frontends/src/quick_frontend/quick_app.py:389
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
789 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
790 msgid ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
791 "new Tarot game started by [%(referee)s] in room [%(room_jid)s] with "
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
792 "%(players)s"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
793 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
794
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
795 #: frontends/src/quick_frontend/quick_app.py:394
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
796 msgid "New Tarot Game"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
797 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
798
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
799 #: frontends/src/quick_frontend/quick_app.py:402
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
800 msgid "Tarot: need to select a contrat"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
801 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
802
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
803 #: frontends/src/quick_frontend/quick_app.py:409
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
804 msgid "Show cards"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
805 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
806
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
807 #: frontends/src/quick_frontend/quick_app.py:416
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
808 msgid "My turn to play"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
809 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
810
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
811 #: frontends/src/quick_frontend/quick_app.py:424
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
812 msgid "Tarot: score received"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
813 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
814
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
815 #: frontends/src/quick_frontend/quick_app.py:431
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
816 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
817 msgid "Card(s) played (%(player)s): %(cards)s"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
818 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
819
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
820 #: frontends/src/quick_frontend/quick_app.py:438
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
821 #, python-format
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
822 msgid "Cards played are not valid: %s"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
823 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
824
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
825 #: frontends/src/quick_frontend/quick_app.py:445
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
826 msgid "Quiz Game Started \\o/"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
827 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
828
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
829 #: frontends/src/quick_frontend/quick_app.py:448
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
830 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
831 msgid ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
832 "new Quiz game started by [%(referee)s] in room [%(room_jid)s] with "
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
833 "%(players)s"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
834 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
835
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
836 #: 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
837 msgid "New Quiz Game"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
838 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
839
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
840 #: frontends/src/quick_frontend/quick_app.py:461
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
841 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
842 msgid "Quiz: new question: %s"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
843 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
844
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
845 #: frontends/src/quick_frontend/quick_app.py:514
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
846 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
847 msgid "The contact %s has accepted your subscription"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
848 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
849
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
850 #: frontends/src/quick_frontend/quick_app.py:514
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
851 #: frontends/src/quick_frontend/quick_app.py:520
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
852 msgid "Subscription confirmation"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
853 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
854
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
855 #: frontends/src/quick_frontend/quick_app.py:517
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
856 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
857 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
858 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
859
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
860 #: frontends/src/quick_frontend/quick_app.py:517
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
861 msgid "Subscription refusal"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
862 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
863
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
864 #: frontends/src/quick_frontend/quick_app.py:520
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
865 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
866 msgid ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
867 "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
868 "Do you accept ?"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
869 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
870
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
871 #: frontends/src/quick_frontend/quick_app.py:531
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
872 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
873 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
874 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
875
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
876 #: frontends/src/quick_frontend/quick_app.py:533
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
877 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
878 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
879 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
880
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
881 #: frontends/src/quick_frontend/quick_chat.py:47
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
882 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
883 msgid "Adding users %s to room"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
884 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
885
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
886 #: frontends/src/quick_frontend/quick_chat.py:49
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
887 msgid "[INTERNAL] trying to set presents nicks for a non group chat window"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
888 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
889
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
890 #: frontends/src/quick_frontend/quick_chat.py:55 frontends/src/wix/chat.py:146
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
891 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
892 msgid "Replacing user %s"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
893 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
894
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
895 #: frontends/src/quick_frontend/quick_chat.py:57 frontends/src/wix/chat.py:148
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
896 msgid "[INTERNAL] trying to replace user for a non group chat window"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
897 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
898
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
899 #: frontends/src/quick_frontend/quick_chat.py:66
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
900 #, python-format
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
901 msgid "Removing user %s"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
902 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
903
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
904 #: frontends/src/quick_frontend/quick_chat.py:68
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
905 msgid "[INTERNAL] trying to remove user for a non group chat window"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
906 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
907
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
908 #: frontends/src/quick_frontend/quick_chat.py:83
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
909 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
910 msgid "Changing nick of user %(old_nick)s to %(new_nick)s"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
911 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
912
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
913 #: frontends/src/quick_frontend/quick_chat.py:85
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
914 msgid "[INTERNAL] trying to change user nick for a non group chat window"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
915 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
916
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
917 #: frontends/src/quick_frontend/quick_chat.py:93
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
918 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
919 msgid "Setting subject to %s"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
920 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
921
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
922 #: frontends/src/quick_frontend/quick_chat.py:95
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
923 msgid "[INTERNAL] trying to set subject for a non group chat window"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
924 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
925
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
926 #: frontends/src/quick_frontend/quick_chat.py:100
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
927 msgid "now we print history"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
928 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
929
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
930 #: frontends/src/quick_frontend/quick_chat.py:110
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
931 msgid "Can't get history"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
932 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
933
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
934 #: frontends/src/quick_frontend/quick_chat.py:149
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
935 msgid "startGame is not implemented in this frontend"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
936 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
937
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
938 #: frontends/src/quick_frontend/quick_chat.py:154
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
939 msgid "getGame is not implemented in this frontend"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
940 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
941
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
942 #: frontends/src/quick_frontend/quick_contact_list.py:28
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
943 msgid "Contact List init"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
944 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
945
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
946 #: 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
947 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
948 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
949
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
950 #: frontends/src/quick_frontend/quick_contact_management.py:87
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
951 msgid "INTERNAL ERROR: Key error"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
952 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
953
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
954 #: frontends/src/quick_frontend/quick_contact_management.py:99
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
955 #, python-format
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
956 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
957 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
958
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
959 #: frontends/src/tools/xmlui.py:191
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
960 msgid "XMLUI can have only one main container"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
961 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
962
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
963 #: frontends/src/tools/xmlui.py:240
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
964 #, python-format
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
965 msgid "Unknown container [%s], using default one"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
966 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
967
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
968 #: frontends/src/tools/xmlui.py:249
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
969 msgid "Internal Error, container has not _xmluiAppend method"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
970 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
971
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
972 #: frontends/src/tools/xmlui.py:315
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
973 #, python-format
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
974 msgid "FIXME FIXME FIXME: widget type [%s] is not implemented"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
975 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
976
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
977 #: frontends/src/tools/xmlui.py:316
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
978 #, python-format
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
979 msgid "FIXME FIXME FIXME: type [%s] is not implemented"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
980 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
981
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
982 #: frontends/src/tools/xmlui.py:324
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
983 #, python-format
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
984 msgid "No change listener on [%s]"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
985 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
986
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
987 #: frontends/src/tools/xmlui.py:330
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
988 #, python-format
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
989 msgid "Unknown tag [%s]"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
990 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
991
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
992 #: frontends/src/tools/xmlui.py:395
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
993 msgid "No callback_id found"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
994 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
995
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
996 #: frontends/src/tools/xmlui.py:436
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
997 msgid "The form data is not sent back, the type is not managed properly"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
998 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
999
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1000 #: frontends/src/tools/xmlui.py:441
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1001 msgid "Cancelling form"
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1002 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1003
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1004 #: frontends/src/wix/card_game.py:95
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1005 msgid "Contrat choosed"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1006 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1007
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1008 #: frontends/src/wix/card_game.py:242
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1009 msgid "Écart"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1010 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1011
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1012 #: frontends/src/wix/chat.py:114
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1013 msgid "configure chat window for Tarot game"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1014 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1015
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1016 #: frontends/src/wix/chat.py:121
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1017 msgid "configure chat window for Quiz game"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1018 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1019
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1020 #: frontends/src/wix/chat.py:175
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1021 msgid "&SendFile\tCTRL-s"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1022 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1023
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1024 #: frontends/src/wix/chat.py:175
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1025 msgid " Send a file to contact"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1026 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1027
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1028 #: frontends/src/wix/chat.py:176
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1029 msgid "&Action"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1030 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1031
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1032 #: frontends/src/wix/chat.py:187
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1033 msgid "Start &Tarot game\tCTRL-t"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1034 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1035
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1036 #: frontends/src/wix/chat.py:187
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1037 msgid " Start a Tarot card game"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1038 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1039
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1040 #: frontends/src/wix/chat.py:188
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1041 msgid "&Games"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1042 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1043
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1044 #: frontends/src/wix/chat.py:256
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1045 msgid "Send File"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1046 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1047
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1048 #: frontends/src/wix/chat.py:257
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1049 msgid "Choose a file to send"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1050 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1051
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1052 #: frontends/src/wix/chat.py:259
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1053 #, python-format
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1054 msgid "filename: %s"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1055 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1056
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1057 #: frontends/src/wix/chat.py:267 frontends/src/wix/main_window.py:281
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1058 msgid "File Transfer"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1059 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1060
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1061 #: frontends/src/wix/chat.py:267 frontends/src/wix/main_window.py:281
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1062 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1063 msgid "Copying %s"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1064 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1065
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1066 #: frontends/src/wix/chat.py:270
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1067 msgid "Starting Tarot game"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1068 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1069
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1070 #: frontends/src/wix/chat.py:271
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1071 msgid "FIXME: temporary menu, must be changed"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1072 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1073
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1074 #: frontends/src/wix/constants.py:36
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1075 msgid "offline"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1076 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1077
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1078 #: frontends/src/wix/constants.py:37
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1079 msgid "online"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1080 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1081
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1082 #: frontends/src/wix/constants.py:41
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1083 msgid "AFK"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1084 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1085
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1086 #: frontends/src/wix/constants.py:42
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1087 msgid "DND"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1088 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1089
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1090 #: frontends/src/wix/contact_list.py:79
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1091 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1092 msgid "update %s"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1093 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1094
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1095 #: frontends/src/wix/contact_list.py:153
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1096 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1097 msgid "adding %s"
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
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1100 #: frontends/src/wix/contact_list.py:192
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1101 #, python-format
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1102 msgid "removing %s"
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
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1105 #: frontends/src/wix/main_window.py:87
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1106 msgid "Wix jabber client"
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
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1109 #: frontends/src/wix/main_window.py:109
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1110 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1111 msgid "plugin profile %s"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1112 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1113
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1114 #: frontends/src/wix/main_window.py:118
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1115 msgid "Creating menus"
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
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1118 #: frontends/src/wix/main_window.py:120
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1119 msgid "&Connect\tCTRL-c"
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
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1122 #: frontends/src/wix/main_window.py:120
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1123 msgid " Connect to the server"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1124 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1125
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1126 #: frontends/src/wix/main_window.py:121
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1127 msgid "&Disconnect\tCTRL-d"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1128 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1129
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1130 #: frontends/src/wix/main_window.py:121
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1131 msgid " Disconnect from the server"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1132 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1133
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1134 #: frontends/src/wix/main_window.py:122
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1135 msgid "&Parameters"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1136 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1137
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1138 #: frontends/src/wix/main_window.py:122
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1139 msgid " Configure the program"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1140 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1141
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1142 #: frontends/src/wix/main_window.py:124
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1143 msgid "A&bout"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1144 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1145
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1146 #: frontends/src/wix/main_window.py:124
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1147 #, python-format
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1148 msgid " About %s"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1149 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1150
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1151 #: frontends/src/wix/main_window.py:125
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1152 msgid "E&xit"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1153 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1154
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1155 #: frontends/src/wix/main_window.py:125
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1156 msgid " Terminate the program"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1157 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1158
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1159 #: frontends/src/wix/main_window.py:127
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1160 msgid "&Add contact"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1161 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1162
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1163 #: frontends/src/wix/main_window.py:127
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1164 msgid " Add a contact to your list"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1165 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1166
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1167 #: frontends/src/wix/main_window.py:128
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1168 msgid "&Remove contact"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1169 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1170
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1171 #: frontends/src/wix/main_window.py:128
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1172 msgid " Remove the selected contact from your list"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1173 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1174
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1175 #: frontends/src/wix/main_window.py:130
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1176 msgid "&Show profile"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1177 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1178
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1179 #: frontends/src/wix/main_window.py:130
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1180 msgid " Show contact's profile"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1181 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1182
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1183 #: frontends/src/wix/main_window.py:132
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1184 msgid "&Join Room"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1185 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1186
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1187 #: frontends/src/wix/main_window.py:132
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1188 msgid " Join a Multi-User Chat room"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1189 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1190
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1191 #: frontends/src/wix/main_window.py:134
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1192 msgid "&General"
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1193 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1194
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1195 #: frontends/src/wix/main_window.py:135
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1196 msgid "&Contacts"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1197 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1198
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1199 #: frontends/src/wix/main_window.py:136
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1200 msgid "&Communication"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1201 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1202
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1203 #: frontends/src/wix/main_window.py:267
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1204 msgid "Confirmation asked"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1205 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1206
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1207 #: frontends/src/wix/main_window.py:270
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1208 msgid "File transfer confirmation asked"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1209 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1210
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1211 #: frontends/src/wix/main_window.py:272
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1212 msgid "File Request"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1213 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1214
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1215 #: frontends/src/wix/main_window.py:290
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1216 msgid "Yes/No confirmation asked"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1217 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1218
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1219 #: frontends/src/wix/main_window.py:292
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1220 #: frontends/src/wix/profile_manager.py:111
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1221 msgid "Confirmation"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1222 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1223
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1224 #: frontends/src/wix/main_window.py:306
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1225 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1226 msgid "actionResult: type = [%(type)s] id = [%(id)s] data = [%(data)s]"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1227 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1228
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1229 #: frontends/src/wix/main_window.py:315
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1230 msgid "Success"
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
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1233 #: frontends/src/wix/main_window.py:334
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1234 msgid "registration"
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
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1237 #: frontends/src/wix/main_window.py:382
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1238 #, python-format
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1239 msgid "onContactActivated: %s"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1240 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1241
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1242 #: frontends/src/wix/main_window.py:400
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1243 msgid "Status change request"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1244 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1245
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1246 #: frontends/src/wix/main_window.py:404
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1247 msgid "Param request"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1248 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1249
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1250 #: frontends/src/wix/main_window.py:406
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1251 msgid "Configuration"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1252 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1253
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1254 #: frontends/src/wix/main_window.py:422
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1255 #, python-format
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1256 msgid "%(name)s is a SàT (Salut à Toi) frontend\n"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1257 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1258
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1259 #: frontends/src/wix/main_window.py:438
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1260 msgid "Add contact request"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1261 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1262
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1263 #: frontends/src/wix/main_window.py:441
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1264 msgid "name@server.tld"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1265 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1266
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1267 #: frontends/src/wix/main_window.py:454
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1268 msgid "Remove contact request"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1269 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1270
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1271 #: frontends/src/wix/main_window.py:457 frontends/src/wix/main_window.py:480
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1272 msgid "You haven't selected any contact !"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1273 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1274
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1275 #: frontends/src/wix/main_window.py:465
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1276 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1277 msgid "Are you sure you want to delete %s from your roster list ?"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1278 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1279
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1280 #: frontends/src/wix/main_window.py:466
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1281 msgid "Contact suppression"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1282 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1283
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1284 #: frontends/src/wix/main_window.py:477
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1285 msgid "Show contact's profile request"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1286 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1287
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1288 #: frontends/src/wix/main_window.py:493
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1289 #, python-format
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1290 msgid "Profile received: [%s]"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1291 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1292
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1293 #: frontends/src/wix/main_window.py:512
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1294 msgid "Exiting..."
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1295 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1296
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1297 #: frontends/src/wix/main_window.py:519
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1298 msgid "Tray Click"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1299 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1300
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1301 #: frontends/src/wix/profile_manager.py:46
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1302 msgid "Profile:"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1303 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1304
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1305 #: frontends/src/wix/profile_manager.py:59
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1306 msgid "Login"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1307 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1308
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1309 #: frontends/src/wix/profile_manager.py:95
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1310 msgid "Please enter the new profile name"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1311 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1312
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1313 #: frontends/src/wix/profile_manager.py:111
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1314 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1315 msgid "Are you sure to delete the profile [%s]"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1316 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1317
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1318 #: frontends/src/wix/profile_manager.py:131
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1319 msgid "You must select a profile or create a new one before connecting"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1320 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1321
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1322 #: frontends/src/wix/profile_manager.py:148
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1323 msgid "Saving new JID and server"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1324 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1325
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1326 #: frontends/src/wix/profile_manager.py:152
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1327 msgid "Saving new password"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1328 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1329
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1330 #: frontends/src/wix/profile_manager.py:158
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1331 msgid "Profile error"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1332 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1333
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1334 #: frontends/src/wix/profile.py:34
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1335 msgid "Full Name"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1336 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1337
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1338 #: frontends/src/wix/profile.py:35
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1339 msgid "Nickname"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1340 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1341
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1342 #: frontends/src/wix/profile.py:36
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1343 msgid "Birthday"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1344 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1345
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1346 #: frontends/src/wix/profile.py:37
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1347 msgid "Phone #"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1348 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1349
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1350 #: frontends/src/wix/profile.py:38
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1351 msgid "Website"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1352 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1353
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1354 #: frontends/src/wix/profile.py:39
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1355 msgid "E-mail"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1356 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1357
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1358 #: frontends/src/wix/profile.py:40
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1359 msgid "Avatar"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1360 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1361
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1362 #: frontends/src/wix/profile.py:88 frontends/src/wix/xmlui.py:297
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1363 msgid "close"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1364 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1365
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1366 #: frontends/src/wix/quiz_game.py:168
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1367 msgid ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1368 "Quel dommage, personne n'a trouvé la réponse\n"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1369 "\n"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1370 "Attention, la prochaine question arrive..."
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1371 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1372
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1373 #: frontends/src/wix/xmlui.py:137
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1374 #, python-format
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1375 msgid "Can't find value [%s] to select"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1376 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1377
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1378 #: frontends/src/wix/xmlui.py:175
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1379 msgid "select"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1380 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1381
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1382 #: src/core/sat_main.py:97
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1383 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1384 msgid "Constant %(name)s overrided with [%(value)s]"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1385 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1386
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1387 #: src/core/sat_main.py:102
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1388 msgid "Trying to access an undefined constant"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1389 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1390
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1391 #: src/core/sat_main.py:109
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1392 msgid "Trying to redefine a constant"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1393 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1394
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1395 #: src/core/sat_main.py:177
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1396 msgid "Memory initialised"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1397 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1398
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1399 #: src/core/sat_main.py:207
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1400 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1401 msgid "Dependency plugin not found: [%s]"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1402 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1403
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1404 #: src/core/sat_main.py:214
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1405 #, python-format
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1406 msgid "importing plugin: %s"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1407 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1408
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1409 #: src/core/sat_main.py:233
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1410 msgid "Trying to connect a non-exsitant profile"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1411 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1412
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1413 #: src/core/sat_main.py:237
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1414 msgid "already connected !"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1415 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1416
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1417 #: src/core/sat_main.py:255
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1418 msgid "Can't parse port value, using default value"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1419 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1420
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1421 #: src/core/sat_main.py:283
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1422 msgid "setting plugins parents"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1423 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1424
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1425 #: src/core/sat_main.py:304
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1426 msgid "not connected !"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1427 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1428
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1429 #: src/core/sat_main.py:307
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1430 msgid "Disconnecting..."
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1431 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1432
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1433 #: src/core/sat_main.py:317 src/memory/memory.py:1027
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1434 msgid "Asking contacts 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
1435 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1436
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1437 #: src/core/sat_main.py:328
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1438 msgid "Asking group's contacts 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
1439 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1440
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1441 #: src/core/sat_main.py:337
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1442 msgid "Trying to remove reference to a client not referenced"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1443 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1444
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1445 #: src/core/sat_main.py:349
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1446 msgid "running app"
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
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1449 #: src/core/sat_main.py:353
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1450 msgid "stopping app"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1451 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1452
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1453 #: src/core/sat_main.py:414
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1454 msgid "No user, password or server given, can't register new account."
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1455 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1456
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1457 #: src/core/sat_main.py:422
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1458 #, python-format
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1459 msgid "Are you sure to register new account [%(user)s] to server %(server)s ?"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1460 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1461
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1462 #: src/core/sat_main.py:427
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1463 #, python-format
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1464 msgid "register Confirmation CB ! (%s)"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1465 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1466
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1467 #: src/core/sat_main.py:442
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1468 #, python-format
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1469 msgid "setting param: %(name)s=%(value)s in category %(category)s"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1470 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1471
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1472 #: src/core/sat_main.py:452
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1473 msgid "asking connection status for a non-existant profile"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1474 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1475
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1476 #: src/core/sat_main.py:518
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1477 #, python-format
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1478 msgid "Sending jabber message of type [%(type)s] to %(to)s..."
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1479 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1480
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1481 #: src/core/sat_main.py:556
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1482 msgid "Trying to send a message with no profile"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1483 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1484
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1485 #: src/core/sat_main.py:603
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1486 #, python-format
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
1487 msgid "subsciption request [%(subs_type)s] for %(jid)s"
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1488 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1489
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1490 #: src/core/sat_main.py:716 src/core/sat_main.py:733
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1491 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1492 msgid "Requested disco info on %s"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1493 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1494
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1495 #: src/core/sat_main.py:718
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1496 #, python-format
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1497 msgid "Feature found: %s"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1498 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1499
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1500 #: src/core/sat_main.py:721
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1501 #, python-format
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1502 msgid "Identity found: [%(category)s/%(type)s] %(identity)s"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1503 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1504
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1505 #: src/core/sat_main.py:735
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1506 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1507 msgid "Identity added: (%(category)s,%(type)s) ==> %(entity)s [%(profile)s]"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1508 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1509
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1510 #: src/core/sat_main.py:742
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1511 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1512 msgid ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1513 "Can't get information on identity [%(entity)s] for profile [%(profile)s]"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1514 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1515
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1516 #: src/core/sat_main.py:747
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1517 msgid ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1518 "Using jabberfr workaround, be sure your domain has at least two levels (e.g. "
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1519 "\"example.tld\", not \"example\" alone)"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1520 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1521
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1522 #: src/core/sat_main.py:771
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1523 msgid "action_type for actionResultExt must be DICT_DICT, fixing it"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1524 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1525
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1526 #: src/core/sat_main.py:785
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1527 msgid "Asking confirmation a non-existant profile"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1528 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1529
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1530 #: src/core/sat_main.py:787
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1531 msgid "Attempt to register two callbacks for the same confirmation"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1532 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1533
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1534 #: src/core/sat_main.py:796
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1535 msgid "Confirmation answer from a non-existant profile"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1536 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1537
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1538 #: src/core/sat_main.py:797
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1539 #, python-format
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1540 msgid "Received confirmation answer for conf_id [%(conf_id)s]: %(success)s"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1541 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1542
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1543 #: src/core/sat_main.py:797
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
1544 msgid "accepted"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
1545 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
1546
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1547 #: src/core/sat_main.py:797
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1548 msgid "refused"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1549 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1550
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1551 #: src/core/sat_main.py:799
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1552 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1553 msgid "Received an unknown confirmation (%(id)s for %(profile)s)"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1554 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1555
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1556 #: src/core/sat_main.py:818
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1557 msgid "Trying to remove an unknow progress callback"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1558 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1559
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1560 #: src/core/sat_main.py:851
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1561 msgid "id already registered"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1562 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1563
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1564 #: src/core/sat_main.py:880
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1565 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
1566 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1567
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1568 #: src/core/sat_main.py:935
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1569 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
1570 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1571
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1572 #: src/core/xmpp.py:57
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1573 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1574 msgid "********** [%s] CONNECTED **********"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1575 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1576
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1577 #: src/core/xmpp.py:63
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1578 msgid "XML stream is initialized"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1579 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1580
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1581 #: src/core/xmpp.py:100
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
1582 #, python-format
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1583 msgid "********** [%s] DISCONNECTED **********"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1584 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1585
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1586 #: src/core/xmpp.py:104
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1587 msgid "No keep_alife"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1588 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1589
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1590 #: src/core/xmpp.py:120
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1591 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1592 msgid "got message from: %s"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1593 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1594
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1595 #: src/core/xmpp.py:224
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1596 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1597 msgid "new contact in roster list: %s"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1598 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1599
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1600 #: 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
1601 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1602 msgid "removing %s from roster list"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1603 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1604
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1605 #: src/core/xmpp.py:293
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1606 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1607 msgid ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1608 "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
1609 "%(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
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:312
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
1613 #, python-format
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1614 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
1615 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1616
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1617 #: src/core/xmpp.py:355
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1618 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
1619 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1620
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1621 #: src/core/xmpp.py:363
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1622 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1623 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
1624 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1625
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1626 #: src/core/xmpp.py:367
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1627 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1628 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
1629 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1630
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1631 #: src/core/xmpp.py:371
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1632 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1633 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
1634 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1635
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1636 #: src/core/xmpp.py:375
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1637 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
1638 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1639
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1640 #: src/core/xmpp.py:382
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1641 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1642 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
1643 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1644
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1645 #: src/core/xmpp.py:385
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1646 msgid "automatic contact deletion"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1647 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1648
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1649 #: src/core/xmpp.py:417
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1650 msgid "Registration asked for"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1651 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1652
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1653 #: src/core/xmpp.py:438 src/plugins/plugin_xep_0077.py:90
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1654 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1655 msgid "registration answer: %s"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1656 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1657
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1658 #: src/core/xmpp.py:440
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1659 msgid "Registration successfull"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1660 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1661
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1662 #: src/core/xmpp.py:445 src/plugins/plugin_xep_0077.py:86
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1663 #: src/plugins/plugin_xep_0077.py:96
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1664 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1665 msgid "Registration failure: %s"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1666 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1667
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1668 #: src/core/xmpp.py:450 src/plugins/plugin_xep_0077.py:98
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1669 msgid "Username already exists, please choose an other one"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1670 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1671
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1672 #: src/core/xmpp.py:453
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1673 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1674 msgid "Registration failed (%s)"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1675 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1676
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1677 #: src/memory/memory.py:143
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
1678 msgid "Connection"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
1679 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
1680
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1681 #: src/memory/memory.py:144
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
1682 msgid "Register new account"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
1683 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
1684
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1685 #: src/memory/memory.py:145
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
1686 msgid "Connect on frontend startup"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
1687 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
1688
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1689 #: src/memory/memory.py:146
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
1690 msgid "Disconnect on frontend closure"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
1691 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
1692
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1693 #: src/memory/memory.py:147 src/plugins/plugin_xep_0249.py:69
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
1694 msgid "Misc"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
1695 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
1696
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1697 #: src/memory/memory.py:202
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1698 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1699 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
1700 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1701
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1702 #: src/memory/memory.py:223
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1703 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1704 msgid "The profile [%s] already exists"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1705 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1706
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1707 #: src/memory/memory.py:239
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1708 msgid "The profile name already exists"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1709 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1710
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1711 #: src/memory/memory.py:250
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1712 msgid "Trying to delete an unknown profile"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1713 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1714
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1715 #: src/memory/memory.py:253
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1716 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
1717 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1718
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1719 #: src/memory/memory.py:268
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1720 msgid "No default profile, returning first one"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1721 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1722
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1723 #: src/memory/memory.py:272
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1724 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
1725 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1726
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1727 #: src/memory/memory.py:280
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1728 msgid "Trying to access an unknown profile"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1729 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1730
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1731 #: src/memory/memory.py:361
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1732 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
1733 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1734
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1735 #: src/memory/memory.py:366
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1736 #, python-format
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1737 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
1738 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1739
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1740 #: src/memory/memory.py:377
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1741 #, python-format
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1742 msgid "Can't determine default value for [%(category)s/%(name)s]: %(reason)s"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1743 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1744
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1745 #: src/memory/memory.py:392 src/memory/memory.py:437 src/memory/memory.py:472
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1746 #, python-format
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1747 msgid "Requested param [%(name)s] in category [%(category)s] doesn't exist !"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1748 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1749
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1750 #: src/memory/memory.py:448
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1751 msgid "Requesting a param for an non-existant profile"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1752 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1753
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1754 #: src/memory/memory.py:452
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1755 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
1756 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1757
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1758 #: src/memory/memory.py:476
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1759 #, python-format
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1760 msgid ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1761 "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
1762 "authorization!!!"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1763 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1764
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1765 #: src/memory/memory.py:488
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1766 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
1767 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1768
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1769 #: src/memory/memory.py:622 src/memory/memory.py:638 src/memory/memory.py:661
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1770 msgid "Asking params for inexistant profile"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1771 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1772
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1773 #: src/memory/memory.py:713
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1774 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
1775 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1776
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1777 #: src/memory/memory.py:718
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1778 #, python-format
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1779 msgid "Requesting an unknown parameter (%(category)s/%(name)s)"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1780 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1781
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1782 #: src/memory/memory.py:723
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1783 #, python-format
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1784 msgid ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1785 "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
1786 "authorization!!!"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1787 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1788
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1789 #: src/memory/memory.py:776
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1790 msgid "Memory manager init"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1791 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1792
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1793 #: src/memory/memory.py:791
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1794 msgid "Loading default params template"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1795 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1796
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1797 #: src/memory/memory.py:804
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1798 msgid "Can't read main config !"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1799 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1800
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1801 #: src/memory/memory.py:838
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1802 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1803 msgid "Parameters loaded from file: %s"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1804 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1805
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1806 #: src/memory/memory.py:841
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1807 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1808 msgid "Can't load parameters from file: %s"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1809 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1810
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1811 #: src/memory/memory.py:857
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1812 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1813 msgid "[%s] Profile session started"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1814 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1815
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1816 #: src/memory/memory.py:863
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1817 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1818 msgid "[%s] Profile session purge"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1819 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1820
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1821 #: src/memory/memory.py:868
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1822 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1823 msgid "Trying to purge roster status cache for a profile not in memory: [%s]"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1824 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1825
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1826 #: src/memory/memory.py:878
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1827 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1828 msgid "Parameters saved to file: %s"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1829 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1830
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1831 #: src/memory/memory.py:881
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1832 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1833 msgid "Can't save parameters to file: %s"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1834 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1835
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1836 #: src/memory/memory.py:967
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1837 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1838 msgid ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1839 "Entities (%(category)s/%(type)s) of %(server)s not available, maybe they "
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1840 "haven't been asked yet?"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1841 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1842
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1843 #: src/memory/memory.py:996
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1844 msgid "Trying find server feature 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
1845 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1846
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1847 #: src/memory/memory.py:1004
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1848 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1849 msgid "Features of %s not available, maybe they haven't been asked yet?"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1850 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1851
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1852 #: src/memory/memory.py:1013
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1853 msgid "Asking contacts for a non-existant or not connected profile"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1854 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1855
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1856 #: src/memory/memory.py:1017
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1857 msgid "Entity not in cache"
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
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1860 #: src/memory/memory.py:1041
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1861 msgid "Trying to add presence status to a non-existant profile"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1862 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1863
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1864 #: src/memory/memory.py:1061 src/memory/memory.py:1092
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1865 msgid "Trying to get entity data 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
1866 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1867
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1868 #: src/memory/memory.py:1135
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1869 msgid "Asking waiting subscriptions for a non-existant profile"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1870 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1871
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1872 #: src/memory/persistent.py:38
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1873 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
1874 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1875
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1876 #: src/memory/sqlite.py:83
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1877 msgid "Connecting database"
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
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1880 #: src/memory/sqlite.py:88
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1881 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
1882 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1883
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1884 #: src/memory/sqlite.py:91
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1885 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
1886 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1887
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1888 #: src/memory/sqlite.py:162
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1889 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1890 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
1891 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1892
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1893 #: src/memory/sqlite.py:167
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1894 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1895 msgid "Profile [%s] deleted"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1896 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1897
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1898 #: src/memory/sqlite.py:181
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1899 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
1900 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1901
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1902 #: src/memory/sqlite.py:194
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1903 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
1904 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1905
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1906 #: src/memory/sqlite.py:216
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1907 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1908 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
1909 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1910
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1911 #: src/memory/sqlite.py:227
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1912 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1913 msgid ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1914 "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
1915 "database"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1916 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1917
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1918 #: src/memory/sqlite.py:247
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1919 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1920 msgid ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1921 "Can't save following message in history: from [%(from_jid)s] to [%(to_jid)s] "
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1922 "==> [%(message)s]"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1923 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1924
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1925 #: src/memory/sqlite.py:312
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1926 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1927 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
1928 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1929
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1930 #: src/memory/sqlite.py:314 src/memory/sqlite.py:330
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
1931 #, python-format
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1932 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
1933 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1934
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1935 #: src/memory/sqlite.py:327
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1936 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1937 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
1938 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1939
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1940 #: src/memory/sqlite.py:339
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1941 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1942 msgid ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1943 "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
1944 "database"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1945 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1946
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1947 #: src/memory/sqlite.py:351
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1948 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1949 msgid ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1950 "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
1951 "[%(profile)s] in database"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1952 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1953
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1954 #: src/memory/sqlite.py:361
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1955 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1956 msgid ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1957 "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
1958 "database"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1959 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1960
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1961 #: src/memory/sqlite.py:372
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1962 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1963 msgid ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1964 "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
1965 "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
1966 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1967
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1968 #: src/memory/sqlite.py:386
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
1969 #, python-format
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1970 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
1971 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1972
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1973 #: src/memory/sqlite.py:388 src/memory/sqlite.py:404
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1974 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1975 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
1976 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1977
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1978 #: src/memory/sqlite.py:401
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1979 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1980 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
1981 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1982
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1983 #: src/memory/sqlite.py:413
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1984 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1985 msgid ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1986 "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
1987 "in database"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1988 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1989
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1990 #: src/memory/sqlite.py:425
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1991 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1992 msgid ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1993 "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
1994 "%(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
1995 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1996
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
1997 #: src/memory/sqlite.py:435
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 ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2000 "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
2001 "%(namespace)s] in database"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2002 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2003
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2004 #: src/memory/sqlite.py:446
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2005 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2006 msgid ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2007 "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
2008 "%(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
2009 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2010
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2011 #: src/memory/sqlite.py:512
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2012 msgid ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2013 "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
2014 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2015
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2016 #: src/memory/sqlite.py:522
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2017 msgid ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2018 "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
2019 "updated"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2020 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2021
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2022 #: src/memory/sqlite.py:526
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2023 msgid ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2024 "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
2025 "schema"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2026 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2027
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2028 #: src/memory/sqlite.py:528
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2029 #, python-format
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2030 msgid ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2031 "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
2032 "(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
2033 "sat@chat.jabberfr.org for help\n"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2034 "### SQL###\n"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2035 "%s\n"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2036 "### END SQL ###\n"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2037 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2038
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2039 #: src/memory/sqlite.py:532
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2040 msgid "Database schema has changed, local database will be updated"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2041 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2042
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2043 #: src/plugins/deprecated_misc_cs.py:50
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2044 msgid ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2045 "This plugin allow to manage your CouchSurfing account throught your SàT "
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2046 "frontend"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2047 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2048
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2049 #: src/plugins/deprecated_misc_cs.py:70
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2050 msgid "Plugin CS initialization"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2051 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2052
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2053 #: src/plugins/deprecated_misc_cs.py:75
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2054 msgid "Plugin"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2055 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2056
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2057 #: src/plugins/deprecated_misc_cs.py:75
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2058 msgid "Launch CoushSurfing management interface"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2059 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2060
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2061 #: src/plugins/deprecated_misc_cs.py:95
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2062 msgid ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2063 "Impossible to contact CS website, please check your login/password, "
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2064 "connection or try again later"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2065 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2066
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2067 #: src/plugins/deprecated_misc_cs.py:103
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2068 msgid ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2069 "You have to fill your CouchSurfing login & password in parameters before "
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2070 "using this interface"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2071 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2072
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2073 #: src/plugins/deprecated_misc_cs.py:162
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2074 msgid "Messages"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2075 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2076
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2077 #: src/plugins/deprecated_misc_cs.py:163
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2078 #, python-format
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2079 msgid ""
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2080 "G'day %(name)s, you have %(nb_message)i unread message%(plural_mess)s and "
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2081 "%(unread_CR_mess)s unread couch request message%(plural_CR)s\n"
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2082 "If you want to send a message, select the recipient(s) in the list below"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2083 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2084
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2085 #: src/plugins/deprecated_misc_cs.py:165
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2086 #, python-format
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2087 msgid "Show unread message%(plural)s in external web browser"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2088 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2089
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2090 #: src/plugins/deprecated_misc_cs.py:168
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2091 msgid "Subject"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2092 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2093
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2094 #: src/plugins/deprecated_misc_cs.py:171
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2095 msgid "Message"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2096 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2097
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2098 #: src/plugins/deprecated_misc_cs.py:174
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2099 msgid "send"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2100 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2101
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2102 #: src/plugins/deprecated_misc_cs.py:195
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2103 #, python-format
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2104 msgid ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2105 "CS friend found: %(friend_name)s (id: %(friend_id)s, link: %(friend_link)s)"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2106 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2107
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2108 #: src/plugins/deprecated_misc_cs.py:218
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2109 msgid ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2110 "INTERNAL ERROR: no confirmation of message sent by CS, maybe the site has "
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2111 "been modified ?"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2112 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2113
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2114 #: src/plugins/deprecated_misc_cs.py:229
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2115 #, python-format
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2116 msgid "Sending message to %s"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2117 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2118
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2119 #: src/plugins/deprecated_misc_cs.py:230
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2120 #, python-format
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2121 msgid ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2122 "\n"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2123 "subject: %(subject)s\n"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2124 "message: \n"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2125 "---\n"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2126 "%(message)s\n"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2127 "---\n"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2128 "\n"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2129 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2130
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2131 #: src/plugins/deprecated_misc_cs.py:236
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2132 msgid "Message sent"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2133 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2134
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2135 #: src/plugins/deprecated_misc_cs.py:237
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2136 msgid "The message has been sent to every recipients"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2137 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2138
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2139 #: src/plugins/deprecated_misc_cs.py:250
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2140 msgid "There is not recipient selected for this message !"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2141 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2142
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2143 #: src/plugins/deprecated_misc_cs.py:256
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2144 #, python-format
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2145 msgid "sending message to %(friends)s with subject [%(subject)s]"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2146 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2147
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2148 #: src/plugins/plugin_adhoc_dbus.py:48
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2149 msgid "Add D-Bus management to Ad-Hoc commands"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2150 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2151
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2152 #: src/plugins/plugin_adhoc_dbus.py:55
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2153 msgid "plugin Ad-Hoc D-Bus initialization"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2154 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2155
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2156 #: src/plugins/plugin_adhoc_dbus.py:164
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2157 msgid "Command selection"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2158 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2159
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2160 #: src/plugins/plugin_adhoc_dbus.py:201 src/plugins/plugin_xep_0050.py:372
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2161 msgid "Updated"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2162 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2163
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2164 #: src/plugins/plugin_adhoc_dbus.py:205
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2165 msgid "Command sent"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2166 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2167
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2168 #: src/plugins/plugin_exp_command_export.py:36
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2169 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
2170 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2171
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2172 #: src/plugins/plugin_exp_command_export.py:86
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2173 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
2174 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2175
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2176 #: src/plugins/plugin_exp_parrot.py:35
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2177 msgid "Implementation of parrot mode (repeat messages between 2 entities)"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2178 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2179
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2180 #: src/plugins/plugin_exp_parrot.py:47
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2181 msgid "Plugin Parrot initialization"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2182 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2183
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2184 #: src/plugins/plugin_exp_pipe.py:43
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2185 msgid "Implementation of SI Pipe Transfer"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2186 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2187
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2188 #: src/plugins/plugin_exp_pipe.py:51
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2189 msgid "Plugin Pipe initialization"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2190 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2191
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2192 #: src/plugins/plugin_exp_pipe.py:66
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2193 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2194 msgid "SI Pipe Transfer: TimeOut reached for id %s"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2195 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2196
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2197 #: src/plugins/plugin_exp_pipe.py:71 src/plugins/plugin_xep_0096.py:70
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2198 msgid "kill id called on a non existant approval id"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2199 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2200
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2201 #: src/plugins/plugin_exp_pipe.py:81
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2202 msgid "EXP-PIPE file transfer requested"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2203 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2204
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2205 #: src/plugins/plugin_exp_pipe.py:90
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2206 msgid "No pipe element found"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2207 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2208
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2209 #: src/plugins/plugin_exp_pipe.py:100 src/plugins/plugin_xep_0096.py:117
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2210 msgid "No stream method found"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2211 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2212
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2213 #: src/plugins/plugin_exp_pipe.py:104 src/plugins/plugin_xep_0096.py:121
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2214 msgid "Can't find a valid stream method"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2215 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2216
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2217 #: src/plugins/plugin_exp_pipe.py:108 src/plugins/plugin_xep_0096.py:125
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2218 msgid "No feature element found"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2219 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2220
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2221 #: src/plugins/plugin_exp_pipe.py:133 src/plugins/plugin_xep_0096.py:159
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2222 msgid "dest path not found in frontend_data"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2223 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2224
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2225 #: src/plugins/plugin_exp_pipe.py:143 src/plugins/plugin_xep_0096.py:171
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2226 msgid ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2227 "Unknown stream method, this should not happen at this stage, cancelling "
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2228 "transfer"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2229 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2230
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2231 #: src/plugins/plugin_exp_pipe.py:153 src/plugins/plugin_xep_0096.py:186
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2232 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2233 msgid "Transfer [%s] refused"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2234 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2235
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2236 #: src/plugins/plugin_exp_pipe.py:164 src/plugins/plugin_exp_pipe.py:249
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2237 #: src/plugins/plugin_xep_0096.py:197
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2238 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2239 msgid "Transfer %s successfuly finished"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2240 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2241
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2242 #: src/plugins/plugin_exp_pipe.py:175
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2243 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2244 msgid "Transfer %(id)s failed with stream method %(s_method)s"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2245 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2246
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2247 #: src/plugins/plugin_exp_pipe.py:180 src/plugins/plugin_xep_0096.py:216
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2248 msgid "All stream methods failed, can't transfer the file"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2249 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2250
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2251 #: src/plugins/plugin_exp_pipe.py:187
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2252 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2253 msgid "Pipe transfer refused by %s"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2254 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2255
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2256 #: src/plugins/plugin_exp_pipe.py:188
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2257 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2258 msgid "The contact %s refused your pipe stream"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2259 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2260
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2261 #: src/plugins/plugin_exp_pipe.py:188
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2262 msgid "Pipe stream refused"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2263 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2264
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2265 #: src/plugins/plugin_exp_pipe.py:190
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2266 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2267 msgid "Error during pipe stream transfer with %s"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2268 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2269
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2270 #: src/plugins/plugin_exp_pipe.py:191
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2271 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2272 msgid ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2273 "Something went wrong during the pipe stream session intialisation with %s"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2274 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2275
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2276 #: src/plugins/plugin_exp_pipe.py:191
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2277 msgid "Pipe stream error"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2278 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2279
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2280 #: src/plugins/plugin_exp_pipe.py:197 src/plugins/plugin_xep_0096.py:233
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2281 msgid "Protocol error during file transfer"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2282 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2283
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2284 #: src/plugins/plugin_exp_pipe.py:202 src/plugins/plugin_xep_0096.py:238
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2285 msgid "No feature element"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2286 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2287
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2288 #: src/plugins/plugin_exp_pipe.py:209 src/plugins/plugin_xep_0096.py:245
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2289 msgid "No stream method choosed"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2290 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2291
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2292 #: src/plugins/plugin_exp_pipe.py:223 src/plugins/plugin_xep_0096.py:267
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2293 msgid "Invalid stream method received"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2294 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2295
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2296 #: src/plugins/plugin_exp_pipe.py:235 src/plugins/plugin_xep_0096.py:280
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2297 msgid "Trying to send a file from an unknown profile"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2298 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2299
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2300 #: src/plugins/plugin_exp_pipe.py:254
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2301 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2302 msgid "Transfer %(id)s failed with stream method %(s_method)s %(profile)s"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2303 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2304
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2305 #: src/plugins/plugin_misc_account.py:38
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2306 msgid "SàT account creation"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2307 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2308
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2309 #: src/plugins/plugin_misc_account.py:79
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2310 msgid "Prosody registration success"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2311 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2312
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2313 #: src/plugins/plugin_misc_account.py:82
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2314 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2315 msgid "Can't register Prosody account (error code: %(code)d): %(message)s"
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
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2318 #: src/plugins/plugin_misc_account.py:92
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2319 msgid "Plugin Account initialization"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2320 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2321
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2322 #: src/plugins/plugin_misc_account.py:100
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2323 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2324 msgid "Can't find %s"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2325 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2326
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2327 #: src/plugins/plugin_misc_account.py:103
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2328 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2329 msgid "Prosody path found: %s"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2330 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2331
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2332 #: src/plugins/plugin_misc_groupblog.py:61
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2333 msgid "Implementation of microblogging with roster access"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2334 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2335
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2336 #: src/plugins/plugin_misc_groupblog.py:85
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2337 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
2338 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2339
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2340 #: src/plugins/plugin_misc_groupblog.py:147
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2341 #: src/plugins/plugin_misc_room_game.py:422
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2342 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2343 msgid "No client for this profile key: %s"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2344 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2345
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2346 #: src/plugins/plugin_misc_groupblog.py:153
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2347 msgid "Looking for item-access power pubsub server"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2348 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2349
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2350 #: src/plugins/plugin_misc_groupblog.py:161
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2351 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2352 msgid "item-access powered pubsub service found: [%s]"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2353 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2354
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2355 #: src/plugins/plugin_misc_groupblog.py:171
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2356 msgid "No item-access powered pubsub server found, can't use group blog"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2357 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2358
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2359 #: src/plugins/plugin_misc_groupblog.py:320
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2360 msgid "Unknown access_type"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2361 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2362
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2363 #: src/plugins/plugin_misc_groupblog.py:376
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2364 msgid "Unknown access type"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2365 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2366
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2367 #: src/plugins/plugin_misc_imap.py:46
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2368 msgid ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2369 "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
2370 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2371
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2372 #: src/plugins/plugin_misc_imap.py:64
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2373 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
2374 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2375
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2376 #: src/plugins/plugin_misc_imap.py:71
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2377 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2378 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
2379 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2380
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2381 #: src/plugins/plugin_misc_imap.py:439
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2382 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
2383 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2384
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2385 #: src/plugins/plugin_misc_imap.py:442
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2386 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2387 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
2388 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2389
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2390 #: src/plugins/plugin_misc_maildir.py:47
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2391 msgid "Intercept \"normal\" type messages, and put them in a Maildir type box"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2392 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2393
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2394 #: src/plugins/plugin_misc_maildir.py:60
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2395 msgid "Plugin Maildir initialization"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2396 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2397
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2398 #: src/plugins/plugin_misc_maildir.py:127
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2399 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
2400 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2401
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2402 #: src/plugins/plugin_misc_maildir.py:128
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2403 #: src/plugins/plugin_misc_maildir.py:147
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2404 #: src/plugins/plugin_misc_maildir.py:286
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2405 #: src/plugins/plugin_misc_maildir.py:290
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2406 #: src/plugins/plugin_misc_maildir.py:294
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2407 msgid "INTERNAL ERROR: "
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2408 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2409
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2410 #: src/plugins/plugin_misc_maildir.py:146
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2411 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
2412 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2413
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2414 #: src/plugins/plugin_misc_maildir.py:285
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2415 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
2416 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2417
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2418 #: src/plugins/plugin_misc_maildir.py:289
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2419 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
2420 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2421
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2422 #: src/plugins/plugin_misc_maildir.py:293
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2423 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
2424 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2425
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2426 #: src/plugins/plugin_misc_quiz.py:44
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2427 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
2428 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2429
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2430 #: src/plugins/plugin_misc_quiz.py:56
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2431 msgid "Plugin Quiz initialization"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2432 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2433
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2434 #: src/plugins/plugin_misc_quiz.py:182
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2435 #: src/plugins/plugin_misc_room_game.py:522
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2436 #: src/plugins/plugin_misc_room_game.py:545
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2437 #: src/plugins/plugin_misc_tarot.py:392 src/plugins/plugin_misc_tarot.py:406
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2438 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2439 msgid "profile %s is unknown"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2440 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2441
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2442 #: src/plugins/plugin_misc_quiz.py:254
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2443 msgid ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2444 "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
2445 "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
2446 "\n"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2447 "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
2448 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2449
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2450 #: src/plugins/plugin_misc_quiz.py:282 src/plugins/plugin_misc_tarot.py:474
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2451 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2452 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
2453 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2454
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2455 #: src/plugins/plugin_misc_quiz.py:330 src/plugins/plugin_misc_radiocol.py:231
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2456 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2457 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
2458 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2459
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2460 #: src/plugins/plugin_misc_radiocol.py:45
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2461 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
2462 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2463
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2464 #: src/plugins/plugin_misc_radiocol.py:63
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2465 msgid "Radio collective initialization"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2466 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2467
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2468 #: src/plugins/plugin_misc_radiocol.py:101
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2469 msgid "Can't access profile's data"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2470 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2471
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2472 #: src/plugins/plugin_misc_radiocol.py:125
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2473 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
2474 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2475
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2476 #: src/plugins/plugin_misc_radiocol.py:161
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2477 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
2478 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2479
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2480 #: src/plugins/plugin_misc_radiocol.py:168
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2481 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2482 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
2483 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2484
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2485 #: src/plugins/plugin_misc_room_game.py:45
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2486 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
2487 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2488
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2489 #: src/plugins/plugin_misc_room_game.py:197
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2490 #, python-format
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2491 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
2492 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2493
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2494 #: src/plugins/plugin_misc_room_game.py:331
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2495 #, python-format
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2496 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
2497 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2498
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2499 #: src/plugins/plugin_misc_room_game.py:376
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2500 #, python-format
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2501 msgid ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2502 "Still waiting for %(users)s before starting the game %(game)s in %(room)s"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2503 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2504
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2505 #: 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
2506 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2507 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
2508 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2509
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2510 #: src/plugins/plugin_misc_room_game.py:397 src/plugins/plugin_xep_0045.py:259
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2511 msgid "Unknown profile"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2512 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2513
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2514 #: src/plugins/plugin_misc_room_game.py:503
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2515 #, python-format
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2516 msgid "%(game)s game already created in room %(room)s"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2517 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2518
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2519 #: src/plugins/plugin_misc_room_game.py:506
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2520 #, python-format
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2521 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
2522 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2523
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2524 #: src/plugins/plugin_misc_room_game.py:519
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2525 #, python-format
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2526 msgid "Creating %(game)s game in room %(room)s"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2527 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2528
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2529 #: src/plugins/plugin_misc_room_game.py:559
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2530 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2531 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
2532 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2533
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2534 #: src/plugins/plugin_misc_room_game.py:624
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2535 msgid "Message can not be sent without a sender profile"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2536 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2537
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2538 #: src/plugins/plugin_misc_smtp.py:46
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2539 msgid ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2540 "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
2541 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2542
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2543 #: src/plugins/plugin_misc_smtp.py:63
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2544 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
2545 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2546
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2547 #: src/plugins/plugin_misc_smtp.py:70
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2548 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2549 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
2550 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2551
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2552 #: src/plugins/plugin_misc_smtp.py:96
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2553 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2554 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
2555 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2556
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2557 #: src/plugins/plugin_misc_smtp.py:201
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2558 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
2559 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2560
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2561 #: src/plugins/plugin_misc_smtp.py:205
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2562 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2563 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
2564 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2565
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2566 #: src/plugins/plugin_misc_tarot.py:43
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2567 msgid "Implementation of Tarot card game"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2568 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2569
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2570 #: src/plugins/plugin_misc_tarot.py:55
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2571 msgid "Plugin Tarot initialization"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2572 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2573
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2574 #: src/plugins/plugin_misc_tarot.py:60
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2575 msgid "Passe"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2576 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2577
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2578 #: src/plugins/plugin_misc_tarot.py:60
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2579 msgid "Petite"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2580 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2581
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2582 #: src/plugins/plugin_misc_tarot.py:60
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2583 msgid "Garde"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2584 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2585
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2586 #: src/plugins/plugin_misc_tarot.py:60
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2587 msgid "Garde Sans"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2588 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2589
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2590 #: src/plugins/plugin_misc_tarot.py:60
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2591 msgid "Garde Contre"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2592 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2593
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2594 #: src/plugins/plugin_misc_tarot.py:102
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2595 msgid "contrat selection"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2596 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2597
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2598 #: src/plugins/plugin_misc_tarot.py:115
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2599 msgid "scores"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2600 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2601
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2602 #: src/plugins/plugin_misc_tarot.py:196 src/plugins/plugin_misc_tarot.py:227
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2603 #, python-format
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2604 msgid ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2605 "Player %(excuse_owner)s give %(card_waited)s to %(player_waiting)s for "
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2606 "Excuse compensation"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2607 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2608
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2609 #: src/plugins/plugin_misc_tarot.py:232
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2610 #, python-format
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2611 msgid ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2612 "%(excuse_owner)s keep the Excuse but has not card to give, %(winner)s is "
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2613 "waiting for one"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2614 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2615
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2616 #: src/plugins/plugin_misc_tarot.py:242 src/plugins/plugin_misc_tarot.py:314
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2617 #, python-format
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2618 msgid ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2619 "\n"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2620 "--\n"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2621 "%(player)s:\n"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2622 "score for this game ==> %(score_game)i\n"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2623 "total score ==> %(total_score)i"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2624 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2625
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2626 #: src/plugins/plugin_misc_tarot.py:292
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2627 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
2628 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2629
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2630 #: src/plugins/plugin_misc_tarot.py:311
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2631 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2632 msgid ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2633 "The attacker (%(attaquant)s) makes %(points)i and needs to make "
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2634 "%(point_limit)i (%(nb_bouts)s oulder%(plural)s%(separator)s%(bouts)s): he "
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2635 "%(victory)s"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2636 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2637
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2638 #: src/plugins/plugin_misc_tarot.py:372
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2639 msgid "Internal error: unmanaged game stage"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2640 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2641
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2642 #: src/plugins/plugin_misc_tarot.py:394
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2643 #, python-format
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2644 msgid "contrat [%(contrat)s] choosed by %(profile)s"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2645 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2646
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2647 #: src/plugins/plugin_misc_tarot.py:408
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2648 #, python-format
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2649 msgid "Cards played by %(profile)s: [%(cards)s]"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2650 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2651
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2652 #: 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
2653 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
2654 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2655
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2656 #: src/plugins/plugin_misc_tarot.py:514
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2657 #, python-format
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2658 msgid "%(player)s win the bid with %(contrat)s"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2659 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2660
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2661 #: src/plugins/plugin_misc_tarot.py:535
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2662 msgid "tarot: chien received"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2663 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2664
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2665 #: src/plugins/plugin_misc_tarot.py:586
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2666 #, python-format
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2667 msgid "The winner of this trick is %s"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2668 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2669
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2670 #: src/plugins/plugin_misc_tarot.py:630
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2671 #, python-format
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2672 msgid "Unmanaged error type: %s"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2673 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2674
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2675 #: src/plugins/plugin_misc_tarot.py:632
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2676 #, python-format
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2677 msgid "Unmanaged card game element: %s"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2678 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2679
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2680 #: src/plugins/plugin_misc_text_commands.py:32
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2681 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
2682 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2683
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2684 #: src/plugins/plugin_misc_text_commands.py:42
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2685 msgid "Text commands initialization"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2686 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2687
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2688 #: src/plugins/plugin_misc_text_commands.py:230
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2689 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
2690 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2691
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2692 #: src/plugins/plugin_misc_text_commands.py:233
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2693 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2694 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
2695 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2696
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2697 #: src/plugins/plugin_misc_text_commands.py:255
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2698 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2699 msgid ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2700 "Text commands available:\n"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2701 "%s"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2702 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2703
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2704 #: src/plugins/plugin_misc_text_syntaxes.py:33 src/test/constants.py:42
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2705 msgid "Composition"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2706 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2707
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2708 #: src/plugins/plugin_misc_text_syntaxes.py:58
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2709 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
2710 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2711
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2712 #: src/plugins/plugin_misc_text_syntaxes.py:99
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2713 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
2714 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2715
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2716 #: src/plugins/plugin_misc_xmllog.py:33
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2717 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
2718 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2719
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2720 #: src/plugins/plugin_misc_xmllog.py:46
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2721 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
2722 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2723
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2724 #: src/plugins/plugin_misc_xmllog.py:65
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2725 msgid "Activate XML log"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2726 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2727
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2728 #: src/plugins/plugin_misc_xmllog.py:68
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2729 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
2730 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2731
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2732 #: src/plugins/plugin_misc_xmllog.py:79
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2733 msgid "XML log activated"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2734 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2735
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2736 #: src/plugins/plugin_xep_0020.py:43
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2737 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
2738 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2739
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2740 #: src/plugins/plugin_xep_0020.py:50
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2741 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
2742 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2743
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2744 #: src/plugins/plugin_xep_0020.py:71
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2745 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2746 msgid "More than one value choosed for %s, keeping the first one"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2747 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2748
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2749 #: 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
2750 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
2751 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2752
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2753 #: 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
2754 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
2755 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2756
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2757 #: src/plugins/plugin_xep_0033.py:88
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2758 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
2759 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2760
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2761 #: src/plugins/plugin_xep_0033.py:90
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2762 #, python-format
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2763 msgid ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2764 "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
2765 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2766
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2767 #: src/plugins/plugin_xep_0033.py:91
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2768 msgid "TODO: addressing has be fixed by the backend... fix it in the frontend!"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2769 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2770
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2771 #: src/plugins/plugin_xep_0045.py:47
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2772 msgid "Implementation of Multi-User Chat"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2773 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2774
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2775 #: src/plugins/plugin_xep_0045.py:58
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2776 msgid "Plugin XEP_0045 initialization"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2777 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2778
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2779 #: src/plugins/plugin_xep_0045.py:83
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2780 #, python-format
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2781 msgid "Unknown or disconnected profile (%s)"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2782 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2783
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2784 #: src/plugins/plugin_xep_0045.py:103
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2785 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
2786 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2787
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2788 #: src/plugins/plugin_xep_0045.py:114
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2789 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2790 msgid "Error while joining the room %s"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2791 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2792
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2793 #: src/plugins/plugin_xep_0045.py:116 src/plugins/plugin_xep_0045.py:308
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2794 msgid "Group chat error"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2795 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2796
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2797 #: src/plugins/plugin_xep_0045.py:266
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2798 msgid "Can't find a MUC service"
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
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2801 #: src/plugins/plugin_xep_0045.py:281
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2802 #, python-format
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2803 msgid "%(profile)s is already in room %(room_jid)s"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2804 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2805
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2806 #: src/plugins/plugin_xep_0045.py:283
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2807 #, python-format
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2808 msgid "[%(profile)s] is joining room %(room)s with nick %(nick)s"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2809 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2810
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2811 #: src/plugins/plugin_xep_0045.py:306
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2812 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2813 msgid "Invalid room jid: %s"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2814 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2815
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2816 #: src/plugins/plugin_xep_0045.py:397
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2817 #, python-format
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2818 msgid "user %(nick)s has joined room (%(room_id)s)"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2819 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2820
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2821 #: src/plugins/plugin_xep_0045.py:409
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2822 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2823 msgid "Room [%(room)s] left (%(profile)s))"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2824 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2825
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2826 #: src/plugins/plugin_xep_0045.py:415
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2827 #, python-format
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2828 msgid "user %(nick)s left room (%(room_id)s)"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2829 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2830
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2831 #: src/plugins/plugin_xep_0045.py:427
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2832 #, python-format
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2833 msgid "New subject for room (%(room_id)s): %(subject)s"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2834 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2835
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2836 #: src/plugins/plugin_xep_0047.py:56
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2837 msgid "Implementation of In-Band Bytestreams"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2838 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2839
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2840 #: src/plugins/plugin_xep_0047.py:64
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2841 msgid "In-Band Bytestreams plugin initialization"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2842 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2843
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2844 #: src/plugins/plugin_xep_0047.py:79
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2845 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2846 msgid "In-Band Bytestream: TimeOut reached for id %(sid)s [%(profile)s]"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2847 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2848
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2849 #: src/plugins/plugin_xep_0047.py:89 src/plugins/plugin_xep_0065.py:517
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2850 msgid "Client no more in cache"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2851 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2852
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2853 #: src/plugins/plugin_xep_0047.py:92 src/plugins/plugin_xep_0065.py:520
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2854 msgid "kill id called on a non existant id"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2855 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2856
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2857 #: src/plugins/plugin_xep_0047.py:148
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2858 msgid "IBB stream opening"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2859 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2860
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2861 #: src/plugins/plugin_xep_0047.py:158
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2862 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2863 msgid "malformed IBB transfer: %s"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2864 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2865
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2866 #: src/plugins/plugin_xep_0047.py:162
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2867 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2868 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
2869 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2870
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2871 #: src/plugins/plugin_xep_0047.py:166 src/plugins/plugin_xep_0047.py:242
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2872 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
2873 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2874
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2875 #: src/plugins/plugin_xep_0047.py:195
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2876 msgid "IBB stream closing"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2877 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2878
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2879 #: src/plugins/plugin_xep_0047.py:235
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2880 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
2881 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2882
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2883 #: src/plugins/plugin_xep_0047.py:249
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2884 msgid "Sequence error"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2885 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2886
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2887 #: src/plugins/plugin_xep_0047.py:262
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2888 msgid "Invalid base64 data"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2889 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2890
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2891 #: src/plugins/plugin_xep_0047.py:295 src/plugins/plugin_xep_0065.py:561
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2892 msgid "stream length not managed yet"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2893 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2894
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2895 #: src/plugins/plugin_xep_0047.py:324 src/plugins/plugin_xep_0065.py:604
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2896 msgid "Transfer failed"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2897 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2898
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2899 #: src/plugins/plugin_xep_0050.py:56
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2900 msgid "Left"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2901 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2902
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2903 #: src/plugins/plugin_xep_0050.py:66
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2904 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
2905 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2906
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2907 #: src/plugins/plugin_xep_0050.py:108
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2908 #, python-format
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2909 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
2910 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2911
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2912 #: src/plugins/plugin_xep_0050.py:210
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2913 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
2914 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2915
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2916 #: src/plugins/plugin_xep_0050.py:218 src/plugins/plugin_xep_0100.py:65
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2917 msgid "Service"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2918 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2919
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2920 #: src/plugins/plugin_xep_0050.py:218
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2921 msgid "commands"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2922 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2923
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2924 #: src/plugins/plugin_xep_0050.py:218
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2925 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
2926 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2927
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2928 #: src/plugins/plugin_xep_0050.py:224
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2929 msgid "Status"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2930 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2931
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2932 #: src/plugins/plugin_xep_0050.py:237
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2933 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
2934 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2935
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2936 #: src/plugins/plugin_xep_0050.py:334
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2937 msgid "Please enter target jid"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2938 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2939
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2940 #: src/plugins/plugin_xep_0050.py:348
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2941 msgid "status selection"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2942 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2943
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2944 #: src/plugins/plugin_xep_0050.py:376
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2945 msgid "Status updated"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2946 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2947
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2948 #: src/plugins/plugin_xep_0054.py:65
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2949 msgid "Implementation of vcard-temp"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2950 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2951
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2952 #: src/plugins/plugin_xep_0054.py:75
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2953 msgid "Plugin XEP_0054 initialization"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2954 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2955
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2956 #: src/plugins/plugin_xep_0054.py:144
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2957 #, python-format
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2958 msgid "Photo of type [%s] found"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2959 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2960
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2961 #: src/plugins/plugin_xep_0054.py:146
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2962 msgid "Decoding binary"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2963 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2964
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2965 #: src/plugins/plugin_xep_0054.py:153
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2966 #, python-format
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2967 msgid "file saved to %s"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2968 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2969
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2970 #: src/plugins/plugin_xep_0054.py:155
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2971 #, python-format
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2972 msgid "file [%s] already in cache"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2973 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2974
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2975 #: src/plugins/plugin_xep_0054.py:161
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2976 msgid "parsing vcard"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2977 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2978
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2979 #: src/plugins/plugin_xep_0054.py:183
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2980 #, python-format
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2981 msgid "FIXME: [%s] VCard tag is not managed yet"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2982 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2983
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2984 #: src/plugins/plugin_xep_0054.py:189
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2985 msgid "VCard found"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2986 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2987
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2988 #: src/plugins/plugin_xep_0054.py:200
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2989 msgid "FIXME: vCard not found as first child element"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2990 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2991
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2992 #: src/plugins/plugin_xep_0054.py:206
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2993 #, python-format
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2994 msgid "Can't find VCard of %s"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2995 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2996
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
2997 #: src/plugins/plugin_xep_0054.py:215
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2998 msgid "Asking vcard for a non-existant or not connected profile"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2999 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3000
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3001 #: src/plugins/plugin_xep_0054.py:219
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3002 #, python-format
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3003 msgid "Asking for %s's VCard"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3004 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3005
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3006 #: src/plugins/plugin_xep_0054.py:234
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3007 #, python-format
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3008 msgid "Asking for an uncached avatar [%s]"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3009 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3010
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3011 #: src/plugins/plugin_xep_0054.py:263
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3012 msgid "Trying to set avatar for a non-existant or not connected profile"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3013 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3014
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3015 #: src/plugins/plugin_xep_0054.py:308
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3016 msgid "New avatar found, requesting vcard"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3017 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3018
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3019 #: src/plugins/plugin_xep_0055.py:38
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3020 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
3021 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3022
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3023 #: src/plugins/plugin_xep_0055.py:45
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3024 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
3025 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3026
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3027 #: src/plugins/plugin_xep_0055.py:56 src/plugins/plugin_xep_0055.py:76
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3028 msgid "Search directory"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3029 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3030
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3031 #: src/plugins/plugin_xep_0055.py:56
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3032 msgid "Search use directory"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3033 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3034
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3035 #: src/plugins/plugin_xep_0055.py:77
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3036 msgid "Please enter the search jid"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3037 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3038
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3039 #: src/plugins/plugin_xep_0055.py:107 src/plugins/plugin_xep_0055.py:165
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3040 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
3041 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3042
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3043 #: src/plugins/plugin_xep_0055.py:112 src/plugins/plugin_xep_0055.py:170
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3044 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
3045 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3046
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3047 #: src/plugins/plugin_xep_0055.py:119
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3048 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3049 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
3050 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3051
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3052 #: src/plugins/plugin_xep_0055.py:176
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3053 #, python-format
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3054 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
3055 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3056
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3057 #: src/plugins/plugin_xep_0060.py:34
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3058 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
3059 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3060
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3061 #: src/plugins/plugin_xep_0060.py:51
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3062 msgid "PubSub plugin initialization"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3063 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3064
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3065 #: src/plugins/plugin_xep_0060.py:85
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3066 #, python-format
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3067 msgid "Trying to %(action)s with an unknown profile key [%(profile_key)s]"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3068 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3069
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3070 #: src/plugins/plugin_xep_0060.py:93
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3071 msgid "INTERNAL ERROR: no handler for required profile"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3072 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3073
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3074 #: src/plugins/plugin_xep_0060.py:170
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3075 msgid "Publish node deleted"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3076 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3077
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3078 #: src/plugins/plugin_xep_0065.py:90
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3079 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
3080 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3081
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3082 #: src/plugins/plugin_xep_0065.py:142
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3083 msgid "Protocol init"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3084 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3085
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3086 #: src/plugins/plugin_xep_0065.py:338
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3087 msgid "File transfer completed, closing connection"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3088 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3089
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3090 #: src/plugins/plugin_xep_0065.py:404
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3091 msgid "Socks 5 server connection started"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3092 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3093
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3094 #: src/plugins/plugin_xep_0065.py:407
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3095 #, python-format
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3096 msgid "Socks 5 server connection lost (reason: %s)"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3097 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3098
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3099 #: src/plugins/plugin_xep_0065.py:432
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3100 msgid "Socks 5 client connection started"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3101 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3102
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3103 #: src/plugins/plugin_xep_0065.py:435
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3104 #, python-format
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3105 msgid "Socks 5 client connection lost (reason: %s)"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3106 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3107
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3108 #: src/plugins/plugin_xep_0065.py:462
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3109 msgid "Plugin XEP_0065 initialization"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3110 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3111
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3112 #: src/plugins/plugin_xep_0065.py:468
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3113 msgid "registering"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3114 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3115
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3116 #: src/plugins/plugin_xep_0065.py:476
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3117 #, python-format
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3118 msgid "Launching Socks5 Stream server on port %d"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3119 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3120
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3121 #: src/plugins/plugin_xep_0065.py:507
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3122 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3123 msgid "Socks5 Bytestream: TimeOut reached for id %(sid)s [%(profile)s]"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3124 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3125
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3126 #: src/plugins/plugin_xep_0065.py:557
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3127 msgid "Unknown profile, this should not happen"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3128 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3129
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3130 #: src/plugins/plugin_xep_0065.py:614
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3131 msgid "Internal error, can't do transfer"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3132 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3133
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3134 #: src/plugins/plugin_xep_0065.py:624 src/plugins/plugin_xep_0065.py:797
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3135 msgid "No streamhost found in stream query"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3136 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3137
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3138 #: src/plugins/plugin_xep_0065.py:629
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3139 msgid "A proxy server is used"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3140 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3141
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3142 #: src/plugins/plugin_xep_0065.py:634
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3143 msgid "Proxy jid is not the same as in parameters, this should not happen"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3144 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3145
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3146 #: src/plugins/plugin_xep_0065.py:642 src/plugins/plugin_xep_0065.py:736
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3147 msgid "activating stream"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3148 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3149
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3150 #: src/plugins/plugin_xep_0065.py:660
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3151 msgid "Can't activate the proxy stream"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3152 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3153
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3154 #: src/plugins/plugin_xep_0065.py:690
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3155 msgid "BS stream query"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3156 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3157
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3158 #: src/plugins/plugin_xep_0065.py:704
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3159 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3160 msgid "Ignoring unexpected BS transfer: %s"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3161 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3162
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3163 #: src/plugins/plugin_xep_0065.py:713
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3164 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3165 msgid "No streamhost found in stream query %s"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3166 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3167
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3168 #: src/plugins/plugin_xep_0065.py:722
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3169 msgid "incomplete streamhost element"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3170 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3171
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3172 #: src/plugins/plugin_xep_0065.py:728
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3173 #, python-format
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
3174 msgid "Stream proposed: host=[%(host)s] port=[%(port)s]"
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3175 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3176
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3177 #: src/plugins/plugin_xep_0065.py:789
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3178 msgid "Can't determine proxy informations"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3179 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3180
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3181 #: src/plugins/plugin_xep_0065.py:793
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3182 msgid "Bad answer received from proxy"
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
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3185 #: src/plugins/plugin_xep_0065.py:800
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3186 msgid ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3187 "Multiple streamhost elements in proxy not managed, keeping only the first one"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3188 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3189
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3190 #: src/plugins/plugin_xep_0065.py:813
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3191 msgid "No proxy found on this server"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3192 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3193
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3194 #: src/plugins/plugin_xep_0071.py:44
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3195 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
3196 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3197
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3198 #: src/plugins/plugin_xep_0071.py:72
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3199 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
3200 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3201
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3202 #: src/plugins/plugin_xep_0071.py:114 src/plugins/plugin_xep_0277.py:259
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3203 msgid "Can't have xhtml and rich content at the same time"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3204 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3205
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3206 #: src/plugins/plugin_xep_0077.py:39
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3207 msgid "Implementation of in-band registration"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3208 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3209
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3210 #: src/plugins/plugin_xep_0077.py:46
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3211 msgid "Plugin XEP_0077 initialization"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3212 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3213
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3214 #: src/plugins/plugin_xep_0077.py:64
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3215 msgid "Can't find data form"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3216 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3217
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3218 #: src/plugins/plugin_xep_0077.py:65
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3219 msgid "This gateway can't be managed by SàT, sorry :("
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3220 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3221
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3222 #: src/plugins/plugin_xep_0077.py:109
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3223 #, python-format
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3224 msgid "Asking registration for [%s]"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3225 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3226
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3227 #: src/plugins/plugin_xep_0085.py:49
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3228 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
3229 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3230
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3231 #: src/plugins/plugin_xep_0085.py:89
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3232 msgid "Enable chat state notifications"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3233 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3234
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3235 #: src/plugins/plugin_xep_0085.py:93
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3236 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
3237 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3238
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3239 #: src/plugins/plugin_xep_0095.py:51
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3240 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
3241 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3242
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3243 #: src/plugins/plugin_xep_0095.py:58
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3244 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
3245 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3246
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3247 #: src/plugins/plugin_xep_0095.py:75
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3248 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
3249 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3250
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3251 #: src/plugins/plugin_xep_0095.py:161
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3252 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
3253 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3254
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3255 #: src/plugins/plugin_xep_0095.py:183
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3256 msgid "Asking for an non-existant or not connected profile"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3257 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3258
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3259 #: src/plugins/plugin_xep_0095.py:188
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3260 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3261 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
3262 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3263
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3264 #: src/plugins/plugin_xep_0096.py:43
391
c34fd9d6242e spelling
Goffi <goffi@goffi.org>
parents: 223
diff changeset
3265 msgid "Implementation of SI File Transfer"
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3266 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3267
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3268 #: src/plugins/plugin_xep_0096.py:50
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3269 msgid "Plugin XEP_0096 initialization"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3270 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3271
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3272 #: src/plugins/plugin_xep_0096.py:65
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3273 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3274 msgid "SI File Transfer: TimeOut reached for id %s"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3275 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3276
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3277 #: src/plugins/plugin_xep_0096.py:80
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3278 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
3279 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3280
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3281 #: src/plugins/plugin_xep_0096.py:100
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3282 #, python-format
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3283 msgid "File proposed: name=[%(name)s] size=%(size)s"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3284 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3285
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3286 #: src/plugins/plugin_xep_0096.py:107
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3287 msgid "No file element found"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3288 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3289
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3290 #: src/plugins/plugin_xep_0096.py:208
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3291 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3292 msgid "Transfer %(id)s failed with stream method %(s_method)s: %(reason)s"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3293 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3294
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3295 #: src/plugins/plugin_xep_0096.py:223
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3296 #, python-format
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3297 msgid "File transfer refused by %s"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3298 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3299
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3300 #: src/plugins/plugin_xep_0096.py:224
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3301 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3302 msgid "The contact %s refused your file"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3303 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3304
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3305 #: src/plugins/plugin_xep_0096.py:224
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3306 msgid "File refused"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3307 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3308
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3309 #: src/plugins/plugin_xep_0096.py:226
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3310 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3311 msgid "Error during file transfer with %s"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3312 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3313
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3314 #: src/plugins/plugin_xep_0096.py:227
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3315 #, python-format
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3316 msgid ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3317 "Something went wrong during the file transfer session intialisation with %s"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3318 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3319
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3320 #: src/plugins/plugin_xep_0096.py:227
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3321 msgid "File transfer error"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3322 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3323
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3324 #: src/plugins/plugin_xep_0096.py:299
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3325 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3326 msgid "Transfer %(sid)s successfuly finished [%(profile)s]"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3327 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3328
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3329 #: src/plugins/plugin_xep_0096.py:305
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3330 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3331 msgid ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3332 "Transfer %(id)s failed with stream method %(s_method)s: %(reason)s "
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3333 "[%(profile)s]"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3334 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3335
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3336 #: src/plugins/plugin_xep_0100.py:35
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3337 msgid "Implementation of Gateways protocol"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3338 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3339
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3340 #: src/plugins/plugin_xep_0100.py:38
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3341 msgid ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3342 "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
3343 "can see your contact as XMPP contacts.\n"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3344 "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
3345 "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
3346 "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
3347 "time a private company)."
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3348 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3349
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3350 #: src/plugins/plugin_xep_0100.py:43
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3351 msgid "Internet Relay Chat"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3352 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3353
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3354 #: src/plugins/plugin_xep_0100.py:44
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3355 msgid "XMPP"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3356 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3357
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3358 #: src/plugins/plugin_xep_0100.py:45
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3359 msgid "Tencent QQ"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3360 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3361
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3362 #: src/plugins/plugin_xep_0100.py:46
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3363 msgid "SIP/SIMPLE"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3364 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3365
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3366 #: src/plugins/plugin_xep_0100.py:47
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3367 msgid "ICQ"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3368 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3369
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3370 #: src/plugins/plugin_xep_0100.py:48
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3371 msgid "Yahoo! Messenger"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3372 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3373
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3374 #: src/plugins/plugin_xep_0100.py:49
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3375 msgid "Gadu-Gadu"
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3376 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3377
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3378 #: src/plugins/plugin_xep_0100.py:50
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3379 msgid "AOL Instant Messenger"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3380 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3381
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3382 #: src/plugins/plugin_xep_0100.py:51
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3383 msgid "Windows Live Messenger"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3384 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3385
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3386 #: src/plugins/plugin_xep_0100.py:58
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3387 msgid "Gateways plugin initialization"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3388 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3389
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3390 #: src/plugins/plugin_xep_0100.py:65
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3391 msgid "gateways"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3392 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3393
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3394 #: src/plugins/plugin_xep_0100.py:65
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3395 msgid "Find gateways"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3396 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3397
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3398 #: src/plugins/plugin_xep_0100.py:77
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3399 msgid "Invalid JID"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3400 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3401
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3402 #: src/plugins/plugin_xep_0100.py:84
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3403 #, python-format
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3404 msgid "Gateways manager (%s)"
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3405 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3406
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3407 #: src/plugins/plugin_xep_0100.py:92
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
3408 #, python-format
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3409 msgid "Failed (%s)"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3410 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3411
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3412 #: src/plugins/plugin_xep_0100.py:105
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3413 msgid "Use external XMPP server"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3414 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3415
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3416 #: src/plugins/plugin_xep_0100.py:107
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3417 msgid "Go !"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3418 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3419
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3420 #: src/plugins/plugin_xep_0100.py:114
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3421 msgid "No gateway index selected"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3422 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3423
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3424 #: src/plugins/plugin_xep_0100.py:128
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
3425 #, python-format
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3426 msgid ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3427 "INTERNAL ERROR: identity category should always be \"gateway\" in "
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3428 "_getTypeString, got \"%s\""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3429 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3430
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3431 #: src/plugins/plugin_xep_0100.py:132
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3432 msgid "Unknown IM"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3433 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3434
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3435 #: src/plugins/plugin_xep_0100.py:136
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3436 msgid "Registration successful, doing the rest"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3437 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3438
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3439 #: src/plugins/plugin_xep_0100.py:159
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3440 msgid "Timeout"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3441 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3442
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3443 #: src/plugins/plugin_xep_0100.py:170
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3444 #, python-format
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3445 msgid "Found gateway [%(jid)s]: %(identity_name)s"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3446 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3447
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3448 #: src/plugins/plugin_xep_0100.py:173
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3449 #, python-format
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3450 msgid "Skipping [%(jid)s] which is not a gateway"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3451 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3452
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3453 #: src/plugins/plugin_xep_0100.py:180
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3454 msgid "No gateway found"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3455 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3456
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3457 #: src/plugins/plugin_xep_0100.py:185
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3458 #, python-format
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3459 msgid "item found: %s"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3460 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3461
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3462 #: src/plugins/plugin_xep_0100.py:209
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3463 #, python-format
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
3464 msgid "find gateways (target = %(target)s, profile = %(profile)s)"
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3465 msgstr ""
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3466
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3467 #: src/plugins/plugin_xep_0115.py:54
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3468 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
3469 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3470
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3471 #: src/plugins/plugin_xep_0115.py:82
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3472 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
3473 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3474
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3475 #: src/plugins/plugin_xep_0115.py:148
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3476 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3477 msgid "Capability hash generated: [%s]"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3478 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3479
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3480 #: src/plugins/plugin_xep_0163.py:42
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3481 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
3482 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3483
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3484 #: src/plugins/plugin_xep_0163.py:49
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3485 msgid "PEP plugin initialization"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3486 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3487
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3488 #: src/plugins/plugin_xep_0163.py:97
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3489 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3490 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
3491 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3492
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3493 #: src/plugins/plugin_xep_0163.py:100
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3494 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
3495 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3496
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3497 #: src/plugins/plugin_xep_0163.py:106
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3498 msgid "No item found"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3499 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3500
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3501 #: src/plugins/plugin_xep_0163.py:111
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3502 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
3503 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3504
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3505 #: src/plugins/plugin_xep_0163.py:115
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3506 msgid "No mood found"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3507 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3508
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3509 #: src/plugins/plugin_xep_0249.py:51
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3510 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
3511 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3512
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3513 #: src/plugins/plugin_xep_0249.py:71
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3514 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
3515 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3516
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3517 #: src/plugins/plugin_xep_0249.py:77
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3518 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
3519 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3520
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3521 #: src/plugins/plugin_xep_0249.py:95 src/plugins/plugin_xep_0249.py:123
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3522 msgid "Profile doesn't exists !"
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
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3525 #: src/plugins/plugin_xep_0249.py:125
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3526 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3527 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
3528 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3529
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3530 #: src/plugins/plugin_xep_0249.py:137
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3531 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3532 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
3533 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3534
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3535 #: src/plugins/plugin_xep_0249.py:139
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3536 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
3537 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3538
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3539 #: src/plugins/plugin_xep_0249.py:143
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3540 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
3541 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3542
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3543 #: src/plugins/plugin_xep_0249.py:154
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3544 #, python-format
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3545 msgid ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3546 "You have been invited by %(user)s to join the room %(room)s. Do you accept?"
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3547 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3548
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3549 #: src/plugins/plugin_xep_0249.py:154 src/plugins/plugin_xep_0249.py:157
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3550 msgid "MUC invitation"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3551 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3552
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3553 #: src/plugins/plugin_xep_0249.py:157
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3554 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3555 msgid ""
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3556 "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
3557 "according to your personal settings."
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3558 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3559
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3560 #: src/plugins/plugin_xep_0277.py:47
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3561 msgid "Implementation of microblogging Protocol"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3562 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3563
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3564 #: src/plugins/plugin_xep_0277.py:58
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3565 msgid "Microblogging plugin initialization"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3566 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3567
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3568 #: src/plugins/plugin_xep_0277.py:132
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3569 #, python-format
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3570 msgid "No entry found in the pubsub item %s"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3571 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3572
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3573 #: src/plugins/plugin_xep_0277.py:155
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3574 #, python-format
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3575 msgid "Atom entry %s misses a required element"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3576 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3577
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3578 #: src/plugins/plugin_xep_0277.py:181
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3579 #, python-format
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3580 msgid "Can't parse the link element of pubsub entry %s"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3581 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3582
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3583 #: src/plugins/plugin_xep_0277.py:190
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3584 #, python-format
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3585 msgid "Can't find author element in pubsub entry %s"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3586 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3587
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3588 #: src/plugins/plugin_xep_0277.py:218
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3589 msgid "Content of type XHTML must declare its namespace!"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3590 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3591
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3592 #: src/plugins/plugin_xep_0277.py:302
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3593 msgid "Microblog data must contain at least 'content' key"
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
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3596 #: src/plugins/plugin_xep_0277.py:306
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3597 msgid "Microblog data's content value must not be empty"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3598 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3599
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3600 #: src/plugins/plugin_xep_0277.py:340
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3601 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
3602 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3603
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3604 #: src/plugins/plugin_xep_0277.py:347
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3605 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3606 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
3607 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3608
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3609 #: src/plugins/plugin_xep_0277.py:351
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3610 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
3611 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3612
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3613 #: src/test/constants.py:43
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3614 msgid "Enable unibox"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3615 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3616
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3617 #: src/test/constants.py:44
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3618 msgid "'Wysiwyg' edition"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3619 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3620
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3621 #: src/test/test_plugin_misc_room_game.py:43
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3622 msgid "Dummy plugin to test room game"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3623 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3624
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3625 #: src/tools/misc.py:58
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3626 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3627 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
3628 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3629
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3630 #: src/tools/misc.py:60
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3631 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3632 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
3633 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3634
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3635 #: src/tools/xml_tools.py:177
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3636 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
3637 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3638
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3639 #: src/tools/xml_tools.py:186
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3640 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
3641 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3642
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3643 #: src/tools/xml_tools.py:194
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3644 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
3645 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3646
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3647 #: src/tools/xml_tools.py:276
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3648 msgid "TabElement must be a child of TabsContainer"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3649 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3650
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3651 #: src/tools/xml_tools.py:316
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3652 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
3653 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3654
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3655 #: src/tools/xml_tools.py:416
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3656 msgid "either items or columns need do be filled"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3657 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3658
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3659 #: src/tools/xml_tools.py:429
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3660 msgid "Headers lenght doesn't correspond to columns"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3661 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3662
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3663 #: src/tools/xml_tools.py:475
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3664 msgid "Incorrect number of items in list"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3665 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3666
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3667 #: src/tools/xml_tools.py:578
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3668 msgid "Value must be 0, 1, false or true"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3669 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3670
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3671 #: src/tools/xml_tools.py:612
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3672 msgid "empty \"options\" list"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3673 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3674
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3675 #: src/tools/xml_tools.py:614
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3676 msgid "invalid styles"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3677 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3678
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3679 #: src/tools/xml_tools.py:652
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3680 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3681 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
3682 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3683
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3684 #: src/tools/xml_tools.py:654
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3685 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
3686 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3687
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3688 #: src/tools/xml_tools.py:656
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3689 msgid "container argument must be a string"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3690 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3691
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3692 #: src/tools/xml_tools.py:748
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3693 #, python-format
862
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3694 msgid "Unknown container type [%s]"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3695 msgstr ""
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3696
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3697 #: src/tools/xml_tools.py:767
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3698 #, python-format
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3699 msgid "Invalid type [%s]"
ca7a2bf4fb40 i18n: updated the translation files
souliane <souliane@mailoo.org>
parents: 772
diff changeset
3700 msgstr ""