summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Zorko <robertz@gurucue.com>2015-10-19 13:45:21 +0200
committerRobert Zorko <robertz@gurucue.com>2015-10-19 13:45:21 +0200
commitbea986b587a8e61234430bc1144609e1a5f117b4 (patch)
tree5878d31f67bce7a46d0b16ca383c3099593d82b2
parentdb188516cbd72d6bdc067370af70d1e7cc0d1f52 (diff)
added translation for the recent addtions to the settings screen
-rw-r--r--index.html6
-rw-r--r--res/en.json6
-rw-r--r--res/sl.json6
3 files changed, 13 insertions, 5 deletions
diff --git a/index.html b/index.html
index 6263a73..56aac2e 100644
--- a/index.html
+++ b/index.html
@@ -397,14 +397,14 @@
<div class="form-group" id="gui_layout_select_form_group">
<span class="small" data-tkey="layout_select" >Layout</span>
<select class="form-control" id="gui_layout_select">
- <option value="line-layout">Line</option>
- <option value="square-layout">Square</option>
+ <option value="line-layout" data-tkey="line_layout">Line</option>
+ <option value="square-layout" data-tkey="square_layout">Square</option>
</select>
</div>
</form>
</div>
<div class="panel-footer text-center">
- <button type="button" class="btn btn-default" id="settings_cancel_btn">Close</button>
+ <button type="button" class="btn btn-default" id="settings_cancel_btn" data-tkey="settings_cancel_btn">Close</button>
<input form="settingsForm" type="submit" class="btn btn-primary" id="settings_save_btn" data-tkey-value="save" value="Save"/>
</div>
</div>
diff --git a/res/en.json b/res/en.json
index 2a87203..ce5d38b 100644
--- a/res/en.json
+++ b/res/en.json
@@ -52,5 +52,9 @@
"problem_group": "Problem group",
"problems_count": "All",
"done": "Done",
- "in_progress": "In progress"
+ "in_progress": "In progress",
+ "layout_select": "Layout",
+ "line_layout": "Line",
+ "square_layout": "Square",
+ "settings_cancel_btn": "Close"
}
diff --git a/res/sl.json b/res/sl.json
index 7de20bc..f6087cb 100644
--- a/res/sl.json
+++ b/res/sl.json
@@ -52,5 +52,9 @@
"problem_group": "Poglavje",
"problems_count": "Vse naloge",
"done": "Narejeno",
- "in_progress": "V delu"
+ "in_progress": "V delu",
+ "layout_select": "Razporeditev",
+ "line_layout": "Vrstična",
+ "square_layout": "Štirikotna",
+ "settings_cancel_btn": "Zapri"
}