another small correction on de_DE

This commit is contained in:
dg9vh 2017-04-29 19:41:09 +00:00
parent c9d5afac84
commit e9026688fe
4 changed files with 9 additions and 1 deletions

Binary file not shown.

View file

@ -733,3 +733,8 @@ msgstr "Zwischengespeichert"
#: index.php:144
msgid "ReflSwitch"
msgstr "Reflektor umschalten"
#: setup.php:146
msgid "Timezone"
msgstr "Zeitzone"

View file

@ -734,3 +734,6 @@ msgstr ""
msgid "ReflSwitch"
msgstr ""
#: setup.php:146
msgid "Timezone"
msgstr ""

View file

@ -143,7 +143,7 @@ include "include/tools.php";
<?php
function get_tz_options($selectedzone, $label, $desc = '') {
echo '<div class="input-group">';
echo '<span class="input-group-addon" id="TIMEZONE" style="width: 300px"><?php echo _("Timezone"); ?></span>';
echo '<span class="input-group-addon" id="TIMEZONE" style="width: 300px">'._("Timezone").'</span>';
echo '<div class="input"><select name="TIMEZONE">';
function timezonechoice($selectedzone) {
$all = timezone_identifiers_list();