mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
remove gsAtmSideButtonText[]
This commit is contained in:
committed by
majcosta
parent
2eff78a2cf
commit
395c18c557
@@ -247,7 +247,6 @@ bool Loc::ExportStrings()
|
||||
ExportSection(props, L"BookMark", Loc::pBookMarkStrings, 0, TEXT_NUM_LAPTOP_BOOKMARKS);
|
||||
ExportSection(props, L"BookmarkTitle", Loc::pBookmarkTitle, 0, 2);
|
||||
ExportSection(props, L"Download", Loc::pDownloadString, 0, 2);
|
||||
ExportSection(props, L"AtmSideButton", Loc::gsAtmSideButtonText, 0, 5);
|
||||
ExportSection(props, L"AtmStartButton", Loc::gsAtmStartButtonText, 0, 4);
|
||||
ExportSection(props, L"ATM", Loc::sATMText, 0, 6);
|
||||
ExportSection(props, L"Error", Loc::pErrorStrings, 0, 5);
|
||||
|
||||
@@ -5210,17 +5210,6 @@ STR16 pDownloadString[] =
|
||||
L"重载...",
|
||||
};
|
||||
|
||||
//This is the text used on the bank machines, here called ATMs for Automatic Teller Machine
|
||||
|
||||
STR16 gsAtmSideButtonText[] =
|
||||
{
|
||||
L"好的",
|
||||
L"拿取", // take money from merc
|
||||
L"给予", //give money to merc
|
||||
L"取消", // cancel transaction
|
||||
L"清除", //clear amount being displayed on the screen
|
||||
};
|
||||
|
||||
STR16 gsAtmStartButtonText[] =
|
||||
{
|
||||
L"状态", //L"Stats", // view stats of the merc
|
||||
|
||||
@@ -5215,17 +5215,6 @@ STR16 pDownloadString[] =
|
||||
L"Herladen",
|
||||
};
|
||||
|
||||
//This is the text used on the bank machines, here called ATMs for Automatic Teller Machine
|
||||
|
||||
STR16 gsAtmSideButtonText[] =
|
||||
{
|
||||
L"OK",
|
||||
L"Neem", // take money from merc
|
||||
L"Geef", // give money to merc
|
||||
L"Stop", // cancel transaction
|
||||
L"Leeg", // clear amount being displayed on the screen
|
||||
};
|
||||
|
||||
STR16 gsAtmStartButtonText[] =
|
||||
{
|
||||
L"Maak over $", // transfer money to merc -- short form
|
||||
|
||||
@@ -5210,17 +5210,6 @@ STR16 pDownloadString[] =
|
||||
L"Reloading",
|
||||
};
|
||||
|
||||
//This is the text used on the bank machines, here called ATMs for Automatic Teller Machine
|
||||
|
||||
STR16 gsAtmSideButtonText[] =
|
||||
{
|
||||
L"OK",
|
||||
L"Take", // take money from merc
|
||||
L"Give", // give money to merc
|
||||
L"Cancel", // cancel transaction
|
||||
L"Clear", // clear amount being displayed on the screen
|
||||
};
|
||||
|
||||
STR16 gsAtmStartButtonText[] =
|
||||
{
|
||||
L"Stats", // view stats of the merc
|
||||
|
||||
@@ -5220,17 +5220,6 @@ STR16 pDownloadString[] =
|
||||
L"Chargement",
|
||||
};
|
||||
|
||||
//This is the text used on the bank machines, here called ATMs for Automatic Teller Machine
|
||||
|
||||
STR16 gsAtmSideButtonText[] =
|
||||
{
|
||||
L"OK",
|
||||
L"Prendre", // take money from merc
|
||||
L"Donner", // give money to merc
|
||||
L"Annuler", // cancel transaction
|
||||
L"Effacer", // clear amount being displayed on the screen
|
||||
};
|
||||
|
||||
STR16 gsAtmStartButtonText[] =
|
||||
{
|
||||
L"Transférer $ ", // transfer money to merc -- short form
|
||||
|
||||
@@ -5188,16 +5188,6 @@ STR16 pDownloadString[] = {
|
||||
L"Neuladen läuft",
|
||||
};
|
||||
|
||||
//This is the text used on the bank machines, here called ATMs for Automatic Teller Machine
|
||||
STR16 gsAtmSideButtonText[] =
|
||||
{
|
||||
L"OK",
|
||||
L"Nehmen", // take money from merc
|
||||
L"Geben", // give money to merc
|
||||
L"Rückgängig", // cancel transaction
|
||||
L"Löschen", // clear amount being displayed on the screen
|
||||
};
|
||||
|
||||
STR16 gsAtmStartButtonText[] =
|
||||
{
|
||||
L"Überw $", // transfer money to merc -- short form
|
||||
|
||||
@@ -5202,17 +5202,6 @@ STR16 pDownloadString[] =
|
||||
L"Caricamento",
|
||||
};
|
||||
|
||||
//This is the text used on the bank machines, here called ATMs for Automatic Teller Machine
|
||||
|
||||
STR16 gsAtmSideButtonText[] =
|
||||
{
|
||||
L"OK",
|
||||
L"Prendi", // take money from merc
|
||||
L"Dai", // give money to merc
|
||||
L"Annulla", // cancel transaction
|
||||
L"Pulisci", // clear amount being displayed on the screen
|
||||
};
|
||||
|
||||
STR16 gsAtmStartButtonText[] =
|
||||
{
|
||||
L"Trasferisce $", // transfer money to merc -- short form
|
||||
|
||||
@@ -5217,17 +5217,6 @@ STR16 pDownloadString[] =
|
||||
L"Otwieranie strony...",
|
||||
};
|
||||
|
||||
//This is the text used on the bank machines, here called ATMs for Automatic Teller Machine
|
||||
|
||||
STR16 gsAtmSideButtonText[] =
|
||||
{
|
||||
L"OK",
|
||||
L"Weź", // take money from merc
|
||||
L"Daj", // give money to merc
|
||||
L"Anuluj", // cancel transaction
|
||||
L"Skasuj", // clear amount being displayed on the screen
|
||||
};
|
||||
|
||||
STR16 gsAtmStartButtonText[] =
|
||||
{
|
||||
L"Transfer $", // transfer money to merc -- short form
|
||||
|
||||
@@ -5209,17 +5209,6 @@ STR16 pDownloadString[] =
|
||||
L"Обновление",
|
||||
};
|
||||
|
||||
//This is the text used on the bank machines, here called ATMs for Automatic Teller Machine
|
||||
|
||||
STR16 gsAtmSideButtonText[] =
|
||||
{
|
||||
L"OK",
|
||||
L"Взять", // take money from merc
|
||||
L"Дать", // give money to merc
|
||||
L"Отмена", // cancel transaction
|
||||
L"Очист.", // clear amount being displayed on the screen
|
||||
};
|
||||
|
||||
STR16 gsAtmStartButtonText[] =
|
||||
{
|
||||
L"Параметры", // view stats of the merc
|
||||
|
||||
@@ -291,7 +291,6 @@ extern STR16 pBookMarkStrings[];
|
||||
extern STR16 pLaptopIcons[];
|
||||
extern STR16 sATMText[ ];
|
||||
extern STR16 gsAtmStartButtonText[];
|
||||
extern STR16 gsAtmSideButtonText[];
|
||||
extern STR16 pDownloadString[];
|
||||
extern STR16 pPersonnelTeamStatsStrings[];
|
||||
extern STR16 pPersonnelCurrentTeamStatsStrings[];
|
||||
|
||||
Reference in New Issue
Block a user