summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2016-09-06 17:25:03 +0200
committerSimon Rettberg2016-09-06 17:25:03 +0200
commitba104dcbf97f606e408f4ef3b6331cd1d775fb83 (patch)
treeb281f45e240ac88e15e554fd9687959aa461888f
parent[roomplanner] Formatting (diff)
downloadslx-admin-ba104dcbf97f606e408f4ef3b6331cd1d775fb83.tar.gz
slx-admin-ba104dcbf97f606e408f4ef3b6331cd1d775fb83.tar.xz
slx-admin-ba104dcbf97f606e408f4ef3b6331cd1d775fb83.zip
Fix some translations
-rw-r--r--modules-available/locations/templates/subnets.html2
-rw-r--r--modules-available/roomplanner/config.json1
-rw-r--r--modules-available/session/lang/de/module.json3
-rw-r--r--modules-available/session/lang/en/module.json3
4 files changed, 7 insertions, 2 deletions
diff --git a/modules-available/locations/templates/subnets.html b/modules-available/locations/templates/subnets.html
index 0320e333..15fa28f2 100644
--- a/modules-available/locations/templates/subnets.html
+++ b/modules-available/locations/templates/subnets.html
@@ -29,7 +29,7 @@
{{/list}}
</table>
<div>
- <button type="submit" class="btn btn-primary">Späschohn (geht noch nicht!)</button>
+ <button type="submit" class="btn btn-primary">{{lang_save}}</button>
</div>
</form>
</div>
diff --git a/modules-available/roomplanner/config.json b/modules-available/roomplanner/config.json
index 48ddbb30..f65b698f 100644
--- a/modules-available/roomplanner/config.json
+++ b/modules-available/roomplanner/config.json
@@ -1,4 +1,3 @@
{
- "category":"main.content",
"dependencies": ["js_jqueryui", "js_selectize", "bootstrap_dialog"]
}
diff --git a/modules-available/session/lang/de/module.json b/modules-available/session/lang/de/module.json
new file mode 100644
index 00000000..0d2b001c
--- /dev/null
+++ b/modules-available/session/lang/de/module.json
@@ -0,0 +1,3 @@
+{
+ "page_title": "Anmelden"
+} \ No newline at end of file
diff --git a/modules-available/session/lang/en/module.json b/modules-available/session/lang/en/module.json
new file mode 100644
index 00000000..5fb22548
--- /dev/null
+++ b/modules-available/session/lang/en/module.json
@@ -0,0 +1,3 @@
+{
+ "page_title": "Log in"
+} \ No newline at end of file