temp commit
This commit is contained in:
parent
a9f5667954
commit
3126af0018
3 changed files with 12 additions and 11 deletions
|
@ -13,7 +13,7 @@ GNU General Public License for more details.
|
|||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
-->
|
||||
<html manifest="manifest.appcache">
|
||||
<html>
|
||||
<head>
|
||||
<title>Bärneruhr - Die Zeit im Wort</title>
|
||||
<script type="text/javascript" src="jquery-2.1.0.min.js"></script>
|
||||
|
|
20
uhr-de_CH.js
20
uhr-de_CH.js
|
@ -15,16 +15,16 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
var layout = {
|
||||
language: 'Bärndütsch',
|
||||
values: [
|
||||
[l('E', 'on'), l('S', 'on'),l('K'),l('I', 'on'),l('S', 'on'),l('C', 'on'),l('H', 'on'),l('A'),m('F', 5, 25, 35, 55),m('Ü', 5, 25, 35, 55),m('F', 5, 25, 35, 55)],
|
||||
[m('V', 15, 45), m('I', 15, 45),m('E', 15, 45),m('R', 15, 45),m('T', 15, 45),m('U', 15, 45),l('B'),l('F'),m('Z', 10, 50),m('Ä', 10, 50),m('Ä', 10, 50)],
|
||||
[m('Z', 20, 40), m('W', 20, 40),m('Ä', 20, 40),m('N', 20, 40),m('Z', 20, 40),m('G', 20, 40),l('S'),l('I'),m('V', 25, 40, 45, 50, 55),m('O', 25, 40, 45, 50, 55),m('R', 25, 40, 45, 50, 55)],
|
||||
[m('A', 5, 10, 15, 20, 35), m('B', 5, 10, 15, 20, 35),l('O'),m('H', 25, 30, 35),m('A', 25, 30, 35),m('U', 25, 30, 35),m('B', 25, 30, 35),m('I', 25, 30, 35),l('E'),l('G'),l('E')],
|
||||
[h('E', 1), h('I', 1),h('S', 1),h('Z', 2),h('W', 2),h('Ö', 2),h('I', 2),l('S'),h('D', 3),h('R', 3),h('Ü', 3)],
|
||||
[h('V', 4), h('I', 4),h('E', 4),h('R', 4),h('I', 4),h('F', 5),h('Ü', 5),h('F', 5),h('I', 5),l('Q'),l('T')],
|
||||
[h('S', 6), h('Ä', 6),h('C', 6),h('H', 6),h('S', 6),h('I', 6),h('S', 7),h('I', 7),h('B', 7),h('N', 7),h('I', 7)],
|
||||
[h('A', 8), h('C', 8),h('H', 8),h('T', 8),h('I', 8),h('N', 9),h('Ü', 9),h('N', 9),h('I', 9),l('E'),l('L')],
|
||||
[h('Z', 10), h('Ä', 10),h('N', 10),h('I', 10),l('E'),l('R'),l('B'),h('E', 11),h('U', 11),h('F', 11),h('I', 11)],
|
||||
[h('Z', 12), h('W', 12),h('Ö', 12),h('U', 12),h('F', 12),h('I', 12),l('N'),l('A'),l('U'),l('H'),l('R')]
|
||||
[l('E'), l('B', 'on'), l('Ä', 'on'),l('R', 'on'),l('N', 'on'),l('E', 'on'),l('R', 'on'),l('U', 'on'),l('H', 'on'),l('R', 'on'),l('F')],
|
||||
[l('V'), l('I'),l('E'),l('R'),l('T'),l('U'),l('B'),l('F'),l('Z'),l('Ä'),l('Ä')],
|
||||
[l('Z'), l('W'),l('Ä'),l('N'),l('B','on'),l('Y', 'on'),l('S'),l('I'),l('V'),l('O'),l('R')],
|
||||
[l('A'), l('B'),l('O'),l('H'),l('A'),l('U'),l('B'),l('I'),l('E'),l('G'),l('E')],
|
||||
[l('f','on'), l('r','on'),l('i','on'),l('t','on'),l('t','on'),l('e','on'),l('l','on'),l('i','on'),l('.','on'),l('c','on'),l('h','on')],
|
||||
[l('V'), l('I'),l('E'),l('R'),l('I'),l('F'),l('Ü'),l('F'),l('I'),l('Q'),l('T')],
|
||||
[l('S'), l('Ä'),l('C'),l('H'),l('S'),l('I'),l('S'),l('I'),l('B'),l('N'),l('I')],
|
||||
[l('A'), l('C'),l('H'),l('T'),l('I'),l('N'),l('Ü'),l('N'),l('I'),l('E'),l('L')],
|
||||
[l('Z'), l('Ä'),l('N'),l('I'),l('E'),l('R'),l('B'),l('E'),l('U'),l('F'),l('I')],
|
||||
[l('Z'), l('W'),l('Ö'),l('U'),l('F'),l('I'),l('N'),l('A'),l('U'),l('H'),l('R')]
|
||||
]
|
||||
};
|
||||
window._uhr.languages['de_CH'] = layout;
|
||||
|
|
1
uhr.js
1
uhr.js
|
@ -119,6 +119,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
},
|
||||
_show: function(time) {
|
||||
var dotMinute = this._getDotMinute(time);
|
||||
dotMinute=0;
|
||||
var hour = this._getHour(time);
|
||||
var coarseMinute = this._getCoarseMinute(time);
|
||||
this._clear();
|
||||
|
|
Loading…
Reference in a new issue