uhr/uhr-de_CH.js
2014-05-09 15:06:20 +02:00

30 lines
1.6 KiB
JavaScript

/*
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/>.
*/
var layout = {
language: 'Bärndütsch',
values: [
[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;