Fix language files
This commit is contained in:
@@ -17,7 +17,6 @@
|
||||
#include "core/backup_type.hpp"
|
||||
#include "misc/endian_buffer.hpp"
|
||||
#include "tile_map.h"
|
||||
#include "date_func.h"
|
||||
#include "core/random_func.hpp" // CM for _random debug print
|
||||
extern uint32 _frame_counter;
|
||||
|
||||
|
||||
@@ -468,12 +468,10 @@ STR_FILE_MENU_QUIT_GAME :Abandon game
|
||||
STR_FILE_MENU_EXIT :Exit
|
||||
|
||||
# Map menu
|
||||
TODO length is gone
|
||||
STR_MAP_MENU_MAP_OF_WORLD :Map of world
|
||||
STR_MAP_MENU_EXTRA_VIEWPORT :Extra viewport
|
||||
STR_MAP_MENU_LINGRAPH_LEGEND :Cargo flow legend
|
||||
STR_MAP_MENU_SIGN_LIST :Sign list
|
||||
CM_STR_MAP_MENU_WATCH_COMPANY :Watch Company
|
||||
|
||||
# Town menu
|
||||
STR_TOWN_MENU_TOWN_DIRECTORY :Town directory
|
||||
@@ -530,9 +528,7 @@ STR_NEWS_MENU_MESSAGE_HISTORY_MENU :Message history
|
||||
STR_NEWS_MENU_DELETE_ALL_MESSAGES :Delete all messages
|
||||
|
||||
# About menu
|
||||
TODO length is gone
|
||||
STR_ABOUT_MENU_LAND_BLOCK_INFO :Land area information
|
||||
CM_STR_ABOUT_MENU_LOGIN_WINDOW :CityMania server login
|
||||
STR_ABOUT_MENU_HELP :Help & manuals
|
||||
STR_ABOUT_MENU_TOGGLE_CONSOLE :Toggle console
|
||||
STR_ABOUT_MENU_AI_DEBUG :AI/Game script debug
|
||||
@@ -6284,3 +6280,4 @@ CM_STR_CONFIG_SETTING_TYPE_DROPDOWN_CITYMANIA :CityMania patch
|
||||
CM_BUILDING_PREVIEW_COST_ENOUGH :Cost
|
||||
|
||||
CM_STR_NO_BLUEPRINT_IN_SLOT :{WHITE}No blueprint in slot {NUM}
|
||||
CM_STR_ABOUT_MENU_LOGIN_WINDOW :CityMania-Serverlogin
|
||||
|
||||
@@ -456,7 +456,6 @@ STR_MAP_MENU_MAP_OF_WORLD :Weltkarte
|
||||
STR_MAP_MENU_EXTRA_VIEWPORT :Zusatzansicht
|
||||
STR_MAP_MENU_LINGRAPH_LEGEND :Frachtverbindungen
|
||||
STR_MAP_MENU_SIGN_LIST :Schilderliste
|
||||
CM_STR_MAP_MENU_WATCH_COMPANY :Firma beobachten
|
||||
|
||||
# Town menu
|
||||
STR_TOWN_MENU_TOWN_DIRECTORY :Städteverzeichnis
|
||||
@@ -514,7 +513,6 @@ STR_NEWS_MENU_DELETE_ALL_MESSAGES :Alle Nachrichte
|
||||
|
||||
# About menu
|
||||
STR_ABOUT_MENU_LAND_BLOCK_INFO :Gebietsinformationen
|
||||
CM_STR_ABOUT_MENU_LOGIN_WINDOW :CityMania-Serverlogin
|
||||
STR_ABOUT_MENU_HELP :Hilfe u. Anleitungen
|
||||
STR_ABOUT_MENU_TOGGLE_CONSOLE :Konsole öffnen/schließen
|
||||
STR_ABOUT_MENU_AI_DEBUG :KI-/Skript-Debug
|
||||
@@ -6079,3 +6077,4 @@ CM_STR_INDUSTRY_TYPE_WITH_ID :{STRING} {SILVE
|
||||
CM_STR_CONFIG_SETTING_TYPE_DROPDOWN_CITYMANIA :CityMania-Patchpack-Einstellungen
|
||||
|
||||
CM_BUILDING_PREVIEW_COST_ENOUGH :Kosten
|
||||
CM_STR_ABOUT_MENU_LOGIN_WINDOW :CityMania-Serverlogin
|
||||
|
||||
@@ -408,4 +408,10 @@ inline void free(const void *ptr)
|
||||
# define IGNORE_UNINITIALIZED_WARNING_STOP
|
||||
#endif
|
||||
|
||||
/* CityMania code start */
|
||||
#define uint8 uint8_t
|
||||
#define uint16 uint16_t
|
||||
#define uint32 uint32_t
|
||||
/* CityMania code end */
|
||||
|
||||
#endif /* STDAFX_H */
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
#include "widget_type.h"
|
||||
#include "string_type.h"
|
||||
|
||||
#include "station_base.h" // CM
|
||||
// #include "station_base.h" // CM
|
||||
|
||||
/**
|
||||
* Flags to describe the look of the frame
|
||||
|
||||
Reference in New Issue
Block a user