englische übersetzung gemacht, "uhr" bzw. "o'clock" aktiviert zur vollen stunde

This commit is contained in:
Manuel Friedli 2013-11-25 14:06:18 +01:00
parent 13009a8646
commit e3721a9600
5 changed files with 24 additions and 3 deletions

View file

@ -6,6 +6,7 @@
<script type="text/javascript" src="uhr.js"></script>
<script type="text/javascript" src="uhr-de_CH.js"></script>
<script type="text/javascript" src="uhr-de.js"></script>
<script type="text/javascript" src="uhr-en.js"></script>
<link rel="stylesheet" type="text/css" href="uhr.css" />
<link rel="stylesheet" type="text/css" href="uhr-black.css" id="theme" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
@ -30,6 +31,7 @@
<select id="layoutswitcher">
<option value="de_CH">Bärndütsch</option>
<option value="de">Hochdeutsch</option>
<option value="en">English</option>
</select>
<div class="onoffswitch">
<input type="checkbox" name="onoffswitch" class="onoffswitch-checkbox" id="onoffswitch" checked="checked" onclick="updateClockState()" />