annotate locale/fr/LC_MESSAGES/django.po @ 57:bfa8009f0769

improve the subscription form
author souliane <souliane@mailoo.org>
date Thu, 14 May 2015 22:46:57 +0200
parents 01e9c646999f
children 0d20fb28c32e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
1 # SàT Website translation.
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
2 # Copyright (C) 2012 Jérôme Poisson
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
3 # This file is distributed under the same license as the SàT website package.
11
f23fba993dd6 typos fixes
Goffi <goffi@goffi.org>
parents: 6
diff changeset
4 # Jérôme Poisson <goffi@goffi.org>, 2012, 2013.
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
5 #
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
6 msgid ""
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
7 msgstr ""
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
8 "Project-Id-Version: 0.0.1\n"
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
9 "Report-Msgid-Bugs-To: \n"
57
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
10 "POT-Creation-Date: 2015-05-14 22:45+0200\n"
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
11 "PO-Revision-Date: 2015-05-14 22:46+0100\n"
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
12 "Last-Translator: Salut à Toi <contact@salut-a-toi.org>\n"
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
13 "Language-Team: français <goffi@goffi.org>\n"
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
14 "Language: fr\n"
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
15 "MIME-Version: 1.0\n"
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
16 "Content-Type: text/plain; charset=UTF-8\n"
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
17 "Content-Transfer-Encoding: 8bit\n"
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
18 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
19 "X-Generator: Poedit 1.5.4\n"
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
20
57
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
21 #: sat_website/forms.py:86
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
22 msgid "Identity"
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
23 msgstr "Identité"
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
24
57
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
25 #: sat_website/forms.py:87
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
26 msgid "Given name"
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
27 msgstr "Prénom"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
28
57
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
29 #: sat_website/forms.py:88
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
30 msgid "Family name"
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
31 msgstr "Nom de famille"
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
32
57
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
33 #: sat_website/forms.py:89
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
34 msgid "Address, postal code, municipality"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
35 msgstr "Adresse, code postal, municipalité"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
36
57
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
37 #: sat_website/forms.py:91
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
38 msgid "Contacts"
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
39 msgstr "Contacts"
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
40
57
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
41 #: sat_website/forms.py:92
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
42 msgid "Email address"
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
43 msgstr "Adresse courriel"
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
44
57
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
45 #: sat_website/forms.py:93
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
46 msgid "Email address confirmation"
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
47 msgstr "Adresse courriel (confirmation)"
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
48
57
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
49 #: sat_website/forms.py:94
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
50 msgid "Jabber ID (for example your SàT login)"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
51 msgstr "Jabber ID (par exemple votre identifiant SàT)"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
52
57
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
53 #: sat_website/forms.py:96
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
54 msgid "Subscription"
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
55 msgstr "Adhésion"
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
56
57
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
57 #: sat_website/forms.py:100
55
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
58 msgid "Bank transfer"
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
59 msgstr "Virement bancaire"
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
60
57
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
61 #: sat_website/forms.py:100
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
62 msgid "Credit or debit card"
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
63 msgstr "Carte de crédit ou de débit"
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
64
57
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
65 #: sat_website/forms.py:101
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
66 msgid ""
55
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
67 "Choose \"Bank transfer\" to proceed manually with the association's IBAN/BIC "
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
68 "numbers. Choose \"Credit or debit card\" to pay via CB, Visa or Mastercard "
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
69 "using a secure banking service. For both methods, we will first send you an "
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
70 "email containing all the details."
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
71 msgstr ""
55
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
72 "Choisissez \"Virement bancaire\" pour procéder manuellement avec les numéros "
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
73 "IBAN/BIC de l'association. Choisissez \"Carte de crédit ou de débit\" pour "
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
74 "payer par CB, Visa ou Mastercard en utilisant un service bancaire sécurisé. "
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
75 "Dans tous les cas, nous vous enverrons d'abord un courriel avec les détails."
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
76
57
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
77 #: sat_website/forms.py:103 sat_website/forms.py:104
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
78 msgid "Reference"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
79 msgstr "Référence"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
80
57
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
81 #: sat_website/forms.py:104
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
82 msgid "Adherent number in case of a renewal"
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
83 msgstr "Numéro d'adhérent en cas de renouvellement"
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
84
57
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
85 #: sat_website/forms.py:106 sat_website/forms.py:107
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
86 msgid "Comment"
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
87 msgstr "Commentaire"
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
88
57
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
89 #: sat_website/forms.py:109
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
90 msgid "I would like to receive the newsletter."
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
91 msgstr "Je souhaite recevoir la lettre d'information."
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
92
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
93 #: sat_website/forms.py:114
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
94 msgid "I read the "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
95 msgstr "J'ai lu les "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
96
57
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
97 #: sat_website/forms.py:115
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
98 msgid "Statutes"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
99 msgstr "Statuts"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
100
57
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
101 #: sat_website/forms.py:116
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
102 msgid " and "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
103 msgstr " et "
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
104
57
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
105 #: sat_website/forms.py:117
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
106 msgid "Rules"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
107 msgstr " Règlement intérieur"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
108
57
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
109 #: sat_website/forms.py:118
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
110 msgid " of the association, and agree to both of them."
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
111 msgstr " de l'association, et les accepte tous deux."
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
112
57
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
113 #: sat_website/forms.py:142
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
114 msgid "Passwords don't match."
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
115 msgstr "Les mots de passe ne correspondent pas."
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
116
57
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
117 #: sat_website/forms.py:165
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
118 #| msgid "Yes"
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
119 msgid "yes"
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
120 msgstr "oui"
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
121
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
122 #: sat_website/forms.py:165
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
123 msgid "no"
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
124 msgstr "non"
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
125
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
126 #: sat_website/forms.py:177
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
127 msgid "Language"
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
128 msgstr "Langue"
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
129
57
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
130 #: sat_website/forms.py:213
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
131 #, python-brace-format
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
132 msgid ""
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
133 "Tank you, {name}!\n"
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
134 " \n"
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
135 "We received your submission and we are happy to count you in the members of "
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
136 "the association.\n"
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
137 "\n"
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
138 msgstr ""
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
139 "Merci, {name}!\n"
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
140 " \n"
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
141 "Nous avons reçu votre demande et nous sommes heureux de vous compter parmi "
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
142 "les membres de l'association.\n"
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
143 "\n"
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
144
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
145 #: sat_website/forms.py:218
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
146 #, python-brace-format
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
147 msgid ""
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
148 "You chose to support Salut à Toi with a subscription of {amount} euros. "
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
149 "Please complete your adhesion with a bank transfer to:\n"
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
150 "\n"
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
151 "Payee: Salut à Toi\n"
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
152 "IBAN: {iban}\n"
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
153 "BIC: {bic}\n"
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
154 "Reason: subscription of {name} {surname} {ref_info}\n"
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
155 "\n"
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
156 "Or, if you prefer, you can proceed with a credit or debit card:\n"
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
157 "\n"
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
158 "https://www.apayer.fr/salut-a-toi\n"
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
159 "\n"
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
160 msgstr ""
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
161 "Vous avez choisi de soutenir Salut à Toi avec une cotisation de {amount} "
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
162 "euros. Merci de compléter votre adhésion en effectuant un virement bancaire "
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
163 "à :\n"
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
164 "\n"
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
165 "Bénéficiaire : Salut à Toi\n"
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
166 "IBAN: {iban}\n"
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
167 "BIC: {bic}\n"
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
168 "Motif : cotisation de {name} {surname} {ref_info}\n"
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
169 "\n"
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
170 "Si vous préférez, il est aussi possible de procéder par carte bancaire :\n"
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
171 "\n"
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
172 "https://www.apayer.fr/salut-a-toi\n"
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
173 "\n"
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
174
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
175 #: sat_website/forms.py:230
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
176 #, python-brace-format
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
177 msgid ""
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
178 "Below a copy of the information we received:\n"
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
179 "\n"
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
180 "{result}\n"
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
181 "\n"
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
182 "If you have any question, feel free to contact us.\n"
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
183 "\n"
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
184 "Association Salut à Toi\n"
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
185 "http://salut-a-toi.org"
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
186 msgstr ""
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
187 "Ci-dessous une copie des informations que vous nous avez transmises :\n"
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
188 "\n"
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
189 "{result}\n"
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
190 "\n"
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
191 "Si vous avez des questions, n'hésitez pas à nous contacter.\n"
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
192 "\n"
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
193 "Association Salut à Toi\n"
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
194 "http://salut-a-toi.org"
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
195
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
196 #: sat_website/forms.py:250
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
197 #, python-brace-format
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
198 msgid ""
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
199 "New subscription received!\n"
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
200 "\n"
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
201 "{result}\n"
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
202 "\n"
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
203 "An email has been automatically sent to {name}, no additional action is "
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
204 "required from your side."
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
205 msgstr ""
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
206 "Nouvelle adhésion !\n"
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
207 "\n"
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
208 "{result}\n"
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
209 "\n"
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
210 "Un courriel a été automatiquement envoyé à {name}, aucune action n'est "
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
211 "requise de votre part."
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
212
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
213 #: sat_website/forms.py:263 sat_website/forms.py:265
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
214 msgid "Subscription to Salut à Toi"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
215 msgstr "Adhésion à Salut à Toi"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
216
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
217 #: sat_website/screenshots.py:31
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
218 msgid "Overview"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
219 msgstr "Aperçu"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
220
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
221 #: sat_website/screenshots.py:32 sat_website/screenshots.py:34
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
222 #: sat_website/screenshots.py:36 sat_website/screenshots.py:38
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
223 #: sat_website/screenshots.py:40 sat_website/screenshots.py:42
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
224 #: sat_website/screenshots.py:44 sat_website/screenshots.py:46
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
225 #: sat_website/screenshots.py:51 sat_website/screenshots.py:61
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
226 msgid "frontend"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
227 msgstr "interface"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
228
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
229 #: sat_website/screenshots.py:32 sat_website/screenshots.py:34
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
230 #: sat_website/screenshots.py:36 sat_website/screenshots.py:38
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
231 #: sat_website/screenshots.py:40 sat_website/screenshots.py:42
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
232 #: sat_website/screenshots.py:44 sat_website/screenshots.py:46
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
233 #: sat_website/screenshots.py:51 sat_website/screenshots.py:53
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
234 #: sat_website/screenshots.py:55 sat_website/screenshots.py:57
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
235 #: sat_website/screenshots.py:59 sat_website/screenshots.py:61
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
236 #: sat_website/screenshots.py:63 sat_website/screenshots.py:65
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
237 msgid "version"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
238 msgstr "version"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
239
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
240 #: sat_website/screenshots.py:32 sat_website/screenshots.py:34
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
241 #: sat_website/screenshots.py:36 sat_website/screenshots.py:38
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
242 #: sat_website/screenshots.py:40 sat_website/screenshots.py:42
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
243 #: sat_website/screenshots.py:44 sat_website/screenshots.py:46
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
244 #: sat_website/screenshots.py:51 sat_website/screenshots.py:53
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
245 #: sat_website/screenshots.py:55 sat_website/screenshots.py:57
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
246 #: sat_website/screenshots.py:59 sat_website/screenshots.py:61
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
247 #: sat_website/screenshots.py:63 sat_website/screenshots.py:65
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
248 msgid "year"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
249 msgstr "année"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
250
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
251 #: sat_website/screenshots.py:33
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
252 msgid "Optional security check"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
253 msgstr "Vérification de sécurité (optionnelle)"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
254
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
255 #: sat_website/screenshots.py:35
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
256 msgid "Rich text editor"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
257 msgstr "Éditeur de texte riche"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
258
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
259 #: sat_website/screenshots.py:37
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
260 msgid "Demo of the new Libervia UI, and of the collective radio feature"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
261 msgstr "Démo de la nouvelle interface de Libervia, et de la radio collective"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
262
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
263 #: sat_website/screenshots.py:38 sat_website/screenshots.py:46
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
264 #: sat_website/screenshots.py:53 sat_website/screenshots.py:55
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
265 #: sat_website/screenshots.py:57 sat_website/screenshots.py:63
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
266 #: sat_website/screenshots.py:65
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
267 msgid "language"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
268 msgstr "langue"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
269
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
270 #: sat_website/screenshots.py:39
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
271 msgid "Libervia's login page"
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
272 msgstr "Page d'identification de Libervia"
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
273
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
274 #: sat_website/screenshots.py:41 templates/sat_website/frontends.html:34
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
275 msgid "Libervia's main view"
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
276 msgstr "Vue principale de Libervia"
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
277
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
278 #: sat_website/screenshots.py:43
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
279 msgid "Wix showing a french Tarot play"
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
280 msgstr "Wix montrant un jeu de tarot"
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
281
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
282 #: sat_website/screenshots.py:45
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
283 msgid ""
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
284 "This video focuses on Libervia. The UI is really outdated, but we can see "
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
285 "some features"
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
286 msgstr ""
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
287 "Cette vidéo se concentre sur Libervia. C'est une vieille interface, mais on "
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
288 "peut voir quelques fonctionnalités"
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
289
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
290 #: sat_website/screenshots.py:50
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
291 msgid "Server administration from the web frontend Libervia."
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
292 msgstr "Administration du serveur depuis l'interface web Libervia."
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
293
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
294 #: sat_website/screenshots.py:52
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
295 msgid "Use ad-hoc commands to control a VLC player from Libervia"
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
296 msgstr ""
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
297 "Utilisation des commandes ad-hoc pour contrôler un lecteur VLC depuis "
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
298 "Libervia"
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
299
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
300 #: sat_website/screenshots.py:54
16
6847c50fb5ea translation of the recently added texts
Goffi <goffi@goffi.org>
parents: 12
diff changeset
301 msgid "Exporting a command: an FTP client is exported to a Gajim contact"
6847c50fb5ea translation of the recently added texts
Goffi <goffi@goffi.org>
parents: 12
diff changeset
302 msgstr ""
6847c50fb5ea translation of the recently added texts
Goffi <goffi@goffi.org>
parents: 12
diff changeset
303 "Export de commande: un client FTP est exporté à un contact utilisant Gajim"
6847c50fb5ea translation of the recently added texts
Goffi <goffi@goffi.org>
parents: 12
diff changeset
304
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
305 #: sat_website/screenshots.py:56
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
306 msgid "How to copy and pipe streams over XMPP"
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
307 msgstr "Comment copier et transférer des flux de tubes (pipes) via XMPP"
21
8cfc33e4d435 add video showing the ad-hoc commands + fix some English
souliane <souliane@mailoo.org>
parents: 19
diff changeset
308
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
309 #: sat_website/screenshots.py:58
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
310 msgid "Cowsay sent in conversation through jp"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
311 msgstr "« Cowsay » envoyé dans une discussion via jp"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
312
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
313 #: sat_website/screenshots.py:60 templates/sat_website/frontends.html:41
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
314 msgid "Primitivus showing a french Tarot play"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
315 msgstr "Primitivus montrant un jeu de tarot"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
316
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
317 #: sat_website/screenshots.py:62
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
318 msgid "This video shows french Tarot game, and how to use Thunderbird with SàT"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
319 msgstr ""
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
320 "Cette vidéo montre un jeu de tarot, et comment utiliser Thunderbird avec SàT"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
321
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
322 #: sat_website/screenshots.py:64
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
323 msgid "The first video shows wix, primitivus and jp"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
324 msgstr "La première vidéo montre Wix, Primitivus et Jp"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
325
57
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
326 #: sat_website/templatetags/utils.py:83
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
327 msgid ": "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
328 msgstr " : "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
329
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
330 #: sat_website/views.py:31
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
331 msgid "Presentation"
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
332 msgstr "Présentation"
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
333
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
334 #: sat_website/views.py:32 templates/sat_website/overview.html:66
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
335 msgid "Features"
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
336 msgstr "Fonctionnalités"
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
337
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
338 #: sat_website/views.py:33 templates/sat_website/overview.html:77
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
339 #: templates/sat_website/principles.html:59
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
340 msgid "Frontends"
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
341 msgstr "Interfaces"
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
342
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
343 #: sat_website/views.py:34
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
344 msgid "Screenshots & Videos"
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
345 msgstr "Captures d'écran et vidéos"
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
346
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
347 #: sat_website/views.py:36
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
348 msgid "Technical area"
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
349 msgstr "Espace technique"
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
350
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
351 #: sat_website/views.py:37 templates/sat_website/principles.html:26
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
352 msgid "Principles"
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
353 msgstr "Principes"
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
354
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
355 #: sat_website/views.py:38 templates/sat_website/features.html:91
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
356 #: templates/sat_website/principles.html:45
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
357 msgid "Specifications"
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
358 msgstr "Spécifications"
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
359
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
360 #: sat_website/views.py:39 templates/sat_website/downloads.html:27
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
361 #: templates/sat_website/overview.html:109
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
362 msgid "Downloads"
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
363 msgstr "Téléchargements"
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
364
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
365 #: sat_website/views.py:40
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
366 msgid "Developers corner"
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
367 msgstr "Coin des développeurs"
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
368
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
369 #: sat_website/views.py:42
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
370 msgid "Community"
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
371 msgstr "Communauté"
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
372
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
373 #: sat_website/views.py:43
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
374 msgid "Get in touch"
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
375 msgstr "Nous contacter"
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
376
55
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
377 #: sat_website/views.py:44 templates/sat_website/adhesion.html:34
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
378 msgid "Association"
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
379 msgstr "Association"
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
380
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
381 #: sat_website/views.py:45
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
382 msgid "Links"
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
383 msgstr "Liens"
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
384
56
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
385 #: sat_website/views.py:46
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
386 msgid "Press"
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
387 msgstr "Presse"
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
388
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
389 #: sat_website/views.py:50 templates/sat_website/association.html:47
55
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
390 #: templates/sat_website/overview.html:100
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
391 msgid "Adhesion"
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
392 msgstr "Adhésion"
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
393
56
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
394 #: sat_website/views.py:51 templates/sat_website/features.html:76
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
395 #: templates/sat_website/overview.html:85
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
396 #: templates/sat_website/principles.html:73
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
397 msgid "Social contract"
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
398 msgstr "Contrat social"
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
399
56
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
400 #: sat_website/views.py:56
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
401 msgid "contains the backend, Primitivus and Jp"
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
402 msgstr "contient le backend, Primitivus et Jp"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
403
56
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
404 #: sat_website/views.py:57
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
405 msgid "Images and other media needed to launch SàT"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
406 msgstr "images et autres média nécessaires au lancement de SàT"
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
407
56
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
408 #: sat_website/views.py:58
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
409 msgid "console display library needed by Primitivus"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
410 msgstr "bibliothèque pour l'affichage en console de Primitivus"
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
411
56
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
412 #: sat_website/views.py:59
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
413 msgid "PubSub server component needed for SàT experimental blogging features"
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
414 msgstr ""
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
415 "composant serveur PubSub pour les fonctionnalités expérimentales de blogage"
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
416
56
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
417 #: sat_website/views.py:60
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
418 msgid "Libervia frontend (web server and client)"
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
419 msgstr "interface Libervia (serveur web et partie cliente)"
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
420
55
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
421 #: templates/sat_website/adhesion.html:27
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
422 #: templates/sat_website/adhesion_form.html:27
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
423 msgid "Join the association"
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
424 msgstr "Adhérez à l'association"
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
425
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
426 #: templates/sat_website/adhesion.html:31
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
427 msgid "About the association"
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
428 msgstr "Concernant l'association"
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
429
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
430 #: templates/sat_website/adhesion.html:33
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
431 msgid ""
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
432 "We want it to be as transparent as the software. You can read about its "
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
433 "mission, its organisation and check the official documents."
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
434 msgstr ""
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
435 "Nous la voulons aussi transparente que le logiciel. Vous pouvez vous "
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
436 "renseigner sur sa mission, son organisation et consulter les documents "
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
437 "officiels."
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
438
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
439 #: templates/sat_website/adhesion.html:39
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
440 msgid "Become a member"
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
441 msgstr "Devenir membre"
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
442
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
443 #: templates/sat_website/adhesion.html:41
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
444 #, python-format
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
445 msgid ""
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
446 "For 2015, we need about %(asso_finance_target)s € for:\n"
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
447 " <ul>\n"
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
448 " <li>two full-time pays based on the French minimal salary;</"
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
449 "li>\n"
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
450 " <li>hosting this web site and the Libervia demo, registering "
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
451 "the domain names;</li>\n"
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
452 " <li>fees for the association's bank account and the online "
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
453 "payment system (apayer.fr);</li>\n"
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
454 " <li>miscellaneous extra costs (printing...).</li>\n"
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
455 " </ul>\n"
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
456 " Which makes, with an average annual contribution of 10 € per "
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
457 "subscription, %(asso_members_target)s members before December, 31st 2015!\n"
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
458 " "
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
459 msgstr ""
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
460 "Pour 2015, nous nécessitons environ %(asso_finance_target)s € pour:\n"
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
461 " <ul>\n"
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
462 " <li>deux salaires à plein temps sur la base du SMIC ;</li>\n"
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
463 " <li>l'hébergement de ce site Internet et du site de "
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
464 "présentation de Libervia, l'enregistrement des noms de domaines ;</li>\n"
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
465 " <li>frais de gestion du compte bancaire de l'association et "
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
466 "du terminal de paiement virtuel (apayer.fr) ;</li>\n"
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
467 " <li>frais divers (impression...).</li>\n"
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
468 " </ul>\n"
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
469 " Ce qui fait, pour une cotisation annuelle moyenne de 10 €, "
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
470 "%(asso_members_target)s adhésions avant le 31 décembre 2015 !\n"
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
471 " "
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
472
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
473 #: templates/sat_website/adhesion.html:52
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
474 msgid ""
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
475 "The adhesion last exactly one year and isn't automatically renewed: you have "
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
476 "to renew it yourself and you can change the amount of your cotisation every "
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
477 "year."
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
478 msgstr ""
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
479 "L'adhésion dure une année et n'est pas tacitement renouvelable : vous devez "
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
480 "la renouveler vous-même et vous pouvez modifier le montant de votre "
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
481 "cotisation d'une année sur l'autre."
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
482
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
483 #: templates/sat_website/adhesion.html:54
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
484 msgid ""
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
485 "To join the association without paying any subscription or to proceed with a "
57
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
486 "bank transfer, please use our internal form:"
55
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
487 msgstr ""
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
488 "Pour rejoindre l'association sans payer de cotisation, ou bien pour procéder "
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
489 "par virement bancaire, merci d'utiliser notre formulaire interne."
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
490
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
491 #: templates/sat_website/adhesion.html:57
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
492 msgid "Join for free or proceed with a transfer"
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
493 msgstr "Adhérer gratuitement ou procéder par virement"
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
494
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
495 #: templates/sat_website/adhesion.html:59
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
496 msgid ""
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
497 "If you prefer to proceed by card, you can directly use a secure paiement "
57
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
498 "service hosted by our bank. We can unfortunately not pre-fill the form "
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
499 "fields. Please enter a positive amount from those defined in the Rules of "
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
500 "Procedure: 10, 20, 30, 50, 80 or 100."
55
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
501 msgstr ""
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
502 "Si vous préférez procéder par carte, vous pouvez directement utiliser un "
57
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
503 "service de paiement en ligne hébergé par notre banque. Nous ne pouvons "
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
504 "malheureusement pas pré-remplir les champs du formulaire. Merci de saisir un "
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
505 "montant de cotisation positif parmi ceux définis dans le règlement "
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
506 "intérieur : 10, 20, 30, 50, 80 ou 100."
55
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
507
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
508 #: templates/sat_website/adhesion.html:62
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
509 msgid "Join and proceed by card"
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
510 msgstr "Adhérer et procéder par carte"
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
511
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
512 #: templates/sat_website/adhesion_form.html:33
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
513 msgid "Please complete this form"
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
514 msgstr "Merci de bien vouloir renseigner ce formulaire"
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
515
57
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
516 #: templates/sat_website/adhesion_form.html:80
55
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
517 msgid "Confirm"
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
518 msgstr "Confirmer"
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
519
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
520 #: templates/sat_website/association.html:27
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
521 msgid "Salut à Toi's association"
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
522 msgstr "Association Salut à Toi"
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
523
55
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
524 #: templates/sat_website/association.html:28
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
525 msgid "The legal structure supporting the project."
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
526 msgstr "La structure légale qui soutient le projet."
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
527
55
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
528 #: templates/sat_website/association.html:33
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
529 msgid "Mission"
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
530 msgstr "Mission"
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
531
55
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
532 #: templates/sat_website/association.html:35
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
533 msgid ""
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
534 "The Salut à Toi association has been created in june 2014 and is responsible "
56
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
535 "for developing, promoting and funding the software. More generally, its goal "
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
536 "is to create free, independant and controllable communication tools. "
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
537 "\"Controllable\" has to be understood this way: the tool is doing exactly "
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
538 "what you want and it will stay under your control. So it applies both to "
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
539 "present and future."
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
540 msgstr ""
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
541 "L'association Salut à Toi a été créée en juin 2014 et s'occupe du "
56
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
542 "développement, de la promotion et du financement du logiciel. Plus "
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
543 "généralement, elle a pour mission de créer des outils de communication "
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
544 "libres, indépendants et maîtrisables. \"Maîtrisable\" concerne ici le "
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
545 "présent et le futur : l'outil fait exactement ce que vous attendez de lui et "
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
546 "il ne doit pas échapper à votre contrôle."
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
547
55
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
548 #: templates/sat_website/association.html:38
56
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
549 msgid "Organisation"
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
550 msgstr ""
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
551
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
552 #: templates/sat_website/association.html:40
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
553 msgid ""
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
554 "The association is non-profit, self-managed and open for everybody to join. "
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
555 "There is no designated president, secretary or treasurer, the administrating "
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
556 "entity is a college which is today composed by the two main developers: "
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
557 "Jérôme who started this as a personal project in 2008 and Adrien who joined "
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
558 "him in 2013."
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
559 msgstr ""
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
560 "L'association est à but non-lucratif, auto-gérée et ouverte à tous. Nous ne "
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
561 "fonctionnons pas avec la structure classique : président, secrétaire et "
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
562 "trésorier. Le bureau de gestion est collégiale, il est actuellement composé "
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
563 "des deux développeurs principaux : Jérôme qui commença le développement dès "
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
564 "2008 en tant que projet personnel, et Adrien qui l'a rejoint en 2013."
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
565
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
566 #: templates/sat_website/association.html:43
55
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
567 msgid "Funding"
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
568 msgstr "Financement"
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
569
56
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
570 #: templates/sat_website/association.html:45
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
571 msgid ""
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
572 "We have been working full time on Salut à Toi for a while and we plan to "
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
573 "keep on doing it. We are now trying to raise enough money to see if we could "
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
574 "let the association hire us (we made apropriate research about that and we "
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
575 "know that the 1901 French law makes it possible). Our financial model is "
53
84c2e20d3de1 include some corrections suggested by Goffi
souliane <souliane@mailoo.org>
parents: 52
diff changeset
576 "very simple: the software should always be libre, ethical and free, we are "
84c2e20d3de1 include some corrections suggested by Goffi
souliane <souliane@mailoo.org>
parents: 52
diff changeset
577 "totally against advertisement and we believe in mutual help. We are "
84c2e20d3de1 include some corrections suggested by Goffi
souliane <souliane@mailoo.org>
parents: 52
diff changeset
578 "confident that the people who enjoy what we do will be numerous enough and "
84c2e20d3de1 include some corrections suggested by Goffi
souliane <souliane@mailoo.org>
parents: 52
diff changeset
579 "happy to support us, via joining the association and paying a cotisation."
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
580 msgstr ""
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
581 "Nous travaillons sur Salut à Toi à plein temps depuis un moment, et nous "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
582 "espérons pouvoir continuer de le faire. Nous essayons maintenant de "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
583 "collecter suffisamment d'argent pour permettre à l'association de nous "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
584 "embaucher (contrairement aux idées reçues, ceci est permis par la loi sur "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
585 "les associations de 1901). Notre modèle financier est très simple : le "
53
84c2e20d3de1 include some corrections suggested by Goffi
souliane <souliane@mailoo.org>
parents: 52
diff changeset
586 "logiciel doit toujours rester libre, éthique et gratuit, nous sommes "
84c2e20d3de1 include some corrections suggested by Goffi
souliane <souliane@mailoo.org>
parents: 52
diff changeset
587 "absolument opposés à la publicité commerciale et nous croyons en l'aide "
84c2e20d3de1 include some corrections suggested by Goffi
souliane <souliane@mailoo.org>
parents: 52
diff changeset
588 "mutuelle. Nous espérons que les gens qui apprécient ce que l'on fait seront "
84c2e20d3de1 include some corrections suggested by Goffi
souliane <souliane@mailoo.org>
parents: 52
diff changeset
589 "suffisamment nombreux et nous supporteront avec plaisir, en rejoignant "
84c2e20d3de1 include some corrections suggested by Goffi
souliane <souliane@mailoo.org>
parents: 52
diff changeset
590 "l'association et en payant une cotisation."
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
591
56
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
592 #: templates/sat_website/association.html:46
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
593 #, python-format
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
594 msgid ""
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
595 "Because the money should not operate any separation between us, the people "
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
596 "who can not or who do not want to participate financially can still join the "
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
597 "association for free and as a moral support. The French law doesn't allow "
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
598 "the member to decide the amount of his cotisation, so we had to fix several "
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
599 "amounts in the Rules of Procedure: 0, 10, 20, 30, 50, 80 or 100. If you want "
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
600 "to raise over 100 €, it is possible to do it as a donation (which is not the "
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
601 "same as a cotisation). In that case, please contact us. Because we want to "
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
602 "stay 100%% indepedent and autonomous, we won't allow any company to hi-jack "
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
603 "the project and we will never add any donator's logo to the website."
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
604 msgstr ""
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
605 "Parce que l'argent ne doit opérer aucune séparation entre nous, les "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
606 "personnes qui ne peuvent pas ou qui ne veulent pas participer financièrement "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
607 "sont toujours libres d'adhérer gratuitement à l'association et tant que "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
608 "soutien moral. La loi française ne permet pas aux adhérents de décider du "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
609 "montant de leur cotisation, c'est pourquoi nous avons fixé plusieurs "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
610 "montants dans le règlement intérieur : 0, 10, 20, 30, 50, 80 ou 100. Si vous "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
611 "voulez contribuer davantage que 100 €, il est possible de le faire avec un "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
612 "don (ce n'est pas la même chose qu'une cotisation). Dans ce cas, merci de "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
613 "bien vouloir nous contacter. Parce que nous souhaitons rester 100%% "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
614 "indépendant et autonome, nous n'accepterons pas qu'une entreprise "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
615 "commerciale s'empare du projet et nous n'ajouterons le logo d'aucun donateur "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
616 "sur le site du projet."
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
617
56
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
618 #: templates/sat_website/association.html:50
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
619 msgid "Official documents"
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
620 msgstr "Documents officiels"
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
621
56
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
622 #: templates/sat_website/association.html:52
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
623 msgid "Statutes of the association"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
624 msgstr "Statuts de l'association"
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
625
56
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
626 #: templates/sat_website/association.html:53
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
627 msgid "Rules of the association"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
628 msgstr "Règlement intérieur de l'association"
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
629
56
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
630 #: templates/sat_website/association.html:54
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
631 msgid "Minutes"
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
632 msgstr "Comptes rendus"
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
633
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
634 #: templates/sat_website/base.html:35
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
635 msgid "Salut à Toi: the multi frontend, multipurpose communication tool"
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
636 msgstr "Salut à Toi: l'outil de communication multi-interfaces et multi-usages"
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
637
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
638 #: templates/sat_website/community.html:26
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
639 msgid "Salut à Toi's community"
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
640 msgstr "La communauté Salut à Toi"
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
641
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
642 #: templates/sat_website/community.html:27
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
643 msgid "Join us to talk, contribute, share around Salut à Toi"
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
644 msgstr ""
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
645 "Rejoignez nous pour discuter, contribuer et partager autour de Salut à Toi"
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
646
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
647 #: templates/sat_website/community.html:32
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
648 msgid "Enter the chat room"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
649 msgstr "Rejoignez le salon de discussion"
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
650
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
651 #: templates/sat_website/community.html:35
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
652 #, python-format
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
653 msgid ""
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
654 "Salut à Toi's multi-user chat room is <strong>*the*</strong> place to "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
655 "discuss about the project: %(sat_muc)s"
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
656 msgstr ""
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
657 "Le salon de discussion de Salut à Toi est <strong>*le*</strong> lieu pour "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
658 "discuter du projet: %(sat_muc)s"
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
659
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
660 #: templates/sat_website/community.html:41
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
661 msgid "Follow the development, learn"
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
662 msgstr "Suivre le développement, apprendre"
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
663
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
664 #: templates/sat_website/community.html:44
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
665 #, python-format
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
666 msgid ""
12
8ecf9c1db4f4 changed the sentence presenting the blog in community page
Goffi <goffi@goffi.org>
parents: 11
diff changeset
667 "In the blog of the main developer you'll have recent informations/"
8ecf9c1db4f4 changed the sentence presenting the blog in community page
Goffi <goffi@goffi.org>
parents: 11
diff changeset
668 "reflections abouts features or more general ones: %(blog)s"
11
f23fba993dd6 typos fixes
Goffi <goffi@goffi.org>
parents: 6
diff changeset
669 msgstr ""
12
8ecf9c1db4f4 changed the sentence presenting the blog in community page
Goffi <goffi@goffi.org>
parents: 11
diff changeset
670 "Dans le blog du développeur principal vous trouverez des informations/"
8ecf9c1db4f4 changed the sentence presenting the blog in community page
Goffi <goffi@goffi.org>
parents: 11
diff changeset
671 "réflexions sur des nouvelles fonctionnalités ou des choses plus générales: "
8ecf9c1db4f4 changed the sentence presenting the blog in community page
Goffi <goffi@goffi.org>
parents: 11
diff changeset
672 "%(blog)s"
11
f23fba993dd6 typos fixes
Goffi <goffi@goffi.org>
parents: 6
diff changeset
673
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
674 #: templates/sat_website/community.html:45
11
f23fba993dd6 typos fixes
Goffi <goffi@goffi.org>
parents: 6
diff changeset
675 #, python-format
f23fba993dd6 typos fixes
Goffi <goffi@goffi.org>
parents: 6
diff changeset
676 msgid ""
f23fba993dd6 typos fixes
Goffi <goffi@goffi.org>
parents: 6
diff changeset
677 "You can subscribe to the mailing list to follow the progression, you're "
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
678 "welcome to give your opinion (and to contribute): %(mailing_list)s"
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
679 msgstr ""
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
680 "vous pouvez vous inscrire à la liste de diffusion pour suivre l'évolution, "
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
681 "vous êtes encouragés à donner votre avis (et à contribuer): %(mailing_list)s"
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
682
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
683 #: templates/sat_website/community.html:46
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
684 #, python-format
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
685 msgid ""
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
686 "You'll find user documentation and more technical one on the wiki: %(wiki)s"
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
687 msgstr ""
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
688 "Vous trouverez les documentations utilisateur et technique sur le wiki: "
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
689 "%(wiki)s"
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
690
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
691 #: templates/sat_website/community.html:53
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
692 msgid "Participate !"
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
693 msgstr "Participez !"
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
694
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
695 #: templates/sat_website/community.html:56
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
696 msgid ""
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
697 "SàT is an open project: come and discuss, give your opinion, share your "
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
698 "thoughts. The more people will participate, the better the project will be. "
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
699 "Share your view not only on technical points, but also on philosophical or "
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
700 "political ones. And if you are around, come to have a talk in real life :)"
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
701 msgstr ""
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
702 "SàT est un projet ouvert: venez discuter, donner votre avis, partager vos "
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
703 "idées. Plus il y aura de monde, meilleur le projet sera. On attend votre "
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
704 "avis sur les points techniques, mais aussi philosophiques ou politiques. Et "
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
705 "si vous êtes proche, n'hésitez pas à venir physiquement :-)"
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
706
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
707 #: templates/sat_website/developers.html:26
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
708 msgid "Salut à Toi: contributing"
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
709 msgstr "Salut à Toi: contribuer"
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
710
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
711 #: templates/sat_website/developers.html:27
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
712 msgid "Some information for people willing to help the development"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
713 msgstr "Quelques informations sur comment aider le développement"
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
714
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
715 #: templates/sat_website/developers.html:32
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
716 msgid "Get the source"
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
717 msgstr "Avoir les sources"
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
718
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
719 #: templates/sat_website/developers.html:35
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
720 #, python-format
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
721 msgid ""
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
722 "You'll find the mercurial repository of SàT on %(repos_sat)s, satellite "
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
723 "project are also available on %(repos)s"
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
724 msgstr ""
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
725 "Vous trouvez le dépôt mercurial de SàT sur %(repos_sat)s, les projets "
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
726 "satellites sont aussi disponibles sur %(repos)s"
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
727
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
728 #: templates/sat_website/developers.html:36
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
729 #, python-format
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
730 msgid ""
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
731 "To clone the repository, use %(mercurial)s: <code>hg clone http://repos."
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
732 "goffi.org/sat</code>. Check the wiki (see below) for installation "
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
733 "instructions"
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
734 msgstr ""
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
735 "Pour cloner le dépôt, utilisez %(mercurial)s: <code>hg clone http://repos."
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
736 "goffi.org/sat</code>. Regardez sur le wiki (voir ci-dessous) pour les "
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
737 "instructions d'installation"
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
738
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
739 #: templates/sat_website/developers.html:42
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
740 msgid "Documentation"
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
741 msgstr "Documentation"
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
742
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
743 #: templates/sat_website/developers.html:45
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
744 #, python-format
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
745 msgid ""
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
746 "The documentation is available on the wiki: %(wiki)s (don't hesitate to "
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
747 "improve it)"
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
748 msgstr ""
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
749 "La documentation est disponible sur le wiki: %(wiki)s (n'hésitez pas à "
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
750 "l'améliorer)"
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
751
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
752 #: templates/sat_website/developers.html:46
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
753 #, python-format
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
754 msgid "You'll also find a dedicated page for developers: %(developers_page)s"
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
755 msgstr ""
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
756 "Vous trouverez aussi une page dédiée au développeurs: %(developers_page)s"
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
757
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
758 #: templates/sat_website/developers.html:47
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
759 #, python-format
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
760 msgid "If you need help, you can also check the mailing list: %(mailing_list)s"
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
761 msgstr ""
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
762 "Si vous avez besoin d'aide, vous pouvez aussi utiliser la liste de "
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
763 "diffusion: %(mailing_list)s"
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
764
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
765 #: templates/sat_website/developers.html:54
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
766 msgid "Contact"
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
767 msgstr "Contact"
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
768
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
769 #: templates/sat_website/developers.html:57
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
770 #, python-format
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
771 msgid "The best way to join us is on SàT's Jabber room: %(sat_muc)s"
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
772 msgstr ""
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
773 "La meilleure façon de nous joindre est sur le salon Jabber de SàT: "
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
774 "%(sat_muc)s"
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
775
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
776 #: templates/sat_website/downloads.html:28
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
777 msgid "The archives containing the source code"
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
778 msgstr "Les archives du code source"
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
779
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
780 #: templates/sat_website/downloads.html:33
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
781 msgid "Information"
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
782 msgstr ""
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
783
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
784 #: templates/sat_website/downloads.html:36
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
785 msgid ""
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
786 "This page allows you to download SàT and its related projects source code. "
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
787 "There is not (yet) an installer to double click to make it work out of the "
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
788 "box."
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
789 msgstr ""
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
790 "Cette page vous permet de télécharger le code sourde de SàT et des projets "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
791 "associés. Il n'y a pas (encore) d'installateur 100% automatique qu'il "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
792 "suffirait de double-cliquer pour tout faire marcher comme sur des roulettes."
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
793
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
794 #: templates/sat_website/downloads.html:37
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
795 msgid ""
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
796 "We are thinking about a way to allow everybody to easily install SàT at "
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
797 "home, but for now it will seem difficult to the persons who are not familiar "
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
798 "with GNU/Linux operating systems. For the Windows and MacOS users, the best "
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
799 "way to test SàT for now is to visit our demonstration website running "
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
800 "Libervia."
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
801 msgstr ""
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
802 "Nous réfléchissons à un système pour que tout le monde puisse facilement "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
803 "installer SàT, mais pour l'instant la procédure va paraître compliquée aux "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
804 "personnes qui ne sont pas familières avec les systèmes d'exploitation GNU/"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
805 "Linux. Pour les utilisateurs de Windows et MacOS, la meilleure façon de "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
806 "tester SàT est de visiter notre site de démonstration sur lequel tourne "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
807 "Libervia."
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
808
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
809 #: templates/sat_website/downloads.html:38
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
810 msgid "Libervia demo"
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
811 msgstr "Démo de Libervia"
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
812
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
813 #: templates/sat_website/downloads.html:43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
814 msgid "Latest development versions"
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
815 msgstr "Dernière versions de développement"
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
816
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
817 #: templates/sat_website/downloads.html:48
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
818 #, python-format
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
819 msgid "Download %(project)s %(version)s"
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
820 msgstr "Télécharger %(project)s %(version)s"
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
821
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
822 #: templates/sat_website/downloads.html:56
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
823 msgid ""
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
824 "When not trivial (e.g. sat_media just needs to be extracted somewhere), the "
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
825 "installation procedure is described in the INSTALL file that you will find "
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
826 "in the package."
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
827 msgstr ""
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
828 "Quand l'installation n'est pas triviale (par exemple, pour sat_media il "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
829 "suffit d'extraire l'archive quelque part), la procédure est décrite dans le "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
830 "fichier INSTALL que vous trouverez dans l'archive."
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
831
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
832 #: templates/sat_website/downloads.html:61
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
833 msgid "Other sources of installation"
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
834 msgstr "Autres sources d'installation"
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
835
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
836 #: templates/sat_website/downloads.html:64
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
837 msgid ""
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
838 "To ease the procedure, you can also install the last SàT packages from PyPI, "
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
839 "the Python Package Index."
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
840 msgstr ""
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
841 "Pour faciliter la procédure, vous pouvez aussi installer les paquets SàT "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
842 "depuis PyPI (Python Package Index)."
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
843
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
844 #: templates/sat_website/downloads.html:65
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
845 msgid "Visit PyPI"
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
846 msgstr "Visitez PyPI"
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
847
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
848 #: templates/sat_website/downloads.html:66
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
849 msgid ""
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
850 "Thanks to the maintainers of SàT packages, you might even find some really-"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
851 "easy-to-install packages in your distribution repositories!"
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
852 msgstr ""
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
853 "Grâce aux mainteneurs des paquets SàT, il se pourrait même que vous trouviez "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
854 "des paquets encore plus facile à installer dans les dépôts de votre "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
855 "distribution !"
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
856
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
857 #: templates/sat_website/downloads.html:67
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
858 msgid "Packages in Debian sid"
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
859 msgstr "Paquets dans Debian sid"
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
860
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
861 #: templates/sat_website/downloads.html:68
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
862 msgid "But after all... the easiest is probably to run the Docker images :-)"
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
863 msgstr ""
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
864 "Mais en fait... le plus simple reste probablement l'utilisation des images "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
865 "Docker :-)"
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
866
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
867 #: templates/sat_website/downloads.html:69
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
868 msgid "Docker installation"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
869 msgstr "Installation par Docker"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
870
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
871 #: templates/sat_website/downloads.html:70
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
872 msgid "Some complementary information are given on the wiki."
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
873 msgstr "Des informations complémentaires sont données sur le wiki."
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
874
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
875 #: templates/sat_website/downloads.html:71
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
876 msgid "Visit the wiki"
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
877 msgstr "Visitez le wiki"
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
878
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
879 #: templates/sat_website/features.html:26
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
880 msgid "Salut à Toi's features"
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
881 msgstr "Fonctionnalités de Salut à Toi"
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
882
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
883 #: templates/sat_website/features.html:31
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
884 msgid "Short overview"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
885 msgstr "Aperçu rapide"
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
886
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
887 #: templates/sat_website/features.html:36
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
888 msgid "Blogging"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
889 msgstr "Blogage"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
890
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
891 #: templates/sat_website/features.html:39
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
892 msgid ""
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
893 "Share your thought with microblogs or write longer articles with rich text "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
894 "blog messages. Together with a picture manager (not available yet, but you "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
895 "can still link external pictures), this covers some of the most popular "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
896 "Internet usecases. The big difference with other popular services is that "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
897 "you can easily decide who will be able to read your messages and you can "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
898 "keep the full control over your data. Better host it yourself, or let it "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
899 "done by an entity you really trust."
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
900 msgstr ""
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
901 "Partagez vos moindres pensées avec des microblogs, ou bien écrivez de longs "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
902 "articles avec du texte riche. Associés à un gestionnaire d'images (pas "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
903 "encore disponible, mais vous pouvez toujours pointer une image externe), "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
904 "ceci couvre certains des plus populaires cas d'utilisation d'Internet. La "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
905 "grande différence avec d'autres services similaires est que vous pouvez "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
906 "facilement décider qui va pouvoir lire vos messages, et vous gardez le "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
907 "contrôle total de vos données. Le mieux reste de les héberger vous-même, ou "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
908 "bien confiez-les à une entité de confiance."
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
909
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
910 #: templates/sat_website/features.html:44
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
911 msgid "Chat"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
912 msgstr "Messagerie instantanée"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
913
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
914 #: templates/sat_website/features.html:47
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
915 msgid ""
53
84c2e20d3de1 include some corrections suggested by Goffi
souliane <souliane@mailoo.org>
parents: 52
diff changeset
916 "You can talk with one person or follow a group discussion, invite people, "
84c2e20d3de1 include some corrections suggested by Goffi
souliane <souliane@mailoo.org>
parents: 52
diff changeset
917 "record your communication history... If you need to exchange sensitive "
84c2e20d3de1 include some corrections suggested by Goffi
souliane <souliane@mailoo.org>
parents: 52
diff changeset
918 "information - like a password - you can encrypt your messages to ensure that "
84c2e20d3de1 include some corrections suggested by Goffi
souliane <souliane@mailoo.org>
parents: 52
diff changeset
919 "nobody but the person you chose will be able to read it."
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
920 msgstr ""
53
84c2e20d3de1 include some corrections suggested by Goffi
souliane <souliane@mailoo.org>
parents: 52
diff changeset
921 "Vous pouvez parler avec une personne ou suivre une discussion de groupe, "
84c2e20d3de1 include some corrections suggested by Goffi
souliane <souliane@mailoo.org>
parents: 52
diff changeset
922 "inviter des gens, sauvegarder l'historique de vos communications... Si vous "
84c2e20d3de1 include some corrections suggested by Goffi
souliane <souliane@mailoo.org>
parents: 52
diff changeset
923 "devez échanger des informations confidentielles (comme un mot de passe), "
84c2e20d3de1 include some corrections suggested by Goffi
souliane <souliane@mailoo.org>
parents: 52
diff changeset
924 "vous pouvez chiffrer vos messages pour être sûr que personne d'autre que la "
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
925 "personne choisir pourra être en mesure de les lire."
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
926
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
927 #: templates/sat_website/features.html:52
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
928 msgid "Activities"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
929 msgstr "Activités"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
930
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
931 #: templates/sat_website/features.html:55
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
932 msgid ""
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
933 "On top of the multi-user chat, you can play games and participate to "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
934 "activities. This is done in the same interface with nothing extra to "
53
84c2e20d3de1 include some corrections suggested by Goffi
souliane <souliane@mailoo.org>
parents: 52
diff changeset
935 "install. For now we offer a French card game (tarot) and an online radio "
84c2e20d3de1 include some corrections suggested by Goffi
souliane <souliane@mailoo.org>
parents: 52
diff changeset
936 "system that allows you to share some music with your friends and hear it at "
84c2e20d3de1 include some corrections suggested by Goffi
souliane <souliane@mailoo.org>
parents: 52
diff changeset
937 "the same time."
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
938 msgstr ""
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
939 "Par-dessus la messagerie instantanée de groupe, vous pouvez jouer à des jeux "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
940 "et participer à des activités. Ceci fonctionne avec la même interface et "
53
84c2e20d3de1 include some corrections suggested by Goffi
souliane <souliane@mailoo.org>
parents: 52
diff changeset
941 "sans n'avoir rien à installer. Pour l'instant, nous offrons un jeu de tarot "
84c2e20d3de1 include some corrections suggested by Goffi
souliane <souliane@mailoo.org>
parents: 52
diff changeset
942 "et une radio collective qui permet de partager de la musique avec vos amis, "
84c2e20d3de1 include some corrections suggested by Goffi
souliane <souliane@mailoo.org>
parents: 52
diff changeset
943 "et de l'écouter tous en même temps."
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
944
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
945 #: templates/sat_website/features.html:60
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
946 msgid "File sharing"
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
947 msgstr "Partage de fichiers"
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
948
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
949 #: templates/sat_website/features.html:63
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
950 msgid ""
55
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
951 "Easily send files to your contacts. Later we would like to implement a "
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
952 "decentralised file sharing system so you could create a private peer-to-peer "
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
953 "network within a group a friends."
16
6847c50fb5ea translation of the recently added texts
Goffi <goffi@goffi.org>
parents: 12
diff changeset
954 msgstr ""
55
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
955 "Envoyez facilement des fichiers à vos contacts. Plus tard, nous implanterons "
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
956 "un système de partage de fichier décentralisé pour vous permettre de créer "
53
84c2e20d3de1 include some corrections suggested by Goffi
souliane <souliane@mailoo.org>
parents: 52
diff changeset
957 "un réseau pair à pair privé, seulement entre amis."
16
6847c50fb5ea translation of the recently added texts
Goffi <goffi@goffi.org>
parents: 12
diff changeset
958
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
959 #: templates/sat_website/features.html:68
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
960 msgid "Email interaction"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
961 msgstr "Interaction avec les courriels"
21
8cfc33e4d435 add video showing the ad-hoc commands + fix some English
souliane <souliane@mailoo.org>
parents: 19
diff changeset
962
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
963 #: templates/sat_website/features.html:71
16
6847c50fb5ea translation of the recently added texts
Goffi <goffi@goffi.org>
parents: 12
diff changeset
964 msgid ""
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
965 "SàT communicates with the email network, so you can use your favorite client "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
966 "to send or receive messages. One goal of SàT is to offer an alternative to "
53
84c2e20d3de1 include some corrections suggested by Goffi
souliane <souliane@mailoo.org>
parents: 52
diff changeset
967 "the classical email network, with a better protection against spam and "
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
968 "identity spoofing. Gateways can also be installed to send messages to any "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
969 "other network."
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
970 msgstr ""
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
971 "SàT communique avec le réseau courriel, vous pouvez utiliser votre logiciel "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
972 "de courrier électronique préféré pour envoyer et recevoir des messages. Un "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
973 "de nos buts est d'offrir une alternative au réseau courriel classique, avec "
53
84c2e20d3de1 include some corrections suggested by Goffi
souliane <souliane@mailoo.org>
parents: 52
diff changeset
974 "une meilleure protection contre le pourriel et l'usurpation d'identité. Des "
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
975 "passerelles peuvent aussi être installées pour envoyer des messages sur "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
976 "n'importe quel autre réseau."
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
977
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
978 #: templates/sat_website/features.html:79
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
979 #, python-format
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
980 msgid ""
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
981 "Not really a feature, but certainly one of the most important point: a "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
982 "%(social_prefix)ssocial contract%(social_suffix)s has been written, this is "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
983 "a moral engagement that we are due to follow - we also refer to it in the "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
984 "statutes of the association. SàT is not made for money or trap people, it's "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
985 "a project about freedom and sharing."
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
986 msgstr ""
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
987 "Pas vraiment une fonctionnalité, mais certainement un des points les plus "
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
988 "importants: un %(social_prefix)scontrat social%(social_suffix)s a été écrit, "
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
989 "un engagement moral pour le projet. SàT n'a pas été conçu pour l'argent ou "
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
990 "pour piéger les gens: c'est un projet qui se base sur la liberté et le "
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
991 "partage."
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
992
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
993 #: templates/sat_website/features.html:87
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
994 msgid "Details and advanced features"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
995 msgstr "Détails et fonctionnalités avancées"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
996
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
997 #: templates/sat_website/features.html:90
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
998 msgid ""
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
999 "For a complete listing of the features implemented by SàT, please visit the "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1000 "technical area."
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1001 msgstr ""
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1002 "Pour une liste complète des fonctionnalités implantées par SàT, merci de "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1003 "visiter l'espace technique."
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1004
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
1005 #: templates/sat_website/finance.html:24
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
1006 #, python-format
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
1007 msgid "%(members_actual)s members"
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1008 msgstr "%(members_actual)s membres"
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
1009
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
1010 #: templates/sat_website/finance.html:25
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
1011 #, python-format
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
1012 msgid "%(members_left)s left"
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1013 msgstr "%(members_left)s restants"
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
1014
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
1015 #: templates/sat_website/frontends.html:26
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
1016 msgid "Salut à Toi's frontends"
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1017 msgstr "Les interfaces de SàT"
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
1018
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
1019 #: templates/sat_website/frontends.html:27
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1020 msgid "SàT is multi frontend: use the one that best fits your needs."
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
1021 msgstr ""
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
1022 "SàT est multi-interfaces: utilisez celle qui correspond le mieux à vos "
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
1023 "besoins"
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
1024
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
1025 #: templates/sat_website/frontends.html:32
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1026 msgid "Libervia"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1027 msgstr "Libervia"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1028
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1029 #: templates/sat_website/frontends.html:32
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1030 msgid "web frontend"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1031 msgstr "interface web"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1032
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1033 #: templates/sat_website/frontends.html:39
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
1034 msgid "Primitivus"
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
1035 msgstr "Primitivus"
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
1036
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1037 #: templates/sat_website/frontends.html:39
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
1038 msgid "console interface"
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
1039 msgstr "interface en mode texte"
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
1040
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
1041 #: templates/sat_website/frontends.html:46
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
1042 msgid "Jp"
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
1043 msgstr "Jp"
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
1044
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
1045 #: templates/sat_website/frontends.html:46
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
1046 msgid "command line"
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
1047 msgstr "ligne de commande"
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
1048
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
1049 #: templates/sat_website/frontends.html:48
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
1050 msgid "cowsay on jp"
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
1051 msgstr "cowsay à travers jp"
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
1052
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
1053 #: templates/sat_website/frontends.html:56
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
1054 msgid "Bellaciao"
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
1055 msgstr "Bellaciao"
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
1056
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
1057 #: templates/sat_website/frontends.html:56
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
1058 msgid "rich desktop"
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
1059 msgstr "interface de bureau"
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
1060
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
1061 #: templates/sat_website/frontends.html:57
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
1062 msgid "[WORK IN PROGRESS]"
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
1063 msgstr "[EN TRAVAUX]"
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
1064
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
1065 #: templates/sat_website/frontends.html:58
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
1066 msgid ""
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
1067 "Bellaciao will be a full-featured desktop frontend that intends to be really "
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
1068 "flexible: you'll be able to adapt it to your taste."
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
1069 msgstr ""
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1070 "Bellaciao sera une interface de bureau multi-fonctionnelle et très "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1071 "flexible : vous pourrez l'adapter à votre goût."
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
1072
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1073 #: templates/sat_website/frontends.html:62
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
1074 msgid "Cagou"
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
1075 msgstr ""
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
1076
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1077 #: templates/sat_website/frontends.html:62
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
1078 msgid "mobile devices"
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1079 msgstr "appareils mobiles"
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
1080
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1081 #: templates/sat_website/frontends.html:63
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
1082 msgid "[PLANNED]"
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1083 msgstr "[PRÉVU]"
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
1084
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1085 #: templates/sat_website/frontends.html:64
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
1086 msgid ""
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
1087 "There are ideas about an application that would run on both destkop and "
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
1088 "mobile devices (phones and tablets)."
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
1089 msgstr ""
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1090 "Nous pensons à une application qui fonctionnerait à la fois sur les "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1091 "environnements de bureau et les périphériques portables (téléphones et "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1092 "tablettes)."
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1093
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1094 #: templates/sat_website/frontends.html:69
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1095 msgid "Your idea here"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1096 msgstr "Votre idée ici"
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
1097
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
1098 #: templates/sat_website/gallery.html:40 templates/sat_website/gallery.html:82
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
1099 #, python-format
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
1100 msgid ""
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
1101 "Your browser doesn't manage the « video » tag, you should update, e.g. with "
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
1102 "the last %(firefox)s"
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
1103 msgstr ""
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
1104 "Votre butineur ne gère pas la balise « video », vous devriez le mettre à "
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
1105 "jour, par ex. avec le dernier %(firefox)s"
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
1106
57
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
1107 #: templates/sat_website/links.html:27
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1108 msgid "Links and friendly projects"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1109 msgstr "Liens et projets amis"
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
1110
57
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
1111 #: templates/sat_website/links.html:32
56
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
1112 msgid "Comparable projects"
52
cc099372a9ac hide the association page for now + add links to similar projects
souliane <souliane@mailoo.org>
parents: 51
diff changeset
1113 msgstr "Projets comparables"
cc099372a9ac hide the association page for now + add links to similar projects
souliane <souliane@mailoo.org>
parents: 51
diff changeset
1114
57
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
1115 #: templates/sat_website/links.html:35
56
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
1116 msgid ""
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
1117 "The following projects have something in common with SàT: we all believe "
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
1118 "that the combination of free software and decentralisation is the answer to "
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
1119 "many issues. The projects that are using the same network as SàT are "
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
1120 "signaled with a <b>*</b> symbol. It means that you can use the same account "
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
1121 "with all of them. It doesn't mean that the compatibility with the the other "
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
1122 "projects could not be achieved, but it's not built-in."
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
1123 msgstr ""
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
1124 "Les projets suivants ont quelque chose en commun avec SàT : nous pensons "
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
1125 "tous que les logiciels libres et la décentralisation sont la solution à "
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
1126 "plusieurs problèmes. Les projets qui utilisent le même réseau que SàT sont "
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
1127 "signalés avec le symbole <b>*</b>. Cela signifie que vous pouvez utiliser le "
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
1128 "même compte avec chacun d'entre eux. La compatibilité avec les autres "
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
1129 "projets n'est pas directe mais peut être atteinte à l'aide de passerelles."
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
1130
57
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
1131 #: templates/sat_website/links.html:64
56
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
1132 msgid "Other projects"
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
1133 msgstr "Autres projets"
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
1134
57
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
1135 #: templates/sat_website/links.html:67
56
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
1136 #, python-format
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
1137 msgid ""
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
1138 "We use - and sometimes contribute -, take ideas and inspiration from many "
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
1139 "projects that can not all be listed here. For the projects directly "
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
1140 "concerning the development of the software, please check the \"credits\" "
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
1141 "section of SàT's %(readme_prefix)sREADME%(readme_suffix)s file."
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
1142 msgstr ""
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
1143 "Nous utilisons et contribuons parfois, récupérons des idées et trouvons de "
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
1144 "l'inspiration de plusieurs projets qui ne peuvent pas tous être cités ici. "
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
1145 "Pour les projets qui concernent directement le développement du logiciel, "
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
1146 "merci de consulter la section \"crédits\" du fichier %(readme_prefix)sREADME"
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
1147 "%(readme_suffix)s de SàT."
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
1148
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
1149 #: templates/sat_website/overview.html:36
55
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
1150 msgid "Salut à Toi"
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
1151 msgstr "Salut à Toi"
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
1152
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
1153 #: templates/sat_website/overview.html:37
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
1154 msgid ""
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1155 "Multipurpose, multi frontend, libre and decentralised communication tool."
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1156 msgstr ""
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1157 "l'outil de communication multi-usages, multi-interfaces, libre et "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1158 "décentralisé"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1159
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1160 #: templates/sat_website/overview.html:46
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1161 msgid ""
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1162 "SàT includes several sub-projects. Libervia, a web interface to discuss and "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1163 "blog with the persons of your choice, is one of them:"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1164 msgstr ""
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1165 "SàT rassemble plusieurs sous-projets. Libervia, une interface web pour "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1166 "discuter et bloguer uniquement avec les personnes de votre choix, est l'une "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1167 "d'elle :"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1168
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1169 #: templates/sat_website/overview.html:49
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1170 msgid "Libervia demo version"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1171 msgstr "Vue principale de Libervia"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1172
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1173 #: templates/sat_website/overview.html:57
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1174 #: templates/sat_website/principles.html:35
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1175 msgid "Multipurpose"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1176 msgstr "Multi-usages"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1177
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1178 #: templates/sat_website/overview.html:58
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1179 msgid "SàT covers a large spectrum of the Internet usages:"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1180 msgstr "SàT couvre un large champ des utilisations d'Internet :"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1181
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1182 #: templates/sat_website/overview.html:60
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1183 msgid ""
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1184 "<strong>chat</strong> with one or many contacts, in public or private rooms"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1185 msgstr ""
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1186 "<strong>discuter</strong> instantanément avec un ou plusieurs contacts, dans "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1187 "des salons privés ou publics ;"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1188
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1189 #: templates/sat_website/overview.html:61
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1190 msgid ""
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1191 "organize <strong>contact groups</strong> and restrict your messages "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1192 "visibility"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1193 msgstr ""
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1194 "gérer des <strong>groupes de contacts</strong> et restreignez la lisibilité "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1195 "de vos messages ;"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1196
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1197 #: templates/sat_website/overview.html:62
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1198 msgid ""
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1199 "end-to-end <strong>encryption</strong> makes your communications really "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1200 "private"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1201 msgstr ""
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1202 "le <strong>chiffrement</strong> de bout en bout rend vos conversations "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1203 "vraiment privées ;"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1204
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1205 #: templates/sat_website/overview.html:63
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1206 msgid ""
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1207 "<strong>blogging</strong> system to share instant thoughs or write longer "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1208 "articles"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1209 msgstr ""
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1210 "système de <strong>blogage</strong> pour partager vos réflexions du moment "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1211 "ou écrire de plus longs articles ;"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1212
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1213 #: templates/sat_website/overview.html:64
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1214 msgid "file sharing, games, interaction with other networks and much more"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1215 msgstr ""
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1216 "partage de fichier, jeux, interaction avec d'autres réseaux et beaucoup plus."
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1217
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1218 #: templates/sat_website/overview.html:69
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1219 #: templates/sat_website/principles.html:51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1220 msgid "Multi frontend"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1221 msgstr "Multi-interfaces"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1222
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1223 #: templates/sat_website/overview.html:70
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1224 msgid ""
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1225 "SàT can be used with different interfaces, each of them being a sub-project, "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1226 "but the heart of the software stays the same. You can use SàT:"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1227 msgstr ""
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1228 "SàT peut être utilisé avec différentes interfaces, chacune d'elle étant un "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1229 "sous-projet, mais le cœur du logiciel reste le même. Cela signifie que vous "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1230 "pouvez utiliser SàT:"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1231
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1232 #: templates/sat_website/overview.html:72
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1233 msgid "with a browser through the <strong>web</strong> interface Libervia"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1234 msgstr "avec un navigateur à travers l'interface <strong>web</strong> ;"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1235
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1236 #: templates/sat_website/overview.html:73
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1237 msgid "inside a <strong>console</strong> user interface"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1238 msgstr "dans une interface <strong>console</strong> ;"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1239
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1240 #: templates/sat_website/overview.html:74
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1241 msgid "through a <strong>command line</strong>"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1242 msgstr "à travers la <strong>ligne de commande</strong>."
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1243
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1244 #: templates/sat_website/overview.html:76
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1245 msgid "Other frontends are planned (telephones, desktop)."
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1246 msgstr "D'autres interfaces sont prévues (téléphones, bureau)."
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1247
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1248 #: templates/sat_website/overview.html:83
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1249 #: templates/sat_website/principles.html:65
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1250 msgid "Libre"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1251 msgstr "Libre"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1252
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1253 #: templates/sat_website/overview.html:84
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1254 msgid ""
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1255 "SàT is not only open source, it's Libre and follows the free software "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1256 "philosophy (free as in freedom). Not only because it's the best way to "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1257 "develop a software, but also in the spirit of sharing and freedom. In "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1258 "addition, SàT follows a social contract: a moral engagment with the user."
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1259 msgstr ""
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1260 "Salut à Toi est Libre, cela signifie qu'il suit la philosophie des Logiciels "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1261 "Libres, non seulement parce que c'est la meilleure façon de développer des "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1262 "logiciels, mais aussi (et surtout) pour l'esprit de partage et de liberté."
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1263
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1264 #: templates/sat_website/overview.html:88
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1265 #: templates/sat_website/principles.html:79
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1266 msgid "Decentralised"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1267 msgstr "Décentralisé"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1268
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1269 #: templates/sat_website/overview.html:89
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1270 msgid ""
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1271 "SàT has many similarities with the Email network. For instance, there is no "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1272 "big server where all the data is kept, but many servers managed by different "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1273 "entities. This is the only way to fight against censorship, to hinder "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1274 "governmental surveillance and to keep control of your data - you don't want "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1275 "your private pictures or intimate messages to be in the hands of an "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1276 "untrusted commercial company, do you?"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1277 msgstr ""
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1278 "SàT a plusieurs points communs avec le réseau courriel. Par exemple, il n'y "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1279 "a pas un unique serveur où sont stockées toutes les données, mais plusieurs "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1280 "serveurs gérés par des entités différentes. Ceci est la seule bonne façon de "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1281 "lutter contre la censure, et de garder le contrôle sur vos données. Vous ne "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1282 "souhaitez pas confier vos photos privées et messages intimes à des "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1283 "entreprises commerciales non fiables, n'est-ce pas ?"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1284
55
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
1285 #: templates/sat_website/overview.html:96
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
1286 msgid "The association"
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
1287 msgstr "L'association"
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
1288
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1289 #: templates/sat_website/overview.html:97
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1290 msgid ""
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
1291 "Salut à Toi and Libervia are developed by a non-profit and self-managed "
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
1292 "association. We are fighting against the hold-up of the Internet by private "
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
1293 "corporations and its abusive governmental control. Do you want to help us? "
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
1294 "The adhesion is open to everybody and the amount of the cotisation is up to "
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
1295 "you, from 0 to 100€. To join for free means something to us, it's a moral "
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
1296 "support! "
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
1297 msgstr ""
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1298 "Salut à Toi et Libervia sont développés par une association à but non-"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1299 "lucratif et auto-gérée. Nous nous opposons à la main-mise des entreprises "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1300 "privées sur Internet et au contrôle gouvernementale abusif. Souhaitez-vous "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1301 "nous aider ? L'adhésion à l'association est ouverte à tous et le montant de "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1302 "la cotisation est laissé à votre choix, entre 0 et 100 €. Adhérer "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1303 "gratuitement signifie aussi quelque chose, c'est un soutien moral !"
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
1304
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1305 #: templates/sat_website/overview.html:107
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1306 msgid "Run it yourself!"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1307 msgstr "Lancez-le vous même !"
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
1308
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1309 #: templates/sat_website/overview.html:108
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
1310 msgid ""
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
1311 "If you enjoyed testing our demonstration version of Libervia and if you have "
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
1312 "the technical knowledge to do it, you can download the software and run it "
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1313 "on your own machine. Even better, you can host a public Libervia server and "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1314 "help the decentralisation! Our goal is not to host every account on our "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1315 "server... we don't want your data!"
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
1316 msgstr ""
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1317 "Si vous avez apprécié notre version de démonstration de Libervia et que vous "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1318 "avez les connaissances techniques pour le faire, vous pouvez télécharger le "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1319 "logiciel et l'exécuter sur votre propre machine. Encore mieux, vous pouvez "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1320 "héberger un serveur public pour Libervia et aider la décentralisation ! "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1321 "Notre but n'est pas d'héberger tous les comptes sur notre serveur... on ne "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1322 "veut pas de vos données, gardez-les !"
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
1323
57
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
1324 #: templates/sat_website/press.html:27
56
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
1325 msgid "Press files"
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
1326 msgstr "Dossier de presse"
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
1327
57
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
1328 #: templates/sat_website/press.html:32
56
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
1329 msgid "They write about it"
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
1330 msgstr "Articles"
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
1331
57
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
1332 #: templates/sat_website/press.html:36 templates/sat_website/press.html:39
56
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
1333 #, python-format
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
1334 msgid "%(author)s for %(magazine)s"
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
1335 msgstr "%(author)s pour %(magazine)s"
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
1336
57
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
1337 #: templates/sat_website/press.html:36 templates/sat_website/press.html:48
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
1338 #: templates/sat_website/press.html:51 templates/sat_website/press.html:54
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
1339 #: templates/sat_website/press.html:57
56
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
1340 msgid "French"
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
1341 msgstr "Français"
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
1342
57
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
1343 #: templates/sat_website/press.html:39
56
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
1344 msgid "German"
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
1345 msgstr "Allemand"
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
1346
57
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
1347 #: templates/sat_website/press.html:44
56
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
1348 msgid "We talk about it"
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
1349 msgstr "Conférences"
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
1350
57
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
1351 #: templates/sat_website/press.html:48
56
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
1352 #, python-format
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
1353 msgid "%(author)s at the 15th Libre Software Meeting, Montpellier, 2014:"
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
1354 msgstr ""
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
1355 "%(author)s aux 15èmes Rencontres Mondiales du Logiciel Libre, Montpellier, "
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
1356 "2014 :"
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
1357
57
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
1358 #: templates/sat_website/press.html:51
56
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
1359 #, python-format
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
1360 msgid "%(author)s at Pas Sage en Seine #6, Paris, 2014:"
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
1361 msgstr "%(author)s à Pas Sage en Seine #6, Paris, 2014:"
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
1362
57
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
1363 #: templates/sat_website/press.html:54
56
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
1364 #, python-format
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
1365 msgid "%(author)s at the 13th Libre Software Meeting, Genève, 2012:"
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
1366 msgstr ""
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
1367 "%(author)s aux 13èmes Rencontres Mondiales du Logiciel Libre, Genève, 2012 :"
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
1368
57
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
1369 #: templates/sat_website/press.html:57
56
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
1370 #, python-format
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
1371 msgid "%(author)s at the 15th Journées du Logiciel Libre, Lyon, 2012:"
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
1372 msgstr "%(author)s aux 15èmes Journées du Logiciel Libre, Lyon, 2012 :"
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
1373
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1374 #: templates/sat_website/principles.html:27
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1375 msgid "Some technical words to explain the project."
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1376 msgstr "Quelques mots techniques pour expliquer le projet."
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
1377
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1378 #: templates/sat_website/principles.html:31
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
1379 msgid ""
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1380 "We usually present SàT as a multipurpose, multi frontend, libre and "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1381 "decentralised communication tool... let us explain what we mean."
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
1382 msgstr ""
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1383 "Nous présentons généralement SàT comme étant un outil de communication multi-"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1384 "usages, multi-interfaces, libre et décentralisé... voici quelques "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1385 "explications."
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
1386
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
1387 #: templates/sat_website/principles.html:39
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
1388 #, python-format
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
1389 msgid ""
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1390 "\n"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1391 "\t Based on the powerful %(xmpp)s standard, SàT can obviously be used for "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1392 "instant messaging... and much more!\n"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1393 "\t Blogging and microblogging, file sharing, games are other possible "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1394 "usage.... Using gateways, you can also communicate with other networks like "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1395 "IRC or StatusNet. It is also possible to redirect your XMPP messages to your "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1396 "email adress, or to send an email that would be delivered on XMPP.\n"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1397 "\t The \"X\" of XMPP stands for eXtensible: our features list is also "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1398 "extensible! Check the specifications page for a current status of what we've "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1399 "been doing.\n"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1400 "\t "
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
1401 msgstr ""
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1402 "\n"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1403 "\t Basé sur le puissant standard %(xmpp)s, SàT peut bien sûr être utilisé "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1404 "pour faire de la messagerie instantanée... et beaucoup plus!\n"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1405 "\t Blogage et microblogage, partage de fichier, jeux et autres usages "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1406 "possibles.... À l'aide des passerelles, vous pouvez aussi communiquer avec "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1407 "d'autres réseaux comme IRC ou StatusNet. C'est aussi possible de rediriger "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1408 "votre messages XMPP vers votre adresse courriel, ou d'envoyer un courriel "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1409 "qui sera délivré sur XMPP.\n"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1410 "\t Le \"X\" de XMPP signifie eXtensible: notre liste de fonctionnalités "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1411 "est aussi extensible ! Visitez la page des spécifications pour connaître "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1412 "l'état actuel du projet.\n"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1413 "\t "
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
1414
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1415 #: templates/sat_website/principles.html:55
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1416 msgid ""
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1417 "\n"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1418 "\t SàT has been developped since the beginning with an idea in mind: it "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1419 "should be useable from the command line, with a console or desktop "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1420 "interface, from a web browser... The backend of the software manages the "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1421 "communication with your XMPP server and do most of the processing. On top of "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1422 "that, you are free to use the frontend of your choice. If you would like to "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1423 "help the project, a great thing would be to developp a new frontend: don't "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1424 "hesitate to contact us!\n"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1425 "\t "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1426 msgstr ""
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1427 "\n"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1428 "\t Depuis le début, SàT a été développé avec une idée en tête : ça doit "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1429 "être utilisable depuis la ligne de commande, une console texte, une "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1430 "interface de bureau, un navigateur web... Le backend du logiciel gère la "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1431 "communication avec votre serveur XMPP et s'occupe de la plupart des "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1432 "traitements. Par dessus, vous êtes libres d'utiliser l'interface de votre "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1433 "choix. Pour faire avancer le projet, nous serions ravi si quelqu'un voulait "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1434 "bien développer une nouvelle interface : n'hésitez pas à nous contacter !\n"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1435 "\t "
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
1436
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1437 #: templates/sat_website/principles.html:69
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1438 msgid ""
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1439 "\n"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1440 "\t We exclusively use and developp free and open-source software. It is "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1441 "not only free for you to get and run it, but you can analyse it, modify it, "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1442 "redistribute it. Since this is enough to free a program but not the person "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1443 "who uses it, we wrote a social contract - a moral engagement with the user - "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1444 "that is also mentionned in the Statutes of the association.\n"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1445 "\t "
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
1446 msgstr ""
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1447 "\n"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1448 "\t Nous utilisons et développons exclusivement des logiciels libres et "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1449 "open-source. Ils ne sont pas seulement gratuits à récupérer et exécuter, "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1450 "mais vous pouvez les analyser, les modifier, les redistribuer. Comme c'est "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1451 "assez pour libérer un programme mais pas la personne qui l'utiliser, nous "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1452 "avons écrit un contrat social (un engagement moral entre nous et "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1453 "l'utilisateur) qui est aussi mentionné dans les statuts de l'association.\n"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1454 "\t "
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
1455
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1456 #: templates/sat_website/principles.html:83
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
1457 #, python-format
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
1458 msgid ""
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1459 "\n"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1460 "\t\t This is the most complicated aspect to understand, yet a crucial "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1461 "one. Being based on %(xmpp)s, SàT is immediately decentralised (federated). "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1462 "But what does it mean? To get this point, we need to imagine the Internet as "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1463 "a set of layers. To make it easier, let's say there are only two layers: the "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1464 "physical and the logical one. On the physical layer, you are directly "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1465 "connected to your %(isp)s, and indirectly to all the rest of the world.\n"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1466 "\t\t "
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
1467 msgstr ""
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1468 "\n"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1469 "\t\t C'est le point le plus compliqué à comprendre, mais il est crucial. "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1470 "Étant basé sur %(xmpp)s, SàT est immédiatement décentralisé (fédéré). Mais "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1471 "qu'est-ce que cela signifie ? Pour le comprendre, on peut imaginer Internet "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1472 "comme étant composé d'une série de couche. Pour simplifier, disons qu'il n'y "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1473 "a que deux couches : une physique et une logique. Dans la couche physique, "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1474 "vous êtes directement connecté à votre %(isp)s, et indirectement connecté au "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1475 "reste du monde.\n"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1476 "\t\t "
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
1477
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1478 #: templates/sat_website/principles.html:89
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
1479 msgid ""
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1480 "The dots represents Internet users, the lines represents physical links - "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1481 "server-to-server links for the central triangle, client-to-server links for "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1482 "the rest."
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
1483 msgstr ""
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1484 "Les points représentent les utilisateurs d'Internet, les lignes représentent "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1485 "les connexions physiques (serveur-serveur pour le triangle central, client-"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1486 "serveur pour le reste)."
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
1487
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1488 #: templates/sat_website/principles.html:94
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
1489 msgid ""
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1490 "\n"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1491 "\t\t On the logical layer, you are directly connected to your favorite "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1492 "social network, and since it's centralised, all its users are directly "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1493 "connected to it: it can access and own all the data, it can unilaterally "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1494 "decide to censor or exclude a user... it has too much power.\n"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1495 "\t "
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
1496 msgstr ""
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1497 "\n"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1498 "\t\t Dans la couche logique, vous êtes directement connectés à votre "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1499 "réseau social préféré, et comme il est centralisé, tous ses utilisateurs "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1500 "sont aussi directement connectés à lui : il accède et possède toutes les "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1501 "informations, il peut décider unilatéralement de censurer ou d'exclure un "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1502 "utilisateur... il a trop de pouvoir.\n"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1503 "\t "
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
1504
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1505 #: templates/sat_website/principles.html:100
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
1506 msgid ""
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1507 "Centralised communication system on top of the physical layer - note that "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1508 "one user on the right who refuses to use such a system."
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
1509 msgstr ""
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1510 "Système de communication centralisé par dessus la couche physique (remarquez "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1511 "l'utilisateur à droite qui refuse d'utiliser un tel système)."
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
1512
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1513 #: templates/sat_website/principles.html:105
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
1514 msgid ""
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1515 "\n"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1516 "\t\t Now what if your favorite social network is decentralised? The main "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1517 "difference is that there's not a single entity to manage all the connections "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1518 "and all the data, but a lot of them.\n"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1519 "\t All the users are connected to the same network, but each of them "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1520 "can decide which server they want to connect to. As a result, the data and "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1521 "the network administration's tasks are shared between all the servers. Is it "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1522 "possible to do that on the Internet? Yes, this is how the Email works! "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1523 "That's decentralisation.\n"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1524 "\t\t "
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
1525 msgstr ""
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1526 "\n"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1527 "\t\t Mais que se passe t'il si votre réseau social préféré est "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1528 "décentralisé ? La différence principale est qu'il n'y a pas d'entité unique "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1529 "pour gérer toutes les connexions et toutes les informations, mais "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1530 "plusieurs.\n"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1531 "\t Tous les utilisateurs sont connectés sur le même réseau, mais "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1532 "chacun pour choisir le serveur qu'il souhaite utiliser. En conséquence, les "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1533 "informations et les tâches administratives du réseau sont partagées entre "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1534 "tous les serveurs. Est-ce possible de faire ça sur Internet ? Oui, le "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1535 "courrier électronique fonctionne comme ça ! C'est le principe de la "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1536 "décentralisation.\n"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1537 "\t\t "
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
1538
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1539 #: templates/sat_website/principles.html:112
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1540 msgid ""
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1541 "Decentralised communication system on top the physical layer - the user on "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1542 "the right is still resisting."
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1543 msgstr ""
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1544 "Système de communication décentralisé par dessus la couche physique "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1545 "(l'utilisateur à droite résiste toujours)."
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1546
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1547 #: templates/sat_website/principles.html:117
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
1548 #, python-format
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
1549 msgid ""
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1550 "\n"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1551 "\t\t Now what if you don't trust anybody? Then you are free to host your "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1552 "own server at home, via an association or in your working office... and this "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1553 "is possible too?! Yes, this is also how the Email works! And this is what we "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1554 "did for our server libervia.org and without asking the permission to anybody "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1555 "- the %(xmpp)s interdomain %(federation_prefix)sfederation"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1556 "%(federation_suffix)s makes it possible.\n"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1557 "\t\t "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1558 msgstr ""
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1559 "\n"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1560 "\t\t Et que faire si vous ne faites confiance à personne ? Alors vous "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1561 "pouvez héberger votre propre serveur à la maison, à travers une association "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1562 "ou bien au bureau... et ça aussi c'est possible ?! Oui, encore une fois, le "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1563 "courrier électronique fonctionne comme ça ! Et c'est ce que nous avons fait "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1564 "pour notre serveur libervia.org, sans demander la permission à personne "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1565 "(c'est la %(federation_prefix)sfédération%(federation_suffix)s inter-domaine "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1566 "de %(xmpp)s qui permet cela).\n"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1567 "\t\t "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1568
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1569 #: templates/sat_website/principles.html:123
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1570 msgid ""
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1571 "Decentralised communication system with self-hosting ability - the dot on "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1572 "the right is still an Internet user, but for the service it's both a user "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1573 "and a server."
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
1574 msgstr ""
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1575 "Système de communication décentralisé avec possibilité d'auto-hébergement "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1576 "(l'utilisateur à droite est toujours un utilisateur d'Internet, mais pour le "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1577 "service il est à la fois utilisateur et serveur)."
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
1578
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1579 #: templates/sat_website/principles.html:128
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1580 #, python-format
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1581 msgid ""
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1582 "\n"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1583 "\t\t So... to put it in a nutshell: decentralisation is like the Email "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1584 "works. There are many servers, you can use the one you want and if you want "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1585 "to help the decentralisation, you can also add a new server by yourself. It "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1586 "requires some technical knowledge but it doesn't cost much and it gives more "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1587 "freedom, feel free to %(contact_prefix)scontact us%(contact_suffix)s if you "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1588 "need some details!\n"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1589 "\t\t "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1590 msgstr ""
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1591 "\n"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1592 "\t\t Alors, pour résumer : la décentralisation, c'est comme le "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1593 "fonctionnement du courrier électronique. Il y a plusieurs serveurs, vous "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1594 "pouvez utiliser celui de votre choix et si vous souhaitez contribuer à la "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1595 "décentralisation, vous pouvez aussi ajouter vous-même un nouveau serveur. "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1596 "Ceci requiert quelques connaissances techniques mais ça ne coûte pas très "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1597 "cher et ça donne davantage de liberté, n'hésitez pas à "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1598 "%(contact_prefix)snous contacter%(contact_suffix)s pour obtenir des "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1599 "détails !\n"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1600 "\t\t "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1601
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1602 #: templates/sat_website/principles.html:133
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1603 #, python-format
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1604 msgid ""
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1605 "\n"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1606 " <b>Note:</b> decentralisation, federation, distribution... "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1607 "these terms are not strictly defined. To debate about that is not the goal "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1608 "of this page, but we recommend you the reading of this article: %(article)s "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1609 "It's not XMPP-specific but it's a good start.\n"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1610 "\t\t\t"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1611 msgstr ""
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1612 "\n"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1613 " <b>Note :</b> décentralisation, fédération, distribution... "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1614 "ces termes ne sont pas strictement définis. Le but de cette page n'est pas "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1615 "de débattre à ce sujet, mais nous pouvons vous recommander la lecture de cet "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1616 "article : %(article)s Il ne traite pas spécifiquement de XMPP mais c'est un "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1617 "bon début.\n"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1618 "\t\t\t"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1619
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1620 #: templates/sat_website/principles.html:142
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
1621 msgid "Standard"
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
1622 msgstr "Standard"
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
1623
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1624 #: templates/sat_website/principles.html:146
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
1625 #, python-format
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
1626 msgid ""
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1627 "Using a standard protocol is a key point: it's robust, widely used, tested "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1628 "and well documented. Every change is discussed publicly, there are debates "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1629 "on the best way to achieve goals and the %(xsf)s is the guarantor of the "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1630 "evolution and stability of the protocol."
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
1631 msgstr ""
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
1632 "Utiliser un protocole standard est un point clef: c'est robuste, largement "
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
1633 "utilisé et testé, bien documenté. Chaque changement est discuté "
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
1634 "publiquement, il y a des débats pour faire les choses de la meilleure façon, "
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1635 "et la %(xsf)s est la garante de l'évolution et de la stabilité du protocole."
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
1636
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1637 #: templates/sat_website/principles.html:149
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1638 #, python-format
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
1639 msgid ""
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1640 "\n"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1641 "\t As a consequence, SàT communicates with other %(xmpp)s projects: "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1642 "the way we \"talk\" together is fully documented. For the user, this means "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1643 "you can switch from one %(xmpp)s client to another using the same account. "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1644 "This is taking the opposite direction to some proprietary and commercial "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1645 "networks which tend to lock their users up. Open your borders!\n"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1646 "\t "
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
1647 msgstr ""
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1648 "\n"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1649 "\t En conséquence, SàT peut communiquer avec d'autres projets "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1650 "%(xmpp)s : la façon dont il «&nbsp;parle&nbsp;» aux autres est parfaitement "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1651 "connue. Pour l'utilisateur, ceci signifie que vous pouvez changer d'un "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1652 "client %(xmpp)s à un autre tout en gardant le même compte. C'est à l'opposé "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1653 "de certains réseaux propriétaires et commerciaux qui veulent emprisonner "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1654 "leurs utilisateurs. Ouvrez vos frontières !\n"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1655 "\t"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1656
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1657 #: templates/sat_website/principles.html:158
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1658 msgid "Multiplatform"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1659 msgstr "Multiplate-forme"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1660
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1661 #: templates/sat_website/principles.html:162
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1662 msgid ""
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1663 "Since its begining, the SàT project was made with other platforms in mind. "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1664 "It's only avaible on GNU/Linux so far (except of course Libervia, the web "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1665 "interface, which is available from any modern browser), but other platforms "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1666 "are planned."
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1667 msgstr ""
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1668 "Depuis l'origine, le projet SàT a été créé avec le multiplate-forme en tête. "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1669 "Pour le moment, il n'est disponible que pour GNU/Linux (excepté bien sûr "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1670 "Libervia, l'interface web, qui est utilisable depuis tous les butineurs "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1671 "récents), mais d'autres systèmes prévus."
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
1672
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
1673 #: templates/sat_website/screenshots.html:24
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1674 msgid "Screenshots and videos"
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
1675 msgstr "Captures d'écran et vidéos"
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
1676
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1677 #: templates/sat_website/screenshots.html:29
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1678 msgid "Basic usage"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1679 msgstr "Utilisation de base"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1680
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1681 #: templates/sat_website/screenshots.html:32
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1682 msgid ""
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1683 "These media concern the basic utilisation SàT through graphical frontends "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1684 "like Libervia."
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1685 msgstr ""
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1686 "Ces média concernent l'utilisation de base de SàT, à travers des interfaces "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1687 "graphiques comme Libervia."
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1688
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1689 #: templates/sat_website/screenshots.html:39
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1690 msgid "Advanced usage"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1691 msgstr "Utilisation avancée"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1692
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1693 #: templates/sat_website/screenshots.html:42
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1694 msgid ""
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1695 "These media concern the advanced utilisation and frontends of SàT, including "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1696 "administration tasks and experimental features."
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1697 msgstr ""
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1698 "Ces média concernent l'utilisation et les interfaces avancées de SàT, y "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1699 "compris les tâches d'administration et les fonctionnalités expérimentales."
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
1700
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
1701 #: templates/sat_website/social_contract.html:27
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
1702 msgid "Salut à Toi's social contract"
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
1703 msgstr "Contrat social de Salut à Toi"
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
1704
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1705 #: templates/sat_website/specifications.html:26
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1706 msgid "Salut à Toi's specifications"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1707 msgstr "Spécifications de Salut à Toi"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1708
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1709 #: templates/sat_website/specifications.html:31
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1710 #, python-format
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1711 msgid ""
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1712 "SàT is a rich-featured %(xmpp)s client. Beside the %(spec_prefix)score "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1713 "specifications%(spec_suffix)s that define the way to manage a contact list "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1714 "and exchange presence information and messages, it implements many "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1715 "standardised extensions and some other internal features."
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1716 msgstr ""
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1717 "SàT est un client %(xmpp)s riche en fonctionnalités. Outre les "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1718 "%(spec_prefix)sspécifications de base%(spec_suffix)s qui définissent la "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1719 "manière de gérer une liste de contact et échanger des informations de "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1720 "présence et des messages, nous implantons plusieurs extensions standardes "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1721 "ainsi que des fonctionnalités internes."
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1722
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1723 #: templates/sat_website/specifications.html:36
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1724 msgid "Standard extensions"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1725 msgstr "Extensions standardes"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1726
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1727 #: templates/sat_website/specifications.html:39
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1728 #, python-format
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1729 msgid ""
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1730 "A extension that is standardized by the %(xsf)s is called a %(xep)s. We aim "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1731 "to support as much as possible. For now, SàT implements the following ones:"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1732 msgstr ""
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1733 "Une extension qui est standardisée par la %(xsf)s est appelée %(xep)s. Nous "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1734 "aimerions en supporter autant que possible. Pour l'instant, SàT implante les "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1735 "suivantes :"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1736
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1737 #: templates/sat_website/specifications.html:48
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1738 msgid "Experimental and non-standard features"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1739 msgstr "Fonctionnalités expérimentales et non standardes"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1740
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1741 #: templates/sat_website/specifications.html:51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1742 msgid ""
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1743 "This table lists the non-standard features. Some of them can't be "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1744 "standardised because they are too specific, some others might become new "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1745 "standards in the future."
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1746 msgstr ""
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1747 "Ce tableau liste les fonctionnalités non standardes. Certaines ne peuvent "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1748 "être standardisées parce qu'elles sont trop spécifiques, d'autres pourraient "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1749 "devenir de nouveaux standards dans le futur."
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1750
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1751 #: templates/sat_website/specifications_exp.html:33
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1752 msgctxt "Url need to point to the localised one"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1753 msgid ""
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1754 "<a href=\"http://blog.goffi.org/post/2014/02/18/A-universal-remote-for-your-"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1755 "softwares\" target=\"#\">Ad-Hoc commands</a>"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1756 msgstr ""
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1757 "<a href=\"http://www.goffi.org/post/2014/02/17/Une-télécommande-universelle-"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1758 "pour-vos-logiciels\" target=\"#\">Commandes ad-hoc</a>"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1759
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1760 #: templates/sat_website/specifications_exp.html:34
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1761 msgid ""
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1762 "You can remotely control your XMPP entities and all the softwares that offer "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1763 "D-Bus services. "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1764 msgstr ""
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1765 "Vous pouvez télécommander vos entités XMPP et tous les logiciels qui offres "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1766 "des services D-Bus."
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1767
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1768 #: templates/sat_website/specifications_exp.html:37
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1769 #, python-format
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1770 msgctxt "Url need to point to the localised one"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1771 msgid ""
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1772 "<a href=\"http://www.goffi.org/post/2013/02/22/Export-command-to-a-contact-"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1773 "%%28with-video%%29\" target=\"#\">Commands export</a>"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1774 msgstr ""
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1775 "<a href=\"http://www.goffi.org/post/2013/02/21/Export-de-commande-à-un-"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1776 "contact\" target=\"#\">Export de commandes</a>"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1777
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1778 #: templates/sat_website/specifications_exp.html:38
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1779 msgid ""
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1780 "An other feature for power-user: you can export input/outputs of an Unix CLI "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1781 "command to any contact (using any XMPP client or even other protocols "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1782 "through gateways)."
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1783 msgstr ""
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1784 "Une autre fonctionnalité pour les utilisateurs avancés: vous pouvez exporter "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1785 "l'entrée ou les sorties d'une commande Unix à n'importe quel contact (qui "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1786 "utilise n'importe quel client XMPP ou même un autre protocole à travers les "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1787 "transports)."
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1788
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1789 #: templates/sat_website/specifications_exp.html:41
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1790 msgid "Parrot Plugin"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1791 msgstr "Extension « perroquet »"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1792
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1793 #: templates/sat_website/specifications_exp.html:42
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1794 msgid "Parrot mode (repeat messages between 2 entities)"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1795 msgstr "Répète les messages entre deux entités"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1796
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1797 #: templates/sat_website/specifications_exp.html:45
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1798 #, python-format
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1799 msgctxt "Url need to point to the localised one"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1800 msgid ""
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1801 "<a href=\"http://www.goffi.org/post/2011/10/07/Shell%%3A-pipe-you-commands-"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1802 "out-via-XMPP-with-S%%C3%%A0T\" target=\"#\">Pipe over XMPP</a>"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1803 msgstr ""
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1804 "<a href=\"http://www.goffi.org/post/2011/10/07/Ligne-de-commande%%3A-envoyez-"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1805 "vos-tubes-%%28pipes%%29-par-XMPP\" target=\"#\">Envoi de tubes via XMPP</a>"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1806
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1807 #: templates/sat_website/specifications_exp.html:46
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1808 msgid ""
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1809 "This is a feature for power-user: SàT allows to send command-line tools' "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1810 "stdout to your contacts. This actually is as easy as knowing the name of "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1811 "your contact."
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1812 msgstr ""
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1813 "Cette fonctionnalité est pour les utilisateurs avancés: SàT permet d'envoyer "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1814 "la sortie standard de n'importe quelle commande Unix à vos contacts. Il vous "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1815 "suffit juste de connaître le nom de votre contact."
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1816
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1817 #: templates/sat_website/specifications_exp.html:49
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1818 msgctxt "Url need to point to the localised one"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1819 msgid ""
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1820 "<a href=\"http://www.goffi.org/post/2012/06/24/Fine-access-tuning-for-PubSub"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1821 "\" target=\"#\">Group blogs</a>"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1822 msgstr ""
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1823 "<a href=\"http://www.goffi.org/post/2012/06/24/Permissions-fines-pour-PubSub"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1824 "\" target=\"#\">Blogage par groupe</a>"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1825
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1826 #: templates/sat_website/specifications_exp.html:50
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1827 msgid ""
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1828 "Blogging and microblogging with fine access tuning using XMPP roster groups. "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1829 "You can decide who will be able to read your posts, and avoid your coworker "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1830 "to see your party pictures. Moreover, you are not limited to short messages: "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1831 "there is no size limit and if you want, you can also write long essays and "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1832 "includes numerous pictures. SàT handles rich text syntaxes like XHTML and "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1833 "Markdown."
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1834 msgstr ""
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1835 "Bloguer et microbloguer avec un système de permissions fines basées sur les "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1836 "groupes XMPP. Vous pouvez décider qui pourra lire vos messages, et éviter à "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1837 "vos collègues de voir vos photos de soirées. Et puis vous n'êtes pas limités "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1838 "à la rédaction messages courts : il n'y a pas de taille maximale et, si vous "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1839 "le souhaitez, vous pouvez aussi écrire de longs articles et inclure "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1840 "plusieurs images. SàT gère aussi des syntaxes de texte riche comme XHTML et "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1841 "Markdown."
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1842
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1843 #: templates/sat_website/specifications_exp.html:53
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1844 #, python-format
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1845 msgctxt "Url need to point to the localised one"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1846 msgid ""
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1847 "<a href=\"http://www.goffi.org/post/2011/01/18/Recevez-et-envoyez-vos-"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1848 "messages-XMPP/Jabber-avec-votre-lecteur-de-courriel-gr%%C3%%A2ce-%%C3%%A0-"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1849 "Salut-%%C3%%A0-Toi-%%21\" target=\"#\">IMAP server</a>"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1850 msgstr ""
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1851 "<a href=\"http://www.goffi.org/post/2011/01/18/Recevez-et-envoyez-vos-"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1852 "messages-XMPP/Jabber-avec-votre-lecteur-de-courriel-gr%%C3%%A2ce-%%C3%%A0-"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1853 "Salut-%%C3%%A0-Toi-%%21\" target=\"#\">Serveur IMAP</a>"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1854
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1855 #: templates/sat_website/specifications_exp.html:54
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1856 msgid "Create an Imap server that you can use to read your \\"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1857 msgstr "Créer un serveur IMAP que vous pouvez utiliser pour lire vos \\"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1858
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1859 #: templates/sat_website/specifications_exp.html:57
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1860 msgid "Maildir Plugin"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1861 msgstr "Extension Maildir"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1862
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1863 #: templates/sat_website/specifications_exp.html:58
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1864 msgid "Intercept \\"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1865 msgstr "Intercepte \\"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1866
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1867 #: templates/sat_website/specifications_exp.html:61
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1868 msgid "Quiz game"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1869 msgstr "Jeu de quiz"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1870
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1871 #: templates/sat_website/specifications_exp.html:62
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1872 msgid "A quiz game (under development)"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1873 msgstr "Un jeu de quiz (en développement)"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1874
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1875 #: templates/sat_website/specifications_exp.html:65
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1876 #, python-format
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1877 msgctxt "Url need to point to the localised one"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1878 msgid ""
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1879 "<a href=\"http://www.goffi.org/post/2012/02/02/Collective-radio-%%28with-"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1880 "video%%29\" target=\"#\">Collective radio</a>"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1881 msgstr ""
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1882 "<a href=\"http://www.goffi.org/post/2012/02/02/Radio-collective\" target=\"#"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1883 "\">Radio collective</a>"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1884
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1885 #: templates/sat_website/specifications_exp.html:66
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1886 msgid ""
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1887 "Experiment music with your friends: in a multi-user chat, you share a "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1888 "playlist; everybody can add songs to it, and everybody listens to the same "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1889 "music at the same time. A nice way to share your taste and discover new "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1890 "songs."
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1891 msgstr ""
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1892 "Écoutez de la musique avec vos amis : dans un salon de discussion, vous "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1893 "partagez une liste de lecture ; chacun peut ajouter un morceau, et tout le "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1894 "monde écoute la même musique en même temps. C'est une bonne façon de faire "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1895 "connaître vos goûts et de découvrir de nouveaux artistes."
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1896
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1897 #: templates/sat_website/specifications_exp.html:69
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1898 msgid "Register Account Plugin"
55
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
1899 msgstr "Création de compte"
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1900
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1901 #: templates/sat_website/specifications_exp.html:70
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1902 msgid "Register XMPP account"
55
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
1903 msgstr "Création de compte XMPP"
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1904
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1905 #: templates/sat_website/specifications_exp.html:73
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1906 msgid "Room game"
55
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
1907 msgstr "Jeu de groupe"
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1908
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1909 #: templates/sat_website/specifications_exp.html:74
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1910 msgid ""
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1911 "Defines a referee and invitation system for the implementation of various "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1912 "games on top of the multi-user chat."
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1913 msgstr ""
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1914 "Définit un système d'arbitrage et d'invitation pour le développement de "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1915 "plusieurs jeux par dessus la messagerie instantanée de groupe."
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1916
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1917 #: templates/sat_website/specifications_exp.html:77
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1918 msgid "SMTP server Plugin"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1919 msgstr "Serveur SMTP"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1920
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1921 #: templates/sat_website/specifications_exp.html:78
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1922 msgid "Create a SMTP server that you can use to send your \\"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1923 msgstr "Crée un serveur SMTP que vous pouvez utiliser pour \\"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1924
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1925 #: templates/sat_website/specifications_exp.html:81
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1926 msgid "Static Blog Plugin"
55
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
1927 msgstr "Page de blog statique"
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1928
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1929 #: templates/sat_website/specifications_exp.html:82
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1930 msgid ""
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1931 "Expose your public blogs to the web. Your public page will be accessible "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1932 "from any web browser and doesn't require your visitors to have an XMPP "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1933 "account."
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1934 msgstr ""
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1935 "Exposer au web vos blogs publics. Votre page publique sera accessible depuis "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1936 "n'importe quel butineur et vos visiteurs ne sont pas tenus d'avoir un compte "
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1937 "XMPP."
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1938
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1939 #: templates/sat_website/specifications_exp.html:85
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1940 msgid "Tarot cards plugin"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1941 msgstr "Jeu de tarot"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1942
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1943 #: templates/sat_website/specifications_exp.html:86
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1944 msgid "Tarot card game"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1945 msgstr "Jeu de tarot"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1946
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1947 #: templates/sat_website/specifications_exp.html:89
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1948 msgid "Text commands"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1949 msgstr "Commandes textuelles"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1950
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1951 #: templates/sat_website/specifications_exp.html:90
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1952 msgid "IRC-like text commands"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1953 msgstr "Ajoute la gestion de commandes textuelles du style « IRC »."
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1954
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1955 #: templates/sat_website/specifications_exp.html:93
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1956 msgid "Text syntaxes"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1957 msgstr "Syntaxes textuelles"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1958
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1959 #: templates/sat_website/specifications_exp.html:94
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1960 msgid "Management of various text syntaxes (XHTML-IM, Markdown, etc)"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1961 msgstr ""
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1962 "Ajoute la gestion de plusieurs syntaxes textuelles (XHTML-IM, Markdown, etc)."
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1963
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1964 #: templates/sat_website/specifications_exp.html:98
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1965 msgid "End-to-end chat encryption using the Off-The-Record messaging protocol"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1966 msgstr ""
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1967 "Chiffrement de bout en bout avec le protocole de messagerie Off-The-Record."
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1968
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1969 #: templates/sat_website/specifications_xep.html:34
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1970 msgid "Feature Negotiation"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1971 msgstr "Négociation de fonctionnalités"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1972
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1973 #: templates/sat_website/specifications_xep.html:38
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1974 msgid "Extended Stanza Addressing"
55
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
1975 msgstr "Adressage étendu (plusieurs destinataires, CC et BCC)"
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1976
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1977 #: templates/sat_website/specifications_xep.html:42
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1978 msgid "Multi-User Chat"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1979 msgstr "Messagerie instantanée de groupe"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1980
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1981 #: templates/sat_website/specifications_xep.html:46
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1982 msgid "In-Band Bytestreams"
56
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
1983 msgstr "Flux d'octets « in-band »"
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1984
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1985 #: templates/sat_website/specifications_xep.html:50
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1986 msgid "Bookmarks"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1987 msgstr "Marques-pages"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1988
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1989 #: templates/sat_website/specifications_xep.html:54
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1990 msgid "Private XML Storage"
56
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
1991 msgstr "Sauvegarde XML privée"
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1992
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1993 #: templates/sat_website/specifications_xep.html:58
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1994 msgid "Ad-Hoc Commands"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1995 msgstr "Commandes Ad-Hoc"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1996
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1997 #: templates/sat_website/specifications_xep.html:62
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
1998 msgid "vcard-temp"
56
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
1999 msgstr "vcard (temporaire)"
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
2000
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
2001 #: templates/sat_website/specifications_xep.html:66
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
2002 msgid "Jabber Search"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
2003 msgstr "Recherche Jabber"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
2004
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
2005 #: templates/sat_website/specifications_xep.html:70
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
2006 msgid "Result Set Management"
56
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
2007 msgstr "Gestion des jeux de résultats"
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
2008
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
2009 #: templates/sat_website/specifications_xep.html:74
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
2010 msgid "Publish-Subscribe"
56
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
2011 msgstr "Publication et abonnement"
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
2012
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
2013 #: templates/sat_website/specifications_xep.html:78
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
2014 msgid "SOCKS5 Bytestreams"
56
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
2015 msgstr "Flux d'octets SOCKS5"
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
2016
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
2017 #: templates/sat_website/specifications_xep.html:82
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
2018 msgid "XHTML-IM"
56
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
2019 msgstr "XHTML-IM (XHTML pour messagerie instantanée)"
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
2020
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
2021 #: templates/sat_website/specifications_xep.html:86
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
2022 msgid "In-Band Registration"
56
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
2023 msgstr "Enregistrement « in-band »"
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
2024
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
2025 #: templates/sat_website/specifications_xep.html:90
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
2026 msgid "Chat State Notifications"
56
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
2027 msgstr "Notifications des états de discussion instantanée"
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
2028
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
2029 #: templates/sat_website/specifications_xep.html:94
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
2030 msgid "Software Version"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
2031 msgstr "Version du logiciel"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
2032
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
2033 #: templates/sat_website/specifications_xep.html:98
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
2034 msgid "Stream Initiation"
56
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
2035 msgstr "Initiation de flux"
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
2036
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
2037 #: templates/sat_website/specifications_xep.html:102
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
2038 msgid "SI File Transfer"
56
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
2039 msgstr "Initiation de flux pour transfert de fichier"
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
2040
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
2041 #: templates/sat_website/specifications_xep.html:106
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
2042 msgid "Gateway Interaction"
56
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
2043 msgstr "Interaction avec des passerelles"
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
2044
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
2045 #: templates/sat_website/specifications_xep.html:110
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
2046 msgid "Entity Capabilities"
56
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
2047 msgstr "Fonctionnalités de l'entité"
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
2048
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
2049 #: templates/sat_website/specifications_xep.html:114
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
2050 msgid "Personal Eventing Protocol"
56
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
2051 msgstr "Protocole d'événement personnel"
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
2052
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
2053 #: templates/sat_website/specifications_xep.html:118
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
2054 msgid "Delayed Delivery"
56
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
2055 msgstr "Livraison différée"
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
2056
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
2057 #: templates/sat_website/specifications_xep.html:122
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
2058 msgid "Direct MUC Invitations"
56
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
2059 msgstr "Invitation dans un groupe de discussion"
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
2060
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
2061 #: templates/sat_website/specifications_xep.html:126
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
2062 msgid "Microblogging over XMPP"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
2063 msgstr "Microblogage"
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
2064
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
2065 #: templates/sat_website/specifications_xep.html:130
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
2066 msgid "Stanza Forwarding"
56
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
2067 msgstr "Transfert de stanza"
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
2068
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
2069 #: templates/sat_website/specifications_xep.html:134
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
2070 msgid "Message Archive Management"
56
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
2071 msgstr "Gestion des archives de message"
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
2072
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
2073 #: templates/sat_website/specifications_xep.html:138
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
2074 msgid "Message Processing Hints"
56
01e9c646999f add links to other projects and press files
souliane <souliane@mailoo.org>
parents: 55
diff changeset
2075 msgstr "Recommandations pour le traitement des messages"
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
2076
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
2077 #: templates/sat_website/thank_you.html:27
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
2078 msgid "Thank you!"
51
e2ea184c8ebc update French translation + links to articles
souliane <souliane@mailoo.org>
parents: 44
diff changeset
2079 msgstr "Merci !"
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
2080
57
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
2081 #: templates/sat_website/thank_you.html:31
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
2082 msgid "Below a copy of the email we just sent to you."
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
2083 msgstr "Ci-dessous une copie du courriel que nous venons de vous envoyer."
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
2084
57
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
2085 #: templates/sat_website/thank_you.html:33
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
2086 msgid ""
57
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
2087 "Please read it carefully, it contains the information to complete your "
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
2088 "subscription."
3
43d8c6d59557 i18n: french translation
Goffi <goffi@goffi.org>
parents:
diff changeset
2089 msgstr ""
57
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
2090 "Merci de le lire attentivement, il contient les informations pour compléter "
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
2091 "votre adhésion."
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
2092
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
2093 #~ msgid "No"
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
2094 #~ msgstr "non"
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
2095
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
2096 #~ msgid "Please add me to the adherents newsletter."
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
2097 #~ msgstr "Je souhaite recevoir la lettre d'information."
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
2098
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
2099 #~ msgid "Name"
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
2100 #~ msgstr "Prénom"
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
2101
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
2102 #~ msgid "Surname"
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
2103 #~ msgstr "Nom"
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
2104
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
2105 #~ msgid "Your subscription has been registered."
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
2106 #~ msgstr "Votre adhésion a été enregistrée."
43
c86737a3af94 update French language files
souliane <souliane@mailoo.org>
parents: 21
diff changeset
2107
57
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
2108 #~ msgid ""
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
2109 #~ "\n"
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
2110 #~ "\tYou chose to pay your annual subscription of %(amount)s € via "
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
2111 #~ "%(method)s.<br/>You should receive in a couple of minutes an email from "
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
2112 #~ "us containing all the details to proceed with the payment.\n"
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
2113 #~ "\t"
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
2114 #~ msgstr ""
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
2115 #~ "\n"
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
2116 #~ "\tVous avez choisie de payer une cotisation annuelle de %(amount)s € par "
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
2117 #~ "%(method)s.<br/>Vous devriez recevoir sous peu un courriel de notre part "
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
2118 #~ "contenant tous les détails pour procéder au règlement.\n"
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
2119 #~ "\t"
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
2120
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
2121 #~ msgid ""
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
2122 #~ "You should receive in a couple of minutes a confirmation email from us."
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
2123 #~ msgstr ""
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 56
diff changeset
2124 #~ "Vous devriez recevoir sous peu un courriel de confirmation de notre part."
52
cc099372a9ac hide the association page for now + add links to similar projects
souliane <souliane@mailoo.org>
parents: 51
diff changeset
2125
55
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
2126 #~ msgid "Funding the software"
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
2127 #~ msgstr "Financement du logiciel"
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
2128
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
2129 #~ msgid "subtext"
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
2130 #~ msgstr "sous-titre"
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
2131
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
2132 #~ msgid "Subtitle 1"
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
2133 #~ msgstr "sous-titres"
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
2134
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
2135 #~ msgid "Salut à Toi (SàT) is currently under development."
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
2136 #~ msgstr "Salut à Toi (SàT) est actuellement en développement."