blob: 110fb73f7de8240420cb1401be7f578903d26724 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
|
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
offline-dialog-window =
.title = Paramètres hors connexion
autodetect-online-label =
.label = Toujours passer en mode en ligne lorsque cela est possible
.accesskey = T
offline-preference-startup-label = État manuel au démarrage :
status-radio-remember =
.label = Se souvenir de l’état précédent
.accesskey = S
status-radio-ask =
.label = Demander à passer en mode en ligne
.accesskey = D
status-radio-always-online =
.label = Passer en mode en ligne
.accesskey = P
status-radio-always-offline =
.label = Passer en mode hors connexion
.accesskey = a
going-online-label = Envoyer les messages en attente lors du passage en mode en ligne ?
going-online-auto =
.label = Oui
.accesskey = u
going-online-not =
.label = Non
.accesskey = N
going-online-ask =
.label = Demander
.accesskey = e
going-offline-label = À la déconnexion, télécharger les messages pour une utilisation hors connexion ?
going-offline-auto =
.label = Oui
.accesskey = i
going-offline-not =
.label = Non
.accesskey = o
going-offline-ask =
.label = Demander
.accesskey = m
|