mirror of
https://github.com/1dot13/source.git
synced 2026-09-16 14:47:17 +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"BookMark", Loc::pBookMarkStrings, 0, TEXT_NUM_LAPTOP_BOOKMARKS);
|
||||||
ExportSection(props, L"BookmarkTitle", Loc::pBookmarkTitle, 0, 2);
|
ExportSection(props, L"BookmarkTitle", Loc::pBookmarkTitle, 0, 2);
|
||||||
ExportSection(props, L"Download", Loc::pDownloadString, 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"AtmStartButton", Loc::gsAtmStartButtonText, 0, 4);
|
||||||
ExportSection(props, L"ATM", Loc::sATMText, 0, 6);
|
ExportSection(props, L"ATM", Loc::sATMText, 0, 6);
|
||||||
ExportSection(props, L"Error", Loc::pErrorStrings, 0, 5);
|
ExportSection(props, L"Error", Loc::pErrorStrings, 0, 5);
|
||||||
|
|||||||
@@ -5210,17 +5210,6 @@ STR16 pDownloadString[] =
|
|||||||
L"重载...",
|
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[] =
|
STR16 gsAtmStartButtonText[] =
|
||||||
{
|
{
|
||||||
L"状态", //L"Stats", // view stats of the merc
|
L"状态", //L"Stats", // view stats of the merc
|
||||||
|
|||||||
@@ -5215,17 +5215,6 @@ STR16 pDownloadString[] =
|
|||||||
L"Herladen",
|
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[] =
|
STR16 gsAtmStartButtonText[] =
|
||||||
{
|
{
|
||||||
L"Maak over $", // transfer money to merc -- short form
|
L"Maak over $", // transfer money to merc -- short form
|
||||||
|
|||||||
@@ -5210,17 +5210,6 @@ STR16 pDownloadString[] =
|
|||||||
L"Reloading",
|
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[] =
|
STR16 gsAtmStartButtonText[] =
|
||||||
{
|
{
|
||||||
L"Stats", // view stats of the merc
|
L"Stats", // view stats of the merc
|
||||||
|
|||||||
@@ -5220,17 +5220,6 @@ STR16 pDownloadString[] =
|
|||||||
L"Chargement",
|
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[] =
|
STR16 gsAtmStartButtonText[] =
|
||||||
{
|
{
|
||||||
L"Transférer $ ", // transfer money to merc -- short form
|
L"Transférer $ ", // transfer money to merc -- short form
|
||||||
|
|||||||
@@ -5188,16 +5188,6 @@ STR16 pDownloadString[] = {
|
|||||||
L"Neuladen läuft",
|
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[] =
|
STR16 gsAtmStartButtonText[] =
|
||||||
{
|
{
|
||||||
L"Überw $", // transfer money to merc -- short form
|
L"Überw $", // transfer money to merc -- short form
|
||||||
|
|||||||
@@ -5202,17 +5202,6 @@ STR16 pDownloadString[] =
|
|||||||
L"Caricamento",
|
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[] =
|
STR16 gsAtmStartButtonText[] =
|
||||||
{
|
{
|
||||||
L"Trasferisce $", // transfer money to merc -- short form
|
L"Trasferisce $", // transfer money to merc -- short form
|
||||||
|
|||||||
@@ -5217,17 +5217,6 @@ STR16 pDownloadString[] =
|
|||||||
L"Otwieranie strony...",
|
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[] =
|
STR16 gsAtmStartButtonText[] =
|
||||||
{
|
{
|
||||||
L"Transfer $", // transfer money to merc -- short form
|
L"Transfer $", // transfer money to merc -- short form
|
||||||
|
|||||||
@@ -5209,17 +5209,6 @@ STR16 pDownloadString[] =
|
|||||||
L"Обновление",
|
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[] =
|
STR16 gsAtmStartButtonText[] =
|
||||||
{
|
{
|
||||||
L"Параметры", // view stats of the merc
|
L"Параметры", // view stats of the merc
|
||||||
|
|||||||
@@ -291,7 +291,6 @@ extern STR16 pBookMarkStrings[];
|
|||||||
extern STR16 pLaptopIcons[];
|
extern STR16 pLaptopIcons[];
|
||||||
extern STR16 sATMText[ ];
|
extern STR16 sATMText[ ];
|
||||||
extern STR16 gsAtmStartButtonText[];
|
extern STR16 gsAtmStartButtonText[];
|
||||||
extern STR16 gsAtmSideButtonText[];
|
|
||||||
extern STR16 pDownloadString[];
|
extern STR16 pDownloadString[];
|
||||||
extern STR16 pPersonnelTeamStatsStrings[];
|
extern STR16 pPersonnelTeamStatsStrings[];
|
||||||
extern STR16 pPersonnelCurrentTeamStatsStrings[];
|
extern STR16 pPersonnelCurrentTeamStatsStrings[];
|
||||||
|
|||||||
Reference in New Issue
Block a user