From ba104dcbf97f606e408f4ef3b6331cd1d775fb83 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 6 Sep 2016 17:25:03 +0200 Subject: Fix some translations --- modules-available/locations/templates/subnets.html | 2 +- modules-available/roomplanner/config.json | 1 - modules-available/session/lang/de/module.json | 3 +++ modules-available/session/lang/en/module.json | 3 +++ 4 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 modules-available/session/lang/de/module.json create mode 100644 modules-available/session/lang/en/module.json 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}}
- +
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 -- cgit v1.2.3-55-g7522