~vono22/cookiekeeper/1.9.0

« back to all changes in this revision

Viewing changes to cookiekeeper/chrome/locale/fr/ck.editor.dtd

  • Committer: Yvon TANGUY
  • Date: 2014-04-09 19:37:40 UTC
  • Revision ID: vono@vono.zsh.jp-20140409193740-1cqp6j5bgei4g91n
Fix #1305252 : Regression: preference extensions.cookiekeeper.version not set

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!--
2
 
   - CookieKeeper - a Mozilla add-on
3
 
   - (c) 2013-2016 Yvon TANGUY
4
 
   -
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
 
   - ==================================================================
10
 
-->
11
 
 
12
 
<!ENTITY    window.cookieeditor.title       "Edition d'un Cookie">
13
 
<!ENTITY    window.lso.title                "Contenu du cookie Flash (LSO)">
14
 
 
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 :">
26
 
 
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">
33
 
 
34
 
<!ENTITY    menuitem.http.description       "standard">
35
 
<!ENTITY    menuitem.https.description      "securisé">
36
 
 
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">