summaryrefslogtreecommitdiff
path: root/backend/instance/nocookies/_locales/hu/messages.json
blob: 9b1ebdab7d487e6f2181063852a50402874c5fe7 (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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
  "extensionName": {
    "message": "I don't care about cookies",
    "description": "Name of the extension."
  },
  
  "extensionDescription": {
    "message": "Mondj búcsút a figyelmeztetéseknek!",
    "description": "Description of the extension."
  },
  
  "reportSkippedTitle": {
    "message": "A kiegészítő ki van kapcsolva itt: $HOSTNAME$",
    "description": "Tells the user it cannot report a whitelisted domain.",
    "placeholders": {
      "hostname" : {
        "content" : "$1",
        "example" : "domain.com"
      }
    }
  },
  
  "reportSkippedMessage": {
    "message": "Ezen a webhelyen ki van kapcsolva a kiegészítő. Kérlek, kapcsold be és ellenőrizd le, hogy nem látsz-e figyelmeztetést mielőtt jelentenéd.",
    "description": "Tells the user it cannot report a whitelisted domain."
  },
  
  "reportConfirm": {
    "message": "Szeretnéd jelenteni a sütiket (cookie-kat) erről a webhelyről: $HOSTNAME$?",
    "description": "Ask for confirmation before reporting a website. Don't use quotes here.",
    "placeholders": {
      "hostname" : {
        "content" : "$1",
        "example" : "domain.com"
      }
    }
  },
  
  "menuEnable": {
    "message": "A kiegészítő bekapcsolása itt: $HOSTNAME$",
    "description": "Menu option.",
    "placeholders": {
      "hostname" : {
        "content" : "$1",
        "example" : "domain.com"
      }
    }
  },
  
  "menuDisable": {
    "message": "A kiegészítő kikapcsolása itt: $HOSTNAME$",
    "description": "Menu option.",
    "placeholders": {
      "hostname" : {
        "content" : "$1",
        "example" : "domain.com"
      }
    }
  },
  
  "menuIdle": {
    "message": "A kiegészítő ezen a webhelyen nem működik",
    "description": "Menu option visible when enabling/disabling doesn't work."
  },
  
  "menuReport": {
    "message": "Egy süti (cookie) figyelmeztetés jelentése",
    "description": "Menu option."
  },
  
  "menuSupport": {
    "message": "A projekt támogatása",
    "description": "Menu option."
  },
  
  "optionsTitle": {
    "message": "Beállítások",
    "description": "Title for the options page."
  },
  
  "optionsWhitelist": {
    "message": "A fehér-listán szereplő webhelyek, egy weboldal soronként:",
    "description": "Options text for whitelist box."
  },
  
  "optionsButton": {
    "message": "Beállítások mentése",
    "description": "Options text for SAVE button."
  },
  
  "optionsSaved": {
    "message": "A beállítások sikeresen el lettek mentve!",
    "description": "Message after saving options."
  }
}