diff options
Diffstat (limited to 'game/localisation')
21 files changed, 0 insertions, 816 deletions
diff --git a/game/localisation/README.md b/game/localisation/README.md deleted file mode 100644 index 909e380..0000000 --- a/game/localisation/README.md +++ /dev/null @@ -1,16 +0,0 @@ -# Localisation - -This folder contains localisations for in-game text. Each sub-folder must be named with a standard locale code, e.g. `en_GB`, to which the localisations contained within it shall apply (Godot's supported locale codes are listed [here](https://docs.godotengine.org/en/latest/tutorials/i18n/locales.html)). These folders contain `.csv` files where each line is interpreted as a semicolon-separated key-value pair. Empty lines allow for spacing out/separating sections, and any further entries beyond the first two on a line are ignored, which can be used to add comments at the end of lines. Lines with their key and value empty are skipped, allowing free-standing comments with no preceeding localisation, but lines with only one of their key or value empty, while not loaded as a localisation, will still result in warnings about incomplete entries. - -``` -;; Example Localisation Comment -EXAMPLE_KEY;Example Value -ANOTHER_EXAMPLE;Another Example; This is a comment - -;; Entries with empty keys/values are skipped but can still produce warnings -THIS;; produces a warning! -;As; does this! -;; This doesn't! -BUT_THIS_DOES -AND_THIS; -``` diff --git a/game/localisation/en_GB/goods.csv b/game/localisation/en_GB/goods.csv deleted file mode 100644 index 9d41b6a..0000000 --- a/game/localisation/en_GB/goods.csv +++ /dev/null @@ -1,59 +0,0 @@ - -;; Good Categories -good_category_military;Military -good_category_raw;Raw -good_category_industrial;Industrial -good_category_consumer;Consumer - -;; Goods -good_ammunition;Ammunition -good_small_arms;Small Arms -good_artillery;Artillery -good_canned_food;Canned Food -good_tanks;Tanks -good_aeroplanes;Aeroplanes - -good_coal;Coal -good_cotton;Cotton -good_dye;Dye -good_iron;Iron -good_oil;Oil -good_precious_metal;Precious Metal -good_rubber;Rubber -good_silk;Silk -good_sulphur;Sulphur -good_timber;Timber -good_tropical_wood;Tropical Wood -good_wool;Wool - -good_steel;Steel -good_cement;Cement -good_machine_parts;Machine Parts -good_glass;Glass -good_fuel;Fuel -good_fertilizer;Fertilizer -good_explosives;Explosives -good_clipper_convoys;Clipper Convoys -good_steamer_convoys;Steamer Convoys -good_electric_gears;Electric Gears -good_fabric;Fabric -good_lumber;Lumber - -good_paper;Paper -good_cattle;Cattle -good_fish;Fish -good_fruit;Fruit -good_grain;Grain -good_tobacco;Tobacco -good_tea;Tea -good_coffee;Coffee -good_opium;Opium -good_automobiles;Automobiles -good_telephones;Telephones -good_wine;Wine -good_liquor;Liquor -good_regular_clothes;Regular Clothes -good_luxury_clothes;Luxury Clothes -good_furniture;Furniture -good_luxury_furniture;Luxury Furniture -good_radios;Radio diff --git a/game/localisation/en_GB/goods.csv.import b/game/localisation/en_GB/goods.csv.import deleted file mode 100644 index 8dd0c09..0000000 --- a/game/localisation/en_GB/goods.csv.import +++ /dev/null @@ -1,3 +0,0 @@ -[remap] - -importer="keep" diff --git a/game/localisation/en_GB/mapmodes.csv b/game/localisation/en_GB/mapmodes.csv deleted file mode 100644 index f3e6417..0000000 --- a/game/localisation/en_GB/mapmodes.csv +++ /dev/null @@ -1,15 +0,0 @@ - -;; Test Mapmodes -mapmode_province;Province -mapmode_region;Region -mapmode_terrain;Terrain -mapmode_political;Political -mapmode_index;Index -mapmode_terrain_type;Terrain Type -mapmode_rgo;RGO -mapmode_infrastructure;Infrastructure -mapmode_population;Population Density -mapmode_culture;Nationality -mapmode_religion;Religion -mapmode_adjacencies;Adjacencies -mapmode_port;Ports diff --git a/game/localisation/en_GB/mapmodes.csv.import b/game/localisation/en_GB/mapmodes.csv.import deleted file mode 100644 index 8dd0c09..0000000 --- a/game/localisation/en_GB/mapmodes.csv.import +++ /dev/null @@ -1,3 +0,0 @@ -[remap] - -importer="keep" diff --git a/game/localisation/en_GB/menus.csv b/game/localisation/en_GB/menus.csv deleted file mode 100644 index 6001a9d..0000000 --- a/game/localisation/en_GB/menus.csv +++ /dev/null @@ -1,137 +0,0 @@ - -;; Main Menu -MAINMENU_TITLE;OpenVic -MAINMENU_NEW_GAME;New Game -MAINMENU_CONTINUE;Continue -MAINMENU_MULTIPLAYER;Multiplayer -MAINMENU_OPTIONS;Options -MAINMENU_CREDITS;Credits -MAINMENU_EXIT;Exit -MAINMENU_CHECKSUM;Checksum {checksum} - -;; Options -OPTIONS_RESET;R -OPTIONS_BACK;X - -;; General Tab -OPTIONS_GENERAL;General -OPTIONS_GENERAL_SAVEFORMAT;Savegame Format -OPTIONS_GENERAL_BINARY;Binary -OPTIONS_GENERAL_TEXT;Text -OPTIONS_GENERAL_AUTOSAVE;Autosave Interval -OPTIONS_GENERAL_AUTOSAVE_MONTHLY;Monthly -OPTIONS_GENERAL_AUTOSAVE_BIMONTHLY;Bi-Monthly -OPTIONS_GENERAL_AUTOSAVE_YEARLY;Yearly -OPTIONS_GENERAL_AUTOSAVE_BIYEARLY;Bi-Yearly -OPTIONS_GENERAL_AUTOSAVE_NEVER;Never -OPTIONS_GENERAL_LANGUAGE;Language - -;; Video Tab -OPTIONS_VIDEO;Video - -OPTIONS_VIDEO_RESOLUTION;Resolution -OPTIONS_VIDEO_RESOLUTION_DIMS;{width}x{height} -OPTIONS_VIDEO_RESOLUTION_DIMS_DEFAULT;{width}x{height} (Default) -OPTIONS_VIDEO_RESOLUTION_DIMS_NAMED;{width}x{height} ({name}) -OPTIONS_VIDEO_RESOLUTION_DIMS_NAMED_DEFAULT;{width}x{height} ({name}, Default) - -OPTIONS_VIDEO_RESOLUTION_3840x2160;4K -OPTIONS_VIDEO_RESOLUTION_2560x1080;UW1080p -OPTIONS_VIDEO_RESOLUTION_1920x1080;1080p -OPTIONS_VIDEO_RESOLUTION_1280x720;720p - -OPTIONS_VIDEO_SCREEN_MODE;Screen Mode -OPTIONS_VIDEO_FULLSCREEN;Fullscreen -OPTIONS_VIDEO_BORDERLESS;Borderless -OPTIONS_VIDEO_WINDOWED;Windowed - -OPTIONS_VIDEO_MONITOR_SELECTION;Monitor Selection -OPTIONS_VIDEO_MONITOR;Monitor {index} - -OPTIONS_VIDEO_REFRESH_RATE;Refresh Rate -OPTIONS_VIDEO_REFRESH_RATE_TOOLTIP;Only change from VSYNC if you are having issues with screen tearing. - -OPTIONS_VIDEO_QUALITY;Quality Preset -OPTIONS_VIDEO_QUALITY_LOW;Low -OPTIONS_VIDEO_QUALITY_MEDIUM;Medium -OPTIONS_VIDEO_QUALITY_HIGH;High -OPTIONS_VIDEO_QUALITY_ULTRA;Ultra -OPTIONS_VIDEO_QUALITY_CUSTOM;Custom - -OPTIONS_VIDEO_GUI_SCALE;Gui Scaling Factor - -OPTIONS_VIDEO_REVERT_DIALOG_TITLE;Keep Video Changes? -OPTIONS_VIDEO_REVERT_DIALOG_TEXT;Reverting changes in {time} seconds... - -;; Sound Tab -OPTIONS_SOUND;Sound -MASTER_BUS;Master Volume -MUSIC_BUS;Music Volume -SFX_BUS;SFX Volume -OPTIONS_SOUND_EXPLODE_EARS;Explode Eardrums on Startup? - -OPTIONS_CONTROLS;Controls -OPTIONS_OTHER;Other - -;; Credits Menu -CREDITS_BACK;Back to Main Menu - -;; Game Lobby -GAMELOBBY_START;Start Game -GAMELOBBY_BACK;Back -GAMELOBBY_SESSION_TAG;Session Tag -GAMELOBBY_SELECT_ALL;All -GAMELOBBY_DELETE_DIALOG_TITLE;Delete {file_name} -GAMELOBBY_DELETE_DIALOG_TEXT;Are you sure you want to delete {file_name}? -GAMELOBBY_SESSIONTAG_DIALOG_TITLE;Override {session_tag} -GAMELOBBY_SESSIONTAG_DIALOG_TEXT;Are you want to override {session_tag} as a previous session? - -;; Game Session Menu -GAMESESSIONMENU_SAVE;Save Game -GAMESESSIONMENU_LOAD;Load Game -GAMESESSIONMENU_OPTIONS;Options -GAMESESSIONMENU_MAINMENU;Resign -GAMESESSIONMENU_QUIT;Quit -GAMESESSIONMENU_CLOSE;Close - -GAMESESSIONMENU_MAINMENU_DIALOG_TITLE;Resign Game -GAMESESSIONMENU_MAINMENU_DIALOG_TEXT;Are you sure you want to resign and return to the main menu? -GAMESESSIONMENU_QUIT_DIALOG_TITLE;Quit Game -GAMESESSIONMENU_QUIT_DIALOG_TEXT;Are you sure you want to quit and return to desktop? - -;; Save Load Menu -SAVELOADMENU_SAVE_TITLE;Save Menu -SAVELOADMENU_LOAD_TITLE;Load Menu -SAVELOADMENU_SAVE_BUTTON;Save -SAVELOADMENU_LOAD_BUTTON;Load - -SAVELOADMENU_DELETE_DIALOG_TITLE;Delete {file_name} -SAVELOADMENU_DELETE_DIALOG_TEXT;Are you sure you want to delete {file_name}? -SAVELOADMENU_OVERWRITE_DIALOG_TITLE;Overwrite {file_name} -SAVELOADMENU_OVERWRITE_DIALOG_TEXT;Are you want to overwrite {file_name}? - -SAVELOADMENU_SESSION;Session: - -SAVELOADMENU_TABSELECTIONTABBAR_ALL;All - -DIALOG_OK;OK -DIALOG_CANCEL;Cancel -DIALOG_SAVE_AND_RESIGN;Save and Resign -DIALOG_SAVE_AND_QUIT;Save and Quit - -;; Province Overview Panel -province_MISSING;No Province -region_MISSING;No Region -LIFE_RATING_TOOLTIP;Liferating: {life_rating} -terrain_type_MISSING;No Terrain Type -total_population_MISSING;No Population -PROVINCE_POPULATION_TOOLTIP;Province population -rgo_name_MISSING;No RGO -building_MISSING;No Building -building_fort;Fort -building_naval_base;Naval Base -building_railroad;Railroad -EXPAND_PROVINCE_BUILDING;Expand - -;; Pie Chart -PIECHART_TOOLTIP_NO_DATA;No data diff --git a/game/localisation/en_GB/menus.csv.import b/game/localisation/en_GB/menus.csv.import deleted file mode 100644 index 8dd0c09..0000000 --- a/game/localisation/en_GB/menus.csv.import +++ /dev/null @@ -1,3 +0,0 @@ -[remap] - -importer="keep" diff --git a/game/localisation/en_GB/provinces.csv b/game/localisation/en_GB/provinces.csv deleted file mode 100644 index 39cdae7..0000000 --- a/game/localisation/en_GB/provinces.csv +++ /dev/null @@ -1,245 +0,0 @@ - -;; Europe -prov_britain;Britain -prov_ireland;Ireland -prov_iceland;Iceland -prov_corsica;Corsica -prov_sardinia;Sardinia -prov_sicily;Sicily -prov_malta;Malta -prov_cyprus;Cyprus -prov_greenland;Greenland -prov_baleares;Balearic Islands -prov_gotland;Gotland -prov_crete;Crete -prov_jan_mayen;Jan Mayen -prov_faroes;Faroe Islands -prov_mann;Isle of Mann -prov_shetlands;Shetlands -prov_orkney;Orkney -prov_channel_islands;Channel Islands -prov_madiera;Madiera -prov_canarias;Canarias -prov_sjaeland;Sjaeland -prov_bornholm;Bornholm -prov_bear_island;Bear Island -prov_pantelleria;Pantelleria -prov_iberia;Iberia -prov_scandinavia;Scandinavia -prov_jutland;Jutland -prov_fyn;Fyn -prov_hiiumaa;Hiiumaa -prov_saaremaa;Saaremaa -prov_italy;Italy -prov_elba;Elba -prov_france;France -prov_netherlands;Netherlands -prov_belgium;Belgium -prov_luxembourg;Luxembourg -prov_switzerland;Switzerland -prov_balkans;Balkans -prov_crimea;Crimea -prov_germany;Germany -prov_poland;Poland -prov_baltics;Baltics -prov_finland;Finland -prov_aland;Åland -prov_ukraine;Ukraine -prov_russia;Russia - -;; North America -prov_north_america;North America -prov_cuba;Cuba -prov_bermuda;Bermuda -prov_jamaica;Jamaica -prov_hispaniola;Hispaniola -prov_aleutians;Aleutian Islands -prov_bahamas;Bahamas -prov_turks_and_caicos;Turks and Caicos -prov_puerto_rico;Puerto Rico -prov_barbados;Barbados -prov_grenada;Grenada -prov_st_vincent;St Vincent -prov_st_lucia;St Lucia -prov_martinique;Martinique -prov_dominica;Dominica -prov_guadeloupe;Guadeloupe -prov_montserrat;Montserrat -prov_antigua;Antigua -prov_barbuda;Barbuda -prov_st_kitts;St Kitts -prov_west_virgin_islands;West Virgin Islands -prov_east_virgin_islands;East Virgin Islands -prov_cayman_islands;Cayman Islands -prov_angulia;Angulia -prov_central_america;Central America -prov_mexico;Mexico - -;; Canada -prov_victoria;Victoria -prov_calgary;Calgary -prov_saskatoon;Saskatoon -prov_winnipeg;Winnipeg -prov_ottawa;Ottawa -prov_quebec;Quebec -prov_new_brunswick;New Brunswick -prov_prince_edward_island;Prince Edward Island -prov_nova_scotia;Nova Scotia -prov_labrador;Labrador -prov_newfoundland;Newfoundland -prov_whitehorse;Whitehorse -prov_yellowknife;Yellowknife -prov_iqaluit;Iqaluit - -;; South America -prov_south_america;South America -prov_galapagos;Galapagos -prov_falklands;Falklands -prov_south_georgia;South Georgia - -;; Africa -prov_africa;Africa -prov_madagascar;Madagascar -prov_socotra;Socotra -prov_mauritius;Mauritius -prov_reunion;Réunion -prov_comoros;Comoros -prov_sao_tome;Sao Tome -prov_fernando_po;Fernando Po -prov_cape_verde;Cape Verde -prov_ascension;Ascension -prov_st_helena;St Helena -prov_tristan_da_cunha;Tristan da Cunha -prov_seychelles;Seychelles -prov_prince_edward_islands;Prince Edward Islands -prov_kerguelen_islands;Kerguelen Islands -prov_heard_island;Heard Island -prov_egypt;Egypt -prov_morocco;Morocco - -;; Asia -prov_middle_east;Middle East -prov_ceylon;Ceylon -prov_formosa;Formosa -prov_sakhalin;Sakhalin -prov_maldives;Maldives -prov_hainan;Hainan -prov_hokkaido;Hokkaido -prov_diego_garcia;Diego Garcia -prov_philippines;Philippines -prov_india;India -prov_andamans;Andaman Islands -prov_nicobar_islands;Nicobar Islands -prov_indochina;Indochina -prov_korea;Korea -prov_okinawa;Okinawa -prov_yaeyama;Yaeyama -prov_kyushu;Kyushu -prov_shikoku;Shikoku -prov_japan;Japan -prov_kurils;Kuril Islands -prov_manchuria;Manchuria -prov_china;China -prov_central_asia;Central Asia -prov_siberia;Siberia -prov_iran;Iran -prov_anatolia;Anatolia - -;; Oceania -prov_oceania;Oceania -prov_indonesia;Indonesia -prov_north_island;North Island -prov_south_island;South Island -prov_tasmania;Tasmania -prov_australia;Australia -prov_hawaii;Hawaii - -;; Lakes -prov_aral_sea;Aral Sea -prov_caspian_sea;Caspian Sea -prov_lake_ladoga;Lake Ladoga -prov_lake_ontario;Lake Ontario -prov_lake_erie;Lake Erie -prov_lake_huron;Lake Huron -prov_lake_michigan;Lake Michigan -prov_lake_superior;Lake Superior -prov_lake_baikal;Lake Baikal -prov_lake_woods;Lake of the Woods -prov_lake_manitoba;Lake Manitoba -prov_reindeer_lake;Reindeer Lake -prov_lake_ronge;Lac la Ronge -prov_lake_athabasca;Lake Athabasca -prov_great_slave_lake;Great Slave Lake -prov_great_bear_lake;Great Bear Lake - -;; Seas and Oceans -prov_azov_sea;Sea of Azov -prov_black_sea;Black Sea -prov_marmara_sea;Sea of Marmara -prov_agean_sea;Agean Sea -prov_ionian_sea;Ionian Sea -prov_adriatic_sea;Adriatic Sea -prov_tyrrhenian_sea;Tyrrhenian Sea -prov_east_mediterranean;East Mediterranean Sea -prov_central_mediterranean;Central Mediterranean Sea -prov_west_mediterranean;West Mediterranean Sea -prov_ligurian_sea;Ligurian Sea -prov_balearic_sea;Balearic Sea -prov_alboran_sea;Alboran Sea -prov_gulf_bothnia;Gulf of Bothnia -prov_gulf_finland;Gulf of Finland -prov_gulf_riga;Gulf of Riga -prov_baltic_sea;Baltic Sea -prov_danish_straits;Danish Straits -prov_english_channel;English Channel -prov_irish_sea;Irish Sea -prov_biscay_bay;Bay of Biscay -prov_north_sea;North Sea -prov_red_sea;Red Sea -prov_arabian_sea;Arabian Sea -prov_persian_gulf;Persian Gulf -prov_andaman_sea;Andaman Sea -prov_bay_bengal;Bay of Bengal -prov_okhotsk_sea;Sea of Okhotsk -prov_japan_sea;Sea of Japan -prov_east_china_sea;East China Sea -prov_south_china_sea;South China Sea -prov_philippine_sea;Philippine Sea -prov_celebes_sea;Celebes Sea -prov_java_sea;Java Sea -prov_banda_sea;Banda Sea -prov_arafura_sea;Arafura Sea -prov_gulf_mexico;Gulf of Mexico -prov_caribbean_sea;Caribbean Sea -prov_mozambique_channel;Mozambique Channel -prov_zanj_sea;Sea of Zanj -prov_kara_sea;Kara Sea -prov_barents_sea;Barents Sea -prov_norwegian_sea;Norwegian Sea -prov_greenland_sea;Greenland Sea -prov_labrador_sea;Labrador Sea -prov_hudson_bay;Hudson Bay -prov_gulf_st_lawrence;Gulf of St Lawrence -prov_gulf_alaska;Gulf of Alaska -prov_gulf_california;Gulf of California -prov_east_siberian_sea;East Siberian Sea -prov_sargasso_sea;Sargasso Sea -prov_gulf_guinea;Gulf of Guinea -prov_celtic_sea;Celtic Sea -prov_argentine_sea;Argentine Sea -prov_chilean_sea;Chilean Sea -prov_north_atlantic;North Atlantic Ocean -prov_central_atlantic;Central Atlantic Ocean -prov_south_atlantic;South Atlantic Ocean -prov_indian_ocean;Indian Ocean -prov_great_australian_bight;Great Australian Bight -prov_tasman_sea;Tasman Sea -prov_coral_sea;Coral Sea -prov_melanesia;Melanesia -prov_micronesia;Micronesia -prov_polynesia;Polynesia -prov_north_pacific;North Pacific Ocean -prov_south_pacific;South Pacific Ocean -prov_bering_sea;Bering Sea -prov_chukchi_sea;Chukchi Sea -prov_beaufort_sea;Beaufort Sea diff --git a/game/localisation/en_GB/provinces.csv.import b/game/localisation/en_GB/provinces.csv.import deleted file mode 100644 index 8dd0c09..0000000 --- a/game/localisation/en_GB/provinces.csv.import +++ /dev/null @@ -1,3 +0,0 @@ -[remap] - -importer="keep" diff --git a/game/localisation/en_GB/regions.csv b/game/localisation/en_GB/regions.csv deleted file mode 100644 index 70abd1c..0000000 --- a/game/localisation/en_GB/regions.csv +++ /dev/null @@ -1,8 +0,0 @@ - -;; Regions -region_europe;Europe -region_north_america;North America -region_south_america;South America -region_africa;Africa -region_asia;Asia -region_oceania;Oceania diff --git a/game/localisation/en_GB/regions.csv.import b/game/localisation/en_GB/regions.csv.import deleted file mode 100644 index 8dd0c09..0000000 --- a/game/localisation/en_GB/regions.csv.import +++ /dev/null @@ -1,3 +0,0 @@ -[remap] - -importer="keep" diff --git a/game/localisation/en_US/menus.csv b/game/localisation/en_US/menus.csv deleted file mode 100644 index 1312f3b..0000000 --- a/game/localisation/en_US/menus.csv +++ /dev/null @@ -1,60 +0,0 @@ - -;; Main Menu -MAINMENU_TITLE;OpenVic -MAINMENU_NEW_GAME;New Game -MAINMENU_CONTINUE;Continue -MAINMENU_MULTIPLAYER;Multiplayer -MAINMENU_OPTIONS;Options -MAINMENU_CREDITS;Credits -MAINMENU_EXIT;Exit -MAINMENU_CHECKSUM;Checksum {checksum} - -;; Options -OPTIONS_RESET;R -OPTIONS_BACK;X - -;; General Tab -OPTIONS_GENERAL_SAVEFORMAT;Savegame Format -OPTIONS_GENERAL_BINARY;Binary -OPTIONS_GENERAL_TEXT;Text -OPTIONS_GENERAL_AUTOSAVE;Autosave Interval -OPTIONS_GENERAL_AUTOSAVE_MONTHLY;Monthly -OPTIONS_GENERAL_AUTOSAVE_BIMONTHLY;Bi-Monthly -OPTIONS_GENERAL_AUTOSAVE_YEARLY;Yearly -OPTIONS_GENERAL_AUTOSAVE_BIYEARLY;Bi-Yearly -OPTIONS_GENERAL_AUTOSAVE_NEVER;Never -OPTIONS_GENERAL_LANGUAGE;Language - -;; Video Tab -OPTIONS_VIDEO_RESOLUTION;Resolution -OPTIONS_VIDEO_SCREEN_MODE;Screen Mode -OPTIONS_VIDEO_FULLSCREEN;Fullscreen -OPTIONS_VIDEO_BORDERLESS;Borderless -OPTIONS_VIDEO_WINDOWED;Windowed -OPTIONS_VIDEO_MONITOR_SELECTION;Monitor Selection -OPTIONS_VIDEO_REFRESH_RATE;Refresh Rate -OPTIONS_VIDEO_REFRESH_RATE_TOOLTIP;Only change from VSYNC if you are having issues with screen tearing. -OPTIONS_VIDEO_QUALITY;Quality Preset -OPTIONS_VIDEO_GUI_SCALE;Gui Scaling Factor -OPTIONS_VIDEO_REVERT_DIALOG_TITLE;Keep Video Changes? -OPTIONS_VIDEO_REVERT_DIALOG_TEXT;Reverting changes in ({time}) - -;; Sound Tab -MASTER_BUS;Master Volume -MUSIC_BUS;Music Volume -SFX_BUS;SFX Volume - -;; Credits Menu -CREDITS_BACK;Back to Main Menu - -;; Game Lobby -GAMELOBBY_START;Start Game -GAMELOBBY_BACK;Back - -;; Game Session Menu -GAMESESSIONMENU_SAVE;Save Game -GAMESESSIONMENU_LOAD;Load Game -GAMESESSIONMENU_OPTIONS;Options -GAMESESSIONMENU_MAINMENU;Resign -GAMESESSIONMENU_QUIT;Quit -GAMESESSIONMENU_CLOSE;Close diff --git a/game/localisation/en_US/menus.csv.import b/game/localisation/en_US/menus.csv.import deleted file mode 100644 index 8dd0c09..0000000 --- a/game/localisation/en_US/menus.csv.import +++ /dev/null @@ -1,3 +0,0 @@ -[remap] - -importer="keep" diff --git a/game/localisation/fr_FR/menus.csv b/game/localisation/fr_FR/menus.csv deleted file mode 100644 index fe0c5c4..0000000 --- a/game/localisation/fr_FR/menus.csv +++ /dev/null @@ -1,60 +0,0 @@ - -;; Main Menu -MAINMENU_TITLE;OpenVic -MAINMENU_NEW_GAME;Nouveau Jeu -MAINMENU_CONTINUE;Continuer -MAINMENU_MULTIPLAYER;Multijouer -MAINMENU_OPTIONS;Options -MAINMENU_CREDITS;Credits -MAINMENU_EXIT;Quitter -MAINMENU_CHECKSUM;Somme de contrôle {checksum} - -;; Options -OPTIONS_RESET;R -OPTIONS_BACK;X - -;; General Tab -OPTIONS_GENERAL_SAVEFORMAT;Format de Sauvegarde -OPTIONS_GENERAL_BINARY;Binaire -OPTIONS_GENERAL_TEXT;Texte -OPTIONS_GENERAL_AUTOSAVE;Intervalle d'Enregistrement Automatique -OPTIONS_GENERAL_AUTOSAVE_MONTHLY;Mensuel -OPTIONS_GENERAL_AUTOSAVE_BIMONTHLY;Bimensuel -OPTIONS_GENERAL_AUTOSAVE_YEARLY;Annuel -OPTIONS_GENERAL_AUTOSAVE_BIYEARLY;Bisannuel -OPTIONS_GENERAL_AUTOSAVE_NEVER;Jamais -OPTIONS_GENERAL_LANGUAGE;Langue - -;; Video Tab -OPTIONS_VIDEO_RESOLUTION;Résolution -OPTIONS_VIDEO_SCREEN_MODE;Mode Écran -OPTIONS_VIDEO_FULLSCREEN;Plein Écran -OPTIONS_VIDEO_BORDERLESS;Sans Bordure -OPTIONS_VIDEO_WINDOWED;Fenêtré -OPTIONS_VIDEO_MONITOR_SELECTION;Sélection du Moniteur -OPTIONS_VIDEO_REFRESH_RATE;Taux de Rafraîchissement -OPTIONS_VIDEO_REFRESH_RATE_TOOLTIP;Ne changez de VSYNC que si vous rencontrez des problèmes de déchirement d'écran. -OPTIONS_VIDEO_QUALITY;Préréglage de la Qualité -OPTIONS_VIDEO_GUI_SCALE;Mise à échelle de l'Interface Graphique -OPTIONS_VIDEO_REVERT_DIALOG_TITLE;Maintenir la résolution? -OPTIONS_VIDEO_REVERT_DIALOG_TEXT;Reverserai la résolution en {time} secondes... - -;; Sound Tab -MASTER_BUS;Volume Principal -MUSIC_BUS;Volume de la Musique -SFX_BUS;Volume d'Effets Spéciaux - -;; Credits Menu -CREDITS_BACK;Retour au Menu Principal - -;; Game Lobby -GAMELOBBY_START;Démarrer Jeu -GAMELOBBY_BACK;Retourner - -;; Game Session Menu -GAMESESSIONMENU_SAVE;Sauvegarder la Partie -GAMESESSIONMENU_LOAD;Charger la Partie -GAMESESSIONMENU_OPTIONS;Options -GAMESESSIONMENU_MAINMENU;Démissionner -GAMESESSIONMENU_QUIT;Quitter -GAMESESSIONMENU_CLOSE;Fermer diff --git a/game/localisation/fr_FR/menus.csv.import b/game/localisation/fr_FR/menus.csv.import deleted file mode 100644 index 8dd0c09..0000000 --- a/game/localisation/fr_FR/menus.csv.import +++ /dev/null @@ -1,3 +0,0 @@ -[remap] - -importer="keep" diff --git a/game/localisation/ru_RU/goods.csv b/game/localisation/ru_RU/goods.csv deleted file mode 100644 index 3f8a30c..0000000 --- a/game/localisation/ru_RU/goods.csv +++ /dev/null @@ -1,59 +0,0 @@ - -;; Good Categories -good_category_military;Военные товары -good_category_raw;Сырье -good_category_industrial;Промышленные товары -good_category_consumer;Потребительские товары - -;; Goods -good_ammunition;Боеприпасы -good_small_arms;Стрелковое оружие -good_artillery;Артиллерия -good_canned_food;Консервы -good_tanks;Танки -good_aeroplanes;Самолеты - -good_coal;Уголь -good_cotton;Хлопок -good_dye;Красители -good_iron;Железо -good_oil;ГСМ -good_precious_metal;Драгоценные металлы -good_rubber;Резина -good_silk;Шелк -good_sulphur;Сера -good_timber;Древесина -good_tropical_wood;Тропическое дерево -good_wool;Шерсть - -good_steel;Сталь -good_cement;Цемент -good_machine_parts;Механические детали -good_glass;Стекло -good_fuel;Топливо -good_fertilizer;Удобрения -good_explosives;Взрывчатка -good_clipper_convoys;Конвои Клипперов -good_steamer_convoys;Конвои Пароходов -good_electric_gears;Электродетали -good_fabric;Ткань -good_lumber;Пиломатериалы - -good_paper;Бумага -good_cattle;Скот -good_fish;Рыба -good_fruit;Фрукты -good_grain;Зерно -good_tobacco;Табак -good_tea;Чай -good_coffee;Кофе -good_opium;Опиум -good_automobiles;Автомобили -good_telephones;Телефоны -good_wine;Вино -good_liquor;Спирт -good_regular_clothes;Обычная одежда -good_luxury_clothes;Роскошная одежда -good_furniture;Мебель -good_luxury_furniture;Роскошная мебель -good_radios;Радио diff --git a/game/localisation/ru_RU/goods.csv.import b/game/localisation/ru_RU/goods.csv.import deleted file mode 100644 index 8dd0c09..0000000 --- a/game/localisation/ru_RU/goods.csv.import +++ /dev/null @@ -1,3 +0,0 @@ -[remap] - -importer="keep" diff --git a/game/localisation/ru_RU/mapmodes.csv b/game/localisation/ru_RU/mapmodes.csv deleted file mode 100644 index 946f29f..0000000 --- a/game/localisation/ru_RU/mapmodes.csv +++ /dev/null @@ -1,8 +0,0 @@ - -;; Test Mapmodes -mapmode_province;Провинции -mapmode_region;Регионы -mapmode_terrain;Ландшафт -mapmode_index;Индекс -mapmode_rgo;ДП -mapmode_infrastructure;Инфраструктура diff --git a/game/localisation/ru_RU/mapmodes.csv.import b/game/localisation/ru_RU/mapmodes.csv.import deleted file mode 100644 index 8dd0c09..0000000 --- a/game/localisation/ru_RU/mapmodes.csv.import +++ /dev/null @@ -1,3 +0,0 @@ -[remap] - -importer="keep" diff --git a/game/localisation/ru_RU/menus.csv b/game/localisation/ru_RU/menus.csv deleted file mode 100644 index 76605d3..0000000 --- a/game/localisation/ru_RU/menus.csv +++ /dev/null @@ -1,119 +0,0 @@ - -;; Main Menu -MAINMENU_TITLE;OpenVic -MAINMENU_NEW_GAME;Новая игра -MAINMENU_CONTINUE;Продолжить -MAINMENU_MULTIPLAYER;Сетевая игра -MAINMENU_OPTIONS;Настройки -MAINMENU_CREDITS;Титры -MAINMENU_EXIT;Выйти из игры -MAINMENU_CHECKSUM;Контрольная сумма {checksum} - -;; Options -OPTIONS_RESET;R -OPTIONS_BACK;X - -;; General Tab -OPTIONS_GENERAL;Основные настройки -OPTIONS_GENERAL_SAVEFORMAT;Формат игровых сохранений -OPTIONS_GENERAL_BINARY;Двоичный код -OPTIONS_GENERAL_TEXT;Текст -OPTIONS_GENERAL_AUTOSAVE;Частота автосохранений -OPTIONS_GENERAL_AUTOSAVE_MONTHLY;Каждый месяц -OPTIONS_GENERAL_AUTOSAVE_BIMONTHLY;Каждые два месяца -OPTIONS_GENERAL_AUTOSAVE_YEARLY;Раз в год -OPTIONS_GENERAL_AUTOSAVE_BIYEARLY;Каждые два года -OPTIONS_GENERAL_AUTOSAVE_NEVER;Никогда -OPTIONS_GENERAL_LANGUAGE;Язык - -;; Video Tab -OPTIONS_VIDEO;Настройки видео -OPTIONS_VIDEO_RESOLUTION;Разрешение экрана -OPTIONS_VIDEO_RESOLUTION_DIMS;{width}x{height} -OPTIONS_VIDEO_RESOLUTION_DIMS_DEFAULT;{width}x{height} (Default) -OPTIONS_VIDEO_RESOLUTION_DIMS_NAMED;{width}x{height} ({name}) -OPTIONS_VIDEO_RESOLUTION_DIMS_NAMED_DEFAULT;{width}x{height} ({name}, Default) -OPTIONS_VIDEO_SCREEN_MODE;Экранный режим -OPTIONS_VIDEO_FULLSCREEN;Полноэкранный -OPTIONS_VIDEO_BORDERLESS;Окно без рамок -OPTIONS_VIDEO_WINDOWED;Оконный -OPTIONS_VIDEO_MONITOR_SELECTION;Выбор монитора -OPTIONS_VIDEO_MONITOR;Monitor {index} -OPTIONS_VIDEO_REFRESH_RATE;Частота обновления -OPTIONS_VIDEO_REFRESH_RATE_TOOLTIP;Изменяйте данный параметр с VSYNC, только в том случае, если вы наблюдаете проблемы с разрывом экрана. -OPTIONS_VIDEO_QUALITY;Заданные настройки качества -OPTIONS_VIDEO_QUALITY_LOW;Низкие -OPTIONS_VIDEO_QUALITY_MEDIUM;Средние -OPTIONS_VIDEO_QUALITY_HIGH;Высокие -OPTIONS_VIDEO_QUALITY_ULTRA;Ультра -OPTIONS_VIDEO_QUALITY_CUSTOM;Настраиваемые -OPTIONS_VIDEO_GUI_SCALE;Масштабирование графического интерфейса -OPTIONS_VIDEO_REVERT_DIALOG_TITLE;Сохранить данное разрешение? -OPTIONS_VIDEO_REVERT_DIALOG_TEXT;Возврат к предыдущей настройке через {time} секунд... - -;; Sound Tab -OPTIONS_SOUND;Звук -MASTER_BUS;Общая громкость -MUSIC_BUS;Громкость музыки -SFX_BUS;Громкость звуковых эффектов -OPTIONS_SOUND_EXPLODE_EARS;Лопнули барабанные перепонки на запуске? - -OPTIONS_CONTROLS;Настройки контроллера -OPTIONS_OTHER;Другие настройки - -;; Credits Menu -CREDITS_BACK;Вернуться в главное меню - -;; Game Lobby -GAMELOBBY_START;Начать игру -GAMELOBBY_BACK;Назад -GAMELOBBY_SESSION_TAG;Метка сессии -GAMELOBBY_SELECT_ALL;Все -GAMELOBBY_DELETE_DIALOG_TITLE;Удалить {file_name} -GAMELOBBY_DELETE_DIALOG_TEXT;Вы уверены, что хотите удалить {file_name}? -GAMELOBBY_SESSIONTAG_DIALOG_TITLE;Переопределить {session_tag} -GAMELOBBY_SESSIONTAG_DIALOG_TEXT;Вы хотите переопределить {session_tag} как предыдущий сеанс? - -;; Game Session Menu -GAMESESSIONMENU_SAVE;Сохранить игру -GAMESESSIONMENU_LOAD;Загрузить игру -GAMESESSIONMENU_OPTIONS;Найстройки -GAMESESSIONMENU_MAINMENU;Выйти в главное меню -GAMESESSIONMENU_QUIT;Завершить игру -GAMESESSIONMENU_CLOSE;Закрыть - -GAMESESSIONMENU_MAINMENU_DIALOG_TITLE;Выйти в главное меню -GAMESESSIONMENU_MAINMENU_DIALOG_TEXT;Вы действительно хотите выйти из текущего сценария в главное меню игры? -GAMESESSIONMENU_QUIT_DIALOG_TITLE;Завершить игру -GAMESESSIONMENU_QUIT_DIALOG_TEXT;Вы уверены, что хотите выйти на рабочий стол? - -;; Save Load Menu -SAVELOADMENU_SAVE_TITLE;Сохранить игру -SAVELOADMENU_LOAD_TITLE;Загрузить игру -SAVELOADMENU_SAVE_BUTTON;Сохранить -SAVELOADMENU_LOAD_BUTTON;Загрузить - -SAVELOADMENU_DELETE_DIALOG_TITLE;Удалить {file_name} -SAVELOADMENU_DELETE_DIALOG_TEXT;Вы уверены, что хотите удалить {file_name}? -SAVELOADMENU_OVERWRITE_DIALOG_TITLE;Перезаписать {file_name} -SAVELOADMENU_OVERWRITE_DIALOG_TEXT;Вы уверены, что хотите перезаписать {file_name}? - -SAVELOADMENU_SESSION;Session: - -SAVELOADMENU_TABSELECTIONTABBAR_ALL;Все - -DIALOG_OK;Ок -DIALOG_CANCEL;Отменить -DIALOG_SAVE_AND_RESIGN;Сохраниться и выйти в главное меню -DIALOG_SAVE_AND_QUIT;Сохраниться и выйти из игры - -;; Province Overview Panel -province_MISSING;Нет провинции -region_MISSING;Нет региона -LIFE_RATING_TOOLTIP;Уровень жизни: {life_rating} -rgo_MISSING;Нет ДП -building_MISSING;Нет здания -building_fort;Форт -building_naval_base;Морская база -building_railroad;Железная дорога -EXPAND_PROVINCE_BUILDING;Расширить diff --git a/game/localisation/ru_RU/menus.csv.import b/game/localisation/ru_RU/menus.csv.import deleted file mode 100644 index 8dd0c09..0000000 --- a/game/localisation/ru_RU/menus.csv.import +++ /dev/null @@ -1,3 +0,0 @@ -[remap] - -importer="keep" |