summaryrefslogtreecommitdiff
path: root/backend/instance/nocookies/_locales/hr/messages.json
diff options
context:
space:
mode:
authoraura <nw@moneybot.cc>2026-02-17 22:39:42 +0100
committeraura <nw@moneybot.cc>2026-02-17 22:39:42 +0100
commit636b0323075225c584b62719ed51e75521bb7ffb (patch)
tree61b02271b6d0695a4beffc23fb6eb062a7da22c3 /backend/instance/nocookies/_locales/hr/messages.json
push source
Diffstat (limited to 'backend/instance/nocookies/_locales/hr/messages.json')
-rw-r--r--backend/instance/nocookies/_locales/hr/messages.json95
1 files changed, 95 insertions, 0 deletions
diff --git a/backend/instance/nocookies/_locales/hr/messages.json b/backend/instance/nocookies/_locales/hr/messages.json
new file mode 100644
index 0000000..b11bbfb
--- /dev/null
+++ b/backend/instance/nocookies/_locales/hr/messages.json
@@ -0,0 +1,95 @@
+{
+ "extensionName": {
+ "message": "I don't care about cookies",
+ "description": "Name of the extension."
+ },
+
+ "extensionDescription": {
+ "message": "Pa-pa, upozorenja.",
+ "description": "Description of the extension."
+ },
+
+ "reportSkippedTitle": {
+ "message": "Ekstenzija ne radi na $HOSTNAME$.",
+ "description": "Tells the user it cannot report a whitelisted domain.",
+ "placeholders": {
+ "hostname" : {
+ "content" : "$1",
+ "example" : "domain.com"
+ }
+ }
+ },
+
+ "reportSkippedMessage": {
+ "message": "Ugasili ste ekstenziju na ovoj web stranici. Upalite ju i provjerite vidi li se upozorenje o kolačićima prije nego prijavite web stranicu.",
+ "description": "Tells the user it cannot report a whitelisted domain."
+ },
+
+ "reportConfirm": {
+ "message": "Želite li prijaviti upozorenje o kolačićima na $HOSTNAME$?",
+ "description": "Ask for confirmation before reporting a website. Don't use quotes here.",
+ "placeholders": {
+ "hostname" : {
+ "content" : "$1",
+ "example" : "domain.com"
+ }
+ }
+ },
+
+ "menuEnable": {
+ "message": "Upali ekstenziju na $HOSTNAME$",
+ "description": "Menu option.",
+ "placeholders": {
+ "hostname" : {
+ "content" : "$1",
+ "example" : "domain.com"
+ }
+ }
+ },
+
+ "menuDisable": {
+ "message": "Ugasi ekstenziju na $HOSTNAME$",
+ "description": "Menu option.",
+ "placeholders": {
+ "hostname" : {
+ "content" : "$1",
+ "example" : "domain.com"
+ }
+ }
+ },
+
+ "menuIdle": {
+ "message": "Ekstenzija ne radi na ovoj domeni",
+ "description": "Menu option visible when enabling/disabling doesn't work."
+ },
+
+ "menuReport": {
+ "message": "Prijavite upozorenje o kolačićima",
+ "description": "Menu option."
+ },
+
+ "menuSupport": {
+ "message": "Podržite ovaj projekt",
+ "description": "Menu option."
+ },
+
+ "optionsTitle": {
+ "message": "Postavke",
+ "description": "Title for the options page."
+ },
+
+ "optionsWhitelist": {
+ "message": "Popis svih dopuštenih web stranica, jedna po retku:",
+ "description": "Options text for whitelist box."
+ },
+
+ "optionsButton": {
+ "message": "Snimi postavke",
+ "description": "Options text for SAVE button."
+ },
+
+ "optionsSaved": {
+ "message": "Postavke su uspješno snimljene.",
+ "description": "Message after saving options."
+ }
+} \ No newline at end of file