mirror of
https://github.com/XProger/OpenLara.git
synced 2025-02-24 07:22:58 +01:00
Hall of Fame
This commit is contained in:
parent
82dacfb022
commit
44987b89c9
13
src/lang.h
13
src/lang.h
@ -3,6 +3,15 @@
|
||||
|
||||
/*** ACHTUNG! THIS FILE MUST BE ANSI! ***/
|
||||
|
||||
// Thanks:
|
||||
// SuiKaze Raider - Base
|
||||
// Zellphie - French
|
||||
// Oktopaps - German
|
||||
// Nickelony - Polish
|
||||
// Dustie - Polish
|
||||
// RaymanTheHedgehog - Spanish
|
||||
// ElikaStudio - Russian
|
||||
|
||||
enum StringID {
|
||||
STR_EMPTY
|
||||
// common
|
||||
@ -765,7 +774,7 @@ const char *STR_FR[] = { ""
|
||||
, "All Hallows"
|
||||
};
|
||||
|
||||
const char *STR_DE[] = { "" // by Oktopaps
|
||||
const char *STR_DE[] = { ""
|
||||
// help
|
||||
, "Wird geladen..."
|
||||
, "H dr~ucken f~ur Hilfe"
|
||||
@ -1487,7 +1496,7 @@ const char *STR_IT[] = { ""
|
||||
, "All Hallows"
|
||||
};
|
||||
|
||||
const char *STR_PL[] = { "" // Nickelony & Dustie
|
||||
const char *STR_PL[] = { ""
|
||||
// help
|
||||
, "Wczytywanie..."
|
||||
, "Wci)snij H je*zeli potrzebujesz pomocy"
|
||||
|
Loading…
x
Reference in New Issue
Block a user