~vono22/cookiekeeper/1.9.0

« back to all changes in this revision

Viewing changes to cookiekeeper/chrome/locale/en/ck.dom_storage.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
<!-- This Source Code Form is subject to the terms of the Mozilla Public
 
2
   - License, v. 2.0. If a copy of the MPL was not distributed with this
 
3
   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
 
4
 
 
5
<!ENTITY    button.format_json.label        "Format JSON">
 
6
<!ENTITY    button.format_json.accesskey    "F">
 
7
<!ENTITY    button.pack_json.label          "Pack JSON">
 
8
<!ENTITY    button.pack_json.accesskey      "P">
 
9
 
 
10
<!ENTITY    button.edit.label               "Edit">
 
11
<!ENTITY    button.edit.accesskey           "E">
 
12
<!ENTITY    button.save.label               "Save">
 
13
<!ENTITY    button.save.accesskey           "S">
 
14
 
 
15
<!ENTITY    props.host.label                "Host:">
 
16
<!ENTITY    props.protocol.label            "Protocol:">
 
17
<!ENTITY    props.port.label                "Port:">
 
18
<!ENTITY    props.name.label                "Name:">
 
19
<!ENTITY    props.content.label             "Content:">
 
20
<!ENTITY    props.size.label                "Size:">
 
21
 
 
22
<!ENTITY    menuitem.http.description       "standard">
 
23
<!ENTITY    menuitem.https.description      "secure">
 
24
 
 
25
<!ENTITY    button.close.label              "Close">
 
26
<!ENTITY    button.close.accesskey          "C">