summaryrefslogtreecommitdiffstats
path: root/templates/sysconfig/branding-check.html
diff options
context:
space:
mode:
authorraul2014-07-14 15:57:21 +0200
committerraul2014-07-14 15:57:21 +0200
commita0d6b81c1c8009493c6b20ab1f7e04a048ab1097 (patch)
treee1f318b4f3cdc7ba5d81a25e80f41853ffbf1114 /templates/sysconfig/branding-check.html
parentXMerge branch 'i18n' of gitlab.c3sl.ufpr.br:cdn/slx-admin into i18n (diff)
downloadslx-admin-a0d6b81c1c8009493c6b20ab1f7e04a048ab1097.tar.gz
slx-admin-a0d6b81c1c8009493c6b20ab1f7e04a048ab1097.tar.xz
slx-admin-a0d6b81c1c8009493c6b20ab1f7e04a048ab1097.zip
[i18n] Updated the translations
Diffstat (limited to 'templates/sysconfig/branding-check.html')
-rw-r--r--templates/sysconfig/branding-check.html10
1 files changed, 3 insertions, 7 deletions
diff --git a/templates/sysconfig/branding-check.html b/templates/sysconfig/branding-check.html
index 93be4f2d..52c70cd0 100644
--- a/templates/sysconfig/branding-check.html
+++ b/templates/sysconfig/branding-check.html
@@ -1,9 +1,5 @@
<p>
- Unten sehen Sie zur Kontrolle noch einmal das ausgewählte Logo. Sollten Sie das Logo
- nicht sehen können, prüfen Sie bitte, ob Sie ein valides SVG-Bild verwendet haben.
- Alternativ ist es möglich, dass beim Verarbeiten des Bildes ein Fehler auftrat. Sie
- können daher das Modul trotzdem speichern und testen, ob das Logo im bwLehrpool-System
- angezeigt wird.
+ {{lang_brandingInfo}}
</p>
<div class="pull-left">
{{#svg}}
@@ -21,9 +17,9 @@
<form role="form" enctype="multipart/form-data" method="post" action="?do=SysConfig&amp;action=addmodule&amp;step={{step}}">
<input type="hidden" name="token" value="{{token}}">
<div class="form-group">
- <label for="title-id">Titel</label>
+ <label for="title-id">{{lang_title}}</label>
<input type="text" name="title" id ="title-id" class="form-control" placeholder="Name des Moduls">
</div>
- <button type="submit" class="btn btn-primary">Speichern</button>
+ <button type="submit" class="btn btn-primary">{{lang_save}}</button>
</form>
</div>