Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 117 → Rev 118

/install/keylay.h
3,6 → 3,10
/****** EN ******/
"English (US)\0en\0\1\265\0\0\0\0",
"English (UK)\0uk\0\1\265\0\1\0\0",
/****** HY ******/
"Armenian\0hy\0\3\203\6\3\0\0",
/****** BG ******/
"Bulgarian\0bg\0\3\150\3\2\0\0",
/****** FR ******/
"French (France)\0fr\0\3\132\1\1\0\0",
"French (Canada, standard)\0cf\0\3\137\11\1\0\0",
11,13 → 15,22
"German\0de\0\3\132\1\1\0\0",
/****** HU ******/
"Hungarian\0hu\0\3\124\1\1\0\320",
/****** IT ******/
"Italian\0it\0\3\132\1\1\0\0",
/****** NO ******/
"Norvegian\0no\0\3\132\11\1\0\0",
/****** PL ******/
"Polish\0pl\0\3\337\12\1\0\0",
"Polish (Programmer)\0pl\0\3\337\12\1\0\0",
"Polish (Typewriter)\0pl\0\3\337\12\1\0\326",
/****** RU ******/
"Russian (Standard)\0ru\0\3\142\3\2\0\0",
"Russian (Typewriter)\0ru\0\3\142\3\2\1\273",
/****** SL ******/
"Slovenian\0si\0\3\124\1\1\0\0",
/****** ES ******/
"Spanish\0es\0\3\132\1\1\0\0",
/****** SV ******/
"Swedish\0sv\0\3\132\1\1\0\0",
/****** TR ******/
"Turkish\0tr\0\3\131\1\2\0\0",
NULL};
/install/keyoff.h
1,18 → 1,30
/* DO NOT EDIT THIS FILE, IT IS AUTO-GENERATED BY LOCALES.EXE */
#define OFFLOC_EN 0
#define OFFLEN_EN 2
#define OFFLOC_FR 2
#define OFFLOC_HY 2
#define OFFLEN_HY 1
#define OFFLOC_BG 3
#define OFFLEN_BG 1
#define OFFLOC_FR 4
#define OFFLEN_FR 3
#define OFFLOC_DE 5
#define OFFLOC_DE 7
#define OFFLEN_DE 1
#define OFFLOC_HU 6
#define OFFLOC_HU 8
#define OFFLEN_HU 1
#define OFFLOC_PL 7
#define OFFLEN_PL 1
#define OFFLOC_RU 8
#define OFFLOC_IT 9
#define OFFLEN_IT 1
#define OFFLOC_NO 10
#define OFFLEN_NO 1
#define OFFLOC_PL 11
#define OFFLEN_PL 2
#define OFFLOC_RU 13
#define OFFLEN_RU 2
#define OFFLOC_ES 10
#define OFFLOC_SL 15
#define OFFLEN_SL 1
#define OFFLOC_ES 16
#define OFFLEN_ES 1
#define OFFLOC_TR 11
#define OFFLOC_SV 17
#define OFFLEN_SV 1
#define OFFLOC_TR 18
#define OFFLEN_TR 1
#define OFFCOUNT 12
#define OFFCOUNT 19
/install/locales.c
78,10 → 78,18
 
/******************* LAYOUTS LIST START *******************/
 
/* addnew(countrycode, humanlang, keybcode, cp, egafile, keybfile, subid) */
 
/* English */
addnew("EN", "English (US)", "en", 437, 0, 0, 0);
addnew("EN", "English (UK)", "uk", 437, 0, 1, 0);
 
/* Armenian */
addnew("HY", "Armenian", "hy", 899, 6, 3, 0);
 
/* Bulgarian */
addnew("BG", "Bulgarian", "bg", 872, 3, 2, 0);
 
/* French */
addnew("FR", "French (France)", "fr", 858, 1, 1, 0);
addnew("FR", "French (Canada, standard)", "cf", 863, 9, 1, 0);
93,16 → 101,29
/* Hungarian */
addnew("HU", "Hungarian", "hu", 852, 1, 1, 208);
 
/* Italian */
addnew("IT", "Italian", "it", 858, 1, 1, 0);
 
/* Norvegian */
addnew("NO", "Norvegian", "no", 858, 9, 1, 0);
 
/* Polish */
addnew("PL", "Polish", "pl", 991, 10, 1, 0);
addnew("PL", "Polish (Programmer)", "pl", 991, 10, 1, 0);
addnew("PL", "Polish (Typewriter)", "pl", 991, 10, 1, 214);
 
/* Russian */
addnew("RU", "Russian (Standard)", "ru", 866, 3, 2, 0);
addnew("RU", "Russian (Typewriter)", "ru", 866, 3, 2, 443);
 
/* Slovenian */
addnew("SL", "Slovenian", "si", 852, 1, 1, 0);
 
/* Spanish */
addnew("ES", "Spanish", "es", 858, 1, 1, 0);
 
/* Swedish */
addnew("SV", "Swedish", "sv", 858, 1, 1, 0);
 
/* Turkish */
addnew("TR", "Turkish", "tr", 857, 1, 2, 0);