annotate i18n/sat.po @ 853:c2f6ada7858f

core (sqlite): automatic database update: - new Updater class check database consistency (by calculating a hash on the .schema), and updates base if necessary - database now has a version (1 for current, 0 will be for 0.3's database), for each change this version will be increased - creation statements and update statements are in the form of dict of dict with tuples. There is a help text at the top of the module to explain how it works - if we are on a development version, the updater try to update the database automaticaly (without deleting table or columns). The Updater.generateUpdateData method can be used to ease the creation of update data (i.e. the dictionary at the top, see the one for the key 1 for an example). - if there is an inconsistency, an exception is raised, and a message indicate the SQL statements that should fix the situation. - well... this is rather complicated, a KISS method would maybe have been better. The future will say if we need to simplify it :-/ - new DatabaseError exception
author Goffi <goffi@goffi.org>
date Sun, 23 Feb 2014 23:30:32 +0100
parents dd07fc737d6c
children ca7a2bf4fb40
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"
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
11 "POT-Creation-Date: 2013-12-29 16:04+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
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
50 #: frontends/src/jp/jp:63
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
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
56 #: frontends/src/jp/jp:64
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
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
62 #: frontends/src/jp/jp:75 frontends/src/quick_frontend/quick_app.py:43
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
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
66 #: frontends/src/jp/jp:78 frontends/src/quick_frontend/quick_app.py:46
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
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
70 #: frontends/src/jp/jp:84
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
71 msgid ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
72 "\n"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
73 " %prog [options] [FILE1 FILE2 ...] JID\n"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
74 " %prog -w [options] [JID1 JID2 ...]\n"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
75 "\n"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
76 " %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
77 " "
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
78 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
79
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
80 #: frontends/src/jp/jp:94
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
81 #, python-format
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
82 msgid "Use PROFILE profile key (default: %default)"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
83 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
84
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
85 #: frontends/src/jp/jp:96
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
86 msgid "Make a bzip2 tarball"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
87 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
88
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
89 #: frontends/src/jp/jp:98
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
90 msgid "Wait for a file to be sent by a contact"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
91 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
92
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
93 #: frontends/src/jp/jp:100
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
94 msgid "Accept multiple files (you'll have to stop manually)"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
95 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
96
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
97 #: frontends/src/jp/jp:102
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
98 msgid "Force overwritting of existing files"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
99 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
100
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
101 #: frontends/src/jp/jp:104
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
102 msgid "Show progress bar"
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
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
105 #: frontends/src/jp/jp:106
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
106 msgid ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
107 "Separate xmpp messages: send one message per line instead of one message "
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
108 "alone."
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
109 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
110
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
111 #: frontends/src/jp/jp:108
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
112 msgid "Add a new line at the beginning of the input (usefull for ascii art ;))"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
113 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
114
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
115 #: frontends/src/jp/jp:110
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
116 msgid "List available profiles"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
117 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
118
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
119 #: frontends/src/jp/jp:112
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
120 msgid "Create a profile (args: profile_name jid password)"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
121 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
122
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
123 #: frontends/src/jp/jp:114
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
124 msgid "Get profile informations (arg: profile_name)"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
125 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
126
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
127 #: frontends/src/jp/jp:116
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
128 msgid "Remove profile"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
129 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
130
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
131 #: frontends/src/jp/jp:118
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
132 msgid "Connect the profile before doing anything else"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
133 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
134
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
135 #: frontends/src/jp/jp:120
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
136 msgid "Wait for the reception of a pipe stream"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
137 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
138
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
139 #: frontends/src/jp/jp:122
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
140 msgid "Pipe a stream out "
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
141 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
142
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
143 #: frontends/src/jp/jp:137
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
144 msgid "You must specify the destination JID (Jabber ID)"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
145 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
146
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
147 #: frontends/src/jp/jp:149
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
148 msgid "Option progress is not available, deactivated."
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
149 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
150
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
151 #: frontends/src/jp/jp:196
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
152 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
153 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
154
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
155 #: frontends/src/jp/jp:202 frontends/src/quick_frontend/quick_app.py:128
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
156 msgid "The profile asked doesn't exist"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
157 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
158
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
159 #: frontends/src/jp/jp:209
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
160 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
161 msgid ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
162 "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
163 "or use --connect option"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
164 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
165
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
166 #: frontends/src/jp/jp:237
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
167 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
168 msgid "%s is not a valid JID !"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
169 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
170
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
171 #: frontends/src/jp/jp:285
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
172 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
173 msgid "File [%s] doesn't exist !"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
174 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
175
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
176 #: frontends/src/jp/jp:288
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
177 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
178 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
179 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
180
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
181 #: frontends/src/jp/jp:295
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
182 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
183 msgid "tmp file (%s) already exists ! Please remove it"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
184 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
185
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
186 #: frontends/src/jp/jp:297
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
187 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
188 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
189
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
190 #: frontends/src/jp/jp:299
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
191 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
192 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
193
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
194 #: frontends/src/jp/jp:303
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
195 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
196 msgid "Adding %s"
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
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
199 #: frontends/src/jp/jp:306
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
200 msgid "OK !"
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
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
203 #: frontends/src/jp/jp:342
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 "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
206 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
207
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
208 #: frontends/src/jp/jp:346
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
209 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
210 msgid ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
211 "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
212 "already exist"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
213 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
214
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
215 #: frontends/src/jp/jp:371
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
216 msgid "FIXME: actionResult not implemented"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
217 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
218
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
219 #: frontends/src/jp/jp:391
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
220 msgid "Progress: "
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
221 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
222
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
223 #: frontends/src/jp/jp:418
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
224 msgid "User interruption: good bye"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
225 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
226
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
227 #: 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
228 #: 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
229 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
230 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
231
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
232 #: 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
233 #: 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
234 msgid "Draw game"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
235 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
236
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
237 #: 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
238 #: 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
239 msgid "You win \\o/"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
240 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
241
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
242 #: 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
243 #: 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
244 msgid "You loose :("
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
245 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
246
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
247 #: 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
248 #: 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
249 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
250 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
251
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
252 #: 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
253 #: 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
254 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
255 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
256
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
257 #: frontends/src/primitivus/chat.py:133
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
258 msgid "Game"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
259 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
260
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
261 #: frontends/src/primitivus/chat.py:136
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
262 msgid "Action"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
263 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
264
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
265 #: frontends/src/primitivus/chat.py:136
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
266 msgid "Send file"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
267 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
268
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
269 #: frontends/src/primitivus/chat.py:315
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
270 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
271 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
272 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
273
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
274 #: frontends/src/primitivus/chat.py:317
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
275 #, python-format
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
276 msgid "Primitivus: %s mentioned you in room '%s'"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
277 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
278
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
279 #: frontends/src/primitivus/chat.py:334 frontends/src/wix/chat.py:273
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
280 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
281 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
282
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
283 #: frontends/src/primitivus/chat.py:334 frontends/src/wix/chat.py:273
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
284 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
285 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
286
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
287 #: 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
288 msgid "Contacts"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
289 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
290
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
291 #: frontends/src/primitivus/gateways.py:29
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
292 #: frontends/src/quick_frontend/quick_gateways.py:27
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
293 #: frontends/src/wix/gateways.py:32
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
294 msgid "Gateways manager"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
295 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
296
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
297 #: frontends/src/primitivus/gateways.py:39 frontends/src/wix/gateways.py:87
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
298 msgid "Use external XMPP server: "
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
299 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
300
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
301 #: frontends/src/primitivus/gateways.py:40 frontends/src/wix/gateways.py:90
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
302 msgid "GO !"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
303 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
304
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
305 #: frontends/src/primitivus/gateways.py:51
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
306 #: frontends/src/primitivus/primitivus:468
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
307 #: frontends/src/primitivus/primitivus:470
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
308 #: frontends/src/primitivus/primitivus:532
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
309 #: frontends/src/primitivus/primitivus:558
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
310 #: frontends/src/primitivus/primitivus:568
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
311 #: frontends/src/primitivus/primitivus:586
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
312 #: frontends/src/primitivus/primitivus:615
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
313 #: frontends/src/primitivus/primitivus:630
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
314 #: frontends/src/primitivus/primitivus:652 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
315 #: frontends/src/wix/main_window.py:124 frontends/src/wix/main_window.py:260
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
316 #: frontends/src/wix/main_window.py:267 frontends/src/wix/main_window.py:335
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
317 #: frontends/src/wix/main_window.py:462 frontends/src/wix/main_window.py:485
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
318 msgid "Error"
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/gateways.py:51
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
322 msgid "You must enter an external server JID"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
323 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
324
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
325 #: frontends/src/primitivus/gateways.py:69 frontends/src/wix/gateways.py:147
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
326 msgid "Register"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
327 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
328
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
329 #: frontends/src/primitivus/gateways.py:72 frontends/src/wix/gateways.py:151
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
330 msgid "Unregister"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
331 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
332
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
333 #: frontends/src/primitivus/primitivus:112
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
334 msgid "Error while sending message"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
335 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
336
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
337 #: frontends/src/primitivus/primitivus:275
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
338 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
339 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
340
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
341 #: frontends/src/primitivus/primitivus:290
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
342 #: frontends/src/wix/main_window.py:123
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
343 msgid "Error while calling menu"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
344 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
345
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
346 #: frontends/src/primitivus/primitivus:294 frontends/src/wix/profile.py:83
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
347 msgid "General"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
348 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
349
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
350 #: frontends/src/primitivus/primitivus:295
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
351 #: 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
352 #: 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
353 msgid "Connect"
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
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
356 #: frontends/src/primitivus/primitivus:296 src/plugins/plugin_xep_0050.py:57
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
357 msgid "Disconnect"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
358 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
359
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
360 #: frontends/src/primitivus/primitivus:297
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
361 msgid "Parameters"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
362 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
363
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
364 #: frontends/src/primitivus/primitivus:298
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
365 #: frontends/src/primitivus/primitivus:636
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
366 msgid "About"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
367 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
368
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
369 #: frontends/src/primitivus/primitivus:299
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
370 msgid "Exit"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
371 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
372
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
373 #: frontends/src/primitivus/primitivus:300
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
374 msgid "Contact"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
375 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
376
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
377 #: frontends/src/primitivus/primitivus:301
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
378 msgid "Add contact"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
379 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
380
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
381 #: frontends/src/primitivus/primitivus:302
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
382 msgid "Remove contact"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
383 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
384
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
385 #: frontends/src/primitivus/primitivus:303
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
386 msgid "Communication"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
387 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
388
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
389 #: frontends/src/primitivus/primitivus:304
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
390 msgid "Join room"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
391 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
392
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
393 #: frontends/src/primitivus/primitivus:305
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
394 msgid "Find Gateways"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
395 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
396
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
397 #: frontends/src/primitivus/primitivus:306
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
398 #: frontends/src/primitivus/primitivus:620
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
399 msgid "Search directory"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
400 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
401
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
402 #: frontends/src/primitivus/primitivus:318
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
403 msgid "Main menu"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
404 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
405
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
406 #: frontends/src/primitivus/primitivus:364
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
407 #: frontends/src/primitivus/primitivus:392
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
408 msgid "Chat menu"
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
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
411 #: frontends/src/primitivus/primitivus:430
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
412 #: frontends/src/wix/main_window.py:215
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
413 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
414 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
415 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
416
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
417 #: frontends/src/primitivus/primitivus:445
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
418 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
419 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
420
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
421 #: frontends/src/primitivus/primitivus:468
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
422 #: frontends/src/wix/main_window.py:259
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
423 msgid "Unmanaged action result"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
424 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
425
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
426 #: frontends/src/primitivus/primitivus:487
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
427 #: frontends/src/wix/main_window.py:289
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
428 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
429 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
430
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
431 #: frontends/src/primitivus/primitivus:499
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
432 #: frontends/src/wix/main_window.py:283
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
433 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
434 msgid ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
435 "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
436 "Do you accept ?"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
437 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
438
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
439 #: frontends/src/primitivus/primitivus:511
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
440 #: frontends/src/wix/main_window.py:320
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
441 msgid "unknown id, ignoring"
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
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
444 #: frontends/src/primitivus/primitivus:517
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
445 #: frontends/src/wix/main_window.py:256 frontends/src/wix/main_window.py:342
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
446 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
447 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
448
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
449 #: frontends/src/primitivus/primitivus:520
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
450 #: frontends/src/wix/main_window.py:345
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
451 msgid "Form"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
452 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
453
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
454 #: frontends/src/primitivus/primitivus:522
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
455 #: frontends/src/wix/main_window.py:347
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
456 msgid "Registration"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
457 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
458
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
459 #: frontends/src/primitivus/primitivus:546
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
460 #: frontends/src/wix/main_window.py:364
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
461 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
462 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
463 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
464
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
465 #: frontends/src/primitivus/primitivus:556
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
466 #: frontends/src/primitivus/primitivus:566
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
467 #: frontends/src/wix/main_window.py:452 frontends/src/wix/main_window.py:512
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
468 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
469 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
470 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
471
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
472 #: frontends/src/primitivus/primitivus:572
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
473 #: frontends/src/wix/main_window.py:475
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
474 #, python-format
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
475 msgid "Unsubscribing %s presence"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
476 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
477
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
478 #: frontends/src/primitivus/primitivus:586 frontends/src/wix/param.py:60
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
479 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
480 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
481
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
482 #: frontends/src/primitivus/primitivus:596
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
483 #: frontends/src/wix/main_window.py:506
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
484 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
485 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
486
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
487 #: frontends/src/primitivus/primitivus:596
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
488 #: frontends/src/wix/main_window.py:504
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
489 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
490 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
491
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
492 #: frontends/src/primitivus/primitivus:600
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
493 msgid "Find gateways request"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
494 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
495
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
496 #: frontends/src/primitivus/primitivus:606
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
497 msgid "Search directory request"
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
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
500 #: frontends/src/primitivus/primitivus:615
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
501 #: frontends/src/primitivus/primitivus:652
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
502 msgid "Can't get search UI"
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
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
505 #: frontends/src/primitivus/primitivus:620
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
506 msgid "Please enter the search jid: "
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
507 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
508
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
509 #: frontends/src/primitivus/primitivus:624
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
510 #: frontends/src/wix/main_window.py:445
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
511 msgid "Adding a contact"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
512 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
513
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
514 #: frontends/src/primitivus/primitivus:624
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
515 #: frontends/src/wix/main_window.py:444
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
516 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
517 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
518
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
519 #: frontends/src/primitivus/primitivus:630
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
520 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
521 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
522
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
523 #: frontends/src/primitivus/primitivus:632
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
524 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
525 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
526 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
527
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
528 #: frontends/src/primitivus/primitivus:649
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
529 msgid "Search result"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
530 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
531
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
532 #: 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
533 msgid "Login:"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
534 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
535
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
536 #: 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
537 #: 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
538 msgid "Password:"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
539 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
540
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
541 #: 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
542 #: 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
543 msgid "New"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
544 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
545
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
546 #: 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
547 #: 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
548 msgid "Delete"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
549 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
550
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
551 #: 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
552 msgid "Profile Manager"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
553 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
554
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
555 #: 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
556 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
557 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
558
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
559 #: 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
560 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
561 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
562
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
563 #: 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
564 msgid "Database error"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
565 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
566
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
567 #: 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
568 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
569 msgid "Unknown reason (%s)"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
570 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
571
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
572 #: 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
573 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
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:100
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
577 #: 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
578 msgid "New profile"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
579 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
580
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
581 #: 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
582 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
583 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
584
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
585 #: frontends/src/primitivus/profile_manager.py:104
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
586 #, python-format
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
587 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
588 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
589
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
590 #: 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
591 #: 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
592 msgid "No profile selected"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
593 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
594
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
595 #: 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
596 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
597 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
598
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
599 #: 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
600 #: 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
601 #: 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
602 msgid "Bad profile name"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
603 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
604
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
605 #: 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
606 #: 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
607 #: 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
608 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
609 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
610
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
611 #: 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
612 #: 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
613 #: 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
614 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
615 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
616
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
617 #: 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
618 msgid "Clear progress list"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
619 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
620
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
621 #: 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
622 msgid "Set your presence"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
623 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
624
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
625 #: 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
626 msgid "Set your status"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
627 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
628
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
629 #: 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
630 msgid "New status"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
631 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
632
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
633 #: frontends/src/primitivus/xmlui.py:81 frontends/src/wix/xmlui.py:64
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
634 msgid "Unmanaged tag"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
635 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
636
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
637 #: frontends/src/primitivus/xmlui.py:94 frontends/src/wix/xmlui.py:78
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
638 msgid "text node has no child !"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
639 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
640
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
641 #: frontends/src/primitivus/xmlui.py:124 frontends/src/wix/xmlui.py:112
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
642 #, python-format
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
643 msgid "FIXME FIXME FIXME: type [%s] is not implemented"
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/xmlui.py:160 frontends/src/wix/xmlui.py:143
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
647 msgid "Unknown layout, using default one"
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/xmlui.py:173 frontends/src/wix/xmlui.py:162
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
651 msgid "Unknown tag"
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/xmlui.py:203 frontends/src/wix/xmlui.py:186
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
655 msgid "Submit"
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
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
658 #: frontends/src/primitivus/xmlui.py:205 frontends/src/primitivus/xmlui.py:213
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
659 msgid "Cancel"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
660 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
661
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
662 #: frontends/src/primitivus/xmlui.py:212
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
663 msgid "Save"
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
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
666 #: frontends/src/primitivus/xmlui.py:234
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
667 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
668 msgid "INTERNAL ERROR: Unmanaged show_type (%s)"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
669 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
670
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
671 #: frontends/src/primitivus/xmlui.py:283 frontends/src/wix/xmlui.py:244
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
672 msgid "The form data is not sent back, the type is not managed properly"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
673 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
674
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
675 #: 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
676 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
677 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
678 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
679
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
680 #: 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
681 msgid ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
682 "\n"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
683 " %prog [options]\n"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
684 "\n"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
685 " %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
686 " "
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
687 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
688
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
689 #: 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
690 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
691 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
692
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
693 #: 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
694 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
695 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
696
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
697 #: 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
698 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
699 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
700
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
701 #: 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
702 msgid "Error during autoconnection"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
703 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
704
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
705 #: 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
706 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
707 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
708
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
709 #: 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
710 msgid "Connected"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
711 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
712
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
713 #: 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
714 msgid "Disconnected"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
715 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
716
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
717 #: 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
718 msgid "Connection Error"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
719 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
720
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
721 #: 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
722 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
723 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
724
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
725 #: 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
726 msgid "Connection error"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
727 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
728
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
729 #: 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
730 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
731 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
732 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
733
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
734 #: frontends/src/quick_frontend/quick_app.py:302
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
735 #, python-format
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
736 msgid ""
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
737 "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
738 "%(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
739 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
740
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
741 #: frontends/src/quick_frontend/quick_app.py:319
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
742 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
743 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
744 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
745
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
746 #: frontends/src/quick_frontend/quick_app.py:332
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
747 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
748 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
749 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
750
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
751 #: frontends/src/quick_frontend/quick_app.py:343
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
752 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
753 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
754 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
755
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
756 #: frontends/src/quick_frontend/quick_app.py:353
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
757 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
758 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
759 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
760
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
761 #: frontends/src/quick_frontend/quick_app.py:361
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
762 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
763 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
764 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
765
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
766 #: frontends/src/quick_frontend/quick_app.py:369
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
767 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
768 msgid ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
769 "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
770 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
771
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
772 #: frontends/src/quick_frontend/quick_app.py:377
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
773 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
774 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
775 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
776
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
777 #: frontends/src/quick_frontend/quick_app.py:382
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
778 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
779 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
780
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
781 #: frontends/src/quick_frontend/quick_app.py:385
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
782 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
783 msgid ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
784 "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
785 "%(players)s"
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
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
788 #: frontends/src/quick_frontend/quick_app.py:390
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
789 msgid "New Tarot Game"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
790 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
791
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
792 #: frontends/src/quick_frontend/quick_app.py:398
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
793 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
794 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
795
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
796 #: frontends/src/quick_frontend/quick_app.py:405
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
797 msgid "Show cards"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
798 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
799
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
800 #: frontends/src/quick_frontend/quick_app.py:412
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
801 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
802 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
803
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
804 #: frontends/src/quick_frontend/quick_app.py:420
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
805 msgid "Tarot: score received"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
806 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
807
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
808 #: frontends/src/quick_frontend/quick_app.py:427
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
809 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
810 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
811 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
812
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
813 #: frontends/src/quick_frontend/quick_app.py:434
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
814 #, python-format
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
815 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
816 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
817
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
818 #: frontends/src/quick_frontend/quick_app.py:441
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
819 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
820 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
821
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
822 #: frontends/src/quick_frontend/quick_app.py:444
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
823 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
824 msgid ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
825 "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
826 "%(players)s"
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
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
829 #: frontends/src/quick_frontend/quick_app.py:449
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
830 msgid "New Quiz Game"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
831 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
832
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
833 #: frontends/src/quick_frontend/quick_app.py:457
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
834 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
835 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
836 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
837
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
838 #: frontends/src/quick_frontend/quick_app.py:510
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
839 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
840 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
841 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
842
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
843 #: frontends/src/quick_frontend/quick_app.py:510
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
844 #: frontends/src/quick_frontend/quick_app.py:516
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
845 msgid "Subscription confirmation"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
846 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
847
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
848 #: frontends/src/quick_frontend/quick_app.py:513
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
849 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
850 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
851 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
852
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
853 #: frontends/src/quick_frontend/quick_app.py:513
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
854 msgid "Subscription refusal"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
855 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
856
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
857 #: frontends/src/quick_frontend/quick_app.py:516
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
858 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
859 msgid ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
860 "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
861 "Do you accept ?"
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
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
864 #: frontends/src/quick_frontend/quick_app.py:527
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 "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
867 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
868
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
869 #: frontends/src/quick_frontend/quick_app.py:529
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
870 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
871 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
872 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
873
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
874 #: 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
875 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
876 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
877 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
878
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
879 #: 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
880 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
881 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
882
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
883 #: 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
884 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
885 msgid "Replacing user %s"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
886 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
887
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
888 #: 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
889 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
890 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
891
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
892 #: frontends/src/quick_frontend/quick_chat.py:66
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
893 #, python-format
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
894 msgid "Removing user %s"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
895 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
896
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
897 #: 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
898 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
899 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
900
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
901 #: 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
902 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
903 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
904 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
905
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
906 #: 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
907 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
908 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
909
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
910 #: 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
911 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
912 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
913 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
914
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
915 #: 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
916 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
917 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
918
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
919 #: 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
920 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
921 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
922
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
923 #: 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
924 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
925 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
926
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
927 #: 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
928 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
929 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
930
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
931 #: 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
932 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
933 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
934
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
935 #: 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
936 msgid "Contact List init"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
937 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
938
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
939 #: 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
940 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
941 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
942
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
943 #: 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
944 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
945 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
946
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
947 #: frontends/src/quick_frontend/quick_contact_management.py:99
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
948 #, python-format
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
949 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
950 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
951
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
952 #: frontends/src/quick_frontend/quick_gateways.py:28
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
953 msgid ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
954 "Be careful ! Gateways allow you to use an external IM (legacy IM), so you "
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
955 "can see your contact as jabber contacts.\n"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
956 "But when you do this, all your messages go throught the external legacy IM "
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
957 "server, it is a huge privacy issue (i.e.: all your messages throught the "
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
958 "gateway can be monitored, recorded, analyzed by the external server, most of "
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
959 "time a private company)."
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
960 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
961
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
962 #: frontends/src/quick_frontend/quick_gateways.py:35
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
963 msgid "Unknown IM"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
964 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
965
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
966 #: 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
967 msgid "Contrat choosed"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
968 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
969
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
970 #: 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
971 msgid "Écart"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
972 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
973
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
974 #: 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
975 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
976 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
977
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
978 #: 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
979 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
980 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
981
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
982 #: 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
983 msgid "&SendFile\tCTRL-s"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
984 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
985
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
986 #: 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
987 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
988 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
989
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
990 #: 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
991 msgid "&Action"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
992 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
993
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
994 #: 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
995 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
996 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
997
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
998 #: 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
999 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
1000 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1001
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1002 #: 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
1003 msgid "&Games"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1004 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1005
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1006 #: 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
1007 msgid "Send File"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1008 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1009
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1010 #: 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
1011 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
1012 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1013
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1014 #: frontends/src/wix/chat.py:259
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1015 #, python-format
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1016 msgid "filename: %s"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1017 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1018
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1019 #: frontends/src/wix/chat.py:267 frontends/src/wix/main_window.py:293
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1020 msgid "File Transfer"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1021 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1022
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1023 #: frontends/src/wix/chat.py:267 frontends/src/wix/main_window.py:293
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1024 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1025 msgid "Copying %s"
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:270
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1029 msgid "Starting Tarot game"
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:271
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1033 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
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/constants.py:36
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1037 msgid "offline"
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/constants.py:37
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1041 msgid "online"
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/constants.py:41
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1045 msgid "AFK"
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/constants.py:42
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1049 msgid "DND"
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/contact_list.py:79
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1053 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1054 msgid "update %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
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1057 #: 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
1058 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1059 msgid "adding %s"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1060 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1061
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1062 #: frontends/src/wix/contact_list.py:192
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1063 #, python-format
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1064 msgid "removing %s"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1065 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1066
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1067 #: frontends/src/wix/gateways.py:105
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1068 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1069 msgid "Opening gateways manager on [%s]"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1070 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1071
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1072 #: frontends/src/wix/gateways.py:165 frontends/src/wix/param.py:144
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1073 #: frontends/src/wix/profile.py:88 frontends/src/wix/xmlui.py:256
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1074 msgid "close"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1075 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1076
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1077 #: frontends/src/wix/main_window.py:89
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1078 msgid "Wix jabber client"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1079 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1080
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1081 #: frontends/src/wix/main_window.py:111
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1082 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1083 msgid "plugin profile %s"
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/main_window.py:131
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1087 msgid "Creating menus"
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/main_window.py:133
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1091 msgid "&Connect\tCTRL-c"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1092 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1093
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1094 #: frontends/src/wix/main_window.py:133
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1095 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
1096 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1097
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1098 #: frontends/src/wix/main_window.py:134
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1099 msgid "&Disconnect\tCTRL-d"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1100 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1101
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1102 #: frontends/src/wix/main_window.py:134
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1103 msgid " Disconnect from the server"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1104 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1105
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1106 #: 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
1107 msgid "&Parameters"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1108 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1109
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1110 #: 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
1111 msgid " Configure the program"
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
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1114 #: frontends/src/wix/main_window.py:137
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1115 msgid "A&bout"
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
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1118 #: frontends/src/wix/main_window.py:137
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1119 #, python-format
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1120 msgid " About %s"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1121 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1122
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1123 #: frontends/src/wix/main_window.py:138
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1124 msgid "E&xit"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1125 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1126
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1127 #: frontends/src/wix/main_window.py:138
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1128 msgid " Terminate the program"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1129 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1130
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1131 #: frontends/src/wix/main_window.py:140
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1132 msgid "&Add contact"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1133 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1134
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1135 #: frontends/src/wix/main_window.py:140
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1136 msgid " Add a contact to your list"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1137 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1138
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1139 #: frontends/src/wix/main_window.py:141
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1140 msgid "&Remove contact"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1141 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1142
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1143 #: frontends/src/wix/main_window.py:141
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1144 msgid " Remove the selected contact from your list"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1145 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1146
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1147 #: frontends/src/wix/main_window.py:143
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1148 msgid "&Show profile"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1149 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1150
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1151 #: frontends/src/wix/main_window.py:143
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1152 msgid " Show contact's profile"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1153 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1154
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1155 #: frontends/src/wix/main_window.py:145
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1156 msgid "&Join Room"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1157 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1158
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1159 #: frontends/src/wix/main_window.py:145
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1160 msgid " Join a Multi-User Chat room"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1161 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1162
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1163 #: frontends/src/wix/main_window.py:146
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1164 msgid "&Find Gateways"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1165 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1166
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1167 #: frontends/src/wix/main_window.py:146
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1168 msgid " Find gateways to legacy IM"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1169 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1170
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1171 #: frontends/src/wix/main_window.py:148
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1172 msgid "&General"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1173 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1174
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1175 #: frontends/src/wix/main_window.py:149
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1176 msgid "&Contacts"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1177 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1178
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1179 #: frontends/src/wix/main_window.py:150
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1180 msgid "&Communication"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1181 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1182
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1183 #: frontends/src/wix/main_window.py:279
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1184 msgid "Confirmation asked"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1185 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1186
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1187 #: frontends/src/wix/main_window.py:282
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1188 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
1189 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1190
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:284
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1192 msgid "File Request"
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:302
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1196 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
1197 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1198
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1199 #: frontends/src/wix/main_window.py:304
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1200 #: 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
1201 msgid "Confirmation"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1202 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1203
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1204 #: frontends/src/wix/main_window.py:318
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1205 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1206 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
1207 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1208
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1209 #: frontends/src/wix/main_window.py:327
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1210 msgid "Success"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1211 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1212
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1213 #: frontends/src/wix/main_window.py:346
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1214 msgid "registration"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1215 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1216
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1217 #: frontends/src/wix/main_window.py:394
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1218 #, python-format
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1219 msgid "onContactActivated: %s"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1220 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1221
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1222 #: frontends/src/wix/main_window.py:412
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1223 msgid "Status change request"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1224 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1225
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1226 #: frontends/src/wix/main_window.py:416
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1227 msgid "Param request"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1228 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1229
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1230 #: frontends/src/wix/main_window.py:426
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1231 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1232 msgid ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1233 "%(name)s is a SàT (Salut à Toi) frontend\n"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1234 "%(name)s is based on WxPython, and is the standard graphic interface of SàT"
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
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1237 #: frontends/src/wix/main_window.py:442
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1238 msgid "Add contact request"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1239 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1240
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1241 #: frontends/src/wix/main_window.py:445
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1242 msgid "name@server.tld"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1243 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1244
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1245 #: frontends/src/wix/main_window.py:458
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1246 msgid "Remove contact request"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1247 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1248
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1249 #: frontends/src/wix/main_window.py:461 frontends/src/wix/main_window.py:484
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1250 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
1251 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1252
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1253 #: frontends/src/wix/main_window.py:469
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1254 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1255 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
1256 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1257
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1258 #: frontends/src/wix/main_window.py:470
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1259 msgid "Contact suppression"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1260 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1261
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1262 #: frontends/src/wix/main_window.py:481
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1263 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
1264 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1265
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1266 #: frontends/src/wix/main_window.py:497
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1267 #, python-format
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1268 msgid "Profile received: [%s]"
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
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1271 #: frontends/src/wix/main_window.py:515
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1272 msgid "Find Gateways request"
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
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1275 #: frontends/src/wix/main_window.py:528
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1276 msgid "Exiting..."
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1277 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1278
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1279 #: frontends/src/wix/main_window.py:535
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1280 msgid "Tray Click"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1281 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1282
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1283 #: frontends/src/wix/param.py:31
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1284 msgid "Configuration"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1285 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1286
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1287 #: frontends/src/wix/param.py:60
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1288 msgid "Parameters error"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1289 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1290
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1291 #: frontends/src/wix/param.py:86
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1292 msgid "FIXME FIXME FIXME"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1293 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1294
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1295 #: 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
1296 msgid "Profile:"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1297 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1298
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1299 #: 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
1300 msgid "Login"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1301 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1302
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1303 #: 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
1304 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
1305 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1306
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1307 #: 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
1308 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1309 msgid "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
1310 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1311
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1312 #: 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
1313 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
1314 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1315
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1316 #: 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
1317 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
1318 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1319
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1320 #: 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
1321 msgid "Saving new password"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1322 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1323
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1324 #: 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
1325 msgid "Profile error"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1326 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1327
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1328 #: 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
1329 msgid "Full Name"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1330 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1331
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1332 #: 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
1333 msgid "Nickname"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1334 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1335
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1336 #: 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
1337 msgid "Birthday"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1338 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1339
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1340 #: 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
1341 msgid "Phone #"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1342 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1343
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1344 #: 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
1345 msgid "Website"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1346 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1347
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1348 #: 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
1349 msgid "E-mail"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1350 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1351
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1352 #: 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
1353 msgid "Avatar"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1354 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1355
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1356 #: 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
1357 msgid ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1358 "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
1359 "\n"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1360 "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
1361 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1362
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1363 #: frontends/src/wix/xmlui.py:219
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1364 msgid "Submitting form"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1365 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1366
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1367 #: frontends/src/wix/xmlui.py:250
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1368 msgid "Cancelling form"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1369 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1370
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1371 #: src/core/sat_main.py:91
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1372 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1373 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
1374 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1375
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1376 #: src/core/sat_main.py:96
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1377 msgid "Trying to access an undefined constant"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1378 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1379
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1380 #: src/core/sat_main.py:103
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1381 msgid "Trying to redefine a constant"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1382 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1383
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1384 #: src/core/sat_main.py:171
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1385 msgid "Memory initialised"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1386 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1387
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1388 #: src/core/sat_main.py:201
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1389 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1390 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
1391 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1392
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1393 #: src/core/sat_main.py:208
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1394 #, python-format
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1395 msgid "importing plugin: %s"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1396 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1397
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1398 #: src/core/sat_main.py:227
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1399 msgid "Trying to connect a non-exsitant profile"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1400 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1401
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1402 #: src/core/sat_main.py:231
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1403 msgid "already connected !"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1404 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1405
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1406 #: src/core/sat_main.py:239
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1407 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
1408 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1409
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1410 #: src/core/sat_main.py:267
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1411 msgid "setting plugins parents"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1412 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1413
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1414 #: src/core/sat_main.py:288
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1415 msgid "not connected !"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1416 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1417
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1418 #: src/core/sat_main.py:291
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1419 msgid "Disconnecting..."
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1420 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1421
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1422 #: src/core/sat_main.py:301 src/memory/memory.py:939
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1423 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
1424 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1425
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1426 #: src/core/sat_main.py:312
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1427 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
1428 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1429
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1430 #: src/core/sat_main.py:321
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1431 msgid "Trying to remove reference to a client not referenced"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1432 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1433
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1434 #: src/core/sat_main.py:333
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
1435 msgid "running app"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
1436 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
1437
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1438 #: src/core/sat_main.py:337
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1439 msgid "stopping app"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1440 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1441
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1442 #: src/core/sat_main.py:398
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1443 msgid "No user or server given"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1444 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1445
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1446 #: src/core/sat_main.py:400
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1447 msgid "No user, password or server given, can't register new account."
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1448 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1449
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1450 #: src/core/sat_main.py:408
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1451 #, python-format
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1452 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
1453 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1454
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1455 #: src/core/sat_main.py:413
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1456 #, python-format
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1457 msgid "register Confirmation CB ! (%s)"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1458 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1459
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1460 #: src/core/sat_main.py:446
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1461 #, python-format
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1462 msgid "FIXME FIXME FIXME: Unmanaged action (%s) in submitForm"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1463 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1464
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1465 #: src/core/sat_main.py:456
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1466 #, python-format
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1467 msgid "setting param: %(name)s=%(value)s in category %(category)s"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1468 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1469
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1470 #: src/core/sat_main.py:466
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1471 msgid "asking connection status for a non-existant profile"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1472 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1473
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1474 #: src/core/sat_main.py:532
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1475 #, python-format
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1476 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
1477 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1478
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1479 #: src/core/sat_main.py:570
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1480 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
1481 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1482
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1483 #: src/core/sat_main.py:615
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1484 #, python-format
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
1485 msgid "subsciption request [%(subs_type)s] for %(jid)s"
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1486 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1487
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1488 #: src/core/sat_main.py:722 src/core/sat_main.py:739
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1489 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1490 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
1491 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1492
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1493 #: src/core/sat_main.py:724
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1494 #, python-format
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1495 msgid "Feature found: %s"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1496 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1497
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1498 #: src/core/sat_main.py:727
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1499 #, python-format
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1500 msgid "Identity found: [%(category)s/%(type)s] %(identity)s"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1501 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1502
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1503 #: src/core/sat_main.py:741
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1504 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1505 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
1506 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1507
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1508 #: src/core/sat_main.py:748
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1509 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1510 msgid ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1511 "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
1512 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1513
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1514 #: src/core/sat_main.py:753
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1515 msgid ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1516 "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
1517 "\"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
1518 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1519
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1520 #: src/core/sat_main.py:777
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1521 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
1522 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1523
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1524 #: src/core/sat_main.py:791
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1525 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
1526 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1527
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1528 #: src/core/sat_main.py:793
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1529 msgid "Attempt to register two callbacks for the same confirmation"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1530 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1531
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1532 #: src/core/sat_main.py:802
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1533 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
1534 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1535
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1536 #: src/core/sat_main.py:803
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1537 #, python-format
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1538 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
1539 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1540
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1541 #: src/core/sat_main.py:803
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
1542 msgid "accepted"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
1543 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
1544
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1545 #: src/core/sat_main.py:803
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1546 msgid "refused"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1547 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1548
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1549 #: src/core/sat_main.py:805
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1550 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1551 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
1552 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1553
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1554 #: src/core/sat_main.py:824
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1555 msgid "Trying to remove an unknow progress callback"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1556 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1557
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1558 #: src/core/sat_main.py:856
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1559 msgid "id already registered"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1560 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1561
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1562 #: src/core/sat_main.py:875
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1563 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
1564 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1565
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1566 #: 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
1567 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1568 msgid "********** [%s] CONNECTED **********"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1569 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1570
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1571 #: 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
1572 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
1573 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1574
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1575 #: src/core/xmpp.py:100
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
1576 #, python-format
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1577 msgid "********** [%s] DISCONNECTED **********"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1578 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1579
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1580 #: 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
1581 msgid "No keep_alife"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1582 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1583
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1584 #: 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
1585 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1586 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
1587 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1588
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1589 #: 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
1590 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1591 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
1592 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1593
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1594 #: 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
1595 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1596 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
1597 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1598
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1599 #: 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
1600 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1601 msgid ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1602 "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
1603 "%(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
1604 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1605
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1606 #: src/core/xmpp.py:312
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
1607 #, python-format
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1608 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
1609 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1610
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1611 #: 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
1612 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
1613 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1614
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1615 #: 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
1616 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1617 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
1618 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1619
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1620 #: 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
1621 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1622 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
1623 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1624
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1625 #: 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
1626 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1627 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
1628 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1629
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1630 #: 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
1631 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
1632 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1633
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1634 #: 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
1635 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1636 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
1637 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1638
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1639 #: 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
1640 msgid "automatic contact deletion"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1641 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1642
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1643 #: 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
1644 msgid "Registration asked for"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1645 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1646
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1647 #: src/core/xmpp.py:438 src/plugins/plugin_xep_0077.py:80
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1648 #: src/plugins/plugin_xep_0077.py:94
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1649 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1650 msgid "registration answer: %s"
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
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1653 #: src/core/xmpp.py:440 src/plugins/plugin_xep_0077.py:96
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1654 msgid "Registration successfull"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1655 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1656
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1657 #: src/core/xmpp.py:445 src/plugins/plugin_xep_0077.py:72
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1658 #: src/plugins/plugin_xep_0077.py:104
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1659 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1660 msgid "Registration failure: %s"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1661 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1662
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1663 #: src/core/xmpp.py:450 src/plugins/plugin_xep_0077.py:110
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1664 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
1665 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1666
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1667 #: 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
1668 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1669 msgid "Registration failed (%s)"
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/memory/memory.py:143
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
1673 msgid "Connection"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
1674 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
1675
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1676 #: src/memory/memory.py:144
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
1677 msgid "Register new account"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
1678 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
1679
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1680 #: src/memory/memory.py:145
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
1681 msgid "Connect on frontend startup"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
1682 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
1683
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1684 #: src/memory/memory.py:146
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
1685 msgid "Disconnect on frontend closure"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
1686 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
1687
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1688 #: 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
1689 msgid "Misc"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
1690 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
1691
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1692 #: 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
1693 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1694 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
1695 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1696
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:223
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 "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
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:239
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1703 msgid "The profile name already exists"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1704 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1705
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1706 #: src/memory/memory.py:250
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1707 msgid "Trying to delete an unknown profile"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1708 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1709
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1710 #: 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
1711 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
1712 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1713
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1714 #: src/memory/memory.py:268
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1715 msgid "No default profile, returning first one"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1716 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1717
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1718 #: 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
1719 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
1720 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1721
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1722 #: src/memory/memory.py:280
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1723 msgid "Trying to access an unknown profile"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1724 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1725
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1726 #: src/memory/memory.py:325
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1727 #, python-format
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1728 msgid "Can't determine default value for [%(category)s/%(name)s]: %(reason)s"
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
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1731 #: src/memory/memory.py:340 src/memory/memory.py:385 src/memory/memory.py:420
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1732 #, python-format
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1733 msgid "Requested param [%(name)s] in category [%(category)s] doesn't exist !"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1734 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1735
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1736 #: src/memory/memory.py:396
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1737 msgid "Requesting a param for an non-existant profile"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1738 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1739
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1740 #: src/memory/memory.py:400
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1741 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
1742 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1743
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1744 #: src/memory/memory.py:424
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1745 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1746 msgid "Trying to get parameter '%s' in category '%s' without authorization!!!"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1747 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1748
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1749 #: src/memory/memory.py:436
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1750 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
1751 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1752
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1753 #: src/memory/memory.py:558 src/memory/memory.py:568 src/memory/memory.py:583
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1754 msgid "Asking params for inexistant profile"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1755 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1756
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1757 #: src/memory/memory.py:635
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1758 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
1759 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1760
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1761 #: src/memory/memory.py:640
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1762 #, python-format
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1763 msgid "Requesting an unknown parameter (%(category)s/%(name)s)"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1764 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1765
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1766 #: src/memory/memory.py:645
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1767 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1768 msgid "Trying to set parameter '%s' in category '%s' without authorization!!!"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1769 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1770
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1771 #: src/memory/memory.py:688
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1772 msgid "Memory manager init"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1773 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1774
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1775 #: src/memory/memory.py:703
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1776 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
1777 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1778
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1779 #: src/memory/memory.py:716
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1780 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
1781 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1782
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1783 #: src/memory/memory.py:750
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1784 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1785 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
1786 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1787
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1788 #: src/memory/memory.py:753
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1789 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1790 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
1791 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1792
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1793 #: src/memory/memory.py:769
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1794 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1795 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
1796 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1797
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1798 #: src/memory/memory.py:775
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1799 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1800 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
1801 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1802
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1803 #: src/memory/memory.py:780
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1804 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1805 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
1806 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1807
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1808 #: src/memory/memory.py:790
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1809 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1810 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
1811 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1812
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1813 #: src/memory/memory.py:793
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1814 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1815 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
1816 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1817
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1818 #: src/memory/memory.py:879
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1819 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1820 msgid ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1821 "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
1822 "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
1823 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1824
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1825 #: src/memory/memory.py:908
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1826 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
1827 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1828
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1829 #: src/memory/memory.py:916
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1830 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1831 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
1832 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1833
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1834 #: src/memory/memory.py:925
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1835 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
1836 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1837
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1838 #: src/memory/memory.py:929
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1839 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
1840 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1841
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1842 #: src/memory/memory.py:953
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1843 msgid "Trying to add presence status to a non-existant profile"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1844 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1845
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1846 #: src/memory/memory.py:973 src/memory/memory.py:1004
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1847 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
1848 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1849
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1850 #: src/memory/memory.py:1047
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1851 msgid "Asking waiting subscriptions for a non-existant profile"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1852 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1853
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1854 #: 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
1855 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
1856 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1857
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1858 #: src/memory/sqlite.py:38
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1859 msgid "Connecting database"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1860 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1861
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1862 #: src/memory/sqlite.py:43
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1863 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
1864 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1865
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1866 #: src/memory/sqlite.py:46
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1867 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
1868 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1869
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1870 #: src/memory/sqlite.py:65
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1871 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1872 msgid "Error while creating tables in database [QUERY: %s]"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1873 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1874
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1875 #: src/memory/sqlite.py:112
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1876 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1877 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
1878 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1879
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1880 #: src/memory/sqlite.py:117
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1881 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1882 msgid "Profile [%s] deleted"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1883 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1884
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1885 #: src/memory/sqlite.py:131
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1886 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
1887 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1888
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1889 #: src/memory/sqlite.py:144
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1890 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
1891 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1892
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1893 #: src/memory/sqlite.py:166
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 "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
1896 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1897
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1898 #: src/memory/sqlite.py:177
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1899 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1900 msgid ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1901 "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
1902 "database"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1903 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1904
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1905 #: src/memory/sqlite.py:196
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1906 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1907 msgid ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1908 "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
1909 "==> [%(message)s]"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1910 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1911
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1912 #: src/memory/sqlite.py:261
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1913 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1914 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
1915 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1916
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1917 #: src/memory/sqlite.py:263 src/memory/sqlite.py:279
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
1918 #, python-format
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1919 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
1920 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1921
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1922 #: src/memory/sqlite.py:276
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1923 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1924 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
1925 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1926
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1927 #: src/memory/sqlite.py:288
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1928 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1929 msgid ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1930 "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
1931 "database"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1932 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1933
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1934 #: src/memory/sqlite.py:300
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1935 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1936 msgid ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1937 "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
1938 "[%(profile)s] in database"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1939 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1940
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1941 #: src/memory/sqlite.py:310
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1942 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1943 msgid ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1944 "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
1945 "database"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1946 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1947
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1948 #: src/memory/sqlite.py:321
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1949 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1950 msgid ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1951 "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
1952 "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
1953 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1954
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1955 #: src/memory/sqlite.py:335
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
1956 #, python-format
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1957 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
1958 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1959
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1960 #: src/memory/sqlite.py:337 src/memory/sqlite.py:353
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1961 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1962 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
1963 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1964
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1965 #: src/memory/sqlite.py:350
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1966 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1967 msgid "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
1968 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1969
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1970 #: src/memory/sqlite.py:362
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1971 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1972 msgid ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1973 "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
1974 "in database"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1975 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1976
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1977 #: src/memory/sqlite.py:374
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1978 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1979 msgid ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1980 "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
1981 "%(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
1982 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1983
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1984 #: src/memory/sqlite.py:384
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1985 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1986 msgid ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1987 "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
1988 "%(namespace)s] in database"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1989 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1990
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1991 #: src/memory/sqlite.py:395
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1992 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1993 msgid ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1994 "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
1995 "%(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
1996 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1997
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
1998 #: src/plugins/deprecated_misc_cs.py:50
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
1999 msgid ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2000 "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
2001 "frontend"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2002 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2003
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2004 #: src/plugins/deprecated_misc_cs.py:70
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2005 msgid "Plugin CS initialization"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2006 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2007
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2008 #: src/plugins/deprecated_misc_cs.py:75
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2009 msgid "Plugin"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2010 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2011
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2012 #: 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
2013 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
2014 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2015
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2016 #: src/plugins/deprecated_misc_cs.py:95
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2017 msgid ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2018 "Impossible to contact CS website, please check your login/password, "
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2019 "connection or try again later"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2020 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2021
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2022 #: src/plugins/deprecated_misc_cs.py:103
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2023 msgid ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2024 "You have to fill your CouchSurfing login & password in parameters before "
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2025 "using this interface"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2026 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2027
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2028 #: src/plugins/deprecated_misc_cs.py:162
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2029 msgid "Messages"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2030 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2031
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2032 #: src/plugins/deprecated_misc_cs.py:163
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2033 #, python-format
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2034 msgid ""
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2035 "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
2036 "%(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
2037 "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
2038 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2039
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2040 #: src/plugins/deprecated_misc_cs.py:165
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2041 #, python-format
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2042 msgid "Show unread message%(plural)s in external web browser"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2043 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2044
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2045 #: src/plugins/deprecated_misc_cs.py:168
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2046 msgid "Subject"
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:171
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2050 msgid "Message"
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:174
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2054 msgid "send"
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:195
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2058 #, python-format
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2059 msgid ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2060 "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
2061 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2062
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2063 #: src/plugins/deprecated_misc_cs.py:218
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2064 msgid ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2065 "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
2066 "been modified ?"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2067 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2068
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2069 #: src/plugins/deprecated_misc_cs.py:229
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2070 #, python-format
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2071 msgid "Sending message to %s"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2072 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2073
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2074 #: src/plugins/deprecated_misc_cs.py:230
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2075 #, python-format
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2076 msgid ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2077 "\n"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2078 "subject: %(subject)s\n"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2079 "message: \n"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2080 "---\n"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2081 "%(message)s\n"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2082 "---\n"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2083 "\n"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2084 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2085
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2086 #: src/plugins/deprecated_misc_cs.py:236
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2087 msgid "Message sent"
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:237
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2091 msgid "The message has been sent to every recipients"
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:250
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2095 msgid "There is not recipient selected for this 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:256
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2099 #, python-format
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2100 msgid "sending message to %(friends)s with subject [%(subject)s]"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2101 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2102
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2103 #: 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
2104 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
2105 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2106
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2107 #: 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
2108 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
2109 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2110
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2111 #: 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
2112 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
2113 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2114
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2115 #: 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
2116 msgid "Plugin Parrot initialization"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2117 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2118
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2119 #: 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
2120 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
2121 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2122
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2123 #: 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
2124 msgid "Plugin Pipe initialization"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2125 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2126
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2127 #: 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
2128 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2129 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
2130 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2131
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2132 #: 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
2133 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
2134 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2135
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2136 #: 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
2137 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
2138 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2139
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2140 #: 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
2141 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
2142 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2143
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2144 #: 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
2145 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
2146 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2147
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2148 #: 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
2149 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
2150 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2151
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2152 #: 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
2153 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
2154 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2155
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2156 #: 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
2157 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
2158 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2159
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2160 #: 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
2161 msgid ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2162 "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
2163 "transfer"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2164 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2165
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2166 #: 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
2167 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2168 msgid "Transfer [%s] refused"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2169 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2170
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2171 #: 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
2172 #: 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
2173 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2174 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
2175 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2176
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2177 #: 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
2178 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2179 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
2180 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2181
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2182 #: 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
2183 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
2184 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2185
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2186 #: 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
2187 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2188 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
2189 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2190
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2191 #: 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
2192 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2193 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
2194 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2195
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2196 #: 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
2197 msgid "Pipe stream refused"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2198 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2199
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2200 #: 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
2201 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2202 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
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:191
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2206 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2207 msgid ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2208 "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
2209 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2210
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2211 #: 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
2212 msgid "Pipe stream error"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2213 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2214
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2215 #: 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
2216 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
2217 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2218
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2219 #: 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
2220 msgid "No feature element"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2221 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2222
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2223 #: 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
2224 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
2225 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2226
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2227 #: 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
2228 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
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: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
2232 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
2233 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2234
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2235 #: 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
2236 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2237 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
2238 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2239
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2240 #: 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
2241 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
2242 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2243
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2244 #: 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
2245 msgid "Prosody registration success"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2246 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2247
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2248 #: 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
2249 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2250 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
2251 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2252
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2253 #: 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
2254 msgid "Plugin Account initialization"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2255 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2256
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2257 #: 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
2258 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2259 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
2260 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2261
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2262 #: 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
2263 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2264 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
2265 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2266
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2267 #: src/plugins/plugin_misc_groupblog.py:60
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2268 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
2269 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2270
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2271 #: src/plugins/plugin_misc_groupblog.py:84
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2272 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
2273 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2274
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2275 #: src/plugins/plugin_misc_groupblog.py:142
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2276 #: src/plugins/plugin_misc_room_game.py:309
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2277 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2278 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
2279 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2280
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2281 #: src/plugins/plugin_misc_groupblog.py:148
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2282 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
2283 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2284
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2285 #: src/plugins/plugin_misc_groupblog.py:156
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2286 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2287 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
2288 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2289
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2290 #: src/plugins/plugin_misc_groupblog.py:166
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2291 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
2292 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2293
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2294 #: src/plugins/plugin_misc_groupblog.py:315
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2295 msgid "Unknown access_type"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2296 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2297
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2298 #: src/plugins/plugin_misc_groupblog.py:356
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2299 msgid "Unknown access type"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2300 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2301
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2302 #: 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
2303 msgid ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2304 "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
2305 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2306
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2307 #: 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
2308 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
2309 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2310
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2311 #: 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
2312 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2313 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
2314 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2315
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2316 #: 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
2317 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
2318 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2319
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2320 #: 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
2321 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2322 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
2323 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2324
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2325 #: 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
2326 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
2327 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2328
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2329 #: 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
2330 msgid "Plugin Maildir initialization"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2331 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2332
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2333 #: 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
2334 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
2335 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2336
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2337 #: 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
2338 #: 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
2339 #: 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
2340 #: 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
2341 #: 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
2342 msgid "INTERNAL ERROR: "
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2343 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2344
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2345 #: 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
2346 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
2347 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2348
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2349 #: 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
2350 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
2351 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2352
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2353 #: 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
2354 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
2355 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2356
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2357 #: 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
2358 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
2359 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2360
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2361 #: 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
2362 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
2363 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2364
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2365 #: 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
2366 msgid "Plugin Quiz initialization"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2367 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2368
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2369 #: src/plugins/plugin_misc_quiz.py:182
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2370 #: src/plugins/plugin_misc_room_game.py:404
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2371 #: src/plugins/plugin_misc_room_game.py:431
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_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
2373 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2374 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
2375 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2376
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2377 #: 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
2378 msgid ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2379 "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
2380 "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
2381 "\n"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2382 "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
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_quiz.py:282 src/plugins/plugin_misc_tarot.py:469
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 "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
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_quiz.py:330 src/plugins/plugin_misc_radiocol.py:225
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2391 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2392 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
2393 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2394
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2395 #: 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
2396 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
2397 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2398
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2399 #: 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
2400 msgid "Radio collective initialization"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2401 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2402
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_radiocol.py:99
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2404 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
2405 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2406
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2407 #: src/plugins/plugin_misc_radiocol.py:123
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2408 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
2409 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2410
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2411 #: src/plugins/plugin_misc_radiocol.py:158
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2412 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
2413 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2414
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2415 #: src/plugins/plugin_misc_radiocol.py:165
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2416 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2417 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
2418 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2419
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2420 #: src/plugins/plugin_misc_room_game.py:44
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2421 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
2422 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2423
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2424 #: src/plugins/plugin_misc_room_game.py:166
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2425 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2426 msgid "%s not allowed to join the game %s in %s"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2427 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2428
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2429 #: src/plugins/plugin_misc_room_game.py:235
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2430 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2431 msgid "%s not allowed to invite for the game %s in %s"
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_room_game.py:269
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2435 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2436 msgid "Still waiting for %s before starting the game %s in %s"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2437 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2438
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2439 #: src/plugins/plugin_misc_room_game.py:281
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2440 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2441 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
2442 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2443
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2444 #: src/plugins/plugin_misc_room_game.py:284 src/plugins/plugin_xep_0045.py:209
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2445 msgid "Unknown profile"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2446 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2447
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2448 #: src/plugins/plugin_misc_room_game.py:385
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2449 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2450 msgid "%s game already created in room %s"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2451 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2452
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2453 #: src/plugins/plugin_misc_room_game.py:388
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2454 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2455 msgid "%s game in room %s can only be created by %s"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2456 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2457
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2458 #: src/plugins/plugin_misc_room_game.py:401
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2459 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2460 msgid "Creating %s game in room %s"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2461 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2462
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2463 #: src/plugins/plugin_misc_room_game.py:409
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2464 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2465 msgid "Synchronize game %s in %s for %s"
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
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2468 #: src/plugins/plugin_misc_room_game.py:438
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2469 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2470 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
2471 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2472
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2473 #: src/plugins/plugin_misc_room_game.py:495
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2474 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
2475 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2476
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2477 #: 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
2478 msgid ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2479 "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
2480 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2481
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2482 #: 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
2483 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
2484 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2485
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2486 #: 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
2487 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2488 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
2489 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2490
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2491 #: 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
2492 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2493 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
2494 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2495
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2496 #: 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
2497 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
2498 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2499
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2500 #: 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
2501 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2502 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
2503 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2504
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2505 #: src/plugins/plugin_misc_tarot.py:43
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2506 msgid "Implementation of Tarot card game"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2507 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2508
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2509 #: src/plugins/plugin_misc_tarot.py:55
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2510 msgid "Plugin Tarot initialization"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2511 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2512
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2513 #: src/plugins/plugin_misc_tarot.py:60
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2514 msgid "Passe"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2515 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2516
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2517 #: src/plugins/plugin_misc_tarot.py:60
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2518 msgid "Petite"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2519 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2520
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2521 #: src/plugins/plugin_misc_tarot.py:60
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2522 msgid "Garde"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2523 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2524
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2525 #: src/plugins/plugin_misc_tarot.py:60
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2526 msgid "Garde Sans"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2527 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2528
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2529 #: src/plugins/plugin_misc_tarot.py:60
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2530 msgid "Garde Contre"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2531 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2532
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2533 #: src/plugins/plugin_misc_tarot.py:102
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2534 msgid "contrat selection"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2535 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2536
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2537 #: src/plugins/plugin_misc_tarot.py:115
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2538 msgid "scores"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2539 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2540
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2541 #: 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
2542 #, python-format
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2543 msgid ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2544 "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
2545 "Excuse compensation"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2546 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2547
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2548 #: src/plugins/plugin_misc_tarot.py:232
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2549 #, python-format
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2550 msgid ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2551 "%(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
2552 "waiting for one"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2553 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2554
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2555 #: 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
2556 #, python-format
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2557 msgid ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2558 "\n"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2559 "--\n"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2560 "%(player)s:\n"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2561 "score for this game ==> %(score_game)i\n"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2562 "total score ==> %(total_score)i"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2563 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2564
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2565 #: 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
2566 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
2567 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2568
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2569 #: 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
2570 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2571 msgid ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2572 "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
2573 "%(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
2574 "%(victory)s"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2575 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2576
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2577 #: src/plugins/plugin_misc_tarot.py:372
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2578 msgid "Internal error: unmanaged game stage"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2579 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2580
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2581 #: src/plugins/plugin_misc_tarot.py:394
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2582 #, python-format
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2583 msgid "contrat [%(contrat)s] choosed by %(profile)s"
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:408
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2587 #, python-format
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2588 msgid "Cards played by %(profile)s: [%(cards)s]"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2589 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2590
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2591 #: src/plugins/plugin_misc_tarot.py:502
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2592 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
2593 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2594
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2595 #: src/plugins/plugin_misc_tarot.py:509
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2596 #, python-format
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2597 msgid "%(player)s win the bid with %(contrat)s"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2598 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2599
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2600 #: src/plugins/plugin_misc_tarot.py:530
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2601 msgid "tarot: chien received"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2602 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2603
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2604 #: src/plugins/plugin_misc_tarot.py:581
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2605 #, python-format
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2606 msgid "The winner of this trick is %s"
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:625
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 "Unmanaged error type: %s"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2612 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2613
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2614 #: src/plugins/plugin_misc_tarot.py:627
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2615 #, python-format
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2616 msgid "Unmanaged card game element: %s"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2617 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2618
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2619 #: 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
2620 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
2621 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2622
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2623 #: 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
2624 msgid "Text commands initialization"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2625 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2626
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2627 #: 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
2628 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
2629 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2630
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2631 #: 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
2632 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2633 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
2634 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2635
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2636 #: 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
2637 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2638 msgid ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2639 "Text commands available:\n"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2640 "%s"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2641 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2642
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2643 #: src/plugins/plugin_misc_text_syntaxes.py:32
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2644 msgid "Composition"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2645 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2646
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_text_syntaxes.py:57
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2648 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
2649 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2650
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2651 #: src/plugins/plugin_misc_text_syntaxes.py:97
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2652 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
2653 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2654
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2655 #: 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
2656 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
2657 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2658
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2659 #: 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
2660 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
2661 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2662
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2663 #: 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
2664 msgid "Activate XML log"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2665 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2666
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2667 #: 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
2668 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
2669 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2670
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2671 #: 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
2672 msgid "XML log activated"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2673 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2674
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2675 #: 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
2676 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
2677 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2678
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2679 #: 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
2680 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
2681 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2682
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2683 #: 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
2684 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2685 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
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_xep_0033.py:64
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2689 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
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_xep_0033.py:73
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2693 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
2694 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2695
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2696 #: 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
2697 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
2698 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2699
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2700 #: src/plugins/plugin_xep_0033.py:91
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2701 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2702 msgid "Stanzas using XEP-0033 should be addressed to %s, not %s!"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2703 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2704
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2705 #: src/plugins/plugin_xep_0033.py:92
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2706 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
2707 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2708
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2709 #: src/plugins/plugin_xep_0045.py:45
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2710 msgid "Implementation of Multi-User Chat"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2711 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2712
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2713 #: src/plugins/plugin_xep_0045.py:56
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2714 msgid "Plugin XEP_0045 initialization"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2715 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2716
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2717 #: src/plugins/plugin_xep_0045.py:78
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2718 #, python-format
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2719 msgid "Unknown or disconnected profile (%s)"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2720 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2721
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2722 #: src/plugins/plugin_xep_0045.py:98
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2723 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
2724 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2725
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2726 #: src/plugins/plugin_xep_0045.py:109
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2727 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2728 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
2729 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2730
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2731 #: src/plugins/plugin_xep_0045.py:111 src/plugins/plugin_xep_0045.py:258
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2732 msgid "Group chat error"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2733 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2734
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2735 #: src/plugins/plugin_xep_0045.py:216
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2736 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
2737 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2738
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2739 #: src/plugins/plugin_xep_0045.py:231
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2740 #, python-format
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2741 msgid "%(profile)s is already in room %(room_jid)s"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2742 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2743
772
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_0045.py:233
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2745 #, python-format
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2746 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
2747 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2748
772
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_0045.py:256
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2750 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2751 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
2752 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2753
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2754 #: src/plugins/plugin_xep_0045.py:347
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2755 #, python-format
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2756 msgid "user %(nick)s has joined room (%(room_id)s)"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2757 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2758
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2759 #: src/plugins/plugin_xep_0045.py:359
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2760 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2761 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
2762 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2763
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2764 #: src/plugins/plugin_xep_0045.py:365
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2765 #, python-format
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2766 msgid "user %(nick)s left room (%(room_id)s)"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2767 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2768
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2769 #: src/plugins/plugin_xep_0045.py:377
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2770 #, python-format
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2771 msgid "New subject for room (%(room_id)s): %(subject)s"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2772 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
2773
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2774 #: 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
2775 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
2776 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2777
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2778 #: 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
2779 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
2780 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2781
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2782 #: 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
2783 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2784 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
2785 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2786
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2787 #: 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
2788 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
2789 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2790
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2791 #: 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
2792 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
2793 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2794
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2795 #: 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
2796 msgid "IBB stream opening"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2797 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2798
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2799 #: 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
2800 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2801 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
2802 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2803
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2804 #: 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
2805 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2806 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
2807 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2808
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2809 #: 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
2810 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
2811 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2812
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2813 #: 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
2814 msgid "IBB stream closing"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2815 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2816
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2817 #: 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
2818 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
2819 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2820
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2821 #: 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
2822 msgid "Sequence error"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2823 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2824
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2825 #: 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
2826 msgid "Invalid base64 data"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2827 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2828
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2829 #: 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
2830 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
2831 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2832
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2833 #: 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
2834 msgid "Transfer failed"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2835 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2836
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2837 #: 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
2838 msgid "Left"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2839 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2840
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2841 #: 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
2842 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
2843 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2844
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2845 #: src/plugins/plugin_xep_0050.py:207
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2846 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
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_0050.py:215
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2850 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
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_0050.py:221
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2854 msgid "Status"
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_0050.py:234
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2858 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
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_0050.py:331
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2862 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
2863 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2864
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2865 #: src/plugins/plugin_xep_0050.py:345
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2866 msgid "status selection"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2867 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2868
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2869 #: src/plugins/plugin_xep_0050.py:369
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2870 msgid "Updated"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2871 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2872
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2873 #: src/plugins/plugin_xep_0050.py:373
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2874 msgid "Status updated"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2875 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2876
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2877 #: src/plugins/plugin_xep_0054.py:64
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2878 msgid "Implementation of vcard-temp"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2879 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2880
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2881 #: src/plugins/plugin_xep_0054.py:74
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2882 msgid "Plugin XEP_0054 initialization"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2883 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2884
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2885 #: src/plugins/plugin_xep_0054.py:143
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2886 #, python-format
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2887 msgid "Photo of type [%s] found"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2888 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2889
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2890 #: src/plugins/plugin_xep_0054.py:145
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2891 msgid "Decoding binary"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2892 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2893
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2894 #: src/plugins/plugin_xep_0054.py:152
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2895 #, python-format
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2896 msgid "file saved to %s"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2897 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2898
772
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_0054.py:154
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2900 #, python-format
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2901 msgid "file [%s] already in cache"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2902 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2903
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2904 #: src/plugins/plugin_xep_0054.py:160
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2905 msgid "parsing vcard"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2906 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2907
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2908 #: src/plugins/plugin_xep_0054.py:182
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2909 #, python-format
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2910 msgid "FIXME: [%s] VCard tag is not managed yet"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2911 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2912
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2913 #: src/plugins/plugin_xep_0054.py:188
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2914 msgid "VCard found"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2915 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2916
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2917 #: src/plugins/plugin_xep_0054.py:199
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2918 msgid "FIXME: vCard not found as first child element"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2919 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2920
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2921 #: src/plugins/plugin_xep_0054.py:205
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2922 #, python-format
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2923 msgid "Can't find VCard of %s"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2924 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2925
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2926 #: src/plugins/plugin_xep_0054.py:214
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2927 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
2928 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2929
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2930 #: src/plugins/plugin_xep_0054.py:218
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2931 #, python-format
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2932 msgid "Asking for %s's VCard"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2933 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2934
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2935 #: src/plugins/plugin_xep_0054.py:233
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2936 #, python-format
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2937 msgid "Asking for an uncached avatar [%s]"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2938 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2939
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2940 #: src/plugins/plugin_xep_0054.py:262
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2941 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
2942 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2943
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2944 #: src/plugins/plugin_xep_0054.py:307
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2945 msgid "New avatar found, requesting vcard"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2946 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2947
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2948 #: src/plugins/plugin_xep_0055.py:37
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2949 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
2950 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2951
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2952 #: src/plugins/plugin_xep_0055.py:44
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2953 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
2954 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2955
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2956 #: src/plugins/plugin_xep_0055.py:75 src/plugins/plugin_xep_0055.py:116
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2957 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
2958 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2959
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2960 #: src/plugins/plugin_xep_0055.py:80 src/plugins/plugin_xep_0055.py:121
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2961 #: src/plugins/plugin_xep_0077.py:59
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2962 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
2963 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2964
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2965 #: src/plugins/plugin_xep_0055.py:87
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2966 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2967 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
2968 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2969
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2970 #: src/plugins/plugin_xep_0055.py:130
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2971 #, python-format
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2972 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
2973 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2974
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2975 #: 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
2976 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
2977 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2978
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2979 #: 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
2980 msgid "PubSub plugin initialization"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2981 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2982
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2983 #: src/plugins/plugin_xep_0060.py:85
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2984 #, python-format
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2985 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
2986 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2987
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2988 #: 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
2989 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
2990 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2991
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2992 #: 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
2993 msgid "Publish node deleted"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2994 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2995
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2996 #: 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
2997 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
2998 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
2999
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3000 #: 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
3001 msgid "Protocol init"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3002 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3003
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3004 #: src/plugins/plugin_xep_0065.py:338
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3005 msgid "File transfer completed, closing connection"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3006 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3007
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3008 #: src/plugins/plugin_xep_0065.py:404
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3009 msgid "Socks 5 server connection started"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3010 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3011
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3012 #: src/plugins/plugin_xep_0065.py:407
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3013 #, python-format
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3014 msgid "Socks 5 server connection lost (reason: %s)"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3015 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3016
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3017 #: src/plugins/plugin_xep_0065.py:432
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3018 msgid "Socks 5 client connection started"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3019 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3020
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3021 #: src/plugins/plugin_xep_0065.py:435
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3022 #, python-format
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3023 msgid "Socks 5 client connection lost (reason: %s)"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3024 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3025
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3026 #: src/plugins/plugin_xep_0065.py:462
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3027 msgid "Plugin XEP_0065 initialization"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3028 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3029
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3030 #: src/plugins/plugin_xep_0065.py:468
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3031 msgid "registering"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3032 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3033
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3034 #: src/plugins/plugin_xep_0065.py:476
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3035 #, python-format
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3036 msgid "Launching Socks5 Stream server on port %d"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3037 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3038
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3039 #: 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
3040 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3041 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
3042 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3043
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3044 #: 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
3045 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
3046 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3047
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3048 #: 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
3049 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
3050 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3051
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3052 #: 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
3053 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
3054 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3055
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3056 #: 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
3057 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
3058 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3059
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3060 #: 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
3061 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
3062 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3063
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3064 #: 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
3065 msgid "activating stream"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3066 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3067
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3068 #: 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
3069 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
3070 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3071
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3072 #: 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
3073 msgid "BS stream query"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3074 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3075
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3076 #: 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
3077 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3078 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
3079 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3080
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3081 #: 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
3082 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3083 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
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:722
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3087 msgid "incomplete streamhost element"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3088 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3089
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:728
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3091 #, python-format
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
3092 msgid "Stream proposed: host=[%(host)s] port=[%(port)s]"
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3093 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3094
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3095 #: 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
3096 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
3097 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3098
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:793
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3100 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
3101 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3102
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:800
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3104 msgid ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3105 "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
3106 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3107
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:813
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3109 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
3110 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3111
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_0071.py:43
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3113 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
3114 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3115
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_0071.py:71
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3117 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
3118 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3119
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3120 #: src/plugins/plugin_xep_0077.py:37
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3121 msgid "Implementation of in-band registration"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3122 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3123
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3124 #: src/plugins/plugin_xep_0077.py:44
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3125 msgid "Plugin XEP_0077 initialization"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3126 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3127
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3128 #: src/plugins/plugin_xep_0077.py:61
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3129 msgid "This gateway can't be managed by SàT, sorry :("
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3130 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3131
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3132 #: src/plugins/plugin_xep_0077.py:82
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3133 msgid "Your are now unregistred"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3134 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3135
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3136 #: src/plugins/plugin_xep_0077.py:86
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3137 #, python-format
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3138 msgid "Unregistration failure: %s"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3139 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3140
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3141 #: src/plugins/plugin_xep_0077.py:90
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3142 #, python-format
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3143 msgid "Unregistration failed: %s"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3144 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3145
772
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_0077.py:113
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3147 msgid "Registration failed"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3148 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3149
772
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_0077.py:131 src/plugins/plugin_xep_0095.py:183
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3151 msgid "Asking for an non-existant or not connected profile"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3152 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3153
772
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_0077.py:134
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3155 #, python-format
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3156 msgid "Asking registration for [%s]"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3157 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3158
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3159 #: 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
3160 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
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_0085.py:89
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3164 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
3165 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3166
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3167 #: 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
3168 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
3169 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3170
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3171 #: 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
3172 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
3173 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3174
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3175 #: 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
3176 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
3177 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3178
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3179 #: 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
3180 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
3181 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3182
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3183 #: 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
3184 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
3185 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3186
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3187 #: 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
3188 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3189 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
3190 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3191
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3192 #: src/plugins/plugin_xep_0096.py:43
391
c34fd9d6242e spelling
Goffi <goffi@goffi.org>
parents: 223
diff changeset
3193 msgid "Implementation of SI File Transfer"
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3194 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3195
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3196 #: src/plugins/plugin_xep_0096.py:50
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3197 msgid "Plugin XEP_0096 initialization"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3198 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3199
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3200 #: 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
3201 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3202 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
3203 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3204
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3205 #: 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
3206 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
3207 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3208
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3209 #: src/plugins/plugin_xep_0096.py:100
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3210 #, python-format
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3211 msgid "File proposed: name=[%(name)s] size=%(size)s"
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
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3214 #: 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
3215 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
3216 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3217
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3218 #: 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
3219 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3220 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
3221 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3222
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3223 #: src/plugins/plugin_xep_0096.py:223
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3224 #, python-format
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3225 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
3226 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3227
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3228 #: 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
3229 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3230 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
3231 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3232
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3233 #: 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
3234 msgid "File refused"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3235 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3236
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3237 #: 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
3238 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3239 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
3240 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3241
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3242 #: src/plugins/plugin_xep_0096.py:227
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3243 #, python-format
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3244 msgid ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3245 "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
3246 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3247
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3248 #: 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
3249 msgid "File transfer error"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3250 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3251
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3252 #: 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
3253 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3254 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
3255 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3256
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3257 #: 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
3258 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3259 msgid ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3260 "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
3261 "[%(profile)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_0100.py:33
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3265 msgid "Implementation of Gateways protocol"
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_0100.py:40
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3269 msgid "Gateways plugin 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_0100.py:50
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3273 #, python-format
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3274 msgid "All items checked for id [%s]"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3275 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3276
772
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_0100.py:61
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3278 #, python-format
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3279 msgid "Found gateway (%(jid)s): %(identity)s"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3280 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3281
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3282 #: src/plugins/plugin_xep_0100.py:72
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3283 #, python-format
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
3284 msgid "Error when discovering [%(jid)s]: %(error)s"
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3285 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3286
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3287 #: src/plugins/plugin_xep_0100.py:80
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3288 msgid "No gateway found"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3289 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3290
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3291 #: src/plugins/plugin_xep_0100.py:87
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3292 #, python-format
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3293 msgid "item found: %s"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3294 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3295
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3296 #: src/plugins/plugin_xep_0100.py:92
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
3297 #, python-format
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
3298 msgid "Error when discovering [%(target)s]: %(condition)s"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
3299 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
3300
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3301 #: src/plugins/plugin_xep_0100.py:93
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
3302 #, python-format
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
3303 msgid "Error while trying to discover %(target)s gateways: %(error_mess)s"
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
3304 msgstr ""
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
3305
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3306 #: src/plugins/plugin_xep_0100.py:98
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3307 msgid "Registration successful, doing the rest"
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3308 msgstr ""
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3309
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3310 #: src/plugins/plugin_xep_0100.py:118
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3311 #, python-format
194
5a2fb307485d i18n: updated core translation
Goffi <goffi@goffi.org>
parents: 69
diff changeset
3312 msgid "find gateways (target = %(target)s, profile = %(profile)s)"
69
86f1f7f6d332 i18n first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3313 msgstr ""
772
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3314
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3315 #: 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
3316 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
3317 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3318
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3319 #: 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
3320 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
3321 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3322
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3323 #: 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
3324 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3325 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
3326 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3327
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3328 #: 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
3329 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
3330 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3331
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3332 #: 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
3333 msgid "PEP plugin initialization"
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
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3336 #: 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
3337 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3338 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
3339 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3340
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3341 #: 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
3342 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
3343 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3344
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3345 #: 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
3346 msgid "No item found"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3347 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3348
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3349 #: 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
3350 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
3351 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3352
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3353 #: 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
3354 msgid "No mood found"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3355 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3356
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3357 #: 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
3358 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
3359 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3360
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3361 #: 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
3362 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
3363 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3364
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3365 #: 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
3366 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
3367 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3368
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3369 #: 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
3370 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
3371 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3372
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3373 #: 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
3374 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3375 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
3376 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3377
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_0249.py:137
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3379 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3380 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
3381 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3382
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3383 #: 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
3384 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
3385 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3386
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3387 #: 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
3388 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
3389 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3390
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3391 #: 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
3392 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3393 msgid "You have been invited by %s to join the room %s. Do you accept?"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3394 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3395
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3396 #: 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
3397 msgid "MUC invitation"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3398 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3399
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3400 #: 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
3401 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3402 msgid ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3403 "An invitation from %s to join the room %s has been declined according to "
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3404 "your personal settings."
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3405 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3406
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_0277.py:45
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3408 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
3409 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3410
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3411 #: src/plugins/plugin_xep_0277.py:56
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3412 msgid "Microblogging plugin initialization"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3413 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3414
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3415 #: src/plugins/plugin_xep_0277.py:95
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3416 msgid "No entry element in microblog item"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3417 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3418
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3419 #: src/plugins/plugin_xep_0277.py:131
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3420 msgid "Error while parsing atom entry for microblogging event"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3421 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3422
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3423 #: src/plugins/plugin_xep_0277.py:142
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3424 msgid "Cannot find author"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3425 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3426
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3427 #: src/plugins/plugin_xep_0277.py:200
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3428 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
3429 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3430
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3431 #: src/plugins/plugin_xep_0277.py:204
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3432 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
3433 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3434
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3435 #: src/plugins/plugin_xep_0277.py:238
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3436 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
3437 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3438
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3439 #: src/plugins/plugin_xep_0277.py:245
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3440 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3441 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
3442 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3443
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3444 #: src/plugins/plugin_xep_0277.py:249
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3445 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
3446 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3447
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3448 #: 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
3449 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3450 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
3451 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3452
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3453 #: 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
3454 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3455 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
3456 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3457
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3458 #: src/tools/xml_tools.py:151
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3459 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
3460 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3461
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3462 #: src/tools/xml_tools.py:158
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3463 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
3464 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3465
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3466 #: src/tools/xml_tools.py:165
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3467 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
3468 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3469
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3470 #: src/tools/xml_tools.py:256
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3471 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3472 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
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/tools/xml_tools.py:258
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3476 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
3477 msgstr ""
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3478
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3479 #: src/tools/xml_tools.py:291
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3480 #, python-format
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3481 msgid "Unknown layout type [%s]"
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/tools/xml_tools.py:498
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3485 msgid "Trying to add a category without parent tabs layout"
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/tools/xml_tools.py:501
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3489 msgid "parent layout of a category is not tabs"
dd07fc737d6c i18n: merged sat_frontends and sat translations in core's i18n
Goffi <goffi@goffi.org>
parents: 391
diff changeset
3490 msgstr ""