summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/lang
diff options
context:
space:
mode:
authorJannik Schönartz2017-03-22 17:12:52 +0100
committerJannik Schönartz2017-03-22 17:12:52 +0100
commiteade9d466c9e3be2be4753ee4367356b356d2dc4 (patch)
treeeb6c6205b2e916a2b4e17290a536b0fb1cba76bf /modules-available/locationinfo/lang
parentMerge branch 'location-info-panel' of git.openslx.org:openslx-ng/slx-admin in... (diff)
downloadslx-admin-eade9d466c9e3be2be4753ee4367356b356d2dc4.tar.gz
slx-admin-eade9d466c9e3be2be4753ee4367356b356d2dc4.tar.xz
slx-admin-eade9d466c9e3be2be4753ee4367356b356d2dc4.zip
Backend credentials translation added. Bugfix: Checkboxes instead of bs switches were shown in the server settings
Diffstat (limited to 'modules-available/locationinfo/lang')
-rw-r--r--modules-available/locationinfo/lang/de/dummy.json14
-rw-r--r--modules-available/locationinfo/lang/en/dummy.json14
2 files changed, 28 insertions, 0 deletions
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"
+}