diff --git a/.gitignore b/.gitignore
index 15d2cea..e822220 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,8 @@
# Ignore Mac DS_Store files
.DS_Store
+
+# Ignore JetBrains IDEA files
+.idea
+
+# Ignore node modules
+node_modules
diff --git a/_locales/cs/messages.json b/_locales/cs/messages.json
new file mode 100644
index 0000000..10875bf
--- /dev/null
+++ b/_locales/cs/messages.json
@@ -0,0 +1,34 @@
+{
+ "appDesc": {
+ "message": "Chraňte svoje blízké před nedůvěryhodným obsahem.",
+ "description":"The description of the application, displayed in the web store."
+ },
+ "notification_warning": {
+ "message": "Zvyšte opatrnost! Tato stránka je zařazena
v seznamu nedůvěryhodných webů.
",
+ "description":"Warning text"
+ },
+ "notification_more": {
+ "message": "Více zjistíte na",
+ "description":"Find more at"
+ },
+ "notification_close": {
+ "message": "Zavřít upozornění",
+ "description":"Close warning"
+ },
+ "dialog_doubts": {
+ "message": "Máte pochybnosti
o důvěryhodnosti této
stránky?",
+ "description":"Doubts text"
+ },
+ "dialog_check": {
+ "message": "Nechte ji prověřit odbornou komisí!",
+ "description":"Check text"
+ },
+ "dialog_report": {
+ "message": "Nahlásit web",
+ "description":"Report web"
+ },
+ "dialog_about": {
+ "message": "Více o rozšíření",
+ "description":"Find more"
+ }
+}
\ No newline at end of file
diff --git a/_locales/sk/messages.json b/_locales/sk/messages.json
new file mode 100644
index 0000000..4d0beef
--- /dev/null
+++ b/_locales/sk/messages.json
@@ -0,0 +1,34 @@
+{
+ "appDesc": {
+ "message": "Chráňte vašich blízkych pred nedôveryhodným obsahom.",
+ "description":"The description of the application, displayed in the web store."
+ },
+ "notification_warning": {
+ "message": "Zvýšte opatrnosť! Táto stránka je zaradená
v zozname nedôveryhodných webov.
",
+ "description":"Warning text"
+ },
+ "notification_more": {
+ "message": "Zistite viac na",
+ "description":"Find more at"
+ },
+ "notification_close": {
+ "message": "Zavrieť upozornenie",
+ "description":"Close warning"
+ },
+ "dialog_doubts": {
+ "message": "Máte pochybnosti
o dôveryhodnosti tejto
stránky?",
+ "description":"Doubts text"
+ },
+ "dialog_check": {
+ "message": "Nechajte ju preveriť odbornej komisii!",
+ "description":"Check text"
+ },
+ "dialog_report": {
+ "message": "Nahlásiť web",
+ "description":"Report web"
+ },
+ "dialog_about": {
+ "message": "Viac o rozšíreniu",
+ "description":"Find more"
+ }
+}
\ No newline at end of file
diff --git a/assets/dialog/dialog.css b/assets/dialog/dialog.css
index 0051500..5a394fa 100644
--- a/assets/dialog/dialog.css
+++ b/assets/dialog/dialog.css
@@ -25,6 +25,7 @@ footer, header, hgroup, menu, nav, section {
}
body {
line-height: 1;
+ overflow: hidden;
}
ol, ul {
list-style: none;
diff --git a/assets/dialog/dialog.html b/assets/dialog/dialog.html
index 317d478..76150a1 100644
--- a/assets/dialog/dialog.html
+++ b/assets/dialog/dialog.html
@@ -1,5 +1,5 @@
-
+