From d46fec9f483db0e8cf6cf5672289b6222043ee83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ale=C5=A1=20Smodi=C5=A1?= Date: Fri, 2 Oct 2015 12:04:16 +0200 Subject: Define default translations for the "more" button in multi-part hints. --- res/en.json | 3 ++- res/sl.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'res') diff --git a/res/en.json b/res/en.json index 5330cdc..3fb2d7a 100644 --- a/res/en.json +++ b/res/en.json @@ -11,5 +11,6 @@ "btn_hint": "Hint", "btn_test": "Test", "btn_run": "Run", - "btn_stop": "Stop" + "btn_stop": "Stop", + "btn_more": "More..." } \ No newline at end of file diff --git a/res/sl.json b/res/sl.json index cdde4f4..7f5cf7f 100644 --- a/res/sl.json +++ b/res/sl.json @@ -11,5 +11,6 @@ "btn_hint": "Namig", "btn_test": "Testiraj", "btn_run": "Zaženi", - "btn_stop": "Ustavi" + "btn_stop": "Ustavi", + "btn_more": "Več..." } \ No newline at end of file -- cgit v1.2.1