2014-06-26 08:00:15 +02:00
|
|
|
/*
|
|
|
|
This program is free software: you can redistribute it and/or modify
|
|
|
|
it under the terms of the GNU General Public License as published by
|
|
|
|
the Free Software Foundation, either version 3 of the License, or
|
|
|
|
(at your option) any later version.
|
|
|
|
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
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/>.
|
|
|
|
*/
|
2014-06-26 08:08:06 +02:00
|
|
|
var h = {
|
2014-06-26 08:00:15 +02:00
|
|
|
"_es_isch": {1:[1,2,4,5,6,7]},
|
|
|
|
"_genau": {3:[7,8,9,10,11]},
|
|
|
|
"_ab": {4:[4,5]},
|
|
|
|
"_vor": {4:[1,2,3]},
|
|
|
|
"_haubi": {4:[7,8,9,10,11]},
|
|
|
|
"_5": {1:[9,10,11]},
|
|
|
|
"_10": {2:[9,10,11]},
|
|
|
|
"_15": {2:[1,2,3,4,5,6]},
|
2014-06-26 10:43:15 +02:00
|
|
|
"_20": {3:[1,2,3,4,5,6]}
|
2014-06-26 08:08:06 +02:00
|
|
|
};
|
|
|
|
var layout = {
|
|
|
|
"version": 2,
|
2014-06-26 16:06:23 +02:00
|
|
|
"language": 'Bärndütsch (genau)',
|
2014-06-26 08:00:15 +02:00
|
|
|
"letters": [
|
|
|
|
'ESKISCHAFÜF',
|
|
|
|
'VIERTUBFZÄÄ',
|
|
|
|
'ZWÄNZGGENAU',
|
|
|
|
'VORABOHAUBI',
|
2014-06-26 14:07:31 +02:00
|
|
|
'EISZWÖISDRÜ',
|
2014-06-26 08:00:15 +02:00
|
|
|
'VIERIFÜFIQT',
|
|
|
|
'SÄCHSISIBNI',
|
|
|
|
'ACHTINÜNIEL',
|
|
|
|
'ZÄNIERBEUFI',
|
2014-06-26 13:46:10 +02:00
|
|
|
'ZWÖUFINAUHR'
|
2014-06-26 08:00:15 +02:00
|
|
|
],
|
2014-06-26 08:08:06 +02:00
|
|
|
"permanent": h._es_isch,
|
2014-06-26 08:00:15 +02:00
|
|
|
"minutes": {
|
2014-06-26 08:08:06 +02:00
|
|
|
"0": h._genau,
|
2014-06-26 14:41:56 +02:00
|
|
|
"5,6,7,8,9": [h._5, h._ab],
|
|
|
|
"10,11,12,13,14": [h._10, h._ab],
|
|
|
|
"15,16,17,18,19": [h._15, h._ab],
|
|
|
|
"20,21,22,23,24": [h._20, h._ab],
|
|
|
|
"25,26,27,28,29": [h._5, h._vor, h._haubi],
|
2014-06-27 12:56:32 +02:00
|
|
|
"30,31,32,33,34": h._haubi,
|
2014-06-26 14:41:56 +02:00
|
|
|
"35,36,37,38,39": [h._5, h._ab, h._haubi],
|
|
|
|
"40,41,42,43,44": [h._20, h._vor],
|
2014-06-26 16:37:43 +02:00
|
|
|
"45,46,47,48,49": [h._15, h._vor],
|
2014-06-26 14:41:56 +02:00
|
|
|
"50,51,52,53,54": [h._10, h._vor],
|
|
|
|
"55,56,57,58,59": [h._5, h._vor]
|
2014-06-26 08:00:15 +02:00
|
|
|
},
|
|
|
|
"hours": {
|
|
|
|
"1": {5:[1,2,3]},
|
|
|
|
"2": {5:[4,5,6,7]},
|
|
|
|
"3": {5:[9,10,11]},
|
|
|
|
"4": {6:[1,2,3,4,5]},
|
|
|
|
"5": {6:[6,7,8,9]},
|
|
|
|
"6": {7:[1,2,3,4,5,6]},
|
|
|
|
"7": {7:[7,8,9,10,11]},
|
|
|
|
"8": {8:[1,2,3,4,5]},
|
|
|
|
"9": {8:[6,7,8,9]},
|
|
|
|
"10": {9:[1,2,3,4]},
|
2014-06-26 13:46:10 +02:00
|
|
|
"11": {9:[8,9,10,11]},
|
|
|
|
"12": {10:[1,2,3,4,5,6]}
|
2014-06-26 08:00:15 +02:00
|
|
|
}
|
|
|
|
};
|
2014-06-26 16:06:23 +02:00
|
|
|
window._uhr.languages['de_CH_genau'] = layout;
|