mirror of
https://github.com/1dot13/source.git
synced 2026-08-19 14:20:30 +02:00
*********************************************************
* 2006/04/30 * * RoWa21 * * Developed in VS 2003 * ********************************************************* Source: - Re-enabled Ironman-Feature in the "Start new game screen" - Added a "Previous" and "Next" button to the merc account screen Data: - Added new data (data\laptop) git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@43 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -559,6 +559,9 @@ enum
|
||||
};
|
||||
extern STR16 MercAccountText[];
|
||||
|
||||
// WANNE 3
|
||||
extern STR16 MercAccountPageText[];
|
||||
|
||||
|
||||
//MercFile.c
|
||||
enum
|
||||
|
||||
@@ -2569,6 +2569,15 @@ STR16 MercAccountText[] =
|
||||
L"Weet je zeker de betaling van %s te autoriseren?", //the %s is a string that contains the dollar amount ( ex. "$150" )
|
||||
};
|
||||
|
||||
// WANNE 3
|
||||
// Merc Account Page buttons
|
||||
STR16 MercAccountPageText[] =
|
||||
{
|
||||
// Text on the buttons on the bottom of the screen
|
||||
L"Previous",
|
||||
L"Next",
|
||||
};
|
||||
|
||||
|
||||
|
||||
//For use at the M.E.R.C. web site. Text relating a MERC mercenary
|
||||
|
||||
@@ -2567,6 +2567,14 @@ STR16 MercAccountText[] =
|
||||
L"Are you sure you want to authorize the payment of %s?", //the %s is a string that contains the dollar amount ( ex. "$150" )
|
||||
};
|
||||
|
||||
// WANNE 3
|
||||
// Merc Account Page buttons
|
||||
STR16 MercAccountPageText[] =
|
||||
{
|
||||
// Text on the buttons on the bottom of the screen
|
||||
L"Previous",
|
||||
L"Next",
|
||||
};
|
||||
|
||||
|
||||
//For use at the M.E.R.C. web site. Text relating a MERC mercenary
|
||||
|
||||
@@ -2558,6 +2558,15 @@ STR16 MercAccountText[] =
|
||||
L"Désirez-vous autoriser le versement de %s ?", //the %s is a string that contains the dollar amount ( ex. "$150" )
|
||||
};
|
||||
|
||||
// WANNE 3
|
||||
// Merc Account Page buttons
|
||||
STR16 MercAccountPageText[] =
|
||||
{
|
||||
// Text on the buttons on the bottom of the screen
|
||||
L"Previous",
|
||||
L"Next",
|
||||
};
|
||||
|
||||
|
||||
|
||||
//For use at the M.E.R.C. web site. Text relating a MERC mercenary
|
||||
|
||||
@@ -2455,6 +2455,15 @@ STR16 MercAccountText[] =
|
||||
L"Zahlung von %s wirklich genehmigen?", //the %s is a string that contains the dollar amount ( ex. "$150" )
|
||||
};
|
||||
|
||||
// WANNE 3
|
||||
// Merc Account Page buttons
|
||||
STR16 MercAccountPageText[] =
|
||||
{
|
||||
// Text on the buttons on the bottom of the screen
|
||||
L"Zurück",
|
||||
L"Weiter",
|
||||
};
|
||||
|
||||
//For use at the M.E.R.C. web site. Text relating a MERC mercenary
|
||||
STR16 MercInfo[] =
|
||||
{
|
||||
|
||||
@@ -2552,6 +2552,15 @@ STR16 MercAccountText[] =
|
||||
L"Conferma il pagamento di %s?", //the %s is a string that contains the dollar amount ( ex. "$150" )
|
||||
};
|
||||
|
||||
// WANNE 3
|
||||
// Merc Account Page buttons
|
||||
STR16 MercAccountPageText[] =
|
||||
{
|
||||
// Text on the buttons on the bottom of the screen
|
||||
L"Previous",
|
||||
L"Next",
|
||||
};
|
||||
|
||||
|
||||
|
||||
//For use at the M.E.R.C. web site. Text relating a MERC mercenary
|
||||
|
||||
@@ -2553,7 +2553,14 @@ STR16 MercAccountText[] =
|
||||
L"Czy na pewno chcesz zatwierdziæ p³atnoœæ: %s?", //the %s is a string that contains the dollar amount ( ex. "$150" )
|
||||
};
|
||||
|
||||
|
||||
// WANNE 3
|
||||
// Merc Account Page buttons
|
||||
STR16 MercAccountPageText[] =
|
||||
{
|
||||
// Text on the buttons on the bottom of the screen
|
||||
L"Previous",
|
||||
L"Next",
|
||||
};
|
||||
|
||||
//For use at the M.E.R.C. web site. Text relating a MERC mercenary
|
||||
|
||||
|
||||
@@ -2551,7 +2551,14 @@ STR16 MercAccountText[] =
|
||||
L"Âû óâåðåíû, ÷òî õîòèòå ïîäòâåðäèòü âûïëàòó %s?", //the %s is a string that contains the dollar amount ( ex. "$150" )
|
||||
};
|
||||
|
||||
|
||||
// WANNE 3
|
||||
// Merc Account Page buttons
|
||||
STR16 MercAccountPageText[] =
|
||||
{
|
||||
// Text on the buttons on the bottom of the screen
|
||||
L"Previous",
|
||||
L"Next",
|
||||
};
|
||||
|
||||
//For use at the M.E.R.C. web site. Text relating a MERC mercenary
|
||||
|
||||
|
||||
Reference in New Issue
Block a user