another small correction on de_DE
This commit is contained in:
parent
c9d5afac84
commit
e9026688fe
4 changed files with 9 additions and 1 deletions
Binary file not shown.
|
@ -733,3 +733,8 @@ msgstr "Zwischengespeichert"
|
||||||
#: index.php:144
|
#: index.php:144
|
||||||
msgid "ReflSwitch"
|
msgid "ReflSwitch"
|
||||||
msgstr "Reflektor umschalten"
|
msgstr "Reflektor umschalten"
|
||||||
|
|
||||||
|
#: setup.php:146
|
||||||
|
msgid "Timezone"
|
||||||
|
msgstr "Zeitzone"
|
||||||
|
|
||||||
|
|
|
@ -734,3 +734,6 @@ msgstr ""
|
||||||
msgid "ReflSwitch"
|
msgid "ReflSwitch"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: setup.php:146
|
||||||
|
msgid "Timezone"
|
||||||
|
msgstr ""
|
||||||
|
|
|
@ -143,7 +143,7 @@ include "include/tools.php";
|
||||||
<?php
|
<?php
|
||||||
function get_tz_options($selectedzone, $label, $desc = '') {
|
function get_tz_options($selectedzone, $label, $desc = '') {
|
||||||
echo '<div class="input-group">';
|
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">';
|
echo '<div class="input"><select name="TIMEZONE">';
|
||||||
function timezonechoice($selectedzone) {
|
function timezonechoice($selectedzone) {
|
||||||
$all = timezone_identifiers_list();
|
$all = timezone_identifiers_list();
|
||||||
|
|
Loading…
Reference in a new issue