2
- CookieKeeper - a Mozilla add-on
3
- (c) 2013-2016 Yvon TANGUY
5
- ==================================================================
6
- This Source Code Form is subject to the terms of the Mozilla Public
7
- License, v. 2.0. If a copy of the MPL was not distributed with this
8
- file, You can obtain one at http://mozilla.org/MPL/2.0/.
9
- ==================================================================
12
<!ENTITY window.cookieeditor.title "Edition d'un Cookie">
13
<!ENTITY window.lso.title "Contenu du cookie Flash (LSO)">
15
<!ENTITY props.domain.label "Hôte :">
16
<!ENTITY props.name.label "Nom :">
17
<!ENTITY props.path.label "Chemin :">
18
<!ENTITY props.value.label "Contenu :">
19
<!ENTITY props.secure.label "Envoi pour :">
20
<!ENTITY props.httponly.label "HTTP Seul.:">
21
<!ENTITY props.httponly.tooltip "HTTP Seulement">
22
<!ENTITY props.expires.label "Expire :">
23
<!ENTITY props.protocol.label "Protocole :">
24
<!ENTITY props.port.label "Port :">
25
<!ENTITY props.size.label "Taille :">
27
<!ENTITY radio.expire.session "À la fin de la session">
28
<!ENTITY radio.expire.date "À une date spécifique">
29
<!ENTITY dpExpires.arialabel "Date">
30
<!ENTITY tpExpires.arialabel "Heure">
31
<!ENTITY radio.secure_no.label "Tout type de connexion">
32
<!ENTITY radio.secure_yes.label "Connexions chiffrées uniquement">
34
<!ENTITY menuitem.http.description "standard">
35
<!ENTITY menuitem.https.description "securisé">
37
<!ENTITY button.format_json.label "Formater le JSON">
38
<!ENTITY button.format_json.accesskey "F">
39
<!ENTITY button.pack_json.label "Compacter le JSON">
40
<!ENTITY button.pack_json.accesskey "C">
41
<!ENTITY button.edit.label "Editer">
42
<!ENTITY button.edit.accesskey "E">
43
<!ENTITY button.save.label "Enregistrer">
44
<!ENTITY button.save.accesskey "E">
45
<!ENTITY button.close.label "Fermer">
46
<!ENTITY button.close.accesskey "m">