From eade9d466c9e3be2be4753ee4367356b356d2dc4 Mon Sep 17 00:00:00 2001 From: Jannik Schönartz Date: Wed, 22 Mar 2017 17:12:52 +0100 Subject: Backend credentials translation added. Bugfix: Checkboxes instead of bs switches were shown in the server settings --- modules-available/locationinfo/lang/de/dummy.json | 14 ++++++++++++++ modules-available/locationinfo/lang/en/dummy.json | 14 ++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 modules-available/locationinfo/lang/de/dummy.json create mode 100644 modules-available/locationinfo/lang/en/dummy.json (limited to 'modules-available/locationinfo/lang') diff --git a/modules-available/locationinfo/lang/de/dummy.json b/modules-available/locationinfo/lang/de/dummy.json new file mode 100644 index 00000000..f68fb869 --- /dev/null +++ b/modules-available/locationinfo/lang/de/dummy.json @@ -0,0 +1,14 @@ +{ + "username": "Benutzer", + "username_title": "Das ist halt ein Username feld..", + "password": "Passwort 1", + "password_title": "Bla passwort bla bla", + "integer": "Zahl", + "integer_title": "Ein Zahlen felde?!", + "option": "Irgendein Array", + "option_title": "LALALA Hilfs- Text bla bla", + "CheckTheBox": "CheckBox", + "CheckTheBox_title": "Die checkbox ist ein wenig nutzlos", + "CB2 t": "Eine andere cb", + "CB2 t_title": ":P Diese checkbox ist super secret." +} diff --git a/modules-available/locationinfo/lang/en/dummy.json b/modules-available/locationinfo/lang/en/dummy.json new file mode 100644 index 00000000..800fd80b --- /dev/null +++ b/modules-available/locationinfo/lang/en/dummy.json @@ -0,0 +1,14 @@ +{ + "username": "Username", + "username_title": "A fkn username field", + "password": "Password 1", + "password_title": "Password 1 title alalala :D", + "integer": "A integer value", + "integer_title": "What is this for?!", + "option": "Option Array", + "option_title": "LALALA OPtion title bla bla", + "CheckTheBox": "CheckBox", + "CheckTheBox_title": "Check this if you are bored", + "CB2 t": "Another cb", + "CB2 t_title": "meeh fk it. This cb does nothing. :P" +} -- cgit v1.2.3-55-g7522