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