~vono22/cookiekeeper/1.9.0

« back to all changes in this revision

Viewing changes to cookiekeeper/chrome/locale/de/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
 
<!-- 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 window.cookieeditor.title "Cookie-Editor">
6
 
<!ENTITY window.lso.title "Flash-Cookies (LSO) Betrachter">
7
 
<!ENTITY props.domain.label "Host:">
8
 
<!ENTITY props.name.label "Name:">
9
 
<!ENTITY props.path.label "Pfad:">
10
 
<!ENTITY props.value.label "Inhalt:">
11
 
<!ENTITY props.secure.label "Senden für:">
12
 
<!ENTITY props.httponly.label "Nur HTTP:">
13
 
<!ENTITY props.httponly.tooltip "Nur HTTP">
14
 
<!ENTITY props.expires.label "Gültig bis:">
15
 
<!ENTITY props.protocol.label "Protokoll:">
16
 
<!ENTITY props.port.label "Port:">
17
 
<!ENTITY props.size.label "Größe:">
18
 
<!ENTITY radio.expire.session "Am Ende der Sitzung">
19
 
<!ENTITY radio.expire.date "Zu einem bestimmten Zeitpunkt">
20
 
<!ENTITY dpExpires.arialabel "Datum">
21
 
<!ENTITY tpExpires.arialabel "Zeit">
22
 
<!ENTITY radio.secure_no.label "Jede Art von Verbindung">
23
 
<!ENTITY radio.secure_yes.label "Nur verschlüsselte Verbindungen">
24
 
<!ENTITY menuitem.http.description "Standard">
25
 
<!ENTITY menuitem.https.description "Sicher">
26
 
<!ENTITY button.format_json.label "JSON-Format">
27
 
<!ENTITY button.format_json.accesskey "F">
28
 
<!ENTITY button.pack_json.label "JSON komprimieren">
29
 
<!ENTITY button.pack_json.accesskey "K">
30
 
<!ENTITY button.edit.label "Bearbeiten">
31
 
<!ENTITY button.edit.accesskey "B">
32
 
<!ENTITY button.save.label "Speichern">
33
 
<!ENTITY button.save.accesskey "S">
34
 
<!ENTITY button.close.label "Schließen">
35
 
<!ENTITY button.close.accesskey "C">