From cd556ebfc2beee90f92c5a0ff973888458beed46 Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Thu, 5 Nov 2015 10:58:17 +0100 Subject: Translate block labels --- index.html | 24 ++++++++++++------------ res/en.json | 4 ++++ res/sl.json | 4 ++++ 3 files changed, 20 insertions(+), 12 deletions(-) diff --git a/index.html b/index.html index b5e8e89..a7273bc 100644 --- a/index.html +++ b/index.html @@ -265,13 +265,13 @@
-
Instructions
+
Instructions
-
Hints
+
Hints
@@ -285,11 +285,11 @@
-
Code
+
Code
-
Console
+
Console
@@ -306,13 +306,13 @@
-
Instructions
+
Instructions
-
Hints
+
Hints
@@ -328,11 +328,11 @@
-
Code
+
Code
-
Console
+
Console
@@ -346,7 +346,7 @@

-
Instructions
+
Instructions
-
Code
+
Code
-
Console
+
Console
-
Hints
+
Hints
diff --git a/res/en.json b/res/en.json index f560b15..b0559c5 100644 --- a/res/en.json +++ b/res/en.json @@ -19,6 +19,10 @@ "btn_run": "Run", "btn_stop": "Stop", "btn_more": "More...", + "instructions": "Instructions", + "hints": "Hints", + "code": "Code", + "console": "Console", "signin_header": "Please sign in", "signin_via": "Login via", "signin_or": "or", diff --git a/res/sl.json b/res/sl.json index d99721a..54e3f4f 100644 --- a/res/sl.json +++ b/res/sl.json @@ -19,6 +19,10 @@ "btn_run": "Zaženi", "btn_stop": "Ustavi", "btn_more": "Več...", + "instructions": "Navodila", + "hints": "Namigi", + "code": "Program", + "console": "Konzola", "signin_header": "Prijava", "signin_via": "Prijava prek", "signin_or": "ali", -- cgit v1.2.1