mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-13 02:52:37 +00:00
(svn r7682) -Backport from trunk (r7539, r7541, r7603):
- Added esperanto language files to MS projects (r7539). - Polish townname generator uses proper UNICODE characters (r7603).
This commit is contained in:
parent
0b67caa8ad
commit
51cd7bd43b
12
langs.vcproj
12
langs.vcproj
@ -133,6 +133,18 @@
|
||||
Outputs="lang\english.lng"/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\lang\esperanto.txt">
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32">
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Generating esperanto language file"
|
||||
CommandLine="strgen\debug\strgen.exe -s lang -d lang "$(InputPath)"
|
||||
"
|
||||
Outputs="lang\esperanto.lng"/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\lang\estonian.txt">
|
||||
<FileConfiguration
|
||||
|
@ -157,6 +157,20 @@
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\lang\esperanto.txt"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Generating esperanto language file"
|
||||
CommandLine="strgen\debug\strgen.exe -s lang -d lang "$(InputPath)"
"
|
||||
Outputs="lang\esperanto.lng"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\lang\estonian.txt"
|
||||
>
|
||||
|
124
table/namegen.h
124
table/namegen.h
@ -1310,56 +1310,56 @@ static const char *name_finnish_3[] = {
|
||||
|
||||
static const char *name_polish_1_m[] = {
|
||||
"Wielki ",
|
||||
"Maly ",
|
||||
"Zly ",
|
||||
"Mały ",
|
||||
"Zły ",
|
||||
"Dobry ",
|
||||
"Nowy ",
|
||||
"Stary ",
|
||||
"Zloty ",
|
||||
"Złoty ",
|
||||
"Zielony ",
|
||||
"Bialy ",
|
||||
"Biały ",
|
||||
"Modry ",
|
||||
"Debowy "
|
||||
"Dębowy "
|
||||
};
|
||||
|
||||
static const char *name_polish_1_f[] = {
|
||||
"Wielka ",
|
||||
"Mala ",
|
||||
"Zla ",
|
||||
"Mała ",
|
||||
"Zła ",
|
||||
"Dobra ",
|
||||
"Nowa ",
|
||||
"Stara ",
|
||||
"Zlota ",
|
||||
"Złota ",
|
||||
"Zielona ",
|
||||
"Biala ",
|
||||
"Biała ",
|
||||
"Modra ",
|
||||
"Debowa "
|
||||
"Dębowa "
|
||||
};
|
||||
|
||||
static const char *name_polish_1_n[] = {
|
||||
"Wielkie ",
|
||||
"Male ",
|
||||
"Zle ",
|
||||
"Małe ",
|
||||
"Złe ",
|
||||
"Dobre ",
|
||||
"Nowe ",
|
||||
"Stare ",
|
||||
"Zlote ",
|
||||
"Złote ",
|
||||
"Zielone ",
|
||||
"Biale ",
|
||||
"Białe ",
|
||||
"Modre ",
|
||||
"Debowe "
|
||||
"Dębowe "
|
||||
};
|
||||
|
||||
static const char *name_polish_2_o[] = {
|
||||
"Frombork",
|
||||
"Gniezno",
|
||||
"Olsztyn",
|
||||
"Torun",
|
||||
"Toruń",
|
||||
"Bydgoszcz",
|
||||
"Terespol",
|
||||
"Krakow",
|
||||
"Poznan",
|
||||
"Wroclaw",
|
||||
"Kraków",
|
||||
"Poznań",
|
||||
"Wrocław",
|
||||
"Katowice",
|
||||
"Cieszyn",
|
||||
"Bytom",
|
||||
@ -1370,7 +1370,7 @@ static const char *name_polish_2_o[] = {
|
||||
"Malbork",
|
||||
"Sopot",
|
||||
"Sosnowiec",
|
||||
"Gdansk",
|
||||
"Gdańsk",
|
||||
"Gdynia",
|
||||
"Sieradz",
|
||||
"Sandomierz",
|
||||
@ -1378,7 +1378,7 @@ static const char *name_polish_2_o[] = {
|
||||
"Szczytno",
|
||||
"Szczecin",
|
||||
"Zakopane",
|
||||
"Szklarska Poreba",
|
||||
"Szklarska Poręba",
|
||||
"Bochnia",
|
||||
"Golub-Dobrzyn",
|
||||
"Chojnice",
|
||||
@ -1390,13 +1390,13 @@ static const char *name_polish_2_o[] = {
|
||||
static const char *name_polish_2_m[] = {
|
||||
"Jarocin",
|
||||
"Gogolin",
|
||||
"Tomaszow",
|
||||
"Piotrkow",
|
||||
"Tomaszów",
|
||||
"Piotrków",
|
||||
"Lidzbark",
|
||||
"Rypin",
|
||||
"Radzymin",
|
||||
"Wolomin",
|
||||
"Pruszkow",
|
||||
"Wołomin",
|
||||
"Pruszków",
|
||||
"Olsztynek",
|
||||
"Rypin",
|
||||
"Cisek",
|
||||
@ -1406,7 +1406,7 @@ static const char *name_polish_2_m[] = {
|
||||
"Lubicz",
|
||||
"Milicz",
|
||||
"Targ",
|
||||
"Ostrow",
|
||||
"Ostrów",
|
||||
"Ozimek",
|
||||
"Puck",
|
||||
"Rzepin",
|
||||
@ -1419,7 +1419,7 @@ static const char *name_polish_2_m[] = {
|
||||
"Strzepcz",
|
||||
"Strzebielin",
|
||||
"Sochaczew",
|
||||
"Grebocin",
|
||||
"Grębocin",
|
||||
"Gniew",
|
||||
"Lubliniec",
|
||||
"Lubasz",
|
||||
@ -1441,7 +1441,7 @@ static const char *name_polish_2_m[] = {
|
||||
static const char *name_polish_2_f[] = {
|
||||
"Szprotawa",
|
||||
"Pogorzelica",
|
||||
"Motlawa",
|
||||
"Motława",
|
||||
"Lubawa",
|
||||
"Nidzica",
|
||||
"Kruszwica",
|
||||
@ -1495,7 +1495,7 @@ static const char *name_polish_2_n[] = {
|
||||
"Braniewo",
|
||||
"Sulinowo",
|
||||
"Chmielno",
|
||||
"Jastrzebie",
|
||||
"Jastrzębie",
|
||||
"Gryfino",
|
||||
"Koronowo",
|
||||
"Lubichowo",
|
||||
@ -1504,98 +1504,98 @@ static const char *name_polish_2_n[] = {
|
||||
|
||||
static const char *name_polish_3_m[] = {
|
||||
" Wybudowanie",
|
||||
" Swietokrzyski",
|
||||
" Gorski",
|
||||
" Świętokrzyski",
|
||||
" Górski",
|
||||
" Morski",
|
||||
" Zdroj",
|
||||
" Zdrój",
|
||||
" Wody",
|
||||
" Bajoro",
|
||||
" Krajenski",
|
||||
" Slaski",
|
||||
" Krajeński",
|
||||
" Śląski",
|
||||
" Mazowiecki",
|
||||
" Pomorski",
|
||||
" Wielki",
|
||||
" Maly",
|
||||
" Warminski",
|
||||
" Warmiński",
|
||||
" Mazurski",
|
||||
" Mniejszy",
|
||||
" Wiekszy",
|
||||
" Gorny",
|
||||
" Większy",
|
||||
" Górny",
|
||||
" Dolny",
|
||||
" Wielki",
|
||||
" Stary",
|
||||
" Nowy",
|
||||
" Wielkopolski",
|
||||
" Wzgorze",
|
||||
" Wzgórze",
|
||||
" Mosty",
|
||||
" Kujawski",
|
||||
" Malopolski",
|
||||
" Małopolski",
|
||||
" Podlaski",
|
||||
" Lesny"
|
||||
};
|
||||
|
||||
static const char *name_polish_3_f[] = {
|
||||
" Wybudowanie",
|
||||
" Swietokrzyska",
|
||||
" Gorska",
|
||||
" Świętokrzyska",
|
||||
" Górska",
|
||||
" Morska",
|
||||
" Zdroj",
|
||||
" Zdrój",
|
||||
" Woda",
|
||||
" Bajoro",
|
||||
" Krajenska",
|
||||
" Slaska",
|
||||
" Krajeńska",
|
||||
" Śląska",
|
||||
" Mazowiecka",
|
||||
" Pomorska",
|
||||
" Wielka",
|
||||
" Mala",
|
||||
" Warminska",
|
||||
" Mała",
|
||||
" Warmińska",
|
||||
" Mazurska",
|
||||
" Mniejsza",
|
||||
" Wieksza",
|
||||
" Gorna",
|
||||
" Większa",
|
||||
" Górna",
|
||||
" Dolna",
|
||||
" Wielka",
|
||||
" Stara",
|
||||
" Nowa",
|
||||
" Wielkopolska",
|
||||
" Wzgorza",
|
||||
" Wzgórza",
|
||||
" Mosty",
|
||||
" Kujawska",
|
||||
" Malopolska",
|
||||
" Podlaska",
|
||||
" Lesna"
|
||||
" Leśna"
|
||||
};
|
||||
|
||||
static const char *name_polish_3_n[] = {
|
||||
" Wybudowanie",
|
||||
" Swietokrzyskie",
|
||||
" Gorskie",
|
||||
" Świetokrzyskie",
|
||||
" Górskie",
|
||||
" Morskie",
|
||||
" Zdroj",
|
||||
" Zdrój",
|
||||
" Wody",
|
||||
" Bajoro",
|
||||
" Krajenskie",
|
||||
" Slaskie",
|
||||
" Krajeńskie",
|
||||
" Śląskie",
|
||||
" Mazowieckie",
|
||||
" Pomorskie",
|
||||
" Wielkie",
|
||||
" Male",
|
||||
" Warminskie ",
|
||||
" Małe",
|
||||
" Warmińskie ",
|
||||
" Mazurskie ",
|
||||
" Mniejsze",
|
||||
" Wieksze",
|
||||
" Gorne",
|
||||
" Większe",
|
||||
" Górne",
|
||||
" Dolne",
|
||||
" Wielkie",
|
||||
" Stare",
|
||||
" Nowe",
|
||||
" Wielkopolskie",
|
||||
" Wzgorze",
|
||||
" Wzgórze",
|
||||
" Mosty",
|
||||
" Kujawskie",
|
||||
" Malopolskie",
|
||||
" Małopolskie",
|
||||
" Podlaskie",
|
||||
" Lesne"
|
||||
" Leśne"
|
||||
};
|
||||
|
||||
static const char *name_czech_real[] = {
|
||||
|
Loading…
Reference in New Issue
Block a user