mirror of
https://github.com/1dot13/source.git
synced 2026-08-19 14:20:30 +02:00
If debt to MERC includes gear, tell us so
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@7893 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
+1
-1
@@ -1184,7 +1184,7 @@ enum
|
||||
MERC_ACCOUNT_CHARGE,
|
||||
MERC_ACCOUNT_TOTAL,
|
||||
MERC_ACCOUNT_AUTHORIZE_CONFIRMATION,
|
||||
MERC_ACCOUNT_NOT_ENOUGH_MONEY,
|
||||
MERC_ACCOUNT_NAME_PLUSGEAR,
|
||||
TEXT_NUM_MERC_ACCOUNT,
|
||||
};
|
||||
extern STR16 MercAccountText[];
|
||||
|
||||
@@ -4671,6 +4671,7 @@ STR16 MercAccountText[] =
|
||||
L"索价",
|
||||
L"合计: ",
|
||||
L"你确定要支付%s吗?",
|
||||
L"%s (+gear)", // TODO.Translate
|
||||
};
|
||||
|
||||
// Merc Account Page buttons
|
||||
|
||||
@@ -4671,6 +4671,7 @@ STR16 MercAccountText[] =
|
||||
L"Prijs",
|
||||
L"Totaal:",
|
||||
L"Weet je zeker de betaling van %s te autoriseren?", //the %s is a string that contains the dollar amount ( ex. "$150" )
|
||||
L"%s (+gear)", // TODO.Translate
|
||||
};
|
||||
|
||||
// Merc Account Page buttons
|
||||
|
||||
@@ -4670,6 +4670,7 @@ STR16 MercAccountText[] =
|
||||
L"Charge",
|
||||
L"Total:",
|
||||
L"Are you sure you want to authorize the payment of %s?", //the %s is a string that contains the dollar amount ( ex. "$150" )
|
||||
L"%s (+gear)",
|
||||
};
|
||||
|
||||
// Merc Account Page buttons
|
||||
|
||||
@@ -4680,6 +4680,7 @@ STR16 MercAccountText[] =
|
||||
L"Montant",
|
||||
L"Total :",
|
||||
L"Désirez-vous autoriser le versement de %s ?", //the %s is a string that contains the dollar amount ( ex. "$150" )
|
||||
L"%s (+gear)", // TODO.Translate
|
||||
};
|
||||
|
||||
// Merc Account Page buttons
|
||||
|
||||
@@ -4602,6 +4602,7 @@ STR16 MercAccountText[] =
|
||||
L"Belasten",
|
||||
L"Gesamt:",
|
||||
L"Zahlung von %s wirklich genehmigen?", //the %s is a string that contains the dollar amount ( ex. "$150" )
|
||||
L"%s (+gear)", // TODO.Translate
|
||||
};
|
||||
|
||||
// Merc Account Page buttons
|
||||
|
||||
@@ -4662,6 +4662,7 @@ STR16 MercAccountText[] =
|
||||
L"Costo",
|
||||
L"Totale:",
|
||||
L"Conferma il pagamento di %s?", //the %s is a string that contains the dollar amount ( ex. "$150" )
|
||||
L"%s (+gear)", // TODO.Translate
|
||||
};
|
||||
|
||||
// Merc Account Page buttons
|
||||
|
||||
@@ -4681,6 +4681,7 @@ STR16 MercAccountText[] =
|
||||
L"Opłata",
|
||||
L"Razem:",
|
||||
L"Czy na pewno chcesz zatwierdzić płatność: %s?", //the %s is a string that contains the dollar amount ( ex. "$150" )
|
||||
L"%s (+gear)", // TODO.Translate
|
||||
};
|
||||
|
||||
// Merc Account Page buttons
|
||||
|
||||
@@ -4667,6 +4667,7 @@ STR16 MercAccountText[] =
|
||||
L"Стоимость",
|
||||
L"Всего:",
|
||||
L"Вы подтверждаете платеж в размере %s?", //the %s is a string that contains the dollar amount ( ex. "$150" )
|
||||
L"%s (+gear)", // TODO.Translate
|
||||
};
|
||||
|
||||
// Merc Account Page buttons
|
||||
|
||||
Reference in New Issue
Block a user