From 9e980f4a1de12604e13145ac988f9d2c52061268 Mon Sep 17 00:00:00 2001 From: Evan Dixon Date: Mon, 23 Oct 2017 13:18:44 -0500 Subject: [PATCH 1/6] Use manifest resources for string lists instead of the resources file --- PKHeX.Core/PKHeX.Core.csproj | 975 +- PKHeX.Core/Properties/Resources.Designer.cs | 19306 ------------------ PKHeX.Core/Properties/Resources.resx | 1588 -- PKHeX.Core/Util/DataUtil.cs | 17 +- 4 files changed, 978 insertions(+), 20908 deletions(-) delete mode 100644 PKHeX.Core/Properties/Resources.Designer.cs delete mode 100644 PKHeX.Core/Properties/Resources.resx diff --git a/PKHeX.Core/PKHeX.Core.csproj b/PKHeX.Core/PKHeX.Core.csproj index 0bdb798f9..84aaf1098 100644 --- a/PKHeX.Core/PKHeX.Core.csproj +++ b/PKHeX.Core/PKHeX.Core.csproj @@ -109,6 +109,487 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -212,21 +693,491 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - True - True - Resources.resx - - - - - - ResXFileCodeGenerator - Resources.Designer.cs - + \ No newline at end of file diff --git a/PKHeX.Core/Properties/Resources.Designer.cs b/PKHeX.Core/Properties/Resources.Designer.cs deleted file mode 100644 index f7f56dbe2..000000000 --- a/PKHeX.Core/Properties/Resources.Designer.cs +++ /dev/null @@ -1,19306 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace PKHeX.Core.Properties { - using System; - using System.Reflection; - - - /// - /// A strongly-typed resource class, for looking up localized strings, etc. - /// - // This class was auto-generated by the StronglyTypedResourceBuilder - // class via a tool like ResGen or Visual Studio. - // To add or remove a member, edit your .ResX file then rerun ResGen - // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - internal class Resources { - - private static global::System.Resources.ResourceManager resourceMan; - - private static global::System.Globalization.CultureInfo resourceCulture; - - [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - internal Resources() { - } - - /// - /// Returns the cached ResourceManager instance used by this class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Resources.ResourceManager ResourceManager { - get { - if (object.ReferenceEquals(resourceMan, null)) { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("PKHeX.Core.Properties.Resources", typeof(Resources).GetTypeInfo().Assembly); - resourceMan = temp; - } - return resourceMan; - } - } - - /// - /// Overrides the current thread's CurrentUICulture property for all - /// resource lookups using this strongly typed resource class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Globalization.CultureInfo Culture { - get { - return resourceCulture; - } - set { - resourceCulture = value; - } - } - - /// - /// Looks up a localized string similar to .*(ca|k|ka)ralh(inh|o|ã|õ).* - ///.*[gj]ilip.* - ///.*[늬니]미.* - ///.*[뒈디]져.* - ///.*[백빽]보지.* - ///.*[붕븅빙]신.* - ///.*[뻑뽀]큐.* - ///.*[시씨]벨넘.* - ///.*[좃좆]까.* - ///.*[크클]리토리스.* - ///.*[페패]니스.* - ///.*[买卖]春.* - ///.*[做作]爱.* - ///.*[買賣]春.* - ///.*18(넘|뇬|놈|롬|새끼|쉐리).* - ///.*18禁.* - ///.*A[级片].* - ///.*aambei.* - ///.*aarslik.* - ///.*aarsneg.* - ///.*abortus.* - ///.*achterlijk.* - ///.*aftrekken.* - ///.*afzuig.* - ///.*agilipolla.* - ///.*aidslijer.* - ///.*amaricona.* - ///.*analintruder.* - ///.*anorexia.* - ///.*anuslik.* - ///.*apollarda.* - ///.*asshole.* - ///.*b[uo]cet[iuãaoõ].* - ///.*baiser?.* - ///.*bastard.* - ///.*beflap.* - ///.*bignews.* - /// [rest of string was truncated]";. - /// - internal static string badwords { - get { - return ResourceManager.GetString("badwords", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 0077 Entralink 6:Finished tutorial - ///0268 Rati@s 5:Battleable,6:Disappeared. - /// - internal static string const_b2w2_en { - get { - return ResourceManager.GetString("const_b2w2_en", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 0182 Ns Castle 0:Event,1:Event,2:Before Reshiram/Zekrom,3:Before N,4:Event,5:Before Ghetsis - ///0145 Victini 0:Event,1:Event,2:Battleable,3:Defeated,4:Captured,5:All event finished - ///0206 Landorus 0:Event,1:Event,2:Event,3:Battleable,4:Disappeared. - /// - internal static string const_bw_en { - get { - return ResourceManager.GetString("const_bw_en", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 0152 Dialga/Palkia 00:Event,01:Event,02:Event,03:Event,04:Disappeared,05:Battleable - ///0158 Heatran 00:Not appeared,01:Battleable,02:Disappeared - ///0054 Fullmoon Is. 0:Not appeared,520:On the Map - ///0055 Newmoon Is. 0:Not appeared,553:On the Map - ///0056 Spring Path 0:Not appeared,786:Appeared - ///0057 Seabreak Path 0:Not appeared,4136:Appeared - ///0067 Member Card 0:Not activated,4617:Activated - ///0068 Oak Letter 0:Not activated,4370:Activated - ///0069 Azure Flute 0:Not activated,4387:Activated. - /// - internal static string const_dp_en { - get { - return ResourceManager.GetString("const_dp_en", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 0x4001 VAR_0x4001 - ///0x4002 VAR_0x4002 - ///0x4003 VAR_0x4003 - ///0x4004 VAR_0x4004 - ///0x4005 VAR_0x4005 - ///0x4006 VAR_0x4006 - ///0x4007 VAR_0x4007 - ///0x4008 VAR_0x4008 - ///0x4009 VAR_0x4009 - ///0x400A VAR_0x400A - ///0x401F VAR_0x401F - ///0x4020 VAR_RECYCLE_GOODS - ///0x4021 VAR_REPEL_STEP_COUNT - ///0x4022 VAR_ICE_STEP_COUNT - ///0x4023 VAR_FIRST_POKE - ///0x4024 VAR_MIRAGE_RND_H - ///0x4025 VAR_MIRAGE_RND_L - ///0x4026 VAR_SECRET_BASE_MAP - /// - ///0x402A VAR_HAPPINESS_STEP_COUNTER - ///0x402B VAR_POISON_STEP_COUNTER - ///0x402C VAR_RESET_RTC_ENABLE 00:Disabled,2336:Enab [rest of string was truncated]";. - /// - internal static string const_e_en { - get { - return ResourceManager.GetString("const_e_en", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to . - /// - internal static string const_frlg_en { - get { - return ResourceManager.GetString("const_frlg_en", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 0299 Spiky-eared Pichu(IlexForest) 0:Not appeared,2:disappeared - ///0161 Beasts(BurnedTower) 0:stay,1:roamed/fleed - ///0304 Lati@s(Roamer) 0:Not appeared,1:Ready to roam,2:roamed - ///0067 Enigma Stone 0:Not activated,1778:Activated - ///0249 Embedded Tower 0:Not obtained Kanto starter,1:Obtained Kanto starter,2:Obtained Orb,3:Kyogre activated,4:Kyogre disappeared,6:Rayquaza activated,7:Rayquaza caught,9:Rayquaza defeated/runaway - ///0251 Sinjoh Ruins 1:Not entered,4:teleported(1st),5:went outside,6:Cynthia talkable(cabin), [rest of string was truncated]";. - /// - internal static string const_hgss_en { - get { - return ResourceManager.GetString("const_hgss_en", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 60 Ash - ///21 Test1 - ///22 Test2 - ///24 Test3. - /// - internal static string const_oras_en { - get { - return ResourceManager.GetString("const_oras_en", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 0196 Dialga 0:Battleable,1:Disappeared - ///0197 Palkia 0:Battleable,1:Disappeared - ///0085 Giratina(DistortionWorld) 13:Battleable,14:Disappeared - ///0158 Heatran 00:Event,01:Battleable,02:Disappeared - ///0054 Fullmoon Is. 0:Not appeared,520:On the Map - ///0055 Newmoon Is. 0:Not appeared,553:On the Map - ///0056 Spring Path 0:Not appeared,786:Appeared - ///0057 Seabreak Path 0:Not appeared,4136:Appeared - ///0067 Member Card 0:Not activated,4617:Activated - ///0068 Oak Letter 0:Not activated,4370:Activated - ///0069 Azure Flute 0:Not activat [rest of string was truncated]";. - /// - internal static string const_pt_en { - get { - return ResourceManager.GetString("const_pt_en", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 0x4001 VAR_0x4001 - ///0x4002 VAR_0x4002 - ///0x4003 VAR_0x4003 - ///0x4004 VAR_0x4004 - ///0x4005 VAR_0x4005 - ///0x4006 VAR_0x4006 - ///0x4007 VAR_0x4007 - ///0x4008 VAR_0x4008 - ///0x4009 VAR_0x4009 - ///0x400A VAR_0x400A - ///0x401F VAR_0x401F - ///0x4020 VAR_RECYCLE_GOODS - ///0x4021 VAR_REPEL_STEP_COUNT - ///0x4022 VAR_ICE_STEP_COUNT - ///0x4023 VAR_FIRST_POKE - ///0x4024 VAR_MIRAGE_RND_H - ///0x4025 VAR_MIRAGE_RND_L - ///0x4026 VAR_SECRET_BASE_MAP - /// - ///0x402A VAR_HAPPINESS_STEP_COUNTER - ///0x402B VAR_POISON_STEP_COUNTER - ///0x402C VAR_RESET_RTC_ENABLE 00:Disabled,2336:Enab [rest of string was truncated]";. - /// - internal static string const_rs_en { - get { - return ResourceManager.GetString("const_rs_en", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 148 Starter 00:Rowlet,01:Litten,02:Popplio - ///432 Tapu Koko 03:Battleable,04:Defeated,05:Captured - ///433 Tapu Lele 01:Battleable,02:Defeated,03:Captured - ///434 Tapu Bulu 01:Battleable,02:Defeated,03:Captured - ///404 Tapu Fini 03:Battleable,04:Defeated,05:Captured. - /// - internal static string const_sm_en { - get { - return ResourceManager.GetString("const_sm_en", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Country ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///1,日本,Japan,Japon,Japan,Giappone,Japón,日本,일본 - ///8,アンギラ,Anguilla,Anguilla,Anguilla,Anguilla,Anguila,安圭拉,앵귈라 - ///9,アンティグア・バーブーダ,Antigua and Barbuda,Antigua-et-Barbuda,Antigua und Barbuda,Antigua e Barbuda,Antigua y Barbuda,安提瓜和巴布达,앤티가 바부다 - ///10,アルゼンチン,Argentina,Argentine,Argentinien,Argentina,Argentina,阿根廷,아르헨티나 - ///11,アルバ,Aruba,Aruba,Aruba,Aruba,Aruba,阿鲁巴,아루바 - ///12,バハマ,Bahamas,Bahamas,Bahamas,Bahamas,Bahamas,巴哈马,바하마 - ///13,バルバドス,Barbados,Barbade,Barbados,Barbados,Barbados,巴巴多斯,바베이도스 - ///14,ベリーズ,Beli [rest of string was truncated]";. - /// - internal static string countries { - get { - return ResourceManager.GetString("countries", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 0802 Cobalion disappeared - ///0302 Cobalion LV+20 - ///0810 Terrakion disappeared - ///0329 Terrakion LV+20 - ///0801 Virizion disappeared - ///0300 Virizion LV+20 - ///0667 Reshiram/Zekrom disappeared - ///1004 Kyurem disappeared - ///0922 Regirock disappeared - ///0921 Regice disappeared - ///0923 Registeel disappeared - ///0918 Uxie disappeared - ///0919 Mesprit disappeared - ///0920 Azelf disappeared - ///0900 Heatran disappeared - ///0924 Regigigas disappeared - ///0897 Cresselia disappeared. - /// - internal static string flags_b2w2_en { - get { - return ResourceManager.GetString("flags_b2w2_en", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 0669 Plasma guide(LeaguePokemart) disappeared - ///0661 Reshiram/Zekrom(NsCastle) disappeared - ///0766 Reshiram/Zekrom(DragonspiralTower) disappeared - ///0801 Kyurem disappeared - ///0812 Volcarona disappeared - ///0649 Cobalion disappeared - ///0650 Terrakion disappeared - ///0651 Virizion disappeared - ///0652 Obstacle(VictoryRoad) cleared - ///0653 Obstacle(PinwheelForest) cleared. - /// - internal static string flags_bw_en { - get { - return ResourceManager.GetString("flags_bw_en", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 0511 Uxie disappeared - ///0509 Mesprit(Verity Cavern) disappeared - ///0510 Azelf disappeared - ///0621 Cresselia(FullmoonIs.) disappeared - ///0288 Heatran disappeared - ///0609 Regigigas disappeared - ///0622 Giratina disappeared - ///0606 Darkrai disappeared - ///0623 Shaymin(FlowerParadise) disappeared - ///0620 Arceus disappeared - ///0286 Arceus(MapObj) disappeared - ///0307 Ferry FullmoonIs. accessable - ///0316 Ferry NewmoonIs. accessable - ///0301 Oak(R224) disappeared - ///0634 Shaymin(R224 MapObj) disappeared - ///2404 HOF(TrainerCard Upgrade) - ///2408 Cool [rest of string was truncated]";. - /// - internal static string flags_dp_en { - get { - return ResourceManager.GetString("flags_dp_en", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 0x800 SYS_POKEMON_GET - ///0x801 SYS_POKEDEX_GET - ///0x802 SYS_POKENAV_GET - ///0x804 SYS_GAME_CLEAR - ///0x805 SYS_CHAT_USED - ///0x806 SYS_HIPSTER_MEET - /// - ///0x807 BADGE01_GET - ///0x808 BADGE02_GET - ///0x809 BADGE03_GET - ///0x80A BADGE04_GET - ///0x80B BADGE05_GET - ///0x80C BADGE06_GET - ///0x80D BADGE07_GET - ///0x80E BADGE08_GET - /// - ///0x828 SYS_USE_FLASH - ///0x829 SYS_USE_STRENGTH - ///0x82A SYS_WEATHER_CTRL - ///0x82B SYS_CYCLING_ROAD - ///0x82C SYS_SAFARI_MODE - ///0x82D SYS_CRUISE_MODE - /// - ///0x830 SYS_TV_HOME - ///0x831 SYS_TV_WATCH - ///0x832 SYS_TV_START - ///0x833 SYS_POPWORD_IN [rest of string was truncated]";. - /// - internal static string flags_e_en { - get { - return ResourceManager.GetString("flags_e_en", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to . - /// - internal static string flags_frlg_en { - get { - return ResourceManager.GetString("flags_frlg_en", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 0607 Red(Mt.Silver) disappeared - ///0774 Articuno disappeared - ///0663 Zapdos disappeared - ///0775 Moltres disappeared - ///0773 Mewtwo disappeared - ///0457 Raikou roamed - ///0458 Entei roamed - ///0459 Suicune(BurnedTower) fleed - ///0673 Suicune(R25) disappeared - ///0782 Suicune(backed to BurnedTower) disappeared - ///0579 Lugia disappeared - ///0578 Ho-Oh disappeared - ///0781 Lati@s(PewterCity) disappeared - ///0721 Kyogre/Groudon disappeared - ///0722 Rayquaza disappeared - ///2404 HOF(TrainerCard Upgrade) - ///0388 ShinyLeaf(TrainerCard Upgrade) - ///0241 Pokeat [rest of string was truncated]";. - /// - internal static string flags_hgss_en { - get { - return ResourceManager.GetString("flags_hgss_en", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 0648 (OR) Groudon Defeated - ///2839 (OR) Groudon Captured - ///0647 (AS) Kyogre Defeated - ///2840 (AS) Kyogre Captured - ///0208 (OR) Ho-Oh Defeated - ///2815 (OR) Ho-Oh Captured - ///0209 (AS) Lugia Defeated - ///2814 (AS) Lugia Captured - ///2819 (AS) Dialga Captured - ///2820 (OR) Palkia Captured - ///2828 (OR) Tornadus Captured - ///2829 (AS) Thundurus Captured - ///2832 Landorus Captured - ///0182 (OR) Reshiram Defeated - ///2830 (OR) Reshiram Captured - ///0183 (AS) Zekrom Defeated - ///2831 (AS) Zekrom Captured - ///0419 (OR) Latias Defeated - ///2834 (OR) Latias Captu [rest of string was truncated]";. - /// - internal static string flags_oras_en { - get { - return ResourceManager.GetString("flags_oras_en", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 0481 Uxie disappeared - ///0479 Mesprit(Verity Cavern) disappeared - ///0480 Azelf disappeared - ///0208 Dialga captured - ///0209 Palkia captured - ///0591 Cresselia(FullmoonIs.) disappeared - ///0476 Charon(Mt.Stark) disappeared - ///0293 Heatran Battleable - ///0288 Heatran Disappeared - ///0579 Regigigas disappeared - ///0306 EventObj(SpearPillar) Appeared - ///0461 Cynthia(SpearPillar) Disappeared - ///0672 Cynthia(SendoffSpring) Disappeared - ///0592 Giratina disappeared - ///0344 Darkrai disappeared - ///0301 Oak(R224)#1 disappeared - ///0594 Oak(R224)#2 disappea [rest of string was truncated]";. - /// - internal static string flags_pt_en { - get { - return ResourceManager.GetString("flags_pt_en", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 0x800 SYS_POKEMON_GET - ///0x801 SYS_POKEDEX_GET - ///0x802 SYS_POKENAV_GET - ///0x804 SYS_GAME_CLEAR - ///0x805 SYS_CHAT_USED - ///0x806 SYS_HIPSTER_MEET - /// - ///0x807 BADGE01_GET - ///0x808 BADGE02_GET - ///0x809 BADGE03_GET - ///0x80A BADGE04_GET - ///0x80B BADGE05_GET - ///0x80C BADGE06_GET - ///0x80D BADGE07_GET - ///0x80E BADGE08_GET - /// - ///0x828 SYS_USE_FLASH - ///0x829 SYS_USE_STRENGTH - ///0x82A SYS_WEATHER_CTRL - ///0x82B SYS_CYCLING_ROAD - ///0x82C SYS_SAFARI_MODE - ///0x82D SYS_CRUISE_MODE - /// - ///0x830 SYS_TV_HOME - ///0x831 SYS_TV_WATCH - ///0x832 SYS_TV_START - ///0x833 SYS_POPWORD_IN [rest of string was truncated]";. - /// - internal static string flags_rs_en { - get { - return ResourceManager.GetString("flags_rs_en", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 3100 Is Alolan Champion + Magearna Event Active - ///3487 Received Magearna Gift - ///1216 Received Gift Cosmog - ///0499 Received Gift Type:Null - ///0160 Moone[0] / Sunne Portal [1]. - /// - internal static string flags_sm_en { - get { - return ResourceManager.GetString("flags_sm_en", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 2237 2237 - ///2238 2238 - ///2239 2239 - ///0963 Mewtwo Defeated - ///0115 Mewtwo Captured - ///0114 Zygarde Captured - ///0790 Zygarde Defeated - ///0285 Singles Statuette - ///0286 Doubles Statuette - ///0287 Triples Statuette - ///0288 Rotation Statuette - ///0289 Multi Statuette - ///0290 Super Singles Unlocked - ///0291 Super Doubles Unlocked - ///0292 Super Triples Unlocked - ///0293 Super Rotation Unlocked - ///0294 Super Multi Unlocked - ///0675 50: Beat Chatelaine - ///2546 Pokédex Obtained. - /// - internal static string flags_xy_en { - get { - return ResourceManager.GetString("flags_xy_en", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to ! PKHeX Interface Customization File - ///! Languages: Save this file accordingly and put it in the same folder as PKHeX's executable. - ///! lang_en.txt = English - ///! lang_jp.txt = Japanese - ///! lang_fr.txt = French - ///! lang_de.txt = German - ///! lang_es.txt = Spanish - ///! lang_it.txt = Italian - ///! lang_ko.txt = Korean - ///! lang_zh.txt = Chinese - ///! lang_pt.txt = Portuguese - ///! Make sure that each edit has a ' = ' between Control name and new Text! - ///! - ///! ----------------------------------------------------- - ///- DO NOT CHANGE THI [rest of string was truncated]";. - /// - internal static string lang_de { - get { - return ResourceManager.GetString("lang_de", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to ! PKHeX Interface Customization File - ///! Languages: Save this file accordingly and put it in the same folder as PKHeX's executable. - ///! lang_en.txt = English - ///! lang_jp.txt = Japanese - ///! lang_fr.txt = French - ///! lang_de.txt = German - ///! lang_es.txt = Spanish - ///! lang_it.txt = Italian - ///! lang_ko.txt = Korean - ///! lang_zh.txt = Chinese - ///! lang_pt.txt = Portuguese - ///! Make sure that each edit has a ' = ' between Control name and new Text! - ///! - ///! ----------------------------------------------------- - ///- DO NOT CHANGE THI [rest of string was truncated]";. - /// - internal static string lang_en { - get { - return ResourceManager.GetString("lang_en", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to ! PKHeX Interface Customization File - ///! Languages: Save this file accordingly and put it in the same folder as PKHeX's executable. - ///! lang_en.txt = Inglés - ///! lang_jp.txt = Japonés - ///! lang_fr.txt = French - ///! lang_de.txt = Alemán - ///! lang_es.txt = Español - ///! lang_it.txt = Italian - ///! lang_ko.txt = Korean - ///! lang_zh.txt = Chinese - ///! lang_pt.txt = Portuguese - ///! Make sure that each edit has a ' = ' between Control name and new Text! - ///! - ///! ----------------------------------------------------- - ///- DO NOT CHANGE THIS [rest of string was truncated]";. - /// - internal static string lang_es { - get { - return ResourceManager.GetString("lang_es", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to ! PKHeX Interface Customization File - ///! Languages: Save this file accordingly and put it in the same folder as PKHeX's executable. - ///! lang_en.txt = English - ///! lang_jp.txt = Japanese - ///! lang_fr.txt = French - ///! lang_de.txt = German - ///! lang_es.txt = Spanish - ///! lang_it.txt = Italian - ///! lang_ko.txt = Korean - ///! lang_zh.txt = Chinese - ///! lang_pt.txt = Portuguese - ///! Make sure that each edit has a ' = ' between Control name and new Text! - ///! - ///! ----------------------------------------------------- - ///- DO NOT CHANGE THI [rest of string was truncated]";. - /// - internal static string lang_fr { - get { - return ResourceManager.GetString("lang_fr", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to ! PKHeX Interface Customization File - ///! Languages: Save this file accordingly and put it in the same folder as PKHeX's executable. - ///! lang_en.txt = English - ///! lang_jp.txt = Japanese - ///! lang_fr.txt = French - ///! lang_de.txt = German - ///! lang_es.txt = Spanish - ///! lang_it.txt = Italian - ///! lang_ko.txt = Korean - ///! lang_zh.txt = Chinese - ///! lang_pt.txt = Portuguese - ///! Make sure that each edit has a ' = ' between Control name and new Text! - ///! - ///! ----------------------------------------------------- - ///- DO NOT CHANGE THI [rest of string was truncated]";. - /// - internal static string lang_it { - get { - return ResourceManager.GetString("lang_it", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to ! PKHeX Interface Customization File - ///! Languages: Save this file accordingly and put it in the same folder as PKHeX's executable. - ///! lang_en.txt = English - ///! lang_jp.txt = Japanese - ///! lang_fr.txt = French - ///! lang_de.txt = German - ///! lang_es.txt = Spanish - ///! lang_it.txt = Italian - ///! lang_ko.txt = Korean - ///! lang_zh.txt = Chinese - ///! lang_pt.txt = Portuguese - ///! Make sure that each edit has a ' = ' between Control name and new Text! - ///! - ///! ----------------------------------------------------- - ///- DO NOT CHANGE THI [rest of string was truncated]";. - /// - internal static string lang_ja { - get { - return ResourceManager.GetString("lang_ja", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to ! PKHeX Interface Customization File - ///! Languages: Save this file accordingly and put it in the same folder as PKHeX's executable. - ///! lang_en.txt = English - ///! lang_jp.txt = Japanese - ///! lang_fr.txt = French - ///! lang_de.txt = German - ///! lang_es.txt = Spanish - ///! lang_it.txt = Italian - ///! lang_ko.txt = Korean - ///! lang_zh.txt = Chinese - ///! lang_pt.txt = Portuguese - ///! Make sure that each edit has a ' = ' between Control name and new Text! - ///! - ///! ----------------------------------------------------- - ///- DO NOT CHANGE THI [rest of string was truncated]";. - /// - internal static string lang_ko { - get { - return ResourceManager.GetString("lang_ko", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to ! PKHeX Interface Customization File - ///! Languages: Save this file accordingly and put it in the same folder as PKHeX's executable. - ///! lang_en.txt = English - ///! lang_jp.txt = Japanese - ///! lang_fr.txt = French - ///! lang_de.txt = German - ///! lang_es.txt = Spanish - ///! lang_it.txt = Italian - ///! lang_ko.txt = Korean - ///! lang_zh.txt = Chinese - ///! lang_pt.txt = Portuguese - ///! Make sure that each edit has a ' = ' between Control name and new Text! - ///! - ///! ----------------------------------------------------- - ///- DO NOT CHANGE THI [rest of string was truncated]";. - /// - internal static string lang_pt { - get { - return ResourceManager.GetString("lang_pt", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to ! PKHeX Interface Customization File - ///! Languages: Save this file accordingly and put it in the same folder as PKHeX's executable. - ///! lang_en.txt = English - ///! lang_jp.txt = Japanese - ///! lang_fr.txt = French - ///! lang_de.txt = German - ///! lang_es.txt = Spanish - ///! lang_it.txt = Italian - ///! lang_ko.txt = Korean - ///! lang_zh.txt = Chinese - ///! lang_pt.txt = Portuguese - ///! Make sure that each edit has a ' = ' between Control name and new Text! - ///! - ///! ----------------------------------------------------- - ///- DO NOT CHANGE THI [rest of string was truncated]";. - /// - internal static string lang_zh { - get { - return ResourceManager.GetString("lang_zh", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to ID,Language - ///1,JPN (日本語) - ///2,ENG (English) - ///3,FRE (Français) - ///4,ITA (Italiano) - ///5,GER (Deutsch) - ///7,ESP (Español) - ///8,KOR (한국어) - ///9,CHS (简体中文) - ///10,CHT (繁體中文). - /// - internal static string languages { - get { - return ResourceManager.GetString("languages", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to V = Valid. - ///V193 = Legal! - ///V190 = Internal error. - ///V189 = Analysis not available for this Pokémon. - ///V196 = {0}: {1} - ///V191 = {0} Move {1}: {2} - ///V192 = {0} Relearn Move {1}: {2} - ///V195 = Encounter Type: {0} - ///V500 = Indeterminate - ///V501 = Invalid - ///V502 = Fishy - ///V503 = Valid - ///V504 = Not Implemented - ///V205 = OT - ///V206 = HT - ///V167 = Empty Move. - ///V171 = Egg Move. - ///V172 = Relearnable Move. - ///V173 = Learned by TM/HM. - ///V174 = Learned by Move Tutor. - ///V175 = Special Non-Relearn Move. - ///V177 = Learned by Level-up. - ///V330 = Lear [rest of string was truncated]";. - /// - internal static string LegalityCheckStrings_en { - get { - return ResourceManager.GetString("LegalityCheckStrings_en", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to V = 사용 가능합니다. - ///V193 = 존재 가능합니다! - ///V190 = 내부 오류입니다. - ///V189 = 이 포켓몬을 분석할 수 없습니다. - ///V196 = {0}: {1} - ///V191 = {0} 기술 {1}: {2} - ///V192 = {0} 다시 배운 기술 {1}: {2} - ///V195 = 인카운터 유형: {0} - ///V500 = 판단 불가능 - ///V501 = 사용 불가능 - ///V502 = 의심 - ///V503 = 사용 가능 - ///V504 = 미구현 - ///V205 = 어버이 (OT) - ///V206 = 소유했던 트레이너 (HT) - ///V167 = 비어 있는 기술입니다. - ///V171 = 자력기입니다. - ///V172 = 기술 떠올리기 기술입니다. - ///V173 = 기술머신/비전머신 기술입니다. - ///V174 = 기술 가르침 기술입니다. - ///V175 = 다시 배울 수 없는 특별한 기술입니다. - ///V177 = 레벨업 기술입니다. - ///V330 = {0}세대 레벨업 기술입니다. - ///V331 = {0}세대 기술머신/비전머신 기술입니다. - ///V332 = {0}세대 기술 가르침 기술입 [rest of string was truncated]";. - /// - internal static string LegalityCheckStrings_ko { - get { - return ResourceManager.GetString("LegalityCheckStrings_ko", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to V = 有效。 - ///V193 = 合法。 - ///V190 = 内部错误。 - ///V189 = 无法分析该宝可梦。 - ///V196 = {0}: {1} - ///V191 = {0}招式 {1} : {2} - ///V192 = {0}回忆招式 {1}: {2} - ///V195 = 相遇方式: {0} - ///V500 = 无法确定 - ///V501 = 不合法 - ///V502 = 可疑 - ///V503 = 合法 - ///V504 = 功能未实现 - ///V205 = 初训家 - ///V206 = 持有人 - ///V167 = 空招式。 - ///V171 = 遗传招式。 - ///V172 = 可回忆招式。 - ///V173 = 通过TM/HM习得。 - ///V174 = 通过招式教学习得。 - ///V175 = 特殊不可回忆招式。 - ///V177 = 通过升级习得。 - ///V330 = 在第{0}世代通过升级习得。 - ///V331 = 在第{0}世代通过TM/HM习得。 - ///V332 = 在第{0}世代通过招式教学习得。 - ///V333 = 配信蛋招式。 - ///V344 = 遗传了蛋招式。 - ///V345 = 遗传了升级招式。 - ///V346 = 遗传了教学招式。 - ///V349 = 遗传了TM/HM招式。 - ///V355 = 通过土居忍士进化为铁面 [rest of string was truncated]";. - /// - internal static string LegalityCheckStrings_zh { - get { - return ResourceManager.GetString("LegalityCheckStrings_zh", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to ID,3DS Region - ///0,Japan (日本) - ///1,Americas (NA/SA) - ///2,Europe (EU/AU) - ///4,China (中国大陆) - ///5,Korea (한국) - ///6,Taiwan (香港/台灣). - /// - internal static string regions3ds { - get { - return ResourceManager.GetString("regions3ds", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///002,東京都,Tokyo,Tokyo,Tokio,Tokyo,Tokio,东京都,도쿄 도, - ///003,北海道,Hokkaido,Hokkaido,Hokkaido,Hokkaido,Hokaido,北海道,홋카이도, - ///004,青森県,Aomori,Aomori,Aomori,Aomori,Aomori,青森县,아오모리 현, - ///005,岩手県,Iwate,Iwate,Iwate,Iwate,Iwate,岩手县,이와테 현, - ///006,宮城県,Miyagi,Miyagi,Miyagi,Miyagi,Miyagi,宫城县,미야기 현, - ///007,秋田県,Akita,Akita,Akita,Akita,Akita,秋田县,아키타 현, - ///008,山形県,Yamagata,Yamagata,Yamagata,Yamagata,Yamagata,山形县,야마가타 현, - ///009,福島県,Fukushima,Fukushima,Fukushima,Fukushima,Fukushima,福岛县,후쿠 [rest of string was truncated]";. - /// - internal static string sr_001 { - get { - return ResourceManager.GetString("sr_001", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///001,アンギラ,Anguilla,Anguilla,Anguilla,Anguilla,Anguila,安圭拉,앵귈라,. - /// - internal static string sr_008 { - get { - return ResourceManager.GetString("sr_008", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///002,セント・ジョン,Saint John,Saint-Jean,Saint John's,Saint John,Saint John,圣约翰区,세인트존, - ///003,バーブーダ島,Barbuda,Barbuda,Barbuda,Barbuda,Barbuda,巴布达岛,바부다, - ///004,セント・ジョージ,Saint George,Saint-Georges,Saint George,Saint George,Saint George,圣乔治区,세인트조지, - ///005,セント・メアリー,Saint Mary,Sainte-Marie,Saint Mary,Saint Mary,Saint Mary,圣玛丽区,세인트메리, - ///006,セント・ポール,Saint Paul,Saint-Paul,Saint Paul,Saint Paul,Saint Paul,圣保罗区,세인트폴, - ///007,セント・ピーター,Saint Peter,Saint-Pierre,Saint Peter,Saint [rest of string was truncated]";. - /// - internal static string sr_009 { - get { - return ResourceManager.GetString("sr_009", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///002,特別区,Distrito Federal,District Fédéral,Autonome Stadt Buenos Aires,Capitale Federale,Ciudad de Buenos Aires,联邦首都区,아르헨티나 연방구, - ///003,ブエノスアイレス州,Buenos Aires,Buenos Aires,Buenos Aires,Buenos Aires,Provincia de Buenos Aires,布宜诺斯艾利斯省,부에노스아이레스 주, - ///004,カタマルカ州,Catamarca,Catamarca,Catamarca,Catamarca,Catamarca,卡塔马卡省,카타마르카 주, - ///005,チャコ州,Chaco,Chaco,Chaco,Chaco,Chaco,查科省,차코 주, - ///006,チュブト州,Chubut,Chubut,Chubut,Chubut,Chubut,丘布特省,추부트 주, - ///007,コルドバ州,Córdoba,Córdoba [rest of string was truncated]";. - /// - internal static string sr_010 { - get { - return ResourceManager.GetString("sr_010", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///001,アルバ,Aruba,Aruba,Aruba,Aruba,Aruba,阿鲁巴,아루바,. - /// - internal static string sr_011 { - get { - return ResourceManager.GetString("sr_011", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///001,バハマ,Bahamas,Bahamas,Bahamas,Bahamas,Bahamas,巴哈马,바하마,. - /// - internal static string sr_012 { - get { - return ResourceManager.GetString("sr_012", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///001,バルバドス,Barbados,Barbade,Barbados,Barbados,Barbados,巴巴多斯,바베이도스,. - /// - internal static string sr_013 { - get { - return ResourceManager.GetString("sr_013", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///002,カヨー州,Cayo,Cayo,Cayo,Cayo,Cayo,卡约区,카요 주, - ///003,ベリーズ州,Belize,Belize,Belize,Belize,Belice,伯利兹城,벨리즈 주, - ///004,コロサル州,Corozal,Corozal,Corozal,Corozal,Corozal,科罗萨尔区,코로살 주, - ///005,オレンジウォーク州,Orange Walk,Orange Walk,Orange Walk,Orange Walk,Orange Walk,橘园区,오렌지워크 주, - ///006,スタンクリーク州,Stann Creek,Stann Creek,Stann Creek,Stann Creek,Stann Creek,斯坦港区,스탠크리크 주, - ///007,トレド州,Toledo,Toledo,Toledo,Toledo,Toledo,托莱多区,톨레도 주,. - /// - internal static string sr_014 { - get { - return ResourceManager.GetString("sr_014", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///002,ラパス県,La Paz,La Paz,La Paz,La Paz,La Paz,拉巴斯省,라파스 주, - ///003,チュキサカ県,Chuquisaca,Chuquisaca,Chuquisaca,Chuquisaca,Chuquisaca,丘基萨卡省,추키사카 주, - ///004,コチャバンバ県,Cochabamba,Cochabamba,Cochabamba,Cochabamba,Cochabamba,科恰班巴省,코차밤바 주, - ///005,ベニ県,El Beni,Beni,Beni,Beni,El Beni,贝尼省,엘베니 주, - ///006,オルロ県,Oruro,Oruro,Oruro,Oruro,Oruro,奥鲁罗省,오루로 주, - ///007,パンド県,Pando,Pando,Pando,Pando,Pando,潘多省,판도 주, - ///008,ポトシ県,Potosí,Potosí,Potosí,Potosí,Potosí,波托西省,포토시 주, - ///009,サンタ・クルス県,Santa Cruz [rest of string was truncated]";. - /// - internal static string sr_015 { - get { - return ResourceManager.GetString("sr_015", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///002,ディストリト・フェデラル州,Distrito Federal,District Fédéral,Distrito Federal,Distretto Federale,Distrito Federal,联邦区,브라질 연방구, - ///003,アクレ州,Acre,Acre,Acre,Acre,Acre,阿克里州,아크리 주, - ///004,アラゴアス州,Alagoas,Alagoas,Alagoas,Alagoas,Alagoas,阿拉戈斯州,알라고아스 주, - ///005,アマパー州,Amapá,Amapá,Amapá,Amapá,Amapá,阿马帕州,아마파 주, - ///006,アマゾナス州,Amazonas,Amazonas,Amazonas,Amazonas,Amazonas,亚马孙州,아마조나스 주, - ///007,バイア州,Bahia,Bahia,Bahia,Bahia,Bahía,巴伊亚州,바이아 주, - ///008,セアラ州,Ceará,Ceará,Ceará,Ceará,Ceará,塞阿拉州, [rest of string was truncated]";. - /// - internal static string sr_016 { - get { - return ResourceManager.GetString("sr_016", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///001,英領ヴァージン諸島,British Virgin Islands,Îles Vierges britanniques,Britische Jungferninseln,Isole Vergini Britanniche,Islas Vírgenes Británicas,英属维尔京群岛,영국령 버진아일랜드,. - /// - internal static string sr_017 { - get { - return ResourceManager.GetString("sr_017", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///002,オンタリオ州,Ontario,Ontario,Ontario,Ontario,Ontario,安大略省,온타리오 주, - ///003,アルバータ州,Alberta,Alberta,Alberta,Alberta,Alberta,艾伯塔省,앨버타 주, - ///004,ブリティッシュ・コロンビア州,British Columbia,Colombie-Britannique,Britisch-Kolumbien,Columbia Britannica,Columbia Británica,不列颠哥伦比亚省,브리티시컬럼비아 주, - ///005,マニトバ州,Manitoba,Manitoba,Manitoba,Manitoba,Manitoba,马尼托巴省,매니토바 주, - ///006,ニュー・ブランズウィック州,New Brunswick,Nouveau-Brunswick,Neubraunschweig,Nuovo Brunswick,Nuevo Brunswick,新不伦瑞克省,뉴브런즈윅 주, - ///00 [rest of string was truncated]";. - /// - internal static string sr_018 { - get { - return ResourceManager.GetString("sr_018", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///001,ケイマン諸島,Cayman Islands,Îles Caïmans,Kaimaninseln,Isole Cayman,Islas Caimán,开曼群岛,케이맨 제도,. - /// - internal static string sr_019 { - get { - return ResourceManager.GetString("sr_019", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///002,レジョン・メトロポリタナ州,Región Metropolitana,Région Métropolitaine de Santiago,Región Metropolitana,Regione Metropolitana di Santiago,Región Metropolitana,圣地亚哥首都区,산티아고 수도주, - ///003,バルパライソ州,Valparaíso,Valparaiso,Valparaíso (Region V),Valparaíso,Valparaíso,瓦尔帕莱索大区,발파라이소 주, - ///004,アイセン・デル・G・カルロス・イバニェス・デル・カンポ州,Aisén del General Carlos Ibáñez del Campo,Aisén del General Carlos Ibáñez del Campo,Aisén (Region XI),Aisén del General Carlos Ibáñez del Campo,Aisén del Ge [rest of string was truncated]";. - /// - internal static string sr_020 { - get { - return ResourceManager.GetString("sr_020", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///002,ディストリト・キャピタル,Distrito Capital,District Capital de Santa Fe de Bogotá,Bogotá D.C.,Distretto Capitale,Distrito Capital,波哥大首都区,콜롬비아 수도주, - ///003,クンディナマルカ県,Cundinamarca,Cundinamarca,Cundinamarca,Cundinamarca,Cundinamarca,昆迪纳马卡省,쿤디나마르카 주, - ///004,アマソナス県,Amazonas,Amazone,Amazonas,Amazonas,Amazonas,亚马孙省,아마소나스 주, - ///005,アンティオキア県,Antioquia,Antioquia,Antioquia,Antioquia,Antioquia,安提奥基亚省,안티오키아 주, - ///006,アラウカ県,Arauca,Arauca,Arauca,Arauca,Arauca,阿劳卡省,아라우카 주, - ///007,アトラン [rest of string was truncated]";. - /// - internal static string sr_021 { - get { - return ResourceManager.GetString("sr_021", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///002,サン・ホセ州,San José,San José,San José,San José,San José,圣何塞省,산호세 주, - ///003,アラフエラ州,Alajuela,Alajuela,Alajuela,Alajuela,Alajuela,阿拉胡埃拉省,알라후엘라 주, - ///004,カルタゴ州,Cartago,Cartago,Cartago,Cartago,Cartago,卡塔戈省,카르타고 주, - ///005,グアナカステ州,Guanacaste,Guanacaste,Guanacaste,Guanacaste,Guanacaste,瓜纳卡斯特省,과나카스테 주, - ///006,エレディア州,Heredia,Heredia,Heredia,Heredia,Heredia,埃雷迪亚省,에레디아 주, - ///007,リモン州,Limón,Limón,Limón,Limón,Limón,利蒙省,리몬 주, - ///008,プンタレナス州,Puntarenas,Puntarenas,Puntarenas,Pu [rest of string was truncated]";. - /// - internal static string sr_022 { - get { - return ResourceManager.GetString("sr_022", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///001,ドミニカ国,Dominica,Dominique,Dominica,Dominica,Dominica,多米尼克,도미니카 연방,. - /// - internal static string sr_023 { - get { - return ResourceManager.GetString("sr_023", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///002,ディストリト・ナショナル首都圏,Distrito Nacional,District National,Distrito Nacional,Distretto Nazionale,Distrito Nacional,国家区,도미니카 행정구, - ///003,アスア,Azua,Azua,Azua,Azua,Azua,阿苏阿省,아수아, - ///004,バオルコ,Baoruco,Baoruco,Baoruco,Baoruco,Baoruco,巴奥鲁科省,바오루코, - ///005,バラオナ,Barahona,Barahona,Barahona,Barahona,Barahona,巴拉奥纳省,바라오나, - ///006,ダハボン,Dajabón,Dajabón,Dajabón,Dajabón,Dajabón,达哈朋省,다하본, - ///007,ドゥアルテ,Duarte,Duarte,Duarte,Duarte,Duarte,杜华德省,두아르테, - ///008,エスパイジャト,Espaillat,Espaillat,Espa [rest of string was truncated]";. - /// - internal static string sr_024 { - get { - return ResourceManager.GetString("sr_024", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///002,ピチンチャ,Pichincha,Pichincha,Pichincha,Pichincha,Pichincha,皮钦查省,피친차, - ///003,ガラパゴス,Galápagos,Galápagos,Galapagosinseln,Galápagos,Galápagos,加拉帕戈斯省,갈라파고스, - ///004,アスアイ,Azuay,Azuay,Azuay,Azuay,Azuay,阿苏艾省,아수아이, - ///005,ボリーバル,Bolívar,Bolívar,Bolívar,Bolívar,Bolívar,玻利瓦尔省,볼리바르, - ///006,カニャル,Cañar,Cañar,Cañar,Cañar,Cañar,卡尼亚尔省,카냐르, - ///007,カルチ,Carchi,Carchi,Carchi,Carchi,Carchi,卡尔奇省,카르치, - ///008,チンボラソ,Chimborazo,Chimborazo,Chimborazo,Chimborazo,Chimborazo,钦博拉索省,침보라소, - ///009, [rest of string was truncated]";. - /// - internal static string sr_025 { - get { - return ResourceManager.GetString("sr_025", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///002,サン・サルバドル県,San Salvador,San Salvador,San Salvador,San Salvador,San Salvador,圣萨尔瓦多省,산살바도르 주, - ///003,アワチャパン県,Ahuachapán,Ahuachapán,Ahuachapán,Ahuachapán,Ahuachapán,阿瓦查潘省,아우아차판 주, - ///004,カバニャス県,Cabañas,Cabañas,Cabañas,Cabañas,Cabañas,卡瓦尼亚斯省,카바냐스 주, - ///005,チャラテナンゴ県,Chalatenango,Chalatenango,Chalatenango,Chalatenango,Chalatenango,查拉特南戈省,찰라테낭고 주, - ///006,クスカトラン県,Cuscatlán,Cuscatlán,Cuscatlán,Cuscatlán,Cuscatlán,库斯卡特兰省,쿠스카틀란 주, - ///007,ラ・リベルター県,La Libertad,La Liber [rest of string was truncated]";. - /// - internal static string sr_026 { - get { - return ResourceManager.GetString("sr_026", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///001,フランス領ギアナ,French Guiana,Guyane,Französisch-Guyana,Guyana Francese,Guayana Francesa,法属圭亚那,프랑스령 기아나,. - /// - internal static string sr_027 { - get { - return ResourceManager.GetString("sr_027", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///001,グレナダ,Grenada,Grenade,Grenada,Grenada,Granada,格林纳达,그레나다,. - /// - internal static string sr_028 { - get { - return ResourceManager.GetString("sr_028", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///001,グアドループ,Guadeloupe,Guadeloupe,Guadeloupe,Guadalupa,Guadalupe,瓜德罗普,과들루프,. - /// - internal static string sr_029 { - get { - return ResourceManager.GetString("sr_029", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///002,グアテマラ県,Guatemala,Guatemala,Guatemala,Guatemala,Guatemala,危地马拉省,과테말라 주, - ///003,アルタ・べラパス県,Alta Verapaz,Alta Verapaz,Alta Verapaz,Alta Verapaz,Alta Verapaz,上韦拉帕斯省,알타베라파스 주, - ///004,バハ・べラパス県,Baja Verapaz,Baja Verapaz,Baja Verapaz,Baja Verapaz,Baja Verapaz,下韦拉帕斯省,바하베라파스 주, - ///005,チマルテナンゴ県,Chimaltenango,Chimaltenango,Chimaltenango,Chimaltenango,Chimaltenango,奇马尔特南戈省,치말테낭고 주, - ///006,チキムラ県,Chiquimula,Chiquimula,Chiquimula,Chiquimula,Chiquimula,奇基穆拉省,치키물라 주, - ///007 [rest of string was truncated]";. - /// - internal static string sr_030 { - get { - return ResourceManager.GetString("sr_030", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///002,デメララ・マハイカ州,Demerara-Mahaica,Demerara-Mahaica,Demerara-Mahaica,Demerara-Mahaica,Demerara-Mahaica,德梅拉拉-马海卡区,데메라라-마하이카 주, - ///003,バリマ・ワイニ州,Barima-Waini,Barima-Waini,Barima-Waini,Barima-Waini,Barima-Waini,巴里马-瓦伊尼区,바리마-와이니 주, - ///004,クユニ・マザルニ州,Cuyuni-Mazaruni,Cuyuni-Mazaruni,Cuyuni-Mazaruni,Cuyuni-Mazaruni,Cuyuni-Mazaruni,库尤尼-马扎鲁尼区,쿠유니-마자루니 주, - ///005,東ベルビセ・コレンティネ州,East Berbice-Corentyne,Berbice Oriental-Courantyne,East Berbice-Corentyne,Berbice Orientale-Cor [rest of string was truncated]";. - /// - internal static string sr_031 { - get { - return ResourceManager.GetString("sr_031", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///002,西県,Ouest,Ouest,Ouest,Ovest,Oeste,西部省,서부, - ///003,北西県,Nord-Ouest,Nord-Ouest,Nord-Ouest,Nord-Ovest,Noroeste,西北省,북서부, - ///004,アルティボニット県,Artibonite,Artibonite,Artibonite,Artibonite,Artibonito,阿蒂博尼特省,아르티보니트, - ///005,中央県,Centre,Centre,Centre,Centro,Centro,中部省,중앙부, - ///006,湾岸県,Grand'Anse,Grande-Anse,Grand'Anse,Grande Anse,Grand'Anse,大湾省,그랑당스, - ///007,北県,Nord,Nord,Nord,Nord,Norte,北部省,북부, - ///008,北東県,Nord-Est,Nord-Est,Nord-Est,Nord-Est,Noreste,东北省,북동부, - ///009,南県,Sud,Sud,Sud [rest of string was truncated]";. - /// - internal static string sr_032 { - get { - return ResourceManager.GetString("sr_032", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///002,フランシスコ・モラサン,Francisco Morazán,Francisco Morazán,Francisco Morazán,Francisco Morazán,Francisco Morazán,弗朗西斯科-莫拉桑省,프란시스코모라산, - ///003,アトランティダ,Atlántida,Atlántida,Atlántida,Atlántida,Atlántida,阿特兰蒂达省,아틀란티다, - ///004,チョルテカ,Choluteca,Choluteca,Choluteca,Choluteca,Choluteca,乔卢特卡省,촐루테카, - ///005,コロン,Colón,Colón,Colón,Colón,Colón,科隆省,콜론, - ///006,コマヤグア,Comayagua,Comayagua,Comayagua,Comayagua,Comayagua,科马亚瓜省,코마야과, - ///007,コパン,Copán,Copán,Copán,Copán,Copán,科潘省,코판, - ///008,コルテス [rest of string was truncated]";. - /// - internal static string sr_033 { - get { - return ResourceManager.GetString("sr_033", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///002,セント・トーマス,Saint Thomas,Saint-Thomas,Saint Thomas,Saint Thomas,Saint Thomas,圣托马斯区,세인트토머스, - ///003,クラレンドン,Clarendon,Clarendon,Clarendon,Clarendon,Clarendon,克拉伦登区,클래런던, - ///004,ハノーバー,Hanover,Hanover,Hanover,Hanover,Hanover,汉诺威区,해노버, - ///005,マンチェスター,Manchester,Manchester,Manchester,Manchester,Manchester,曼彻斯特区,맨체스터, - ///006,ポートランド,Portland,Portland,Portland,Portland,Portland,波特兰区,포틀랜드, - ///007,セント・アンドリュー,Saint Andrew,Saint Andrew,Saint Andrew,Saint Andrew,Saint Andr [rest of string was truncated]";. - /// - internal static string sr_034 { - get { - return ResourceManager.GetString("sr_034", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///001,マルティニーク,Martinique,Martinique,Martinique,Martinica,Martinica,马提尼克,마르티니크,. - /// - internal static string sr_035 { - get { - return ResourceManager.GetString("sr_035", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///002,ディストリト・フェデラル連邦区,Distrito Federal,District Fédéral,México D.F.,Distretto Federale,Distrito Federal,联邦区,멕시코 연방구, - ///003,アグアスカリエンテス州,Aguascalientes,Aguascalientes,Aguascalientes,Aguascalientes,Aguascalientes,阿瓜斯卡连特斯州,아과스칼리엔테스 주, - ///004,バハ・カリフォルニア州,Baja California,Basse-Californie,Niederkalifornien,Bassa California,Baja California,下加里福尼亚州,바하칼리포르니아 주, - ///005,バハ・カリフォルニア・スル州,Baja California Sur,Basse-Californie du Sud,Süd-Niederkalifornien,Bassa California d [rest of string was truncated]";. - /// - internal static string sr_036 { - get { - return ResourceManager.GetString("sr_036", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///001,モントセラト,Montserrat,Montserrat,Montserrat,Montserrat,Montserrat,蒙特塞拉特,몬트세랫,. - /// - internal static string sr_037 { - get { - return ResourceManager.GetString("sr_037", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///001,オランダ領アンティル,Netherlands Antilles,Antilles néerlandaises,Niederländische Antillen,Antille Olandesi,Antillas Neerlandesas,荷属安的列斯,네덜란드령 앤틸리스,. - /// - internal static string sr_038 { - get { - return ResourceManager.GetString("sr_038", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///002,マナグア,Managua,Managua,Managua,Managua,Managua,马那瓜省,마나과, - ///003,ボアコ,Boaco,Boaco,Boaco,Boaco,Boaco,博阿科省,보아코, - ///004,カラソ,Carazo,Carazo,Carazo,Carazo,Carazo,卡拉索省,카라소, - ///005,チナンデガ,Chinandega,Chinandega,Chinandega,Chinandega,Chinandega,奇南德加省,치난데가, - ///006,チョンタレス,Chontales,Chontales,Chontales,Chontales,Chontales,琼塔莱斯省,촌탈레스, - ///007,エステリ,Estelí,Estelí,Estelí,Estelí,Estelí,埃斯特利省,에스텔리, - ///008,グラナダ,Granada,Granada,Granada,Granada,Granada,格拉纳达省,그라나다, - ///009,ヒノテガ,Jinotega,J [rest of string was truncated]";. - /// - internal static string sr_039 { - get { - return ResourceManager.GetString("sr_039", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///002,パナマ,Panamá,Panama,Panama,Panamá,Panamá,巴拿马省,파나마, - ///003,ボカズ・デル・トーロ,Bocas del Toro,Bocas del Toro,Bocas del Toro,Bocas del Toro,Bocas del Toro,博卡斯-德尔托罗省,보카스델토로, - ///004,チリキ,Chiriquí,Chiriquí,Chiriquí,Chiriquí,Chiriquí,奇里基省,치리키, - ///005,コクレ,Coclé,Coclé,Coclé,Coclé,Coclé,科克莱省,코클레, - ///006,コロン,Colón,Colón,Colón,Colón,Colón,科隆省,콜론, - ///007,ダリエン,Darién,Darién,Darién,Darién,Darién,达连省,다리엔, - ///008,エレーラ,Herrera,Herrera,Herrera,Herrera,Herrera,埃雷拉省,에레라, - ///009,ロス・サントス,Los [rest of string was truncated]";. - /// - internal static string sr_040 { - get { - return ResourceManager.GetString("sr_040", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///002,セントラル県,Central,Central,Central,Central,Central,中央省,센트랄 주, - ///003,アルト・パラナ県,Alto Paraná,Alto Paraná,Alto Paraná,Alto Paraná,Alto Paraná,上巴拉那省,알토파라나 주, - ///004,アマンバイ県,Amambay,Amambay,Amambay,Amambay,Amambay,阿曼拜省,아맘바이 주, - ///005,カアグアスー県,Caaguazú,Caaguazú,Caaguazú,Caaguazú,Caaguazú,卡瓜苏省,카아과수 주, - ///006,カアサパ県,Caazapá,Caazapá,Caazapá,Caazapá,Caazapá,卡萨帕省,카아사파 주, - ///007,コンセプシオン県,Concepción,Concepción,Concepción,Concepción,Concepción,康塞普西翁省,콘셉시온 주, - ///008,コルディリェラ県,Cord [rest of string was truncated]";. - /// - internal static string sr_041 { - get { - return ResourceManager.GetString("sr_041", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///002,リマ,Lima,Province de Lima,Lima Metropolitana,Lima,Lima,利马省,리마, - ///003,アマソナス,Amazonas,Amazone,Amazonas,Amazonas,Amazonas,亚马孙省,아마소나스, - ///004,アンカッシュ,Ancash,Ancash,Ancash,Ancash,Ancash,安卡什省,앙카시, - ///005,アプリマック,Apurímac,Apurímac,Apurímac,Apurímac,Apurímac,阿普里马克省,아푸리막, - ///006,アレキパ,Arequipa,Arequipa,Arequipa,Arequipa,Arequipa,阿雷基帕省,아레키파, - ///007,アヤクーチョ,Ayacucho,Ayacucho,Ayacucho,Ayacucho,Ayacucho,阿亚库乔省,아야쿠초, - ///008,カハマルカ,Cajamarca,Cajamarca,Cajamarca,Cajamarca,Cajama [rest of string was truncated]";. - /// - internal static string sr_042 { - get { - return ResourceManager.GetString("sr_042", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///002,セント・ジョージ・バセテール,Saint George Basseterre,Saint George Basseterre,Saint George Basseterre,Saint George Basseterre,Saint George Basseterre,圣乔治巴斯特尔区,세인트조지바스테르, - ///003,クライスト・チャーチ・ニコラタウン,Christ Church Nichola Town,Christ Church Nichola Town,Christ Church Nichola Town,Christ Church Nichola Town,Christ Church Nichola Town,克赖斯特彻奇尼古拉镇区,크라이스트처치니콜라타운, - ///004,セント・アン・サンディ・ポイント,Saint Anne Sandy Point,Saint Anne Sandy Point,Saint Anne Sandy Point,Saint Anne Sandy Po [rest of string was truncated]";. - /// - internal static string sr_043 { - get { - return ResourceManager.GetString("sr_043", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///001,セントルシア,St. Lucia,Sainte-Lucie,St. Lucia,Santa Lucia,Santa Lucía,圣卢西亚,세인트루시아,. - /// - internal static string sr_044 { - get { - return ResourceManager.GetString("sr_044", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///001,セントビンセント・グレナディーン,St. Vincent and the Grenadines,Saint-Vincent-et-les-Grenadines,St. Vincent und die Grenadinen,Saint Vincent e Grenadine,San Vicente y las Granadinas,圣文森特和格林纳丁斯,세인트빈센트 그레나딘,. - /// - internal static string sr_045 { - get { - return ResourceManager.GetString("sr_045", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///002,パラマリボ,Paramaribo,Paramaribo,Paramaribo,Paramaribo,Paramaribo,帕拉马里博市,파라마리보, - ///003,ブロコポンド,Brokopondo,Brokopondo,Brokopondo,Brokopondo,Brokopondo,布罗科蓬多区,브로코폰도, - ///004,コメウィネ,Commewijne,Commewijne,Commewijne,Commewijne,Commewijne,科默韦讷区,코메베이너, - ///005,コロニー,Coronie,Coronie,Coronie,Coronie,Coronie,科罗尼区,코로니, - ///006,マロウィネ,Marowijne,Marowijne,Marowijne,Marowijne,Marowijne,马罗韦讷区,마로베이너, - ///007,ニッケリー,Nickerie,Nickerie,Nickerie,Nickerie,Nickerie,尼克里区,니케리, - ///008,パラ,Para,P [rest of string was truncated]";. - /// - internal static string sr_046 { - get { - return ResourceManager.GetString("sr_046", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///002,ポート・オブ・スペイン,Port-of-Spain,Port d'Espagne,Port-of-Spain,Port of Spain,Puerto España,西班牙港市,포트오브스페인, - ///003,アリマ,Arima,Arima,Arima,Arima,Arima,阿里马市,아리마, - ///004,カロニ州,Caroni,Caroni,Caroni,Caroni,Caroni,卡罗尼郡,카로니 주, - ///005,マジャロ州,Mayaro,Mayaro,Mayaro,Mayaro,Mayaro,马亚罗郡,마야로 주, - ///006,ナリバ州,Nariva,Nariva,Nariva,Nariva,Nariva,纳里瓦郡,나리바 주, - ///007,セント・アンドリュー州,Saint Andrew,Saint Andrew,Saint Andrew,Saint Andrew,Saint Andrew,圣安德鲁郡,세인트앤드루 주, - ///008,セント・デビッド州,Saint David,Saint [rest of string was truncated]";. - /// - internal static string sr_047 { - get { - return ResourceManager.GetString("sr_047", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///001,タークス・カイコス諸島,Turks and Caicos Islands,Îles Turques-et-Caïques,Turks- und Caicosinseln,Isole Turks e Caicos,Islas Turcas y Caicos,特克斯和凯科斯群岛,터크스 케이커스 제도,. - /// - internal static string sr_048 { - get { - return ResourceManager.GetString("sr_048", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///002,コロンビア特別区,District of Columbia,Washington (District de Columbia),District of Columbia,Distretto di Columbia,Distrito de Columbia,哥伦比亚特区,컬럼비아 특별구, - ///003,アラスカ州,Alaska,Alaska,Alaska,Alaska,Alaska,阿拉斯加州,알래스카 주, - ///004,アラバマ州,Alabama,Alabama,Alabama,Alabama,Alabama,亚拉巴马州,앨라배마 주, - ///005,アーカンソー州,Arkansas,Arkansas,Arkansas,Arkansas,Arkansas,阿肯色州,아칸소 주, - ///006,アリゾナ州,Arizona,Arizona,Arizona,Arizona,Arizona,亚利桑那州,애리조나 주, - ///007,カリフォルニア州,California,Californie,Kaliforn [rest of string was truncated]";. - /// - internal static string sr_049 { - get { - return ResourceManager.GetString("sr_049", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///002,モンテビデオ,Montevideo,Montevideo,Montevideo,Montevideo,Montevideo,蒙得维的亚省,몬테비데오, - ///003,アルティガス,Artigas,Artigas,Artigas,Artigas,Artigas,阿蒂加斯省,아르티가스, - ///004,カネロネス,Canelones,Canelones,Canelones,Canelones,Canelones,卡内洛内斯省,카넬로네스, - ///005,セロ・ラルゴ,Cerro Largo,Cerro Largo,Cerro Largo,Cerro Largo,Cerro Largo,塞罗拉尔戈省,세로라르고, - ///006,コロニア,Colonia,Colonia,Colonia,Colonia,Colonia,科洛尼亚省,콜로니아, - ///007,ドゥラスノ,Durazno,Durazno,Durazno,Durazno,Durazno,杜拉斯诺省,두라스노, - ///008,フロレス,Flores,Flore [rest of string was truncated]";. - /// - internal static string sr_050 { - get { - return ResourceManager.GetString("sr_050", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///001,米領バージン諸島,US Virgin Islands,Îles Vierges américaines,Amerikanische Jungferninseln,Isole Vergini Statunitensi,Islas Vírgenes de los EE. UU.,美属维尔京群岛,미국령 버진아일랜드,. - /// - internal static string sr_051 { - get { - return ResourceManager.GetString("sr_051", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///002,ディストリト首都地区,Distrito Federal,District Fédéral,Caracas D.F.,Distretto Capitale,Distrito Capital,首都区,베네수엘라 연방구, - ///003,アマソナス,Amazonas,Amazone,Amazonas,Amazonas,Amazonas,亚马孙边疆区,아마소나스, - ///004,アンソアテギ,Anzoátegui,Anzoátegui,Anzoátegui,Anzoátegui,Anzoátegui,安索阿特吉州,안소아테기, - ///005,アプレ,Apure,Apure,Apure,Apure,Apure,阿普雷州,아푸레, - ///006,アラグア,Aragua,Aragua,Aragua,Aragua,Aragua,阿拉瓜州,아라과, - ///007,バリナス,Barinas,Barinas,Barinas,Barinas,Barinas,巴里纳斯州,바리나스, - ///008,ボリーバル,Bolívar,Bolív [rest of string was truncated]";. - /// - internal static string sr_052 { - get { - return ResourceManager.GetString("sr_052", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///002,ティラナ州,Tirana,Tirana,Tirana,Tirana,Tirana,地拉那州,티라나 주, - ///003,ベラト州,Berat,Berat,Berat,Berat,Berat,培拉特州,베라트 주, - ///004,ディブラ州,Dibër,Dibër,Dibra,Dibër,Dibër,迪勃拉州,디브라 주, - ///005,デュラス州,Durrës,Durrës,Durrës,Durazzo,Durrës,都拉斯州,두러스 주, - ///006,エルバサン州,Elbasan,Elbasan,Elbasan,Elbasan,Elbasan,爱尔巴桑州,엘바산 주, - ///007,フィエル州,Fier,Fier,Fier,Fier,Fier,费里州,피에르 주, - ///008,ギロカストラ州,Gjirokastër,Gjirokastër,Gjirokastra,Argirocastro,Gjirokastra,吉诺卡斯特州,지로카스터르 주, - ///009,コルチャ州,Korçë,Korçë,Korça, [rest of string was truncated]";. - /// - internal static string sr_064 { - get { - return ResourceManager.GetString("sr_064", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///002,オーストラリア首都特別地域,Australian Capital Territory,Territoire de la capitale australienne,Australisches Hauptstadtterritorium,Territorio della Capitale Australiana,Territorio de la Capital Australiana,澳大利亚首都直辖区,오스트레일리아캐피털테리토리, - ///003,ニューサウスウェールズ州,New South Wales,Nouvelle-Galles du Sud,Neusüdwales,Nuovo Galles del Sud,Nueva Gales del Sur,新南威尔士州,뉴사우스웨일스 주, - ///004,ノーザンテリトリー,Northern Territory,Territoire du Nord,Nördliches Territorium,Territorio del Nord,Territ [rest of string was truncated]";. - /// - internal static string sr_065 { - get { - return ResourceManager.GetString("sr_065", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///002,ウィーン,Vienna,Vienne,Wien,Vienna,Viena,维也纳州,빈, - ///003,ブルゲンラント州,Burgenland,Burgenland,Burgenland,Burgenland,Burgenland,布尔根兰州,부르겐란트 주, - ///004,ケルンテン州,Carinthia,Carinthie,Kärnten,Carinzia,Carintia,克恩顿州,케른텐 주, - ///005,ニーダー・エスターライヒ州,Lower Austria,Basse-Autriche,Niederösterreich,Bassa Austria,Baja Austria,下奥地利州,니더외스터라이히 주, - ///006,オーバー・エスターライヒ州,Upper Austria,Haute-Autriche,Oberösterreich,Alta Austria,Alta Austria,上奥地利州,오버외스터라이히 주, - ///007,ザルツブルク州,Salzburg,Salzbourg,S [rest of string was truncated]";. - /// - internal static string sr_066 { - get { - return ResourceManager.GetString("sr_066", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///002,ブリュッセル首都地域圏,Brussels Region,Région de Bruxelles-Capitale,Region Brüssel-Hauptstadt,Regione di Bruxelles,Región de Bruselas-Capital,布鲁塞尔首都大区,브뤼셀 지역, - ///003,フランデレン地域圏,Flanders,Région flamande,Flandern,Fiandre,Región de Flandes,佛兰德大区,플랑드르 지역, - ///004,ワロン地域圏,Wallonia,Région wallonne,Wallonien,Vallonia,Región de Valonia,瓦隆大区,왈롱 지역,. - /// - internal static string sr_067 { - get { - return ResourceManager.GetString("sr_067", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///002,ボスニア・ヘルツェゴビナ連邦,Federation of Bosnia and Herzegovina,Fédération de Bosnie-Herzégovine,Föderation Bosnien und Herzegowina,Federazione di Bosnia-Erzegovina,Federación de Bosnia-Herzegovina,波黑联邦,보스니아헤르체고비나 연방, - ///003,セルビア人共和国,Republika Srpska,République serbe de Bosnie,Serbische Republik,Repubblica Serba di Bosnia-Erzegovina,República Srpska,塞族共和国,스릅스카 공화국, - ///004,ブルチュコ,Brčko District,Brčko (district),Brčko-Distrikt,Distretto di Brčko,Distrito de Brčko, [rest of string was truncated]";. - /// - internal static string sr_068 { - get { - return ResourceManager.GetString("sr_068", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///001,ボツワナ,Botswana,Botswana,Botsuana,Botswana,Botsuana,博茨瓦纳,보츠와나,. - /// - internal static string sr_069 { - get { - return ResourceManager.GetString("sr_069", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///002,ソフィア市,Sofia City,Sofia (ville),Sofia (Stadt),Sofia,Ciudad de Sofía,索非亚市,소피아, - ///003,ソフィア州,Sofia Province,Sofia (oblast),Sofia (Region),Regione di Sofia,Provincia de Sofía,索非亚州,소피아 주, - ///004,ブラゴエブグラト州,Blagoevgrad,Blagoevgrad,Blagoewgrad,Blagoevgrad,Blagoevgrad,布拉格耶夫格勒州,블라고예브그라드 주, - ///005,プレベン州,Pleven,Pleven,Plewen,Pleven,Pleven,普列文州,플레벤 주, - ///006,ビディン州,Vidin,Vidin,Widin,Vidin,Vidin,维丁州,비딘 주, - ///007,バルナ州,Varna,Varna,Warna,Varna,Varna,瓦尔纳州,바르나 주, - ///008,ブルガス州, [rest of string was truncated]";. - /// - internal static string sr_070 { - get { - return ResourceManager.GetString("sr_070", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///006,ザグレブ直轄市,Zagreb,Zagreb (ville),Zagreb (Stadt),Zagabria,Ciudad de Zagreb,萨格勒布市,자그레브, - ///007,ビェロヴァル=ビロゴラ郡,Bjelovar-Bilogora County,Bjelovar-Bilogora,Bjelovar-Bilogora,Regione di Bjelovar e della Bilogora,Condado de Bjelovar-Bilogora,别洛瓦尔-比洛戈拉县,벨로바르-빌로고라 군, - ///008,ブロド=ポサヴィナ郡,Brod-Posavina County,Brod-Posavina,Brod-Posavina,Regione di Brod e della Posavina,Condado de Brod-Posavina,布罗德-波萨维纳县,브로드-포사비나 군, - ///009,ドゥブロヴニク=ネレトヴァ郡,Dubrovnik-Neretva County,Dubrovn [rest of string was truncated]";. - /// - internal static string sr_071 { - get { - return ResourceManager.GetString("sr_071", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///001,キプロス,Cyprus,Chypre,Zypern,Cipro,Chipre,塞浦路斯,키프로스,. - /// - internal static string sr_072 { - get { - return ResourceManager.GetString("sr_072", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///002,プラハ,Prague,Prague,Prag,Praga,Praga,布拉格市,프라하, - ///003,中部ボヘミア地方,Central Bohemian Region,Bohême centrale,Mittelböhmische Region,Boemia Centrale,Región de Bohemia Central,中捷克州,스트르제도체스키 지방, - ///004,南ボヘミア地方,South Bohemian Region,Bohême du Sud,Südböhmische Region,Boemia Meridionale,Región de Bohemia Meridional,南捷克州,이호체스키 지방, - ///005,プルゼニ地方,Plzeň Region,Région de Pilsen,Region Pilsen,Regione di Plseň,Región de Pilsen,比尔森州,플젠 지방, - ///006,カールスバート地方,Karlovy Vary Regio [rest of string was truncated]";. - /// - internal static string sr_073 { - get { - return ResourceManager.GetString("sr_073", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///018,グリーンランド,Greenland,Groenland,Grönland,Groenlandia,Groenlandia,格陵兰,그린란드, - ///019,デンマーク首都地域,Capital Region of Denmark,Hovedstaden,Hauptstadtregion,Hovedstaden,Hovedstaden,首都大区,덴마크 수도권 지역, - ///020,中央ユラン地域,Central Denmark Region,Jutland-Central,Mitteljütland,Jutland Centrale,Jutlandia Central,中日德兰大区,중부 덴마크 지역, - ///021,北ユラン地域,North Denmark Region,Jutland-du-Nord,Nordjütland,Jutland Settentrionale,Jutlandia Septentrional,北日德兰大区,북부 덴마크 지역, - ///022,シェラン地域,Region Zea [rest of string was truncated]";. - /// - internal static string sr_074 { - get { - return ResourceManager.GetString("sr_074", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///001,エストニア,Estonia,Estonie,Estland,Estonia,Estonia,爱沙尼亚,에스토니아,. - /// - internal static string sr_075 { - get { - return ResourceManager.GetString("sr_075", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///008,ウーシマー県,Uusimaa / Nyland,Uusimaa,Uusimaa,Uusimaa,Uusimaa,新地区,우시마 주, - ///009,ラッピ州,Lappi / Lapland,Laponie,Lappland,Lapponia,Laponia finlandesa,拉普兰省,라피 주, - ///010,北ポフヤンマー県,Pohjois-Pohjanmaa / Norra Österbotten,Ostrobotnie du Nord,Nordösterbotten,Ostrobotnia Settentrionale,Ostrobothnia del Norte,北博滕区,북오스트로보트니아 주, - ///011,カイヌー県,Kainuu / Kajanaland,Kainuu,Kainuu,Kainuu,Kainuu,凯努区,카이누 주, - ///012,北カレリア県,Pohjois-Karjala / Norra Karelen,Carélie du Nord,Nordkarelien,C [rest of string was truncated]";. - /// - internal static string sr_076 { - get { - return ResourceManager.GetString("sr_076", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///002,イール・ド・フランス,Île-de-France,Île-de-France,Île-de-France,Île-de-France,Isla de Francia,法兰西岛大区,일드프랑스, - ///003,アルザス,Alsace,Alsace,Elsass,Alsazia,Alsacia,阿尔萨斯大区,알자스, - ///004,アキテーヌ,Aquitaine,Aquitaine,Aquitanien,Aquitania,Aquitania,阿基坦大区,아키텐, - ///005,オーベルニュ,Auvergne,Auvergne,Auvergne,Alvernia,Auvernia,奥弗涅大区,오베르뉴, - ///006,バス・ノルマンディ,Lower Normandy,Basse-Normandie,Basse-Normandie,Bassa Normandia,Baja Normandía,下诺曼底大区,바스노르망디, - ///007,ブルゴーニュ,Burgundy,Bourgogne,Burgund,Borg [rest of string was truncated]";. - /// - internal static string sr_077 { - get { - return ResourceManager.GetString("sr_077", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///002,ベルリン,Berlin,Berlin,Berlin,Berlino,Berlín,柏林市,베를린, - ///003,ヘッセン州,Hesse,Hesse,Hessen,Assia,Hesse,黑森州,헤센 주, - ///004,バーデン・ビュルテンベルク州,Baden-Württemberg,Bade-Wurtemberg,Baden-Württemberg,Baden-Württemberg,Baden-Wurtemberg,巴登-符腾堡州,바덴뷔르템베르크 주, - ///005,バイエルン州,Bavaria,Bavière,Bayern,Baviera,Baviera,巴伐利亚州,바이에른 주, - ///006,ブランデンブルク州,Brandenburg,Brandebourg,Brandenburg,Brandeburgo,Brandeburgo,勃兰登堡州,브란덴부르크 주, - ///007,ブレーメン,Bremen,Brême,Bremen,Brema,Bremen,不来梅市,브레멘 주, - ///008,ハンブ [rest of string was truncated]";. - /// - internal static string sr_078 { - get { - return ResourceManager.GetString("sr_078", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///002,アッティカ,Attica,Attique,Attika,Attica,Ática,阿提卡大区,아티카, - ///003,中央ギリシャ,Central Greece,Grèce-Centrale,Mittelgriechenland,Grecia Centrale,Grecia Central,中希腊大区,중부 그리스, - ///004,中央マケドニア,Central Macedonia,Macédoine-Centrale,Zentralmakedonien,Macedonia Centrale,Macedonia Central,中马其顿大区,중부 마케도니아, - ///005,クレタ,Crete,Crète,Kreta,Creta,Creta,克里特大区,크레타, - ///006,東マケドニア・トラキア,East Macedonia and Thrace,Macédoine-Orientale-et-Thrace,Ostmakedonien und Thrakien,Macedonia Orientale [rest of string was truncated]";. - /// - internal static string sr_079 { - get { - return ResourceManager.GetString("sr_079", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///002,ブダペスト,Budapest,Budapest,Budapest,Budapest,Budapest,布达佩斯市,부다페스트, - ///003,バーチ・キシュクン州,Bács-Kiskun County,Bács-Kiskun,Bács-Kiskun,Bács-Kiskun,Bács-Kiskun,巴奇-基什孔州,바치키슈쿤 주, - ///004,バラニャ州,Baranya County,Baranya,Baranya,Baranya,Baranya,巴兰尼亚州,버러녀 주, - ///005,ベーケーシュ州,Békés County,Békés,Békés,Békés,Békés,贝凯什州,베케시 주, - ///006,ボルショド・アバウーイ・ゼンプレーン州,Borsod-Abaúj-Zemplén County,Borsod-Abaúj-Zemplén,Borsod-Abaúj-Zemplén,Borsod-Abaúj-Zemplén,Borsod-Abaúj-Zemplén,包尔绍德-奥包乌伊-曾普伦州, [rest of string was truncated]";. - /// - internal static string sr_080 { - get { - return ResourceManager.GetString("sr_080", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///001,アイスランド,Iceland,Islande,Island,Islanda,Islandia,冰岛,아이슬란드,. - /// - internal static string sr_081 { - get { - return ResourceManager.GetString("sr_081", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///002,ダブリン州,Dublin,Dublin,Dublin,Dublino,Dublín,都柏林地区,더블린, - ///010,カーロウ州,County Carlow,Carlow,Carlow,Carlow,Carlow,卡洛郡,칼로우 주, - ///011,キャバン州,County Cavan,Cavan,Cavan,Cavan,Cavan,卡文郡,캐번 주, - ///012,クレア州,County Clare,Clare,Clare,Clare,Clare,克莱尔郡,클레어 주, - ///013,コーク州,County Cork,Cork,Cork,Cork,Cork,科克郡,코크 주, - ///014,ドニゴール州,County Donegal,Donegal,Donegal,Donegal,Donegal,多内加尔郡,도니골 주, - ///015,ゴールウェイ州,County Galway,Galway,Galway,Galway,Galway,戈尔韦郡,골웨이 주, - ///016,ケリー州,County Kerry,K [rest of string was truncated]";. - /// - internal static string sr_082 { - get { - return ResourceManager.GetString("sr_082", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///002,ラツィオ州,Lazio,Latium,Latium,Lazio,Lacio,拉齐奥大区,라치오 주, - ///003,バッレ・ダオスタ州,Aosta Valley,Vallée d'Aoste,Aostatal,Valle d'Aosta,Valle de Aosta,瓦莱-达奥斯塔大区,발레다오스타 주, - ///004,ピエモンテ州,Piedmont,Piémont,Piemont,Piemonte,Piamonte,皮埃蒙特大区,피에몬테 주, - ///005,リグリア州,Liguria,Ligurie,Ligurien,Liguria,Liguria,利古里亚大区,리구리아 주, - ///006,ロンバルディア州,Lombardy,Lombardie,Lombardei,Lombardia,Lombardía,伦巴第大区,롬바르디아 주, - ///007,トレンティノ・アルト・アディジェ州,Trentino-Alto Adige,Trentin-Haut-Adige,Trentino-Südtirol,Tr [rest of string was truncated]";. - /// - internal static string sr_083 { - get { - return ResourceManager.GetString("sr_083", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///001,ラトビア,Latvia,Lettonie,Lettland,Lettonia,Letonia,拉脱维亚,라트비아,. - /// - internal static string sr_084 { - get { - return ResourceManager.GetString("sr_084", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///002,マセル県,Maseru,Maseru,Maseru,Maseru,Maseru,马塞卢区,마세루 주, - ///003,べレア県,Berea,Berea,Berea,Berea,Berea,伯里亚区,베레아 주, - ///004,ブータ・ブーテ県,Butha-Buthe,Butha-Buthe,Butha-Buthe,Butha-Buthe,Butha-Buthe,布塔布泰区,부타부테 주, - ///005,レリベ県,Leribe,Leribe,Leribe,Leribe,Leribe,莱里贝区,레리베 주, - ///006,マフェテング県,Mafeteng,Mafeteng,Mafeteng,Mafeteng,Mafeteng,马费滕区,마페텡 주, - ///007,モハーレスフーク県,Mohale's Hoek,Mohale's Hoek,Mohale's Hoek,Mohale's Hoek,Mohale's Hoek,莫哈莱斯胡克区,모할레스후크 주, - ///008,モコトロング県,Mokhotlong,Mok [rest of string was truncated]";. - /// - internal static string sr_085 { - get { - return ResourceManager.GetString("sr_085", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///001,リヒテンシュタイン,Liechtenstein,Liechtenstein,Liechtenstein,Liechtenstein,Liechtenstein,列支敦士登,리히텐슈타인,. - /// - internal static string sr_086 { - get { - return ResourceManager.GetString("sr_086", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///002,ヴィリニュス州,Vilnius,Vilnius,Vilnius,Vilnius,Condado de Vilna,维尔纽斯县,빌뉴스 주, - ///003,アリートゥス州,Alytus,Alytus,Alytus,Alytus,Condado de Alytus,阿利图斯县,알리투스 주, - ///004,カウナス州,Kaunas,Kaunas,Kaunas,Kaunas,Condado de Kaunas,考纳斯县,카우나스 주, - ///005,クライペダ州,Klaipėda,Klaipėda,Klaipėda,Klaipėda,Condado de Klaipėda,克莱佩达县,클라이페다 주, - ///006,マリヤンポレ州,Marijampolė,Marijampolė,Marijampolė,Marijampolė,Condado de Marijampolė,马里扬泊列县,마리얌폴레 주, - ///007,パネベジス州,Panevėžys,Panevėžys,Panevėžys,Panevėžys,C [rest of string was truncated]";. - /// - internal static string sr_087 { - get { - return ResourceManager.GetString("sr_087", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///001,ルクセンブルク,Luxembourg,Luxembourg,Luxemburg,Lussemburgo,Luxemburgo,卢森堡,룩셈부르크,. - /// - internal static string sr_088 { - get { - return ResourceManager.GetString("sr_088", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///001,マケドニア,Macedonia (Republic of),Macédoine (République),Mazedonien (Republik),Macedonia (Repubblica di),Macedonia (República),马其顿,마케도니아 공화국,. - /// - internal static string sr_089 { - get { - return ResourceManager.GetString("sr_089", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///001,マルタ,Malta,Malte,Malta,Malta,Malta,马耳他,몰타,. - /// - internal static string sr_090 { - get { - return ResourceManager.GetString("sr_090", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///001,モンテネグロ,Montenegro,Monténégro,Montenegro,Montenegro,Montenegro,黑山,몬테네그로,. - /// - internal static string sr_091 { - get { - return ResourceManager.GetString("sr_091", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///001,モザンビーク,Mozambique,Mozambique,Mosambik,Mozambico,Mozambique,莫桑比克,모잠비크,. - /// - internal static string sr_092 { - get { - return ResourceManager.GetString("sr_092", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///001,ナミビア,Namibia,Namibie,Namibia,Namibia,Namibia,纳米比亚,나미비아,. - /// - internal static string sr_093 { - get { - return ResourceManager.GetString("sr_093", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///002,ノールト・ホラント州,North Holland,Hollande-Septentrionale,Nordholland,Olanda Settentrionale,Holanda Septentrional,北荷兰省,노르트홀란트 주, - ///003,ドレンテ州,Drenthe,Drenthe,Drenthe,Drenthe,Drente,德伦特省,드렌터 주, - ///004,フレボラント州,Flevoland,Flevoland,Flevoland,Flevoland,Flevoland,弗莱福兰省,플레볼란트 주, - ///005,フリースラント州,Friesland,Frise,Friesland,Frisia,Frisia,弗里斯兰省,프리슬란트 주, - ///006,ヘルデンラント州,Gelderland,Gueldre,Gelderland,Gheldria,Güeldres,海尔德兰省,헬데를란트 주, - ///007,フローニンゲン州,Groningen,Groningue,Groningen [rest of string was truncated]";. - /// - internal static string sr_094 { - get { - return ResourceManager.GetString("sr_094", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///002,ウェリントン,Wellington,Wellington,Wellington,Wellington,Región de Wellington,惠灵顿大区,웰링턴, - ///003,オークランド,Auckland,Auckland,Auckland,Auckland,Región de Auckland,奥克兰大区,오클랜드, - ///004,ベイ・オブ・プレンティ,Bay of Plenty,Bay of Plenty,Bay of Plenty,Bay of Plenty,Bahía de Plenty,普伦蒂湾大区,베이오브플렌티, - ///005,カンタベリー,Canterbury,Canterbury,Canterbury,Canterbury,Canterbury,坎特伯雷大区,캔터베리, - ///006,ダニーデン,Otago,Otago,Otago,Otago,Otago,奥塔戈大区,오타고, - ///007,ホークスベイ,Hawke's Bay,Hawke's Bay,Hawke's Bay,Ha [rest of string was truncated]";. - /// - internal static string sr_095 { - get { - return ResourceManager.GetString("sr_095", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///007,オスロ,Oslo,Oslo,Oslo,Oslo,Oslo,奥斯陆,오슬로, - ///008,アーケシュフース県,Akershus,Akershus,Akershus,Akershus,Akershus,阿克什胡斯郡,아케르스후스 주, - ///009,アウスト・アグデル県,Aust-Agder,Aust-Agder,Aust-Agder,Aust-Agder,Aust-Agder,东阿格德尔郡,에우스트아그데르 주, - ///010,ブスケルー県,Buskerud,Buskerud,Buskerud,Buskerud,Buskerud,布斯克吕郡,부스케루 주, - ///011,フィンマルク県,Finnmark,Finnmark,Finnmark,Finnmark,Finnmark,芬马克郡,핀마르크 주, - ///012,ヘードマルク県,Hedmark,Hedmark,Hedmark,Hedmark,Hedmark,海德马克郡,헤드마르크 주, - ///013,ホルダラン県,Hordaland,Hordaland,Ho [rest of string was truncated]";. - /// - internal static string sr_096 { - get { - return ResourceManager.GetString("sr_096", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///002,マゾフシェ,Masovia,Mazovie,Masowien,Masovia,Mazovia,马佐夫舍省,마조프셰, - ///003,ドルヌィ・シロンスク,Lower Silesia,Basse-Silésie,Niederschlesien,Bassa Slesia,Baja Silesia,下西里西亚省,하슐레지엔, - ///004,クヤヴィ・ポモージェ,Kuyavian-Pomeranian Voivodeship,Cujavie-Poméranie,Kujawien-Pommern,Cuiavia-Pomerania,Cuyavia y Pomerania,库亚瓦滨海省,쿠야비아포메라니아, - ///005,ウッジ,Lodz,Łódź,Lodsch,Łódź,Lodz,罗兹省,우치, - ///006,ルブリン,Lublin,Lublin,Lublin,Lublino,Lublin,卢布林省,루블린, - ///007,ルブシュ,Lubusz,Lubusz,Lebus,Lebus,Lubus,鲁布斯卡省,루부쉬 [rest of string was truncated]";. - /// - internal static string sr_097 { - get { - return ResourceManager.GetString("sr_097", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///002,リスボン県,Lisbon,Lisbonne,Lissabon,Lisbona,Distrito de Lisboa,里斯本区,리스보아 주, - ///007,マディラ自治州,Madeira,Madère,Madeira,Madera,Madeira,马德拉自治区,마데이라 주, - ///008,アソレス自治州,Azores,Açores,Azoren,Azzorre,Azores,亚速尔自治区,아소르스 주, - ///009,アヴェイロ県,Aveiro,Aveiro,Aveiro,Aveiro,Distrito de Aveiro,阿威罗区,아베이루 주, - ///010,ベージャ県,Beja,Beja,Beja,Beja,Distrito de Beja,贝雅区,베자 주, - ///011,ブラガ県,Braga,Braga,Braga,Braga,Distrito de Braga,布拉加区,브라가 주, - ///012,ブラガンサ県,Bragança,Bragança,Bragança,Bragança,Distri [rest of string was truncated]";. - /// - internal static string sr_098 { - get { - return ResourceManager.GetString("sr_098", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///002,ブカレスト州,Bucharest,Bucarest,Bukarest,Bucarest,Bucarest,布加勒斯特市,부쿠레슈티 주, - ///003,アルバ州,Alba,Alba,Alba,Alba,Alba,阿尔巴县,알바 주, - ///004,アラド州,Arad,Arad,Arad,Arad,Arad,阿拉德县,아라드 주, - ///005,アルジェシュ州,Arges,Argeş,Argeş,Argeş,Argeş,阿尔杰什县,아르제슈 주, - ///006,バカウ州,Bacau,Bacău,Bacău,Bacău,Bacău,巴克乌县,바커우 주, - ///007,ビホル州,Bihor,Bihor,Bihor,Bihor,Bihor,比霍尔县,비호르 주, - ///008,ビストリツァ・ナサウド州,Bistrita-Nasaud,Bistrita-Năsăud,Bistrita-Năsăud,Bistrita-Năsăud,Bistrita-Năsăud,比斯特里察-讷瑟乌德县,비스트리차너서우드 주, - ///00 [rest of string was truncated]";. - /// - internal static string sr_099 { - get { - return ResourceManager.GetString("sr_099", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///009,モスクワ市,Moscow City,Moscou (ville),Moskau (Stadt),Mosca,Ciudad de Moscú,莫斯科市,모스크바, - ///010,アディゲ共和国,Adygey,Adyguée,Republik Adygeja,Repubblica di Adigezia,República de Adigueya,阿迪格共和国,아디게야 공화국, - ///011,アルタイ共和国,Gorno-Altay,Altaï (république),Republik Altai,Repubblica dell'Altaj,República de Altái,阿尔泰共和国,고르노알타이 공화국, - ///012,アルタイ地方,Altay,Altaï (kraï),Region Altai,Territorio dell'Altaj,Territorio de Altái,阿尔泰边疆区,알타이 지방, - ///013,アムール州,Amur,Amour,Oblast Amur,Regione [rest of string was truncated]";. - /// - internal static string sr_100 { - get { - return ResourceManager.GetString("sr_100", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///001,セルビア・コソヴォ,Serbia and Kosovo,Serbie et Kosovo,Serbien und Kosovo,Serbia e Kosovo,Serbia y Kosovo,塞尔维亚及科索沃,세르비아 코소보,. - /// - internal static string sr_101 { - get { - return ResourceManager.GetString("sr_101", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///002,ブラティスラバ,Bratislava,Bratislava,Bratislava,Bratislava,Bratislava,布拉迪斯拉发州,브라티슬라바, - ///003,バンスカ・ビストリツァ,Banská Bystrica,Banská Bystrica,Banská Bystrica,Banská Bystrica,Banská Bystrica,班斯卡-比斯特里察州,반스카비스트리차, - ///004,コシツェ,Košice,Košice,Košice,Košice,Košice,科希策州,코시체, - ///005,二トラ,Nitra,Nitra,Nitra,Nitra,Nitra,尼特拉州,니트라, - ///006,プレショフ,Prešov,Prešov,Prešov,Prešov,Prešov,普雷绍夫州,프레쇼프, - ///007,トレンチーン,Trencín,Trenčín,Trenčín,Trenčín,Trenčín,特伦钦州,트렌친, - ///008,トルナバ,Trnava,Trnava,Trna [rest of string was truncated]";. - /// - internal static string sr_102 { - get { - return ResourceManager.GetString("sr_102", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///001,スロベニア,Slovenia,Slovénie,Slowenien,Slovenia,Eslovenia,斯洛文尼亚,슬로베니아,. - /// - internal static string sr_103 { - get { - return ResourceManager.GetString("sr_103", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///002,ハウテン州,Gauteng,Gauteng,Gauteng,Gauteng,Gauteng,豪登省,하우텡 주, - ///003,ウェスタン・ケープ州,Western Cape,Cap-Occidental,Westkap,Capo Occidentale,Cabo Occidental,西开普省,웨스턴케이프 주, - ///004,ノーザン・ケープ州,Northern Cape,Cap-du-Nord,Nordkap,Capo Settentrionale,Cabo Septentrional,北开普省,노던케이프 주, - ///005,イースタン・ケープ州,Eastern Cape,Cap-Oriental,Ostkap,Capo Orientale,Cabo Oriental,东开普省,이스턴케이프 주, - ///006,クワズールー・ナタール州,KwaZulu-Natal,KwaZulu-Natal,KwaZulu-Natal,KwaZulu-Natal,KwaZulu-Natal,夸祖鲁-纳塔尔省, [rest of string was truncated]";. - /// - internal static string sr_104 { - get { - return ResourceManager.GetString("sr_104", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///002,マドリード州,Madrid,Madrid,Madrid,Madrid,Madrid,马德里自治区,마드리드 주, - ///003,アンダルシーア州,Andalusia,Andalousie,Andalusien,Andalusia,Andalucía,安达卢西亚自治区,안달루시아 주, - ///004,アラゴン州,Aragon,Aragon,Aragonien,Aragona,Aragón,阿拉贡自治区,아라곤 주, - ///005,アストゥーリアス州,Principality of Asturias,Asturies,Asturien,Principato delle Asturie,Asturias,阿斯图利亚斯自治区,아스투리아스 주, - ///006,バレアーレス諸島,Balearic Islands,Îles Baléares,Balearische Inseln,Baleari,Illes Balears,巴利阿里自治区,발레아레스 제도, - ///007,カナリア諸島,Canary Islands,Î [rest of string was truncated]";. - /// - internal static string sr_105 { - get { - return ResourceManager.GetString("sr_105", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///002,ホホ,Hhohho,Hhohho,Hhohho,Hhohho,Hhohho,霍霍区,호호, - ///003,ルボンボ,Lubombo,Lubombo,Lubombo,Lubombo,Lubombo,卢邦博区,로밤바, - ///004,マンジニ,Manzini,Manzini,Manzini,Manzini,Manzini,曼齐尼区,만지니, - ///005,シセルウェニ,Shiselweni,Shiselweni,Shiselweni,Shiselweni,Shiselweni,希塞卢韦尼区,시셀웨니,. - /// - internal static string sr_106 { - get { - return ResourceManager.GetString("sr_106", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///002,ストックホルム州,Stockholm County,Stockholm,Stockholms län,Stoccolma,Estocolmo,斯德哥尔摩省,스톡홀름 주, - ///003,スコーネ州,Skåne County,Skåne,Skåne län,Scania,Escania,斯科耐省,스코네 주, - ///004,ヴェストラ・イェータランド州,Västra Götaland County,Västra Götaland,Västra Götalands län,Västra Götaland,Västra Götaland,西约特兰省,베스트라예탈란드 주, - ///005,エステルイェトランド州,Östergötland County,Östergötland,Östergötlands län,Östergötland,Östergötland,东约特兰省,외스테르예틀란드 주, - ///006,セーデルマンランド州,Södermanland County,Södermanland,Söder [rest of string was truncated]";. - /// - internal static string sr_107 { - get { - return ResourceManager.GetString("sr_107", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///002,ベルン州,Bern,Berne,Bern,Berna,Berna,伯尔尼州,베른 주, - ///004,アールガウ州,Aargau,Argovie,Aargau,Argovia,Argovia,阿尔高州,아르가우 주, - ///005,バーゼル=シュタット準州,Basel-City,Bâle-Ville,Basel-Stadt,Basilea Città,Ciudad de Basilea,巴塞尔州,바젤, - ///006,フリブール州,Fribourg,Fribourg,Freiburg,Friburgo,Friburgo,弗里堡州,프리부르 주, - ///007,ジュネーヴ州,Geneva,Genève,Genf,Ginevra,Ginebra,日内瓦州,제네바 주, - ///008,グラールス州,Glarus,Glaris,Glarus,Glarona,Glaris,格拉鲁斯州,글라루스 주, - ///009,グラウビュンデン州,Graubünden,Grisons,Graubünden,Grigioni,Gris [rest of string was truncated]";. - /// - internal static string sr_108 { - get { - return ResourceManager.GetString("sr_108", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///002,アンカラ県,Ankara,Ankara,Ankara,Ankara,Ankara,安卡拉省,앙카라 주, - ///003,イスタンブル県,İstanbul,İstanbul,İstanbul,Istanbul,Estambul,伊斯坦布尔省,이스탄불 주, - ///004,イズミル県,İzmir,İzmir,İzmir,Smirne,İzmir,伊兹密尔省,이즈미르 주, - ///005,ブルサ県,Bursa,Bursa,Bursa,Bursa,Bursa,布尔萨省,부르사 주, - ///006,アダナ県,Adana,Adana,Adana,Adana,Adana,阿达纳省,아다나 주, - ///007,ガジアンテプ県,Gaziantep,Gaziantep,Gaziantep,Gaziantep,Gaziantep,加济安泰普省,가지안테프 주, - ///008,コニヤ県,Konya,Konya,Konya,Konya,Konya,科尼亚省,코니아 주, - ///009,アンタリヤ県,Antalya,Antalya,Anta [rest of string was truncated]";. - /// - internal static string sr_109 { - get { - return ResourceManager.GetString("sr_109", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///002,イングランド,England,Angleterre,England,Inghilterra,Inglaterra,英格兰,잉글랜드, - ///004,スコットランド,Scotland,Écosse,Schottland,Scozia,Escocia,苏格兰,스코틀랜드, - ///005,ウェールズ,Wales,Pays de Galles,Wales,Galles,Gales,威尔士,웨일즈, - ///006,北アイルランド,Northern Ireland,Irlande du Nord,Nordirland,Irlanda del Nord,Irlanda del Norte,北爱尔兰,북아일랜드,. - /// - internal static string sr_110 { - get { - return ResourceManager.GetString("sr_110", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///001,ザンビア,Zambia,Zambie,Sambia,Zambia,Zambia,赞比亚,잠비아,. - /// - internal static string sr_111 { - get { - return ResourceManager.GetString("sr_111", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///001,ジンバブエ,Zimbabwe,Zimbabwe,Simbabwe,Zimbabwe,Zimbabue,津巴布韦,짐바브웨,. - /// - internal static string sr_112 { - get { - return ResourceManager.GetString("sr_112", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///001,アゼルバイジャン,Azerbaijan,Azerbaïdjan,Aserbaidschan,Azerbaigian,Azerbaiyán,阿塞拜疆,아제르바이잔,. - /// - internal static string sr_113 { - get { - return ResourceManager.GetString("sr_113", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///001,モーリタニア,Mauritania,Mauritanie,Mauretanien,Mauritania,Mauritania,毛里塔尼亚,모리타니,. - /// - internal static string sr_114 { - get { - return ResourceManager.GetString("sr_114", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///001,マリ,Mali,Mali,Mali,Mali,Malí,马里,말리,. - /// - internal static string sr_115 { - get { - return ResourceManager.GetString("sr_115", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///001,ニジェール,Niger,Niger,Niger,Niger,Níger,尼日尔,니제르,. - /// - internal static string sr_116 { - get { - return ResourceManager.GetString("sr_116", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///001,チャド,Chad,Tchad,Tschad,Ciad,Chad,乍得,차드,. - /// - internal static string sr_117 { - get { - return ResourceManager.GetString("sr_117", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///001,スーダン,Sudan,Soudan,Sudan,Sudan,Sudán,苏丹,수단,. - /// - internal static string sr_118 { - get { - return ResourceManager.GetString("sr_118", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///001,エリトリア,Eritrea,Érythrée,Eritrea,Eritrea,Eritrea,厄立特里亚,에리트레아,. - /// - internal static string sr_119 { - get { - return ResourceManager.GetString("sr_119", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///001,ジブチ,Djibouti,Djibouti,Dschibuti,Gibuti,Yibuti,吉布提,지부티,. - /// - internal static string sr_120 { - get { - return ResourceManager.GetString("sr_120", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///001,ソマリア,Somalia,Somalie,Somalia,Somalia,Somalia,索马里,소말리아,. - /// - internal static string sr_121 { - get { - return ResourceManager.GetString("sr_121", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///001,アンドラ,Andorra,Andorre,Andorra,Andorra,Andorra,安道尔,안도라,. - /// - internal static string sr_122 { - get { - return ResourceManager.GetString("sr_122", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///001,ジブラルタル,Gibraltar,Gibraltar,Gibraltar,Gibilterra,Gibraltar,直布罗陀,지브롤터,. - /// - internal static string sr_123 { - get { - return ResourceManager.GetString("sr_123", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///001,ガーンジー島,Guernsey,Guernesey,Guernsey,Guernsey,Guernsey,根西,건지 섬,. - /// - internal static string sr_124 { - get { - return ResourceManager.GetString("sr_124", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///001,マン島,Isle of Man,Île de Man,Isle of Man,Isola di Man,Isla de Man,马恩岛,맨 섬,. - /// - internal static string sr_125 { - get { - return ResourceManager.GetString("sr_125", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///001,ジャージー島,Jersey,Jersey,Jersey,Jersey,Jersey,泽西,저지 섬,. - /// - internal static string sr_126 { - get { - return ResourceManager.GetString("sr_126", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///001,モナコ,Monaco,Monaco,Monaco,Monaco (Principato di),Mónaco,摩纳哥,모나코,. - /// - internal static string sr_127 { - get { - return ResourceManager.GetString("sr_127", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///002,台北市,Taipei City,Taipei,Taipeh,Taipei,Taipéi,-,타이베이, - ///003,高雄市,Kaohsiung City,Kaohsiung,Kaohsiung,Kaohsiung,Condado de Kaohsiung,-,가오슝, - ///004,基隆市,Keelung City,Keelung,Keelung,Keelung,Keelung,-,지룽, - ///005,新竹市,Hsinchu City,Hsinchu,Hsinchu,Hsinchu,Hsinchu,-,신주, - ///006,台中市,Taichung City,Taichung,Taichung,Taichung,Taichung,-,타이중, - ///007,嘉義市,Chiayi City,Chiayi,Chiayi,Chiayi,Chiayi,-,자이, - ///008,台南市,Tainan City,Tainan,Tainan,Tainan,Tainan,-,타이난, - ///009,新北市,New Taipe [rest of string was truncated]";. - /// - internal static string sr_128 { - get { - return ResourceManager.GetString("sr_128", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///002,ソウル特別市,Seoul-teukbyeolsi,Séoul,Seoul,Seoul,Seúl,首尔特别市,서울특별시, - ///003,プサン広域市,Busan-gwangyeoksi,Pusan,Busan,Busan,Busán,釜山广域市,부산광역시, - ///004,テグ広域市,Daegu-gwangyeoksi,Daegu,Daegu,Daegu,Daegu,大邱广域市,대구광역시, - ///005,インチョン広域市,Incheon-gwangyeoksi,Incheon,Incheon,Incheon,Incheon,仁川广域市,인천광역시, - ///006,クァンジュ広域市,Gwangju-gwangyeoksi,Gwangju,Gwangju,Gwangju,Gwangju,光州广域市,광주광역시, - ///007,テジョン広域市,Daejeon-gwangyeoksi,Daejeon,Daejeon,Daejeon,Daejeon,大田广域市,대전광역시, - ///008,ウルサン広域市,Ulsan- [rest of string was truncated]";. - /// - internal static string sr_136 { - get { - return ResourceManager.GetString("sr_136", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///001,ホンコン,Hong Kong,Hong Kong,Hongkong,Hong Kong,Hong Kong,中国 香港,홍콩,. - /// - internal static string sr_144 { - get { - return ResourceManager.GetString("sr_144", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///001,シンガポール,Singapore,Singapour,Singapur,Singapore,Singapur,新加坡,싱가포르,. - /// - internal static string sr_153 { - get { - return ResourceManager.GetString("sr_153", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///002,クアラ・ルンプール,Kuala Lumpur,Kuala Lumpur,Kuala Lumpur,Kuala Lumpur,Kuala Lumpur,吉隆坡联邦直辖区,쿠알라룸푸르, - ///003,ジョホール州,Johor,Johor,Johor,Johor,Johor,柔佛州,조호르 주, - ///004,ケダ州,Kedah,Kedah,Kedah,Kedah,Kedah,吉打州,케다 주, - ///005,ケランタン州,Kelantan,Kelantan,Kelantan,Kelantan,Kelantan,吉兰丹州,켈란탄 주, - ///006,マラッカ州,Melaka,Malacca,Malakka,Malacca,Melaka,马六甲州,믈라카 주, - ///007,ヌグリ・センビラン州,Negeri Sembilan,Negeri Sembilan,Negeri Sembilan,Negeri Sembilan,Negeri Sembilan,森美兰州,느그리슴빌란 주, - ///008,パハン州,Paha [rest of string was truncated]";. - /// - internal static string sr_156 { - get { - return ResourceManager.GetString("sr_156", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///002,北京市,Beijing,Pékin,Peking,Pechino,Pekín,北京市,베이징, - ///003,重慶市,Chongqing,Chongqing,Chongqing,Chongqing,Chongqing,重庆市,충칭, - ///004,上海市,Shanghai,Shanghai,Shanghai,Shanghai,Shanghái,上海市,상하이, - ///005,天津市,Tianjin,Tianjin,Tianjin,Tientsin,Tianjin,天津市,톈진, - ///006,安徽省,Anhui,Anhui,Anhui,Anhui,Anhui,安徽省,안후이 성, - ///007,福建省,Fujian,Fujian,Fujian,Fujian,Fujian,福建省,푸젠 성, - ///008,甘粛省,Gansu,Gansu,Gansu,Gansu,Gansu,甘肃省,간쑤 성, - ///009,広東省,Guangdong,Guangdong,Guangdong,Guangdong,Cantón,广东省, [rest of string was truncated]";. - /// - internal static string sr_160 { - get { - return ResourceManager.GetString("sr_160", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///002,アブダビ,Abu Dhabi,Abu Dhabi,Abu Dhabi,Abu Dhabi,Abu Dabi,阿布扎比,아부다비, - ///003,アジュマン,Ajman,Ajman,Adschman,Ajman,Ajmán,阿治曼,아지만, - ///004,シャルジャ,Ash Shariqah,Sharjah,Schardscha,Sharjah,Sarja,沙迦,샤르자, - ///005,ラアス・アル・カイマー,Ras al-Khaimah,Ras al-Khaïmah,Ras al-Chaima,Ras al-Khaimah,Ras el Jaima,哈伊马角,라스알카이마, - ///006,ドゥバイ,Dubai,Dubaï,Dubai,Dubai,Dubái,迪拜,두바이, - ///007,フジャイラー,Al Fujayrah,Fujaïrah,Fudschaira,Fujayrah,Fujaira,富查伊拉,알푸자이라, - ///008,ウム・アル・カイワイン,Umm al Qaywayn,Umm al-Qaiw [rest of string was truncated]";. - /// - internal static string sr_168 { - get { - return ResourceManager.GetString("sr_168", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///002,デリー,Delhi,Delhi,Delhi,Delhi,Delhi,德里中央直辖区,델리, - ///003,アンダマン・ニコバル諸島,Andaman and Nicobar Islands,Îles Andaman-et-Nicobar,Andamanen und Nikobaren,Andamane e Nicobare,Islas Andamán y Nicobar,安达曼和尼科巴群岛中央直辖区,안다만 니코바르 제도, - ///004,アーンドラ・プラデーシュ州,Andhra Pradesh,Andhra Pradesh,Andhra Pradesh,Andhra Pradesh,Andhra Pradesh,安得拉邦,안드라프라데시 주, - ///005,アッサム州,Assam,Assam,Assam,Assam,Assam,阿萨姆邦,아삼 주, - ///006,チャンディーガル州,Chandīgarh,Chandigarh,Chandigarh,Chandigarh,Chandigarh,昌迪加尔中 [rest of string was truncated]";. - /// - internal static string sr_169 { - get { - return ResourceManager.GetString("sr_169", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///002,リヤド州,Ar Riyad,Riyad,Riad,Al-Riyad,Riad,利雅得地区,리야드 주, - ///003,バーハ州,Al Bahah,Al Bâhah,Baha,Al-Bahah,Al Bahah,巴哈地区,알바하 주, - ///004,メディナ州,Al Madinah,Médine,Medina,Medina,Medina,麦地那地区,메디나 주, - ///005,東部州,Ash Sharqiyah,Province Est,Asch-Scharqiyya,Ash-Sharqiyah,Región Oriental,东部地区,샤르키야 주, - ///006,カスィーム州,Al Qasim,Al Qasim,Qasim,Al-Qasim,Al Qasim,卡西姆地区,카심 주, - ///007,アシール州,'Asir,Assir,Asir,'Asir,Asir,阿西尔地区,아시르 주, - ///008,ハーイル州,Ha'il,Haïl,Hail,Ha'il,Hail,哈伊勒地区,하일 주, - ///009,メッカ [rest of string was truncated]";. - /// - internal static string sr_174 { - get { - return ResourceManager.GetString("sr_174", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///001,サンマリノ,San Marino,Saint-Marin,San Marino,San Marino,San Marino,圣马力诺,산마리노,. - /// - internal static string sr_184 { - get { - return ResourceManager.GetString("sr_184", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///001,バチカン,Vatican City,Vatican,Vatikanstadt,Vaticano (Città del),Vaticano,梵蒂冈,바티칸,. - /// - internal static string sr_185 { - get { - return ResourceManager.GetString("sr_185", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///000,—,—,—,—,—,—,—,— - ///001,バーミューダ,Bermuda,Bermudes,Bermuda,Bermude,Bermudas,百慕大,버뮤다,. - /// - internal static string sr_186 { - get { - return ResourceManager.GetString("sr_186", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to - - ///Duftnote - ///Niesel - ///Temposchub - ///Kampfpanzer - ///Robustheit - ///Feuchtigkeit - ///Flexibilität - ///Sandschleier - ///Statik - ///Voltabsorber - ///H2O-Absorber - ///Dösigkeit - ///Wolke Sieben - ///Facettenauge - ///Insomnia - ///Farbwechsel - ///Immunität - ///Feuerfänger - ///Puderabwehr - ///Tempomacher - ///Saugnapf - ///Bedroher - ///Wegsperre - ///Rauhaut - ///Wunderwache - ///Schwebe - ///Sporenwirt - ///Synchro - ///Neutraltorso - ///Innere Kraft - ///Blitzfänger - ///Edelmut - ///Wassertempo - ///Chlorophyll - ///Erleuchtung - ///Fährte - ///Kraftkoloss - ///Giftdorn - ///Konzentrator - ///Magmapanzer - ///Aquahülle - ///Magnetfalle - ///Lärmschutz [rest of string was truncated]";. - /// - internal static string text_abilities_de { - get { - return ResourceManager.GetString("text_abilities_de", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to - - ///Duftnote - ///Niesel - ///Temposchub - ///Kampfpanzer - ///Robustheit - ///Feuchtigkeit - ///Flexibilität - ///Sandschleier - ///Statik - ///Voltabsorber - ///H2O-Absorber - ///Dösigkeit - ///Wolke Sieben - ///Facettenauge - ///Insomnia - ///Farbwechsel - ///Immunität - ///Feuerfänger - ///Puderabwehr - ///Tempomacher - ///Saugnapf - ///Bedroher - ///Wegsperre - ///Rauhaut - ///Wunderwache - ///Schwebe - ///Sporenwirt - ///Synchro - ///Neutraltorso - ///Innere Kraft - ///Blitzfänger - ///Edelmut - ///Wassertempo - ///Chlorophyll - ///Erleuchtung - ///Fährte - ///Kraftkoloss - ///Giftdorn - ///Konzentrator - ///Magmapanzer - ///Aquahülle - ///Magnetfalle - ///Lärmschutz [rest of string was truncated]";. - /// - internal static string text_Abilities_de1 { - get { - return ResourceManager.GetString("text_Abilities_de1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to — - ///Stench - ///Drizzle - ///Speed Boost - ///Battle Armor - ///Sturdy - ///Damp - ///Limber - ///Sand Veil - ///Static - ///Volt Absorb - ///Water Absorb - ///Oblivious - ///Cloud Nine - ///Compound Eyes - ///Insomnia - ///Color Change - ///Immunity - ///Flash Fire - ///Shield Dust - ///Own Tempo - ///Suction Cups - ///Intimidate - ///Shadow Tag - ///Rough Skin - ///Wonder Guard - ///Levitate - ///Effect Spore - ///Synchronize - ///Clear Body - ///Natural Cure - ///Lightning Rod - ///Serene Grace - ///Swift Swim - ///Chlorophyll - ///Illuminate - ///Trace - ///Huge Power - ///Poison Point - ///Inner Focus - ///Magma Armor - ///Water Veil - ///Magnet Pull - ///Soundproof - /// [rest of string was truncated]";. - /// - internal static string text_abilities_en { - get { - return ResourceManager.GetString("text_abilities_en", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to — - ///Stench - ///Drizzle - ///Speed Boost - ///Battle Armor - ///Sturdy - ///Damp - ///Limber - ///Sand Veil - ///Static - ///Volt Absorb - ///Water Absorb - ///Oblivious - ///Cloud Nine - ///Compound Eyes - ///Insomnia - ///Color Change - ///Immunity - ///Flash Fire - ///Shield Dust - ///Own Tempo - ///Suction Cups - ///Intimidate - ///Shadow Tag - ///Rough Skin - ///Wonder Guard - ///Levitate - ///Effect Spore - ///Synchronize - ///Clear Body - ///Natural Cure - ///Lightning Rod - ///Serene Grace - ///Swift Swim - ///Chlorophyll - ///Illuminate - ///Trace - ///Huge Power - ///Poison Point - ///Inner Focus - ///Magma Armor - ///Water Veil - ///Magnet Pull - ///Soundproof - /// [rest of string was truncated]";. - /// - internal static string text_Abilities_en1 { - get { - return ResourceManager.GetString("text_Abilities_en1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to - - ///Hedor - ///Llovizna - ///Impulso - ///Armadura Batalla - ///Robustez - ///Humedad - ///Flexibilidad - ///Velo Arena - ///Elec. Estática - ///Absorbe Elec - ///Absorbe Agua - ///Despiste - ///Aclimatación - ///Ojo Compuesto - ///Insomnio - ///Cambio Color - ///Inmunidad - ///Absorbe Fuego - ///Polvo Escudo - ///Ritmo Propio - ///Ventosas - ///Intimidación - ///Sombra Trampa - ///Piel Tosca - ///Superguarda - ///Levitación - ///Efecto Espora - ///Sincronía - ///Cuerpo Puro - ///Cura Natural - ///Pararrayos - ///Dicha - ///Nado Rápido - ///Clorofila - ///Iluminación - ///Rastro - ///Potencia - ///Punto Tóxico - ///Foco Interno - ///Escudo Magma - ///Velo Agua - ///Imá [rest of string was truncated]";. - /// - internal static string text_abilities_es { - get { - return ResourceManager.GetString("text_abilities_es", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to - - ///Hedor - ///Llovizna - ///Impulso - ///Armadura Batalla - ///Robustez - ///Humedad - ///Flexibilidad - ///Velo Arena - ///Elec. Estática - ///Absorbe Elec - ///Absorbe Agua - ///Despiste - ///Aclimatación - ///Ojo Compuesto - ///Insomnio - ///Cambio Color - ///Inmunidad - ///Absorbe Fuego - ///Polvo Escudo - ///Ritmo Propio - ///Ventosas - ///Intimidación - ///Sombra Trampa - ///Piel Tosca - ///Superguarda - ///Levitación - ///Efecto Espora - ///Sincronía - ///Cuerpo Puro - ///Cura Natural - ///Pararrayos - ///Dicha - ///Nado Rápido - ///Clorofila - ///Iluminación - ///Rastro - ///Potencia - ///Punto Tóxico - ///Foco Interno - ///Escudo Magma - ///Velo Agua - ///Imá [rest of string was truncated]";. - /// - internal static string text_Abilities_es1 { - get { - return ResourceManager.GetString("text_Abilities_es1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to - ///Puanteur - ///Crachin - ///Turbo - ///Armurbaston - ///Fermeté - ///Moiteur - ///Échauffement - ///Voile Sable - ///Statik - ///Absorb Volt - ///Absorb Eau - ///Benêt - ///Ciel Gris - ///Œil Composé - ///Insomnia - ///Déguisement - ///Vaccin - ///Torche - ///Écran Poudre - ///Tempo Perso - ///Ventouse - ///Intimidation - ///Marque Ombre - ///Peau Dure - ///Garde Mystik - ///Lévitation - ///Pose Spore - ///Synchro - ///Corps Sain - ///Médic Nature - ///Paratonnerre - ///Sérénité - ///Glissade - ///Chlorophylle - ///Lumiattirance - ///Calque - ///Coloforce - ///Point Poison - ///Attention - ///Armumagma - ///Ignifu-Voile - ///Magnépiège - ///Anti-Bruit - ///Cuvette - ///Sable Vol [rest of string was truncated]";. - /// - internal static string text_abilities_fr { - get { - return ResourceManager.GetString("text_abilities_fr", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to - ///Puanteur - ///Crachin - ///Turbo - ///Armurbaston - ///Fermeté - ///Moiteur - ///Échauffement - ///Voile Sable - ///Statik - ///Absorb Volt - ///Absorb Eau - ///Benêt - ///Ciel Gris - ///Œil Composé - ///Insomnia - ///Déguisement - ///Vaccin - ///Torche - ///Écran Poudre - ///Tempo Perso - ///Ventouse - ///Intimidation - ///Marque Ombre - ///Peau Dure - ///Garde Mystik - ///Lévitation - ///Pose Spore - ///Synchro - ///Corps Sain - ///Médic Nature - ///Paratonnerre - ///Sérénité - ///Glissade - ///Chlorophylle - ///Lumiattirance - ///Calque - ///Coloforce - ///Point Poison - ///Attention - ///Armumagma - ///Ignifu-Voile - ///Magnépiège - ///Anti-Bruit - ///Cuvette - ///Sable Vol [rest of string was truncated]";. - /// - internal static string text_Abilities_fr1 { - get { - return ResourceManager.GetString("text_Abilities_fr1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to - - ///Tanfo - ///Piovischio - ///Acceleratore - ///Lottascudo - ///Vigore - ///Umidità - ///Scioltezza - ///Sabbiavelo - ///Statico - ///Assorbivolt - ///Assorbacqua - ///Indifferenza - ///Antimeteo - ///Insettocchi - ///Insonnia - ///Cambiacolore - ///Immunità - ///Fuocardore - ///Polvoscudo - ///Mente Locale - ///Ventose - ///Prepotenza - ///Pedinombra - ///Cartavetro - ///Magidifesa - ///Levitazione - ///Spargispora - ///Sincronismo - ///Corpochiaro - ///Alternacura - ///Parafulmine - ///Leggiadro - ///Nuotovelox - ///Clorofilla - ///Risplendi - ///Traccia - ///Macroforza - ///Velenopunto - ///Forza Interiore - ///Magmascudo - ///Idrovelo - ///Magnetismo - ///Antisuono - ///C [rest of string was truncated]";. - /// - internal static string text_abilities_it { - get { - return ResourceManager.GetString("text_abilities_it", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to - - ///Tanfo - ///Piovischio - ///Acceleratore - ///Lottascudo - ///Vigore - ///Umidità - ///Scioltezza - ///Sabbiavelo - ///Statico - ///Assorbivolt - ///Assorbacqua - ///Indifferenza - ///Antimeteo - ///Insettocchi - ///Insonnia - ///Cambiacolore - ///Immunità - ///Fuocardore - ///Polvoscudo - ///Mente Locale - ///Ventose - ///Prepotenza - ///Pedinombra - ///Cartavetro - ///Magidifesa - ///Levitazione - ///Spargispora - ///Sincronismo - ///Corpochiaro - ///Alternacura - ///Parafulmine - ///Leggiadro - ///Nuotovelox - ///Clorofilla - ///Risplendi - ///Traccia - ///Macroforza - ///Velenopunto - ///Forza Interiore - ///Magmascudo - ///Idrovelo - ///Magnetismo - ///Antisuono - ///C [rest of string was truncated]";. - /// - internal static string text_Abilities_it1 { - get { - return ResourceManager.GetString("text_Abilities_it1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to ― - ///あくしゅう - ///あめふらし - ///かそく - ///カブトアーマー - ///がんじょう - ///しめりけ - ///じゅうなん - ///すながくれ - ///せいでんき - ///ちくでん - ///ちょすい - ///どんかん - ///ノーてんき - ///ふくがん - ///ふみん - ///へんしょく - ///めんえき - ///もらいび - ///りんぷん - ///マイペース - ///きゅうばん - ///いかく - ///かげふみ - ///さめはだ - ///ふしぎなまもり - ///ふゆう - ///ほうし - ///シンクロ - ///クリアボディ - ///しぜんかいふく - ///ひらいしん - ///てんのめぐみ - ///すいすい - ///ようりょくそ - ///はっこう - ///トレース - ///ちからもち - ///どくのトゲ - ///せいしんりょく - ///マグマのよろい - ///みずのベール - ///じりょく - ///ぼうおん - ///あめうけざら - ///すなおこし - ///プレッシャー - ///あついしぼう - ///はやおき - ///ほのおのからだ - ///にげあし - ///するどいめ - ///かいりきバサミ - ///ものひろい - ///なまけ - ///はりきり - ///メロメロボディ - ///プラス - ///マイナス - ///てんきや - ///ねんちゃく - ///だっぴ - ///こんじょう - ///ふしぎなうろこ - ///ヘドロえき - ///しんりょく - ///もうか - ///げきりゅう - ///むしのしらせ - ///いしあたま - ///ひでり - ///ありじごく - ///やるき - ///しろいけむり - ///ヨガパワー - ///シェルアーマー [rest of string was truncated]";. - /// - internal static string text_abilities_ja { - get { - return ResourceManager.GetString("text_abilities_ja", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to ― - ///あくしゅう - ///あめふらし - ///かそく - ///カブトアーマー - ///がんじょう - ///しめりけ - ///じゅうなん - ///すながくれ - ///せいでんき - ///ちくでん - ///ちょすい - ///どんかん - ///ノーてんき - ///ふくがん - ///ふみん - ///へんしょく - ///めんえき - ///もらいび - ///りんぷん - ///マイペース - ///きゅうばん - ///いかく - ///かげふみ - ///さめはだ - ///ふしぎなまもり - ///ふゆう - ///ほうし - ///シンクロ - ///クリアボディ - ///しぜんかいふく - ///ひらいしん - ///てんのめぐみ - ///すいすい - ///ようりょくそ - ///はっこう - ///トレース - ///ちからもち - ///どくのトゲ - ///せいしんりょく - ///マグマのよろい - ///みずのベール - ///じりょく - ///ぼうおん - ///あめうけざら - ///すなおこし - ///プレッシャー - ///あついしぼう - ///はやおき - ///ほのおのからだ - ///にげあし - ///するどいめ - ///かいりきバサミ - ///ものひろい - ///なまけ - ///はりきり - ///メロメロボディ - ///プラス - ///マイナス - ///てんきや - ///ねんちゃく - ///だっぴ - ///こんじょう - ///ふしぎなうろこ - ///ヘドロえき - ///しんりょく - ///もうか - ///げきりゅう - ///むしのしらせ - ///いしあたま - ///ひでり - ///ありじごく - ///やるき - ///しろいけむり - ///ヨガパワー - ///シェルアーマー [rest of string was truncated]";. - /// - internal static string text_Abilities_ja1 { - get { - return ResourceManager.GetString("text_Abilities_ja1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to - - ///악취 - ///잔비 - ///가속 - ///전투무장 - ///옹골참 - ///습기 - ///유연 - ///모래숨기 - ///정전기 - ///축전 - ///저수 - ///둔감 - ///날씨부정 - ///복안 - ///불면 - ///변색 - ///면역 - ///타오르는불꽃 - ///인분 - ///마이페이스 - ///흡반 - ///위협 - ///그림자밟기 - ///까칠한피부 - ///불가사의부적 - ///부유 - ///포자 - ///싱크로 - ///클리어바디 - ///자연회복 - ///피뢰침 - ///하늘의은총 - ///쓱쓱 - ///엽록소 - ///발광 - ///트레이스 - ///천하장사 - ///독가시 - ///정신력 - ///마그마의무장 - ///수의베일 - ///자력 - ///방음 - ///젖은접시 - ///모래날림 - ///프레셔 - ///두꺼운지방 - ///일찍기상 - ///불꽃몸 - ///도주 - ///날카로운눈 - ///괴력집게 - ///픽업 - ///게으름 - ///의욕 - ///헤롱헤롱바디 - ///플러스 - ///마이너스 - ///기분파 - ///점착 - ///탈피 - ///근성 - ///이상한비늘 - ///해감액 - ///심록 - ///맹화 - ///급류 - ///벌레의알림 - ///돌머리 - ///가뭄 - ///개미지옥 - ///의기양양 - ///하얀연기 - ///순수한힘 - ///조가비갑옷 - ///에어록 - ///갈지자걸음 - ///전기엔진 - ///투쟁심 - ///불굴의마음 - ///눈숨기 - ///먹보 - ///분노의경혈 - ///곡예 - ///내열 - ///단순 - ///건조피부 - ///다운로드 - ///철주먹 - ///포이즌힐 - ///적응력 - ///스킬링크 - ///촉촉바디 - ///선파워 - ///속보 - ///노말스킨 - ///스나이퍼 [rest of string was truncated]";. - /// - internal static string text_abilities_ko { - get { - return ResourceManager.GetString("text_abilities_ko", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to - - ///악취 - ///잔비 - ///가속 - ///전투무장 - ///옹골참 - ///습기 - ///유연 - ///모래숨기 - ///정전기 - ///축전 - ///저수 - ///둔감 - ///날씨부정 - ///복안 - ///불면 - ///변색 - ///면역 - ///타오르는불꽃 - ///인분 - ///마이페이스 - ///흡반 - ///위협 - ///그림자밟기 - ///까칠한피부 - ///불가사의부적 - ///부유 - ///포자 - ///싱크로 - ///클리어바디 - ///자연회복 - ///피뢰침 - ///하늘의은총 - ///쓱쓱 - ///엽록소 - ///발광 - ///트레이스 - ///천하장사 - ///독가시 - ///정신력 - ///마그마의무장 - ///수의베일 - ///자력 - ///방음 - ///젖은접시 - ///모래날림 - ///프레셔 - ///두꺼운지방 - ///일찍기상 - ///불꽃몸 - ///도주 - ///날카로운눈 - ///괴력집게 - ///픽업 - ///게으름 - ///의욕 - ///헤롱헤롱바디 - ///플러스 - ///마이너스 - ///기분파 - ///점착 - ///탈피 - ///근성 - ///이상한비늘 - ///해감액 - ///심록 - ///맹화 - ///급류 - ///벌레의알림 - ///돌머리 - ///가뭄 - ///개미지옥 - ///의기양양 - ///하얀연기 - ///순수한힘 - ///조가비갑옷 - ///에어록 - ///갈지자걸음 - ///전기엔진 - ///투쟁심 - ///불굴의마음 - ///눈숨기 - ///먹보 - ///분노의경혈 - ///곡예 - ///내열 - ///단순 - ///건조피부 - ///다운로드 - ///철주먹 - ///포이즌힐 - ///적응력 - ///스킬링크 - ///촉촉바디 - ///선파워 - ///속보 - ///노말스킨 - ///스나이퍼 [rest of string was truncated]";. - /// - internal static string text_Abilities_ko1 { - get { - return ResourceManager.GetString("text_Abilities_ko1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to ― - ///恶臭 - ///降雨 - ///加速 - ///战斗盔甲 - ///结实 - ///湿气 - ///柔软 - ///沙隐 - ///静电 - ///蓄电 - ///储水 - ///迟钝 - ///无关天气 - ///复眼 - ///不眠 - ///变色 - ///免疫 - ///引火 - ///鳞粉 - ///我行我素 - ///吸盘 - ///威吓 - ///踩影 - ///粗糙皮肤 - ///神奇守护 - ///飘浮 - ///孢子 - ///同步 - ///恒净之躯 - ///自然回复 - ///避雷针 - ///天恩 - ///悠游自如 - ///叶绿素 - ///发光 - ///复制 - ///大力士 - ///毒刺 - ///精神力 - ///熔岩铠甲 - ///水幕 - ///磁力 - ///隔音 - ///雨盘 - ///扬沙 - ///压迫感 - ///厚脂肪 - ///早起 - ///火焰之躯 - ///逃跑 - ///锐利目光 - ///怪力钳 - ///捡拾 - ///懒惰 - ///活力 - ///迷人之躯 - ///正电 - ///负电 - ///阴晴不定 - ///黏着 - ///蜕皮 - ///毅力 - ///神奇鳞片 - ///污泥浆 - ///茂盛 - ///猛火 - ///激流 - ///虫之预感 - ///坚硬脑袋 - ///日照 - ///沙穴 - ///干劲 - ///白色烟雾 - ///瑜伽之力 - ///硬壳盔甲 - ///气闸 - ///蹒跚 - ///电气引擎 - ///斗争心 - ///不屈之心 - ///雪隐 - ///贪吃鬼 - ///愤怒穴位 - ///轻装 - ///耐热 - ///单纯 - ///干燥皮肤 - ///下载 - ///铁拳 - ///毒疗 - ///适应力 - ///连续攻击 - ///湿润之躯 - ///太阳之力 - ///飞毛腿 - ///一般皮肤 - ///狙击手 - ///魔法防守 - ///无防守 - ///慢出 - ///技术高手 - ///叶子防守 - ///笨拙 - ///破格 - ///超幸运 - ///引爆 - ///危险预知 - ///预知梦 /// [rest of string was truncated]";. - /// - internal static string text_abilities_zh { - get { - return ResourceManager.GetString("text_abilities_zh", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to ― - ///恶臭 - ///降雨 - ///加速 - ///战斗盔甲 - ///结实 - ///湿气 - ///柔软 - ///沙隐 - ///静电 - ///蓄电 - ///储水 - ///迟钝 - ///无关天气 - ///复眼 - ///不眠 - ///变色 - ///免疫 - ///引火 - ///鳞粉 - ///我行我素 - ///吸盘 - ///威吓 - ///踩影 - ///粗糙皮肤 - ///神奇守护 - ///飘浮 - ///孢子 - ///同步 - ///恒净之躯 - ///自然回复 - ///避雷针 - ///天恩 - ///悠游自如 - ///叶绿素 - ///发光 - ///复制 - ///大力士 - ///毒刺 - ///精神力 - ///熔岩铠甲 - ///水幕 - ///磁力 - ///隔音 - ///雨盘 - ///扬沙 - ///压迫感 - ///厚脂肪 - ///早起 - ///火焰之躯 - ///逃跑 - ///锐利目光 - ///怪力钳 - ///捡拾 - ///懒惰 - ///活力 - ///迷人之躯 - ///正电 - ///负电 - ///阴晴不定 - ///黏着 - ///蜕皮 - ///毅力 - ///神奇鳞片 - ///污泥浆 - ///茂盛 - ///猛火 - ///激流 - ///虫之预感 - ///坚硬脑袋 - ///日照 - ///沙穴 - ///干劲 - ///白色烟雾 - ///瑜伽之力 - ///硬壳盔甲 - ///气闸 - ///蹒跚 - ///电气引擎 - ///斗争心 - ///不屈之心 - ///雪隐 - ///贪吃鬼 - ///愤怒穴位 - ///轻装 - ///耐热 - ///单纯 - ///干燥皮肤 - ///下载 - ///铁拳 - ///毒疗 - ///适应力 - ///连续攻击 - ///湿润之躯 - ///太阳之力 - ///飞毛腿 - ///一般皮肤 - ///狙击手 - ///魔法防守 - ///无防守 - ///慢出 - ///技术高手 - ///叶子防守 - ///笨拙 - ///破格 - ///超幸运 - ///引爆 - ///危险预知 - ///预知梦 /// [rest of string was truncated]";. - /// - internal static string text_Abilities_zh1 { - get { - return ResourceManager.GetString("text_Abilities_zh1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to ---------- - ///Mysteriöser Ort - ///Entfernter Ort - ///\xf000ą\x0001\x0001 von \xf000Ā\x0001\x0000 - ///Avenitia - ///Gavina - ///Orion City - ///Septerna City - ///Stratos City - ///Rayono City - ///Marea City - ///Panaero City - ///Nevaio City - ///Twindrake City - ///Route 1 - ///Route 2 - ///Route 3 - ///Route 4 - ///Route 5 - ///Route 6 - ///Route 7 - ///Route 8 - ///Route 9 - ///Route 10 - ///Route 11 - ///Route 12 - ///Route 13 - ///Route 14 - ///Route 15 - ///Route 16 - ///Route 17 - ///Route 18 - ///Traumbrache - ///Ewigenwald - ///Wüstenresort - ///Alter Palast - ///PWT - ///Elektrolithhöhle - ///Wendelberg - ///Drachenstiege - ///Siegesstraße - ///Tessera [rest of string was truncated]";. - /// - internal static string text_bw2_00000_de { - get { - return ResourceManager.GetString("text_bw2_00000_de", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to ---------- - ///Mystery Zone - ///Faraway place - ///\xf000Ā\x0001\x0000’s \xf000ą\x0001\x0001 - ///Nuvema Town - ///Accumula Town - ///Striaton City - ///Nacrene City - ///Castelia City - ///Nimbasa City - ///Driftveil City - ///Mistralton City - ///Icirrus City - ///Opelucid City - ///Route 1 - ///Route 2 - ///Route 3 - ///Route 4 - ///Route 5 - ///Route 6 - ///Route 7 - ///Route 8 - ///Route 9 - ///Route 10 - ///Route 11 - ///Route 12 - ///Route 13 - ///Route 14 - ///Route 15 - ///Route 16 - ///Route 17 - ///Route 18 - ///Dreamyard - ///Pinwheel Forest - ///Desert Resort - ///Relic Castle - ///PWT - ///Chargestone Cave - ///Twist Mountain - ///Dragonspiral [rest of string was truncated]";. - /// - internal static string text_bw2_00000_en { - get { - return ResourceManager.GetString("text_bw2_00000_en", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to ---------- - ///Lugar misterioso - ///Lugar lejano - ///\xf000ą\x0001\x0001 de \xf000Ā\x0001\x0000 - ///Pueblo Arcilla - ///Pueblo Terracota - ///Ciudad Gres - ///Ciudad Esmalte - ///Ciudad Porcelana - ///Ciudad Mayólica - ///Ciudad Fayenza - ///Ciudad Loza - ///Ciudad Teja - ///Ciudad Caolín - ///Ruta 1 - ///Ruta 2 - ///Ruta 3 - ///Ruta 4 - ///Ruta 5 - ///Ruta 6 - ///Ruta 7 - ///Ruta 8 - ///Ruta 9 - ///Ruta 10 - ///Ruta 11 - ///Ruta 12 - ///Ruta 13 - ///Ruta 14 - ///Ruta 15 - ///Ruta 16 - ///Ruta 17 - ///Ruta 18 - ///Solar de los Sueños - ///Bosque Azulejo - ///Zona Desierto - ///Castillo Ancestral - ///PWT - ///Cueva Electrorroca - ///Monte Tuerca - ///Torre [rest of string was truncated]";. - /// - internal static string text_bw2_00000_es { - get { - return ResourceManager.GetString("text_bw2_00000_es", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to ---------- - ///Endroit Mystérieux - ///Endroit Lointain - ///\xf000ą\x0001\x0001 de \xf000Ā\x0001\x0000 - ///Renouet - ///Arabelle - ///Ogoesse - ///Maillard - ///Volucité - ///Méanville - ///Port Yoneuve - ///Parsemille - ///Flocombe - ///Janusia - ///Route 1 - ///Route 2 - ///Route 3 - ///Route 4 - ///Route 5 - ///Route 6 - ///Route 7 - ///Route 8 - ///Route 9 - ///Route 10 - ///Route 11 - ///Route 12 - ///Route 13 - ///Route 14 - ///Route 15 - ///Route 16 - ///Chenal 17 - ///Route 18 - ///Vestiges du Rêve - ///Forêt d'Empoigne - ///Désert Délassant - ///Château Enfoui - ///PWT - ///Grotte Électrolithe - ///Mont Foré - ///Tour Dragospire - ///Route Victoire - ///En [rest of string was truncated]";. - /// - internal static string text_bw2_00000_fr { - get { - return ResourceManager.GetString("text_bw2_00000_fr", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to ---------- - ///Zona Misteriosa - ///Luogo Remoto - ///\xf000ą\x0001\x0001 di \xf000Ā\x0001\x0000 - ///Soffiolieve - ///Quattroventi - ///Levantopoli - ///Zefiropoli - ///Austropoli - ///Sciroccopoli - ///Libecciopoli - ///Ponentopoli - ///Mistralopoli - ///Boreduopoli - ///Percorso 1 - ///Percorso 2 - ///Percorso 3 - ///Percorso 4 - ///Percorso 5 - ///Percorso 6 - ///Percorso 7 - ///Percorso 8 - ///Percorso 9 - ///Percorso 10 - ///Percorso 11 - ///Percorso 12 - ///Percorso 13 - ///Percorso 14 - ///Percorso 15 - ///Percorso 16 - ///Percorso 17 - ///Percorso 18 - ///Cantiere dei Sogni - ///Bosco Girandola - ///Deserto della Quiete - ///Castello [rest of string was truncated]";. - /// - internal static string text_bw2_00000_it { - get { - return ResourceManager.GetString("text_bw2_00000_it", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to ---------- - ///なぞのばしょ - ///とおいばしょ - ///\xf000Ā\x0001\x0000の\xf000ą\x0001\x0001 - ///カノコタウン - ///カラクサタウン - ///サンヨウシティ - ///シッポウシティ - ///ヒウンシティ - ///ライモンシティ - ///ホドモエシティ - ///フキヨセシティ - ///セッカシティ - ///ソウリュウシティ - ///1ばんどうろ - ///2ばんどうろ - ///3ばんどうろ - ///4ばんどうろ - ///5ばんどうろ - ///6ばんどうろ - ///7ばんどうろ - ///8ばんどうろ - ///9ばんどうろ - ///10ばんどうろ - ///11ばんどうろ - ///12ばんどうろ - ///13ばんどうろ - ///14ばんどうろ - ///15ばんどうろ - ///16ばんどうろ - ///17ばんすいどう - ///18ばんどうろ - ///ゆめのあとち - ///ヤグルマのもり - ///リゾートデザート - ///こだいのしろ - ///PWT - ///でんきいしのほらあな - ///ネジやま - ///リュウラセンのとう - ///チャンピオンロード - ///カゴメタウン - ///サザナミタウン - ///カナワタウン - ///ポケモンリーグ - ///Nのしろ - ///ロイヤルイッシュごう - ///ギアステーション - ///バトルサブウェイ - ///ミュージカルホール - ///ブラックシティ - ///ホワイトフォレスト - ///ユナイテッドタワー - ///ちかすいみゃく [rest of string was truncated]";. - /// - internal static string text_bw2_00000_ja { - get { - return ResourceManager.GetString("text_bw2_00000_ja", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to ---------- - ///수수께끼의 장소 - ///먼 곳 - ///\xf000Ā\x0001\x0000의 \xf000ą\x0001\x0001 - ///마름꽃마을 - ///넝쿨마을 - ///성신시티 - ///칠보시티 - ///구름시티 - ///뇌문시티 - ///물풍경시티 - ///궐수시티 - ///설화시티 - ///쌍용시티 - ///1번도로 - ///2번도로 - ///3번도로 - ///4번도로 - ///5번도로 - ///6번도로 - ///7번도로 - ///8번도로 - ///9번도로 - ///10번도로 - ///11번도로 - ///12번도로 - ///13번도로 - ///14번도로 - ///15번도로 - ///16번도로 - ///17번수로 - ///18번도로 - ///꿈터 - ///바람개비숲 - ///리조트데저트 - ///고대의 성 - ///PWT - ///전기돌동굴 - ///태엽산 - ///용나선탑 - ///챔피언로드 - ///보배마을 - ///물결마을 - ///가륜마을 - ///포켓몬리그 - ///N의 성 - ///로열하나호 - ///기어 스테이션 - ///배틀서브웨이 - ///뮤지컬홀 - ///블랙시티 - ///화이트포리스트 - ///유나이티드타워 - ///지하수맥굴 - ///궐수의 동굴 - ///사색의 들판 - ///타워오브해븐 - ///설화의 습지초원 - ///쇼핑몰 - ///수행의 바위동굴 - ///시프트팩토리 - ///자이언트홀 - ///리버티가든섬 - ///P2랩 - ///스카이애로 브리지 - ///물풍경도개교 - ///실린더 브리지 - ///빌리지 브리지 - ///원더 [rest of string was truncated]";. - /// - internal static string text_bw2_00000_ko { - get { - return ResourceManager.GetString("text_bw2_00000_ko", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to ---------- - ///神秘的地方 - ///遥远的地方 - ///\xf000Ā\x0001\x0000的\xf000ą\x0001\x0001 - ///鹿子镇 - ///唐草镇 - ///三曜市 - ///七宝市 - ///飞云市 - ///雷文市 - ///帆巴市 - ///吹寄市 - ///雪花市 - ///双龙市 - ///1号道路 - ///2号道路 - ///3号道路 - ///4号道路 - ///5号道路 - ///6号道路 - ///7号道路 - ///8号道路 - ///9号道路 - ///10号道路 - ///11号道路 - ///12号道路 - ///13号道路 - ///14号道路 - ///15号道路 - ///16号道路 - ///17号水路 - ///18号道路 - ///梦的遗址 - ///矢车森林 - ///荒野名胜区 - ///古代城堡 - ///PWT - ///电气石洞穴 - ///罗斯山 - ///龙螺旋之塔 - ///冠军之路 - ///笼目镇 - ///小波镇 - ///金轮镇 - ///宝可梦联盟 - ///N的城堡 - ///皇家合众号 - ///齿轮站 - ///对战地下铁 - ///音乐剧会馆 - ///黑色城市 - ///白色森林 - ///联合塔 - ///地下水脉之穴 - ///吹寄洞穴 - ///思索之原 - ///天堂之塔 - ///雪花湿地 - ///购物中心R9 - ///修行岩屋 - ///传送工厂 - ///巨人洞窟 - ///自由庭园岛 - ///P2实验室 - ///天之箭桥 - ///帆巴吊桥 - ///铁路之桥 - ///村庄桥 - ///奇妙之桥 - ///潜入连接 - ///丰饶之社 - ///小波湾 - ///迷幻森林 - ///试炼之室 - ///引导之间 - ///连入之森 - ///雷文市 - ///帆巴市 - /// [rest of string was truncated]";. - /// - internal static string text_bw2_00000_zh { - get { - return ResourceManager.GetString("text_bw2_00000_zh", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to ---------- - ///Linktausch - ///Linktausch - ///Kanto - ///Johto - ///Hoenn - ///Sinnoh - ///Entferntes Land - ///---------- - ///---------- - ///---------- - ///---------- - ///---------- - ///Kontaktebene - ///Pokémon Traumradar. - /// - internal static string text_bw2_30000_de { - get { - return ResourceManager.GetString("text_bw2_30000_de", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to ---------- - ///Link Trade - ///Link Trade - ///Kanto - ///Johto - ///Hoenn - ///Sinnoh - ///Distant Land - ///---------- - ///---------- - ///---------- - ///---------- - ///---------- - ///Entralink - ///Pokémon Dream Radar. - /// - internal static string text_bw2_30000_en { - get { - return ResourceManager.GetString("text_bw2_30000_en", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to ---------- - ///Intercambio - ///Intercambio - ///Kanto - ///Johto - ///Hoenn - ///Sinnoh - ///Tierra lejana - ///---------- - ///---------- - ///---------- - ///---------- - ///---------- - ///Zona Nexo - ///RAdar Pokémon. - /// - internal static string text_bw2_30000_es { - get { - return ResourceManager.GetString("text_bw2_30000_es", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to ---------- - ///Échange Link - ///Échange Link - ///Kanto - ///Johto - ///Hoenn - ///Sinnoh - ///Pays lointain - ///---------- - ///---------- - ///---------- - ///---------- - ///---------- - ///Heylink - ///RAdar Pokémon. - /// - internal static string text_bw2_30000_fr { - get { - return ResourceManager.GetString("text_bw2_30000_fr", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to ---------- - ///Scambio in link - ///Scambio in link - ///Kanto - ///Johto - ///Hoenn - ///Sinnoh - ///Terra Lontana - ///---------- - ///---------- - ///---------- - ///---------- - ///---------- - ///Intramondo - ///RAdar Pokémon. - /// - internal static string text_bw2_30000_it { - get { - return ResourceManager.GetString("text_bw2_30000_it", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to ---------- - ///つうしんこうかん - ///つうしんこうかん - ///カントーちほう - ///ジョウトちほう - ///ホウエンちほう - ///シンオウちほう - ///とおくはなれたとち - ///---------- - ///---------- - ///---------- - ///---------- - ///---------- - ///ハイリンク - ///ポケモンARサーチャー. - /// - internal static string text_bw2_30000_ja { - get { - return ResourceManager.GetString("text_bw2_30000_ja", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to ---------- - ///통신교환 - ///통신교환 - ///관동지방 - ///성도지방 - ///호연지방 - ///신오지방 - ///아주 먼 토지 - ///---------- - ///---------- - ///---------- - ///---------- - ///---------- - ///하일링크 - ///포켓몬 AR 서처. - /// - internal static string text_bw2_30000_ko { - get { - return ResourceManager.GetString("text_bw2_30000_ko", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to ---------- - ///连接交换 - ///连接交换 - ///关都地区 - ///城都地区 - ///丰缘地区 - ///神奥地区 - ///遥远的土地 - ///---------- - ///---------- - ///---------- - ///---------- - ///---------- - ///潜入连接 - ///宝可梦AR搜索者. - /// - internal static string text_bw2_30000_zh { - get { - return ResourceManager.GetString("text_bw2_30000_zh", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Idyll - ///Entfernter Ort - ///Pokémon Movie - ///Pokémon Film 10 - ///Pokémon Film 11 - ///Pokémon Film 12 - ///Pokémon Film 13 - ///Pokémon Film 14 - ///Pokémon Film 15 - ///Pokémon Film 16 - ///Pokémon Film 17 - ///Pokémon Film 18 - ///Pokémon Film 19 - ///Pokémon Film 20 - ///Pokémon-Center - ///Pokémon Cartoon - ///PC Tokyo - ///PC Osaka - ///PC Fukuoka - ///PC Nagoya - ///PC Sapporo - ///PC Yokohama - ///WCS - ///WCS 2010 - ///WCS 2011 - ///WCS 2012 - ///WCS 2013 - ///WCS 2014 - ///WCS 2015 - ///WCS 2016 - ///WCS 2017 - ///WCS 2018 - ///WCS 2019 - ///WCS 2020 - ///Worlds - ///Worlds 2010 - ///Worlds 2011 - ///Worlds 2012 - ///Worlds 2013 - ///Worlds 2014 [rest of string was truncated]";. - /// - internal static string text_bw2_40000_de { - get { - return ResourceManager.GetString("text_bw2_40000_de", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Lovely place - ///Faraway place - ///Pokémon Movie - ///Pokémon Movie 10 - ///Pokémon Movie 11 - ///Pokémon Movie 12 - ///Pokémon Movie 13 - ///Pokémon Movie 14 - ///Pokémon Movie 15 - ///Pokémon Movie 16 - ///Pokémon Movie 17 - ///Pokémon Movie 18 - ///Pokémon Movie 19 - ///Pokémon Movie 20 - ///Pokémon Center - ///Pokémon Cartoon - ///PC Tokyo - ///PC Osaka - ///PC Fukuoka - ///PC Nagoya - ///PC Sapporo - ///PC Yokohama - ///WCS - ///WCS 2010 - ///WCS 2011 - ///WCS 2012 - ///WCS 2013 - ///WCS 2014 - ///WCS 2015 - ///WCS 2016 - ///WCS 2017 - ///WCS 2018 - ///WCS 2019 - ///WCS 2020 - ///Worlds - ///Worlds 2010 - ///Worlds 2011 - ///Worlds 2012 - ///Worlds [rest of string was truncated]";. - /// - internal static string text_bw2_40000_en { - get { - return ResourceManager.GetString("text_bw2_40000_en", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Lugar encantador - ///Lugar lejano - ///Película Pokémon - ///Película PKMN 10 - ///Película PKMN 11 - ///Película PKMN 12 - ///Película PKMN 13 - ///Película PKMN 14 - ///Película PKMN 15 - ///Película PKMN 16 - ///Película PKMN 17 - ///Película PKMN 18 - ///Película PKMN 19 - ///Película PKMN 20 - ///Centro Pokémon - ///Animación PKMN - ///CP Tokio - ///CP Osaka - ///CP Fukuoka - ///CP Nagoya - ///CP Sapporo - ///CP Yokohama - ///Campeonato Mundial - ///Camp. Mundial 2010 - ///Camp. Mundial 2011 - ///Camp. Mundial 2012 - ///Camp. Mundial 2013 - ///Camp. Mundial 2014 - ///Camp. Mundial 2015 - ///Camp. Mundial 2016 - ///Camp [rest of string was truncated]";. - /// - internal static string text_bw2_40000_es { - get { - return ResourceManager.GetString("text_bw2_40000_es", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Endroit superbe - ///Endroit lointain - ///Film Pokémon - ///Film Pokémon 10 - ///Film Pokémon 11 - ///Film Pokémon 12 - ///Film Pokémon 13 - ///Film Pokémon 14 - ///Film Pokémon 15 - ///Film Pokémon 16 - ///Film Pokémon 17 - ///Film Pokémon 18 - ///Film Pokémon 19 - ///Film Pokémon 20 - ///Centre Pokémon - ///Dessin animé Pokémon - ///CP Tokyo - ///CP Osaka - ///CP Fukuoka - ///CP Nagoya - ///CP Sapporo - ///CP Yokohama - ///WCS - ///WCS 2010 - ///WCS 2011 - ///WCS 2012 - ///WCS 2013 - ///WCS 2014 - ///WCS 2015 - ///WCS 2016 - ///WCS 2017 - ///WCS 2018 - ///WCS 2019 - ///WCS 2020 - ///Worlds - ///Worlds 2010 - ///Worlds 2011 - ///Worlds 2012 - ///Worlds 2 [rest of string was truncated]";. - /// - internal static string text_bw2_40000_fr { - get { - return ResourceManager.GetString("text_bw2_40000_fr", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Luogo grazioso - ///Luogo Remoto - ///Film Pokémon - ///Film Pokémon 10 - ///Film Pokémon 11 - ///Film Pokémon 12 - ///Film Pokémon 13 - ///Film Pokémon 14 - ///Film Pokémon 15 - ///Film Pokémon 16 - ///Film Pokémon 17 - ///Film Pokémon 18 - ///Film Pokémon 19 - ///Film Pokémon 20 - ///Centro Pokémon - ///Cartone Pokémon - ///CP Tokyo - ///CP Osaka - ///CP Fukuoka - ///CP Nagoya - ///CP Sapporo - ///CP Yokohama - ///WCS - ///WCS 2010 - ///WCS 2011 - ///WCS 2012 - ///WCS 2013 - ///WCS 2014 - ///WCS 2015 - ///WCS 2016 - ///WCS 2017 - ///WCS 2018 - ///WCS 2019 - ///WCS 2020 - ///Worlds - ///Worlds 2010 - ///Worlds 2011 - ///Worlds 2012 - ///Worlds 2013 - ///World [rest of string was truncated]";. - /// - internal static string text_bw2_40000_it { - get { - return ResourceManager.GetString("text_bw2_40000_it", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to すてきなばしょ - ///とおいばしょ - ///ポケモンえいが - ///ポケモンえいが10 - ///ポケモンえいが11 - ///ポケモンえいが12 - ///ポケモンえいが13 - ///ポケモンえいが14 - ///ポケモンえいが15 - ///ポケモンえいが16 - ///ポケモンえいが17 - ///ポケモンえいが18 - ///ポケモンえいが19 - ///ポケモンえいが20 - ///ポケモンセンター - ///ポケモンアニメ - ///PCトウキョー - ///PCオーサカ - ///PCフクオカ - ///PCナゴヤ - ///PCサッポロ - ///PCヨコハマ - ///WCS - ///WCS2010 - ///WCS2011 - ///WCS2012 - ///WCS2013 - ///WCS2014 - ///WCS2015 - ///WCS2016 - ///WCS2017 - ///WCS2018 - ///WCS2019 - ///WCS2020 - ///Worlds - ///Worlds2010 - ///Worlds2011 - ///Worlds2012 - ///Worlds2013 - ///Worlds2014 - ///Worlds2015 - ///Worlds2016 - ///Worlds2017 - ///Worlds2018 - ///Worlds2019 - ///Worlds2020 - ///VGE - ///VGE2010 - ///VGE2011 - ///VGE2012 - ///VGE2013 - ///VGE2014 - ///VGE2 [rest of string was truncated]";. - /// - internal static string text_bw2_40000_ja { - get { - return ResourceManager.GetString("text_bw2_40000_ja", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 근사한 장소 - ///먼 곳 - ///포켓몬영화 - ///포켓몬영화10 - ///포켓몬영화11 - ///포켓몬영화12 - ///포켓몬영화13 - ///포켓몬영화14 - ///포켓몬영화15 - ///포켓몬영화16 - ///포켓몬영화17 - ///포켓몬영화18 - ///포켓몬영화19 - ///포켓몬영화20 - ///포켓몬센터 - ///포켓몬만화영화 - ///PC도쿄 - ///PC오사카 - ///PC후쿠오카 - ///PC나고야 - ///PC삿포로 - ///PC요코하마 - ///WCS - ///WCS2010 - ///WCS2011 - ///WCS2012 - ///WCS2013 - ///WCS2014 - ///WCS2015 - ///WCS2016 - ///WCS2017 - ///WCS2018 - ///WCS2019 - ///WCS2020 - ///Worlds - ///Worlds2010 - ///Worlds2011 - ///Worlds2012 - ///Worlds2013 - ///Worlds2014 - ///Worlds2015 - ///Worlds2016 - ///Worlds2017 - ///Worlds2018 - ///Worlds2019 - ///Worlds2020 - ///VGE - ///VGE2010 - ///VGE2011 - ///VGE2012 - ///VGE2013 - ///VGE2014 - ///VGE2015 - ///VGE2016 - ///VGE2017 - ///VGE2018 - ///VGE2 [rest of string was truncated]";. - /// - internal static string text_bw2_40000_ko { - get { - return ResourceManager.GetString("text_bw2_40000_ko", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 美妙的地方 - ///遥远的地方 - ///宝可梦电影 - ///宝可梦电影10 - ///宝可梦电影11 - ///宝可梦电影12 - ///宝可梦电影13 - ///宝可梦电影14 - ///宝可梦电影15 - ///宝可梦电影16 - ///宝可梦电影17 - ///宝可梦电影18 - ///宝可梦电影19 - ///宝可梦电影20 - ///宝可梦中心 - ///宝可梦动画 - ///东京PC - ///大阪PC - ///福冈PC - ///名古屋PC - ///札幌PC - ///横滨PC - ///WCS - ///WCS2010 - ///WCS2011 - ///WCS2012 - ///WCS2013 - ///WCS2014 - ///WCS2015 - ///WCS2016 - ///WCS2017 - ///WCS2018 - ///WCS2019 - ///WCS2020 - ///Worlds - ///Worlds2010 - ///Worlds2011 - ///Worlds2012 - ///Worlds2013 - ///Worlds2014 - ///Worlds2015 - ///Worlds2016 - ///Worlds2017 - ///Worlds2018 - ///Worlds2019 - ///Worlds2020 - ///VGE - ///VGE2010 - ///VGE2011 - ///VGE2012 - ///VGE2013 - ///VGE2014 - ///VGE2015 - ///VGE2016 - ///VGE2017 - ///VGE2018 - ///VGE2019 - ///VG [rest of string was truncated]";. - /// - internal static string text_bw2_40000_zh { - get { - return ResourceManager.GetString("text_bw2_40000_zh", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Entfernte Person - ///Betreuerpärchen - ///Züchter. - /// - internal static string text_bw2_60000_de { - get { - return ResourceManager.GetString("text_bw2_60000_de", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Stranger - ///Day-Care Couple - ///PKMN Breeder. - /// - internal static string text_bw2_60000_en { - get { - return ResourceManager.GetString("text_bw2_60000_en", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Persona lejana - ///Pareja guardería - ///Criapokémon. - /// - internal static string text_bw2_60000_es { - get { - return ResourceManager.GetString("text_bw2_60000_es", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Personne lointaine - ///Couple de la Pension - ///Éleveuse. - /// - internal static string text_bw2_60000_fr { - get { - return ResourceManager.GetString("text_bw2_60000_fr", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Persona lontana - ///Coppia Pensione - ///AllevaPKMN. - /// - internal static string text_bw2_60000_it { - get { - return ResourceManager.GetString("text_bw2_60000_it", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to とおくにいるひと - ///そだてやふうふ - ///トレジャーハンター. - /// - internal static string text_bw2_60000_ja { - get { - return ResourceManager.GetString("text_bw2_60000_ja", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 멀리 있는 사람 - ///키우미집부부 - ///브리더. - /// - internal static string text_bw2_60000_ko { - get { - return ResourceManager.GetString("text_bw2_60000_ko", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 远处的人 - ///饲育屋夫妇 - ///寻宝猎人. - /// - internal static string text_bw2_60000_zh { - get { - return ResourceManager.GetString("text_bw2_60000_zh", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 蛋妙蛙种子草花小火龙恐喷杰尼龟卡咪水箭绿毛虫铁甲蛹巴大蝶独角壳针蜂波比鸟拉达烈雀嘴阿柏蛇怪皮丘雷穿山鼠王多兰娜后朗力诺可西六尾九胖丁超音蝠走路臭霸派斯特球摩鲁蛾地三喵猫老鸭哥猴暴蒂狗风速蚊香蝌蚪君泳士凯勇基胡腕豪喇叭芽口呆食玛瑙母毒刺拳石隆岩马焰兽磁合一葱嘟利海狮白泥舌贝鬼通耿催眠貘引梦人钳蟹巨霹雳电顽弹椰树嘎啦飞腿郎快头瓦双犀牛钻吉蔓藤袋墨金鱼星宝魔墙偶天螳螂迷唇姐击罗肯泰鲤普百变伊布边菊化盔镰刀翼急冻闪你哈克幻叶月桂竺葵锯鳄蓝立咕夜鹰芭瓢安圆丝蛛叉字灯笼古然咩羊茸美丽露才皇毽棉长手向日蜻蜓乌沼太阳亮黑暗鸦妖未知图腾果翁麒麟奇榛佛托土弟蝎钢千壶赫狃熊圈熔蜗猪珊瑚炮章桶信使翅戴加象顿Ⅱ惊鹿犬无畏战舞娃奶罐幸福公炎帝幼沙班洛亚凤时木守宫森林蜥蜴稚鸡壮跃狼纹直冲茧狩猎盾粉莲童帽乐河橡实鼻狡猾傲骨燕鸥莉奈朵溜糖雨蘑菇斗笠懒獭过动猿请假居忍面者脱妞吼爆幕下掌朝北优雅勾魂眼那恰姆落正拍负萤甜蔷薇溶吞牙鲨鲸驼煤炭跳噗晃斑颚蚁漠仙歌青绵七夕鼬斩饭匙鳅鲶虾兵螯秤念触摇篮羽丑纳飘浮泡隐怨影诅咒巡灵彷徨热带铃勃梭雪冰护豹珍珠樱空棘爱心哑属艾欧盖固坐祈代希苗台猛曼拿儿狸法师箱蟀勒伦琴含羞苞槌城结贵妇绅蜜女帕兹潜兔随卷耳魅东施铛响坦 [rest of string was truncated]";. - /// - internal static string text_Char_zh { - get { - return ResourceManager.GetString("text_Char_zh", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 蛋妙蛙種子草花小火龍恐噴傑尼龜卡咪水箭綠毛蟲鐵甲蛹巴大蝶獨角殼針蜂波比鳥拉達烈雀嘴阿柏蛇怪皮丘雷穿山鼠王多蘭娜后朗力諾可西六尾九胖丁超音蝠走路臭霸派斯特球摩魯蛾地三喵貓老鴨哥猴爆蒂狗風速蚊香蝌蚪君泳士凱勇基胡腕豪喇叭芽口呆食瑪瑙母毒刺拳石隆岩馬焰獸磁合一蔥嘟利海獅白泥舌貝鬼通耿催眠貘引夢人鉗蟹巨霹靂電頑彈椰樹嘎啦飛腿郎快頭瓦雙犀牛鑽吉蔓藤袋墨金魚星寶魔牆偶天螳螂迷唇姐擊羅肯泰鯉暴普百變伊布邊菊化盔鐮刀翼急凍閃你哈克幻葉月桂竺葵鋸鱷藍立咕夜鷹芭瓢安圓絲蛛叉字燈籠古然咩羊茸美麗露才皇毽棉長手向日蜻蜓烏沼太陽亮黑暗鴉妖未知圖騰果翁麒麟奇榛佛托土弟蠍鋼千壺赫狃熊圈熔蝸豬珊瑚炮章桶信使翅戴加象頓Ⅱ驚鹿犬無畏戰舞娃奶罐幸福公炎帝幼沙班洛亞鳳時木守宮森林蜥蜴稚雞壯躍狼紋直衝繭狩獵盾粉蓮童帽樂河橡實鼻狡猾傲骨燕鷗莉奈朵溜糖雨蘑菇斗笠懶獺過動猿請假居忍面者脫妞吼幕下掌朝北優雅勾魂眼那恰姆落正拍負螢甜薔薇溶吞牙鯊鯨駝煤炭跳噗晃斑顎蟻漠仙歌青綿七夕鼬斬飯匙鰍鯰蝦兵螯秤念觸搖籃羽醜納飄浮泡隱怨影詛咒巡靈彷徨熱帶鈴勃梭雪冰護豹珍珠櫻空棘愛心啞屬艾歐蓋固坐祈代希苗台猛曼拿兒狸法師箱蟀勒倫琴含羞苞槌城結貴婦紳蜜女帕茲潛兔隨捲耳魅東施鐺響坦 [rest of string was truncated]";. - /// - internal static string text_Char_zh2 { - get { - return ResourceManager.GetString("text_Char_zh2", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Liebt es zu essen. - ///Nickt oft ein. - ///Schläft gern. - ///Macht oft Unordnung. - ///Mag es, sich zu entspannen. - ///Stolz auf seine Stärke. - ///Prügelt sich gern. - ///Besitzt Temperament. - ///Liebt Kämpfe. - ///Impulsiv. - ///Hat einen robusten Körper. - ///Kann Treffer gut verkraften. - ///Äußerst ausdauernd. - ///Hat eine gute Ausdauer. - ///Ist beharrlich. - ///Liebt es zu rennen. - ///Achtet auf Geräusche. - ///Ungestüm und einfältig. - ///Ein bisschen albern. - ///Flüchtet schnell. - ///Sehr neugierig. - ///Hinterhältig. - ///Äußerst gerissen. - ///Ist oft in Gedanken. - ///Sehr pedantis [rest of string was truncated]";. - /// - internal static string text_character_de { - get { - return ResourceManager.GetString("text_character_de", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Loves to eat. - ///Takes plenty of siestas. - ///Nods off a lot. - ///Scatters things often. - ///Likes to relax. - ///Proud of its power. - ///Likes to thrash about. - ///A little quick tempered. - ///Likes to fight. - ///Quick tempered. - ///Sturdy body. - ///Capable of taking hits. - ///Highly persistent. - ///Good endurance. - ///Good perseverance. - ///Likes to run. - ///Alert to sounds. - ///Impetuous and silly. - ///Somewhat of a clown. - ///Quick to flee. - ///Highly curious. - ///Mischievous. - ///Thoroughly cunning. - ///Often lost in thought. - ///Very finicky. - ///Strong willed. - ///Somewhat vai [rest of string was truncated]";. - /// - internal static string text_character_en { - get { - return ResourceManager.GetString("text_character_en", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Le encanta comer. - ///A menudo se duerme. - ///Duerme mucho. - ///Suele desordenar cosas. - ///Le gusta relajarse. - ///Está orgulloso de su fuerza. - ///Le gusta revolverse. - ///A veces se enfada. - ///Le gusta luchar. - ///Tiene mal genio. - ///Se caracteriza por su cuerpo resistente. - ///Es un buen fajador. - ///Es muy persistente. - ///Se caracteriza por ser muy resistente. - ///Es muy perseverante. - ///Le gusta correr. - ///Siempre tiene el oído alerta. - ///Resulta algo impetuoso y bobo. - ///Es un poco payaso. - ///Huye rápido. - ///Es extremadamente curioso. - ///Le gusta hacer [rest of string was truncated]";. - /// - internal static string text_character_es { - get { - return ResourceManager.GetString("text_character_es", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Adore manger. - ///S’assoupit souvent. - ///Dort beaucoup. - ///Éparpille des choses. - ///Aime se détendre. - ///Est fier de sa puissance. - ///Aime se démener. - ///Un peu coléreux. - ///Aime combattre. - ///S’emporte facilement. - ///Corps robuste. - ///Sait encaisser les coups. - ///Très obstiné. - ///Bonne endurance. - ///Persévérant. - ///Aime courir. - ///Attentif aux sons. - ///Bête et impulsif. - ///Aime faire le pitre. - ///Fuit rapidement. - ///Extrêmement curieux. - ///Coquin. - ///Très astucieux. - ///Souvent dans la lune. - ///Très particulier. - ///Très volontaire. - ///Un peu vaniteux. - ///Esprit [rest of string was truncated]";. - /// - internal static string text_character_fr { - get { - return ResourceManager.GetString("text_character_fr", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Adora mangiare. - ///Si addormenta spesso. - ///Dorme a lungo. - ///Lascia cose in giro. - ///Adora rilassarsi. - ///La forza è il suo vanto. - ///Adora dimenarsi. - ///Si arrabbia facilmente. - ///Adora combattere. - ///È facilmente irritabile. - ///Ha un corpo robusto. - ///È forte in attacco. - ///È molto ostinato. - ///È molto paziente. - ///È molto tenace. - ///Adora correre. - ///Fa attenzione ai suoni. - ///È irruente e semplice. - ///È una specie di buffone. - ///Sa fuggire velocemente. - ///È un grande ficcanaso. - ///È alquanto vivace. - ///È estremamente sagace. - ///Si perde nel suo mo [rest of string was truncated]";. - /// - internal static string text_character_it { - get { - return ResourceManager.GetString("text_character_it", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to たべるのが だいすき. - ///ひるねを よくする. - ///いねむりが おおい. - ///ものを よく ちらかす. - ///のんびりするのが すき. - ///ちからが じまん. - ///あばれることが すき. - ///ちょっと おこりっぽい. - ///ケンカを するのが すき. - ///ちのけが おおい. - ///からだが じょうぶ. - ///うたれ づよい. - ///ねばり づよい. - ///しんぼう づよい. - ///がまん づよい. - ///かけっこが すき. - ///ものおとに びんかん. - ///おっちょこちょい. - ///すこし おちょうしもの. - ///にげるのが はやい. - ///こうきしんが つよい. - ///イタズラが すき. - ///ぬけめが ない. - ///かんがえごとが おおい. - ///とても きちょうめん. - ///きが つよい. - ///ちょっぴり みえっぱり. - ///まけんきが つよい. - ///まけずぎらい. - ///ちょっぴり ごうじょう.. - /// - internal static string text_character_ja { - get { - return ResourceManager.GetString("text_character_ja", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 먹는 것을 제일 좋아함. - ///낮잠을 잘 잠. - ///말뚝잠이 많음. - ///물건을 잘 어지름. - ///유유자적함을 좋아함. - ///힘자랑이 특기임. - ///난동부리기를 좋아함. - ///약간 화를 잘 내는 성미임. - ///싸움을 좋아함. - ///혈기가 왕성함. - ///몸이 튼튼함. - ///맷집이 강함. - ///끈질김. - ///인내심이 강함. - ///잘 참음. - ///달리기를 좋아함. - ///주위 소리에 민감함. - ///촐랑대는 성격임. - ///약간 우쭐쟁이임. - ///도망에는 선수임. - ///호기심이 강함. - ///장난을 좋아함. - ///빈틈이 없음. - ///걱정거리가 많음. - ///매우 꼼꼼함. - ///기가 센 성격임. - ///조금 겉치레를 좋아함. - ///오기가 센 성격임. - ///지기 싫어함. - ///조금 고집통이임.. - /// - internal static string text_character_ko { - get { - return ResourceManager.GetString("text_character_ko", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 非常喜欢吃东西。 - ///经常睡午觉。 - ///常常打瞌睡。 - ///经常乱扔东西。 - ///喜欢悠然自在。 - ///以力气大为傲。 - ///喜欢胡闹。 - ///有点容易生气。 - ///喜欢打架。 - ///血气方刚。 - ///身体强壮。 - ///抗打能力强。 - ///顽强不屈。 - ///能吃苦耐劳。 - ///善于忍耐。 - ///喜欢比谁跑得快。 - ///对声音敏感。 - ///冒冒失失。 - ///有点容易得意忘形。 - ///逃得快。 - ///好奇心强。 - ///喜欢恶作剧。 - ///做事万无一失。 - ///经常思考。 - ///一丝不苟。 - ///性格强势。 - ///有一点点爱慕虚荣。 - ///争强好胜。 - ///不服输。 - ///有一点点固执。. - /// - internal static string text_character_zh { - get { - return ResourceManager.GetString("text_character_zh", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to - ///Outskirt Stand (C) Cipher Lab (XD) - ///Outskirt Stand (C) - ///Phenac City (C) - ///Phenac City (C) - ///Mayor's House (C) - ///Mayor's House (C) - ///Phenac City (C) Cipher Lab (XD) - ///Phenac City (C) Cipher Lab (XD) - ///Phenac City (C) Cipher Lab (XD) - ///Phenac City (C) Cipher Lab (XD) - ///Pre Gym (C) Cipher Lab (XD) - ///Pre Gym (C) Mt. Battle (XD) - ///Phenac Stadium (C) Mt. Battle (XD) - ///Phenac Stadium (C) Mt. Battle (XD) - ///Pyrite Town (C) Mt. Battle (XD) - ///Pyrite Town (C) Mt. Battle (XD) - ///Pyrite Town (C) Mt. Battle (XD) - ///Pyrite Town (C) Mt. Battle (XD) - ///Pyrite [rest of string was truncated]";. - /// - internal static string text_cxd_00000_en { - get { - return ResourceManager.GetString("text_cxd_00000_en", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to - ///町外れのスタンド (C) / シャドーのラボ (XD) - ///町外れのスタンド (C) - ///フェナスシティ (C) - ///フェナスシティ (C) - ///市長の家 (C) - ///市長の家 (C) - ///フェナスシティ (C) / シャドーのラボ (XD) - ///フェナスシティ (C) / シャドーのラボ (XD) - ///フェナスシティ (C) / シャドーのラボ (XD) - ///フェナスシティ (C) / シャドーのラボ (XD) - ///トレーナーズトレーニングセンター (C) / シャドーのラボ (XD) - ///トレーナーズトレーニングセンター (C) / バトル山 (XD) - ///フェナススタジアム (C) / バトル山 (XD) - ///フェナススタジアム (C) / バトル山 (XD) - ///パイラタウン (C) / バトル山 (XD) - ///パイラタウン (C) / バトル山 (XD) - ///パイラタウン (C) / バトル山 (XD) - ///パイラタウン (C) / バトル山 (XD) - ///パイラタウン (C) / バトル山 (XD) - ///パイラタウン (C) / バトル山 (XD) - ///パイラタウン (C) / バトル山 (XD) - ///パイラタウン (C) - ///パイラタウン (C) / バトル山 (XD) - ///パイラタ [rest of string was truncated]";. - /// - internal static string text_cxd_00000_ja { - get { - return ResourceManager.GetString("text_cxd_00000_ja", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Kein - ///Zertrümmerer (HGSS) - ///Hohes Graß - /// - ///Dialga/Palkia - ///Höhle/Halle des Ursprungs - /// - ///Surfen/Angeln - /// - ///Gebäude/Mytokristall - ///Großmoor/Safari - /// - ///Starter/Fossil/Geschenk (DP) - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - ///Zerrwelt (Pt) - ///Starter/Fossil/Geschenk (Pt/DP Trio) - ///. - /// - internal static string text_encountertype_de { - get { - return ResourceManager.GetString("text_encountertype_de", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to None - ///Rock Smash (HGSS) - ///Tall Grass - /// - ///Dialga/Palkia - ///Cave/Hall of Origin - /// - ///Surfing/Fishing - /// - ///Building/Enigma Stone - ///Marsh/Safari - /// - ///Starter/Fossil/Gift (DP) - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - ///Distortion World (Pt) - ///Starter/Fossil/Gift (Pt/DP Trio). - /// - internal static string text_encountertype_en { - get { - return ResourceManager.GetString("text_encountertype_en", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to None - ///Golpe roca (HGSS) - ///Hierba Alta - /// - ///Dialga/Palkia - ///Cueva/Sala del Origen - /// - ///Surfeando/Pescando - /// - ///Edificio/Misticristal - ///Pantano/Safari - /// - ///Inicial/Fosil/Regalo (DP) - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - ///Mundo Distorsion (Pt) - ///Inicial/Fosil/Regalo (Pt/DP Trio). - /// - internal static string text_encountertype_es { - get { - return ResourceManager.GetString("text_encountertype_es", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to None - ///Rock Smash (HGSS) - ///Tall Grass - /// - ///Dialga/Palkia - ///Cave/Hall of Origin - /// - ///Surfing/Fishing - /// - ///Building/Enigma Stone - ///Marsh/Safari - /// - ///Starter/Fossil/Gift (DP) - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - ///Distortion World (Pt) - ///Starter/Fossil/Gift (Pt/DP Trio). - /// - internal static string text_encountertype_fr { - get { - return ResourceManager.GetString("text_encountertype_fr", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to None - ///Rock Smash (HGSS) - ///Tall Grass - /// - ///Dialga/Palkia - ///Cave/Hall of Origin - /// - ///Surfing/Fishing - /// - ///Building/Enigma Stone - ///Marsh/Safari - /// - ///Starter/Fossil/Gift (DP) - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - ///Distortion World (Pt) - ///Starter/Fossil/Gift (Pt/DP Trio). - /// - internal static string text_encountertype_it { - get { - return ResourceManager.GetString("text_encountertype_it", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 指定なし - ///いわくだき (HGSS) - ///草むら - /// - ///ディアルガ / パルキア - ///洞窟 / はじまりのま - /// - ///なみのり / 釣り - /// - ///建物 / なぞのすいしょう - ///サファリ / 大湿原 - /// - ///御三家 / 化石 / 交換 (DP) - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - ///やぶれたせかい (Pt) - ///御三家 / 化石 / 交換 (Pt/DP Trio). - /// - internal static string text_encountertype_ja { - get { - return ResourceManager.GetString("text_encountertype_ja", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to None - ///Rock Smash (HGSS) - ///Tall Grass - /// - ///Dialga/Palkia - ///Cave/Hall of Origin - /// - ///Surfing/Fishing - /// - ///Building/Enigma Stone - ///Marsh/Safari - /// - ///Starter/Fossil/Gift (DP) - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - ///Distortion World (Pt) - ///Starter/Fossil/Gift (Pt/DP Trio). - /// - internal static string text_encountertype_ko { - get { - return ResourceManager.GetString("text_encountertype_ko", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 无 - ///碎岩 (HGSS) - ///高草丛 - /// - ///帝牙卢卡/帕路奇亚 - ///洞穴/初始之间 - /// - ///冲浪/钓鱼 - /// - ///博物馆/神秘水晶 - ///大湿地/狩猎 - /// - ///御三家/化石/礼物 (DP) - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - ///毁坏的世界(Pt) - ///御三家/化石/礼物 (Pt/DP Trio). - /// - internal static string text_encountertype_zh { - get { - return ResourceManager.GetString("text_encountertype_zh", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Spiky - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - ///Eine - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// /// [rest of string was truncated]";. - /// - internal static string text_forms_de { - get { - return ResourceManager.GetString("text_forms_de", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Spiky - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// /// [rest of string was truncated]";. - /// - internal static string text_forms_en { - get { - return ResourceManager.GetString("text_forms_en", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Picoreja - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// [rest of string was truncated]";. - /// - internal static string text_forms_es { - get { - return ResourceManager.GetString("text_forms_es", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Picoreja - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// [rest of string was truncated]";. - /// - internal static string text_Forms_es1 { - get { - return ResourceManager.GetString("text_Forms_es1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Spiky - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - ///Unique - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// /// [rest of string was truncated]";. - /// - internal static string text_forms_fr { - get { - return ResourceManager.GetString("text_forms_fr", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Spiky - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - ///Unique - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// /// [rest of string was truncated]";. - /// - internal static string text_Forms_fr1 { - get { - return ResourceManager.GetString("text_Forms_fr1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Spiky - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - ///Vaga - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// /// [rest of string was truncated]";. - /// - internal static string text_forms_it { - get { - return ResourceManager.GetString("text_forms_it", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Spiky - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - ///Vaga - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// /// [rest of string was truncated]";. - /// - internal static string text_Forms_it1 { - get { - return ResourceManager.GetString("text_Forms_it1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Spiky - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - ///あるすがた - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// [rest of string was truncated]";. - /// - internal static string text_forms_ja { - get { - return ResourceManager.GetString("text_forms_ja", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Spiky - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - ///형태별 모습 - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// /// [rest of string was truncated]";. - /// - internal static string text_forms_ko { - get { - return ResourceManager.GetString("text_forms_ko", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 刺刺耳皮丘 - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - ///某种样子 - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// /// [rest of string was truncated]";. - /// - internal static string text_forms_zh { - get { - return ResourceManager.GetString("text_forms_zh", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to - ///Saphir - ///Rubin - ///Smaragd - ///Feuerrote - ///Blattgrüne - /// - ///HeartGold - ///SoulSilver - /// - ///Diamant - ///Perl - ///Platin - /// - /// - ///Kolosseum/XD - /// - /// - /// - /// - ///Weiße - ///Schwarze - ///Weiße 2 - ///Schwarze 2 - ///X - ///Y - ///Alpha Saphir - ///Omega Rubin - /// - /// - ///Sonne - ///Mond - /// - /// - ///GO - ///Rote - ///Blaue [INT]/Grüne [JP] - ///Blaue [JP] - ///Gelbe - ///Goldene - ///Silberne - ///Kristall. - /// - internal static string text_games_de { - get { - return ResourceManager.GetString("text_games_de", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to - ///Sapphire - ///Ruby - ///Emerald - ///FireRed - ///LeafGreen - /// - ///HeartGold - ///SoulSilver - /// - ///Diamond - ///Pearl - ///Platinum - /// - /// - ///Colosseum/XD - /// - /// - /// - /// - ///White - ///Black - ///White 2 - ///Black 2 - ///X - ///Y - ///Alpha Sapphire - ///Omega Ruby - /// - /// - ///Sun - ///Moon - /// - /// - ///GO - ///Red - ///Blue [INT]/Green [JP] - ///Blue [JP] - ///Yellow - ///Gold - ///Silver - ///Crystal. - /// - internal static string text_games_en { - get { - return ResourceManager.GetString("text_games_en", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to - ///Zafiro - ///Rubí - ///Esmeralda - ///RojoFuego - ///VerdeHoja - /// - ///Oro HeartGold - ///Plata SoulSilver - /// - ///Diamante - ///Perla - ///Platino - /// - /// - ///Colosseum/XD - /// - /// - /// - /// - ///Blanca - ///Negra - ///Blanca 2 - ///Negra 2 - ///X - ///Y - ///Zafiro Alfa - ///Rubí Omega - /// - /// - ///Sol - ///Luna - /// - /// - ///GO - ///Roja - ///Azul [INT]/Verde [JP] - ///Azul [JP] - ///Amarilla - ///Oro - ///Plata - ///Cristal. - /// - internal static string text_games_es { - get { - return ResourceManager.GetString("text_games_es", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to - ///Saphir - ///Rubis - ///Émeraude - ///RougeFeu - ///VertFeuille - /// - ///OrHeartGold - ///ArgentSoulSilver - /// - ///Diamant - ///Perle - ///Platine - /// - /// - ///Colosseum/XD - /// - /// - /// - /// - ///Blanche - ///Noire - ///Blanche 2 - ///Noire 2 - ///X - ///Y - ///Saphir Alpha - ///Rubis Oméga - /// - /// - ///Soleil - ///Lune - /// - /// - ///GO - ///Rouge - ///Bleue [INT]/Vert [JP] - ///Bleue [JP] - ///Jaune - ///Or - ///Argent - ///Cristal. - /// - internal static string text_games_fr { - get { - return ResourceManager.GetString("text_games_fr", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to - ///Zaffiro - ///Rubino - ///Smeraldo - ///RossoFuoco - ///VerdeFoglia - /// - ///HeartGold - ///SoulSilver - /// - ///Diamante - ///Perla - ///Platino - /// - /// - ///Colosseo/XD - /// - /// - /// - /// - ///Bianca - ///Nera - ///Bianca 2 - ///Nera 2 - ///X - ///Y - ///Zaffiro Alpha - ///Rubino Omega - /// - /// - ///Sole - ///Luna - /// - /// - ///GO - ///Rossa - ///Blu [INT]/Verde [JP] - ///Blu [JP] - ///Gialla - ///Oro - ///Argento - ///Cristallo. - /// - internal static string text_games_it { - get { - return ResourceManager.GetString("text_games_it", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to - ///サファイア - ///ルビー - ///エメラルド - ///ファイアレッド - ///リーフグリーン - /// - ///ハートゴールド - ///ソウルシルバー  - /// - ///ダイヤモンド - ///パール - ///プラチナ - /// - /// - ///コロシアム/XD - /// - /// - /// - /// - ///ホワイト - ///ブラック - ///ホワイト 2 - ///ブラック 2 - ///X - ///Y - ///アルファサファイア - ///オメガルビー - /// - /// - ///サン - ///ムーン - /// - /// - ///GO - ///赤 - ///青 [INT]/緑 [JP] - ///青 [JP] - ///黄 - ///金 - ///銀 - ///クリスタル. - /// - internal static string text_games_ja { - get { - return ResourceManager.GetString("text_games_ja", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to - ///사파이어 - ///루비 - ///에메랄드 - ///파이어레드 - ///리프그린 - /// - ///하트골드 - ///소울실버 - /// - ///디아루가 - ///펄기아 - ///Pt기라티나 - /// - /// - ///콜로세움/XD - /// - /// - /// - /// - ///화이트 - ///블랙 - ///화이트 2 - ///블랙 2 - ///X - ///Y - ///알파사파이어 - ///오메가루비 - /// - /// - ///썬 - ///문 - /// - /// - ///고 - ///레드 - ///블루 [INT]/그린 [JP] - ///블루 [JP] - ///피카츄 - ///금 - ///은 - ///크리스탈. - /// - internal static string text_games_ko { - get { - return ResourceManager.GetString("text_games_ko", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to - ///蓝宝石 - ///红宝石 - ///绿宝石 - ///火红 - ///叶绿 - /// - ///心金 - ///魂银 - /// - ///钻石 - ///珍珠 - ///白金 - /// - /// - ///竞技场/XD - /// - /// - /// - /// - ///白 - ///黑 - ///白 2 - ///黑 2 - ///X - ///Y - ///始源蓝宝石 - ///终极红宝石 - /// - /// - ///太阳 - ///月亮 - /// - /// - ///GO - ///红 - ///蓝 [国际]/绿 [日] - ///蓝 [日] - ///黄 - ///金 - ///银 - ///水晶. - /// - internal static string text_games_zh { - get { - return ResourceManager.GetString("text_games_zh", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to irgendwo - ///in der ersten Stadt - ///in [VAR GENDBR(00FF,0506,0000)]dessenderen Zuhause - ///im Zuhause eines Freundes - ///in irgendjemandes Zuhause - ///in einer lebhaften Stadt - ///in einer Boutique - ///in einem Geschäft - ///in einer unscheinbaren Stadt - ///in einem Pokémon-Center - ///in einem Schloss - ///in einem Hotel - ///in einer geheimnisvollen Stadt - ///in einer windumtosten Stadt - ///an einem Tor - ///in einer Stadt am Fluss - ///in einem Labor - ///in einem Aquarium - ///in einer Stadt an einem Abhang - ///in einer prachtvollen Stadt - ///in einer Pokémon-Arena - ///in [rest of string was truncated]";. - /// - internal static string text_genloc_de { - get { - return ResourceManager.GetString("text_genloc_de", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to somewhere - ///the first town - ///home - ///a friend’s house - ///someone’s house - ///a lively town - ///a boutique - ///a shop - ///a simple town - ///a Pokémon Center - ///a castle - ///a hotel - ///a town with a mysterious air - ///a windswept town - ///a gate - ///a town on a river - ///a lab - ///an aquarium - ///a town on a cliff - ///a gorgeous city - ///a Pokémon Gym - ///a school - ///a large city - ///a building - ///a stylish café - ///a hideout - ///a museum - ///a studio - ///a train station - ///a battling spot - ///a beauty salon - ///a restaurant - ///a high-class restaurant - ///a seaside city - ///the inside of a tall bu [rest of string was truncated]";. - /// - internal static string text_genloc_en { - get { - return ResourceManager.GetString("text_genloc_en", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to algún lugar - ///el pueblo de partida - ///casa - ///casa de un amigo - ///una casa ajena - ///una ciudad concurrida - ///una boutique - ///una tienda - ///un pueblo sencillo - ///un Centro Pokémon - ///un castillo - ///un hotel - ///un pueblo misterioso - ///un pueblo donde sopla el viento - ///un acceso - ///un pueblo ribereño - ///un laboratorio - ///un acuario - ///un pueblo junto a un acantilado - ///una ciudad hermosa y gloriosa - ///un Gimnasio Pokémon - ///una escuela - ///una metrópoli - ///un edificio - ///una cafetería elegante - ///una guarida - ///un museo - ///un estudio de grabación - ///una estación - /// [rest of string was truncated]";. - /// - internal static string text_genloc_es { - get { - return ResourceManager.GetString("text_genloc_es", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to quelque part - ///dans la ville de départ - ///dans sa maison - ///chez un ami - ///chez quelqu’un - ///dans une ville animée - ///dans une boutique - ///dans un magasin - ///dans une ville ordinaire - ///dans un Centre Pokémon - ///dans un château - ///dans un hôtel - ///dans une ville mystérieuse - ///dans une ville très venteuse - ///à une porte - ///dans une ville en bord de rivière - ///dans un laboratoire - ///dans un aquarium - ///dans une ville près d’une falaise - ///dans une ville resplendissante - ///dans une Arène Pokémon - ///dans une école - ///dans une ville immense - ///dans un imm [rest of string was truncated]";. - /// - internal static string text_genloc_fr { - get { - return ResourceManager.GetString("text_genloc_fr", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to da qualche parte - ///nella città iniziale - ///a casa - ///a casa di amici - ///a casa di qualcuno - ///in una città animata - ///in un negozio di vestiti - ///in un negozio - ///in una città tranquilla - ///in un Centro Pokémon - ///in un castello - ///in un hotel - ///in una città dall’aria misteriosa - ///in una città ventosa - ///in un varco - ///in una città in riva al fiume - ///in un laboratorio - ///in un acquario - ///in una città sulla scogliera - ///in una splendida città - ///in una Palestra - ///in una scuola - ///in una grande città - ///in un edificio - ///in un caffè elegante - ///in un c [rest of string was truncated]";. - /// - internal static string text_genloc_it { - get { - return ResourceManager.GetString("text_genloc_it", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to どこか - ///さいしょのまち - ///うち - ///ともだちのいえ - ///ひとのうち - ///にぎやかなまち - ///ブティック - ///ショップ - ///そぼくなまち - ///ポケモンセンター - ///おしろ - ///ホテル - ///ふしぎなふんいきのまち - ///かぜのふくまち - ///ゲート - ///かわべりのまち - ///けんきゅうじょ - ///すいぞくかん - ///がけにあるまち - ///はなやかなまち - ///ポケモンジム - ///がっこう - ///きょだいなまち - ///ビル - ///オシャレなカフェ - ///アジト - ///びじゅつかん - ///スタジオ - ///えき - ///たたかいのば - ///びようしつ - ///レストラン - ///こうきゅうレストラン - ///うみべのまち - ///たかいたてもののなか - ///ふしぎなふんいきのまち - ///かわぞいのまち - ///ゆきのふりつもるまち - ///ポケモンリーグ - ///きゅうでん - ///どうくつ - ///もり - ///がいろじゅのつづくみち - ///かわぞいのみち - ///のどかなみち - ///はなさくみち - ///そだてや - ///けわしいやまみち - ///いしのたちならぶばしょ - ///うみのみえるみち - ///ぬかるんだみち - ///すなのふきあれるみち - ///おちばみち - ///ゆきみち - ///こうじょう - ///チャンピオンロード - ///ゆきやま - ///はつでんしょ - ///はたけ - ///はいきょ - ///すいどう - ///サファリ - ///ひみつきち - ///コンテストライブかい [rest of string was truncated]";. - /// - internal static string text_genloc_ja { - get { - return ResourceManager.GetString("text_genloc_ja", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 어딘가 - ///최초의 마을 - ///집 - ///친구의 집 - ///다른 사람의 집 - ///번화한 마을 - ///부티크 - ///숍 - ///소박한 마을 - ///포켓몬센터 - ///성 - ///호텔 - ///이상한 분위기의 마을 - ///바람이 부는 마을 - ///게이트 - ///물가의 마을 - ///연구소 - ///수족관 - ///벼랑에 세워진 마을 - ///화려한 마을 - ///포켓몬체육관 - ///학교 - ///거대한 마을 - ///빌딩 - ///세련된 카페 - ///아지트 - ///미술관 - ///스튜디오 - ///역 - ///배틀 장소 - ///미용실 - ///레스토랑 - ///고급 레스토랑 - ///해변의 마을 - ///높은 건물 안 - ///이상한 분위기의 마을 - ///강가의 마을 - ///눈이 내려 쌓이는 마을 - ///포켓몬리그 - ///궁전 - ///동굴 - ///숲 - ///가로수가 늘어선 길 - ///강가의 길 - ///평온한 길 - ///꽃 피는 길 - ///키우미집 - ///험한 산길 - ///돌이 늘어선 장소 - ///바다가 보이는 길 - ///질퍽거리는 길 - ///거친 모래바람이 부는 길 - ///낙엽이 쌓인 길 - ///눈이 쌓인 길 - ///공장 - ///챔피언로드 - ///설산 - ///발전소 - ///밭 - ///폐허 - ///수로 - ///사파리 - ///비밀기지 - ///콘테스트 라이브 회장 - ///깊은 바다 밑 - ///환상의 장소 - ///커다란 배 - ///재가 떨어져 쌓이는 길 - ///작은 섬 - ///신비스러운 장소 - ///창공. - /// - internal static string text_genloc_ko { - get { - return ResourceManager.GetString("text_genloc_ko", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 某处 - ///第一个城镇 - ///家 - ///朋友的家 - ///别人的房子 - ///热闹的小镇 - ///精品屋 - ///商店 - ///普通小镇 - ///精灵中心 - ///城堡 - ///酒店 - ///雾气的小镇 - ///微风吹过的小镇 - ///门 - ///河边小镇 - ///实验室 - ///水族馆 - ///悬崖上的小镇 - ///华丽的城市 - ///精灵健身房 - ///学校 - ///大城市 - ///建筑 - ///时尚咖啡厅 - ///藏身处 - ///博物馆 - ///工作室 - ///车站 - ///战场 - ///美容院 - ///餐厅 - ///高档餐厅 - ///海滨城市 - ///高大建筑物内 - ///神秘气息的城市 - ///河畔城市 - ///白雪皑皑的城市 - ///精灵联赛 - ///宫殿 - ///山洞 - ///森林 - ///绿树成荫的道路 - ///滨江路 - ///宁静的道路 - ///盛开的道路 - ///饲育屋 - ///崎岖山路 - ///满是石头的路 - ///海边道路 - ///泥泞的路 - ///沙子路 - ///落叶路 - ///雪扫路 - ///工厂 - ///冠军之路 - ///雪山 - ///发电厂 - ///田地 - ///废墟 - ///水路 - ///野生动物园 - ///秘密基地 - ///华丽大赛会场 - ///海洋深处 - ///幻之位置 - ///大船 - ///火山小径 - ///小岛 - ///神秘的地方 - ///天空. - /// - internal static string text_genloc_zh { - get { - return ResourceManager.GetString("text_genloc_zh", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to (None) - ///New Bark Town - ///Route 29 - ///Cherrygrove City - ///Route 30 - ///Route 31 - ///Violet City - ///Sprout Tower - ///Route 32 - ///Ruins of Alph - ///Union Cave - ///Route 33 - ///Azalea Town - ///Slowpoke Well - ///Ilex Forest - ///Route 34 - ///Goldenrod City - ///Radio Tower - ///Route 35 - ///National Park - ///Route 36 - ///Route 37 - ///Ecruteak City - ///Tin Tower - ///Burned Tower - ///Route 38 - ///Route 39 - ///Olivine City - ///Lighthouse - ///Battle Tower - ///Route 40 - ///Whirl Islands - ///Route 41 - ///Cianwood City - ///Route 42 - ///Mt. Mortar - ///Mahogany Town - ///Route 43 - ///Lake of Rage - ///Route 44 - ///Ice Path - ///Blackthorn City - ///Dragon's Den - ///Route 45 - ///Dark Cave - ///Rout [rest of string was truncated]";. - /// - internal static string text_gsc_00000_en { - get { - return ResourceManager.GetString("text_gsc_00000_en", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to (Ninguno) - ///Pueblo Primavera - ///Ruta 29 - ///Ciudad Cerezo - ///Ruta 30 - ///Ruta 31 - ///Ciudad Malva - ///Torre Bellsprout - ///Ruta 32 - ///Ruinas Alfa - ///Cueva Unión - ///Ruta 33 - ///Pueblo Azalea - ///Pozo Slowpoke - ///Encinar - ///Ruta 34 - ///Ciudad Trigal - ///Torre Radio - ///Ruta 35 - ///Parque Nacional - ///Ruta 36 - ///Ruta 37 - ///Ciudad Iris - ///Torre Campana - ///Torre Quemada - ///Ruta 38 - ///Ruta 39 - ///Ciudad Olivo - ///Faro - ///Torre Batalla - ///Ruta 40 - ///Islas Remolino - ///Ruta 41 - ///Ciudad Orquídea - ///Ruta 42 - ///Mt. Mortero - ///Pueblo Caoba - ///Ruta 43 - ///Lago de la Furia - ///Ruta 44 - ///Ruta Helada - ///Ciudad Endrino - ///Guarida Dragón - ///Ruta 45 - ///Cueva Oscura - ///Rut [rest of string was truncated]";. - /// - internal static string text_gsc_00000_es { - get { - return ResourceManager.GetString("text_gsc_00000_es", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to (なし) - ///ワカバタウン - ///29ばんどうろ - ///ヨシノシティ - ///30ばんどうろ - ///31ばんどうろ - ///キキョウシティ - ///マダツボミのとう - ///32ばんどうろ - ///アルフのいせき - ///つながりのどうくつ - ///33ばんどうろ - ///ヒワダタウン - ///ヤドンのいど - ///ウバメのもり - ///34ばんどうろ - ///コガネシティ - ///ラジオとう - ///35ばんどうろ - ///しぜんこうえん - ///36ばんどうろ - ///37ばんどうろ - ///エンジュシティ - ///スズのとう - ///やけたとう - ///38ばんどうろ - ///39ばんどうろ - ///アサギシティ - ///アサギのとうだい - ///バトルタワー - ///40ばんすいどう - ///うずまきじま - ///41ばんすいどう - ///タンバシティ - ///42ばんどうろ - ///スリバチやま - ///チョウジタウン - ///43ばんどうろ - ///いかりのみずうみ - ///44ばんどうろ - ///こおりのぬけみち - ///フスベシティ - ///りゅうのあな - ///45ばんどうろ - ///くらやみのほらあな - ///46ばんどうろ - ///シロガネやま - ///マサラタウン - ///1ばんどうろ - ///トキワシティ - ///2ばんどうろ - ///ニビシティ - ///3ばんどうろ - ///おつきみやま - ///4ばんどうろ - ///ハナダシティ - ///24ばんどうろ - ///25ばんどうろ - ///5ばんどうろ - ///ちかつうろ - ///6ばんどうろ - ///クチバシティ - ///ディグダのあな - ///7ばんどうろ - ///8ばんどうろ - ///9ばんどうろ - ///イワヤマトンネル - ///10ばんどう [rest of string was truncated]";. - /// - internal static string text_gsc_00000_ja { - get { - return ResourceManager.GetString("text_gsc_00000_ja", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to (None) - ///若叶镇 - ///29号道路 - ///吉花市 - ///30号道路 - ///31号道路 - ///桔梗市 - ///喇叭芽之塔 - ///32号道路 - ///阿露福遗迹 - ///互连洞 - ///33号道路 - ///桧皮镇 - ///呆呆兽之井 - ///桐树林 - ///34号道路 - ///满金市 - ///广播电塔 - ///35号道路 - ///自然公园 - ///36号道路 - ///37号道路 - ///圆朱市 - ///铃铛塔 - ///烧焦塔 - ///38号道路 - ///39号道路 - ///浅黄市 - ///灯塔 - ///对战塔 - ///40号道路 - ///漩涡列岛 - ///41号道路 - ///湛蓝市 - ///42号道路 - ///擂钵山 - ///卡吉镇 - ///43号道路 - ///愤怒之湖 - ///44号道路 - ///冰雪通路 - ///烟墨市 - ///龙穴 - ///45号道路 - ///黑暗穴 - ///46号道路 - ///白银洞窟 - ///真新镇 - ///1号道路 - ///常盘市 - ///2号道路 - ///尼比市 - ///3号道路 - ///月见山 - ///4号道路 - ///华蓝市 - ///24号道路 - ///25号道路 - ///5号道路 - ///地道 - ///6号道路 - ///枯叶市 - ///地鼠洞 - ///7号道路 - ///8号道路 - ///9号道路 - ///岩山隧道 - ///10号道路 - ///无人发电站 - ///紫苑镇 - ///紫苑广播电塔 - ///彩虹市 - ///金黄市 - ///11号道路 - ///12号道路 - ///13号道路 - ///14号道路 - ///15号道路 - ///16号道路 - ///17号道路 - ///18号道路 - ///浅红市 - ///19号道路 - ///20号道路 - ///双子岛 - ///红莲岛 - ///21号道路 - ///22号道路 - ///冠军之路 - ///23号道路 - ///石英高原 - ///26号道路 - ///27号道路 - ///都城瀑布 - ///28号道路 - ///快船 - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// [rest of string was truncated]";. - /// - internal static string text_gsc_00000_zh { - get { - return ResourceManager.GetString("text_gsc_00000_zh", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Mysteriöser Ort - ///Zweiblattdorf - ///Sandgemme - ///Flori - ///Trostu - ///Elyses - ///Jubelstadt - ///Fleetburg - ///Erzelingen - ///Ewigenau - ///Herzhofen - ///Weideburg - ///Schleiede - ///Sonnewik - ///Blizzach - ///Pokémon Liga - ///Route 201 - ///Route 202 - ///Route 203 - ///Route 204 - ///Route 205 - ///Route 206 - ///Route 207 - ///Route 208 - ///Route 209 - ///Route 210 - ///Route 211 - ///Route 212 - ///Route 213 - ///Route 214 - ///Route 215 - ///Route 216 - ///Route 217 - ///Route 218 - ///Route 219 - ///Route 220 - ///Route 221 - ///Route 222 - ///Route 223 - ///Route 224 - ///Route 225 - ///Route 226 - ///Route 227 - ///Route 228 - ///Route 229 - ///Route 230 - ///Erze [rest of string was truncated]";. - /// - internal static string text_hgss_00000_de { - get { - return ResourceManager.GetString("text_hgss_00000_de", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Mystery Zone - ///Twinleaf Town - ///Sandgem Town - ///Floaroma Town - ///Solaceon Town - ///Celestic Town - ///Jubilife City - ///Canalave City - ///Oreburgh City - ///Eterna City - ///Hearthome City - ///Pastoria City - ///Veilstone City - ///Sunyshore City - ///Snowpoint City - ///Pokémon League - ///Route 201 - ///Route 202 - ///Route 203 - ///Route 204 - ///Route 205 - ///Route 206 - ///Route 207 - ///Route 208 - ///Route 209 - ///Route 210 - ///Route 211 - ///Route 212 - ///Route 213 - ///Route 214 - ///Route 215 - ///Route 216 - ///Route 217 - ///Route 218 - ///Route 219 - ///Route 220 - ///Route 221 - ///Route 222 - ///Route 223 - ///Route 224 - ///Route 2 [rest of string was truncated]";. - /// - internal static string text_hgss_00000_en { - get { - return ResourceManager.GetString("text_hgss_00000_en", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Lugar misterioso - ///Pueblo Hojaverde - ///Pueblo Arena - ///Pueblo Aromaflor - ///Pueblo Sosiego - ///Pueblo Caelestis - ///Ciudad Jubileo - ///Ciudad Canal - ///Ciudad Pirita - ///Ciudad Vetusta - ///Ciudad Corazón - ///Ciudad Pradera - ///Ciudad Rocavelo - ///Ciudad Marina - ///Ciudad Puntaneva - ///Liga Pokémon - ///Ruta 201 - ///Ruta 202 - ///Ruta 203 - ///Ruta 204 - ///Ruta 205 - ///Ruta 206 - ///Ruta 207 - ///Ruta 208 - ///Ruta 209 - ///Ruta 210 - ///Ruta 211 - ///Ruta 212 - ///Ruta 213 - ///Ruta 214 - ///Ruta 215 - ///Ruta 216 - ///Ruta 217 - ///Ruta 218 - ///Ruta 219 - ///Ruta 220 - ///Ruta 221 - ///Ruta 222 - ///Ruta 223 - ///Ruta 224 - ///Ruta 225 - ///Rut [rest of string was truncated]";. - /// - internal static string text_hgss_00000_es { - get { - return ResourceManager.GetString("text_hgss_00000_es", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Endroit mystér. - ///Bonaugure - ///Littorella - ///Floraville - ///Bonville - ///Célestia - ///Féli-Cité - ///Joliberges - ///Charbourg - ///Vestigion - ///Unionpolis - ///Verchamps - ///Voilaroc - ///Rivamar - ///Frimapic - ///Ligue Pokémon - ///Route 201 - ///Route 202 - ///Route 203 - ///Route 204 - ///Route 205 - ///Route 206 - ///Route 207 - ///Route 208 - ///Route 209 - ///Route 210 - ///Route 211 - ///Route 212 - ///Route 213 - ///Route 214 - ///Route 215 - ///Route 216 - ///Route 217 - ///Route 218 - ///Route 219 - ///Chenal 220 - ///Route 221 - ///Route 222 - ///Chenal 223 - ///Route 224 - ///Route 225 - ///Chenal 226 - ///Route 227 - ///Route 228 - ///Route 229 - ///Chenal [rest of string was truncated]";. - /// - internal static string text_hgss_00000_fr { - get { - return ResourceManager.GetString("text_hgss_00000_fr", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Zona Misteriosa - ///Duefoglie - ///Sabbiafine - ///Giardinfiorito - ///Flemminia - ///Memoride - ///Giubilopoli - ///Canalipoli - ///Mineropoli - ///Evopoli - ///Cuoripoli - ///Pratopoli - ///Rupepoli - ///Arenipoli - ///Nevepoli - ///Lega Pokémon - ///Percorso 201 - ///Percorso 202 - ///Percorso 203 - ///Percorso 204 - ///Percorso 205 - ///Percorso 206 - ///Percorso 207 - ///Percorso 208 - ///Percorso 209 - ///Percorso 210 - ///Percorso 211 - ///Percorso 212 - ///Percorso 213 - ///Percorso 214 - ///Percorso 215 - ///Percorso 216 - ///Percorso 217 - ///Percorso 218 - ///Percorso 219 - ///Percorso 220 - ///Percorso 221 - ///Percorso 222 - ///Percorso 223 - /// [rest of string was truncated]";. - /// - internal static string text_hgss_00000_it { - get { - return ResourceManager.GetString("text_hgss_00000_it", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to ---- - ///フタバタウン - ///マサゴタウン - ///ソノオタウン - ///ズイタウン - ///カンナギタウン - ///コトブキシティ - ///ミオシティ - ///クロガネシティ - ///ハクタイシティ - ///ヨスガシティ - ///ノモセシティ - ///トバリシティ - ///ナギサシティ - ///キッサキシティ - ///ポケモンリ-グ - ///201ばんどうろ - ///202ばんどうろ - ///203ばんどうろ - ///204ばんどうろ - ///205ばんどうろ - ///206ばんどうろ - ///207ばんどうろ - ///208ばんどうろ - ///209ばんどうろ - ///210ばんどうろ - ///211ばんどうろ - ///212ばんどうろ - ///213ばんどうろ - ///214ばんどうろ - ///215ばんどうろ - ///216ばんどうろ - ///217ばんどうろ - ///218ばんどうろ - ///219ばんどうろ - ///220ばんすいどう - ///221ばんどうろ - ///222ばんどうろ - ///223ばんすいどう - ///224ばんどうろ - ///225ばんどうろ - ///226ばんすいどう - ///227ばんどうろ - ///228ばんどうろ - ///229ばんどうろ - ///230ばんすいどう - ///クロガネたんこう - ///たにまのはつでんしょ - ///ハクタイのもり - ///タタラせいてつじょ - ///テンガンざん - ///やりのはしら - ///だいしつげん - ///ズイのいせき - ///チャンピ [rest of string was truncated]";. - /// - internal static string text_hgss_00000_ja { - get { - return ResourceManager.GetString("text_hgss_00000_ja", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 수수께끼의 장소 - ///떡잎마을 - ///잔모래마을 - ///꽃향기마을 - ///신수마을 - ///봉신마을 - ///축복시티 - ///운하시티 - ///무쇠시티 - ///영원시티 - ///연고시티 - ///들판시티 - ///장막시티 - ///물각시티 - ///선단시티 - ///포켓몬리그 - ///201번도로 - ///202번도로 - ///203번도로 - ///204번도로 - ///205번도로 - ///206번도로 - ///207번도로 - ///208번도로 - ///209번도로 - ///210번도로 - ///211번도로 - ///212번도로 - ///213번도로 - ///214번도로 - ///215번도로 - ///216번도로 - ///217번도로 - ///218번도로 - ///219번도로 - ///220번수로 - ///221번도로 - ///222번도로 - ///223번수로 - ///224번도로 - ///225번도로 - ///226번수로 - ///227번도로 - ///228번도로 - ///229번도로 - ///230번수로 - ///무쇠탄갱 - ///골짜기발전소 - ///영원의 숲 - ///골풀무제철소 - ///천관산 - ///창기둥 - ///대습초원 - ///신수유적 - ///챔피언로드 - ///팔파크 - ///상호교류광장 - ///험한 샛길 - ///꽃향기의 꽃밭 - ///무쇠게이트 - ///만월섬 - ///송별의 샘 - ///귀혼동굴 - ///꽃의 낙원 - ///선단신전 - ///미혹의 동굴 - ///유적마니아굴 - ///마니아터널 - ///자랑의 뒷마당 - ///갖철섬 - ///숲의 양옥집 /// [rest of string was truncated]";. - /// - internal static string text_hgss_00000_ko { - get { - return ResourceManager.GetString("text_hgss_00000_ko", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to ---- - ///双叶镇 - ///真砂镇 - ///苑之镇 - ///随意镇 - ///神和镇 - ///祝庆市 - ///水脉市 - ///钢铁市 - ///百代市 - ///缘之市 - ///湿原市 - ///帷幕市 - ///滨海市 - ///切锋市 - ///宝可梦联盟 - ///201号道路 - ///202号道路 - ///203号道路 - ///204号道路 - ///205号道路 - ///206号道路 - ///207号道路 - ///208号道路 - ///209号道路 - ///210号道路 - ///211号道路 - ///212号道路 - ///213号道路 - ///214号道路 - ///215号道路 - ///216号道路 - ///217号道路 - ///218号道路 - ///219号道路 - ///220号道路 - ///221号道路 - ///222号道路 - ///223号道路 - ///224号道路 - ///225号道路 - ///226号道路 - ///227号道路 - ///228号道路 - ///229号道路 - ///230号道路 - ///钢铁炭坑 - ///山谷发电厂 - ///百代森林 - ///多多罗铁工厂 - ///天冠山 - ///枪柱 - ///大湿地 - ///随意遗迹 - ///冠军之路 - ///伙伴公园 - ///沟通广场 - ///荒芜小道 - ///苑之花田 - ///钢铁关口 - ///满月岛 - ///送泉 - ///归途洞窟 - ///花之乐园 - ///切锋神殿 - ///迷幻洞窟 - ///遗迹狂之穴 - ///遗迹狂隧道 - ///最自豪的后院 - ///钢铁岛 - ///森之洋馆 - ///银河队本部 - ///心齐湖畔 - ///立志湖畔 - ///睿智湖畔 - ///隐泉之路 - ///心齐湖 - ///立志湖 /// [rest of string was truncated]";. - /// - internal static string text_hgss_00000_zh { - get { - return ResourceManager.GetString("text_hgss_00000_zh", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Betreuerpärchen - ///Linktausch - ///Linktausch - ///Kanto - ///Johto - ///Hoenn - ///Sinnoh - ///---------- - ///Entferntes Land - ///Reisender - ///Urs - ///Cynthia - ///Mysteriöser Ort - ///Mr. Pokémon - ///Castor. - /// - internal static string text_hgss_02000_de { - get { - return ResourceManager.GetString("text_hgss_02000_de", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Day-Care Couple - ///Link trade - ///Link trade - ///Kanto - ///Johto - ///Hoenn - ///Sinnoh - ///---------- - ///Distant land - ///Traveling Man - ///Riley - ///Cynthia - ///Mystery Zone - ///Mr. Pokémon - ///Primo. - /// - internal static string text_hgss_02000_en { - get { - return ResourceManager.GetString("text_hgss_02000_en", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Pareja guardería - ///Intercambio - ///Intercambio - ///Kanto - ///Johto - ///Hoenn - ///Sinnoh - ///---------- - ///Tierra lejana - ///Viajero - ///Quinoa - ///Cintia - ///Lugar misterioso - ///Sr. Pokémon - ///Cástor. - /// - internal static string text_hgss_02000_es { - get { - return ResourceManager.GetString("text_hgss_02000_es", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Couple Pension - ///Echange Link - ///Echange Link - ///Kanto - ///Johto - ///Hoenn - ///Sinnoh - ///---------- - ///Pays lointain - ///un voyageur - ///Armand - ///Cynthia - ///Endroit mystér. - ///M. Pokémon - ///Castor. - /// - internal static string text_hgss_02000_fr { - get { - return ResourceManager.GetString("text_hgss_02000_fr", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Coppia Pensione - ///Scambio in link - ///Scambio in link - ///Kanto - ///Johto - ///Hoenn - ///Sinnoh - ///-------------- - ///Terra Lontana - ///Viaggiatore - ///Marisio - ///Camilla - ///Zona Misteriosa - ///Mr. Pokémon - ///Castore. - /// - internal static string text_hgss_02000_it { - get { - return ResourceManager.GetString("text_hgss_02000_it", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to そだてやふうふ - ///つうしんこうかん - ///つうしんこうかん - ///カント-ちほう - ///ジョウトちほう - ///ホウエンちほう - ///シンオウちほう - ///---------- - ///とおくはなれたとち - ///たびのおじさん - ///ゲン - ///シロナ - ///なぞのばしょ - ///ポケモンじいさん - ///おにいさん. - /// - internal static string text_hgss_02000_ja { - get { - return ResourceManager.GetString("text_hgss_02000_ja", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 키우미집부부 - ///통신교환 - ///통신교환 - ///관동지방 - ///성도지방 - ///호연지방 - ///신오지방 - ///---------- - ///아주 먼 토지 - ///나그네아저씨 - ///현이 - ///난천 - ///수수께끼의 장소 - ///포켓몬 할아버지 - ///형님. - /// - internal static string text_hgss_02000_ko { - get { - return ResourceManager.GetString("text_hgss_02000_ko", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 饲育屋夫妇 - ///连接交换 - ///连接交换 - ///关都地区 - ///城都地区 - ///丰缘地区 - ///神奥地区 - ///---------- - ///遥远的土地 - ///旅行大叔 - ///亚玄 - ///竹兰 - ///神秘的地方 - ///宝可梦爷爷 - ///大哥哥. - /// - internal static string text_hgss_02000_zh { - get { - return ResourceManager.GetString("text_hgss_02000_zh", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Idyll - ///Pokémon Ranger - ///Entfernter Ort - ///Pokémon Movie - ///Pokémon Film 06 - ///Pokémon Film 07 - ///Pokémon Film 08 - ///Pokémon Film 09 - ///Pokémon Film 10 - ///Pokémon Film 11 - ///Pokémon Film 12 - ///Pokémon Film 13 - ///Pokémon Film 14 - ///Pokémon Film 15 - ///Pokémon Film 16 - ///Pokémon Cartoon - ///Space World - ///Space World 06 - ///Space World 07 - ///Space World 08 - ///Space World 09 - ///Space World 10 - ///Space World 11 - ///Space World 12 - ///Space World 13 - ///Space World 14 - ///Space World 15 - ///Space World 16 - ///Pokémon Festa - ///Pokémon Festa 06 - ///Pokémon Festa 07 - ///Pokémon Festa [rest of string was truncated]";. - /// - internal static string text_hgss_03000_de { - get { - return ResourceManager.GetString("text_hgss_03000_de", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Lovely place - ///Pokémon Ranger - ///Faraway place - ///Pokémon Movie - ///Pokémon Movie 06 - ///Pokémon Movie 07 - ///Pokémon Movie 08 - ///Pokémon Movie 09 - ///Pokémon Movie 10 - ///Pokémon Movie 11 - ///Pokémon Movie 12 - ///Pokémon Movie 13 - ///Pokémon Movie 14 - ///Pokémon Movie 15 - ///Pokémon Movie 16 - ///Pokémon Cartoon - ///Space World - ///Space World 06 - ///Space World 07 - ///Space World 08 - ///Space World 09 - ///Space World 10 - ///Space World 11 - ///Space World 12 - ///Space World 13 - ///Space World 14 - ///Space World 15 - ///Space World 16 - ///Pokémon Festa - ///Pokémon Festa 06 - ///Pokémon Festa 0 [rest of string was truncated]";. - /// - internal static string text_hgss_03000_en { - get { - return ResourceManager.GetString("text_hgss_03000_en", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Lugar encantador - ///Pokémon Ranger - ///Lugar lejano - ///Película Pokémon - ///Película PKMN 06 - ///Película PKMN 07 - ///Película PKMN 08 - ///Película PKMN 09 - ///Película PKMN 10 - ///Película PKMN 11 - ///Película PKMN 12 - ///Película PKMN 13 - ///Película PKMN 14 - ///Película PKMN 15 - ///Película PKMN 16 - ///Animación PKMN - ///Space World - ///Space World 06 - ///Space World 07 - ///Space World 08 - ///Space World 09 - ///Space World 10 - ///Space World 11 - ///Space World 12 - ///Space World 13 - ///Space World 14 - ///Space World 15 - ///Space World 16 - ///Pokémon Festa - ///Pokémon Festa 06 - ///Pokémon Fe [rest of string was truncated]";. - /// - internal static string text_hgss_03000_es { - get { - return ResourceManager.GetString("text_hgss_03000_es", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Endroit superbe - ///Pokémon Ranger - ///Endroit lointain - ///Film Pokémon - ///Film Pokémon 06 - ///Film Pokémon 07 - ///Film Pokémon 08 - ///Film Pokémon 09 - ///Film Pokémon 10 - ///Film Pokémon 11 - ///Film Pokémon 12 - ///Film Pokémon 13 - ///Film Pokémon 14 - ///Film Pokémon 15 - ///Film Pokémon 16 - ///Dessin ani. PKMN - ///Space World - ///Space World 06 - ///Space World 07 - ///Space World 08 - ///Space World 09 - ///Space World 10 - ///Space World 11 - ///Space World 12 - ///Space World 13 - ///Space World 14 - ///Space World 15 - ///Space World 16 - ///Pokémon Festa - ///Pokémon Festa 06 - ///Pokémon Festa 07 - ///Po [rest of string was truncated]";. - /// - internal static string text_hgss_03000_fr { - get { - return ResourceManager.GetString("text_hgss_03000_fr", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Luogo grazioso - ///Pokémon Ranger - ///Luogo Remoto - ///Film Pokémon - ///Film Pokémon 06 - ///Film Pokémon 07 - ///Film Pokémon 08 - ///Film Pokémon 09 - ///Film Pokémon 10 - ///Film Pokémon 11 - ///Film Pokémon 12 - ///Film Pokémon 13 - ///Film Pokémon 14 - ///Film Pokémon 15 - ///Film Pokémon 16 - ///Cartone Pokémon - ///Space World - ///Space World 06 - ///Space World 07 - ///Space World 08 - ///Space World 09 - ///Space World 10 - ///Space World 11 - ///Space World 12 - ///Space World 13 - ///Space World 14 - ///Space World 15 - ///Space World 16 - ///Pokémon Festa - ///Pokémon Festa 06 - ///Pokémon Festa 07 - ///Pokémon [rest of string was truncated]";. - /// - internal static string text_hgss_03000_it { - get { - return ResourceManager.GetString("text_hgss_03000_it", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to すてきなばしょ - ///ポケモンレンジャ- - ///とおいばしょ - ///ポケモンえいが - ///ポケモンえいが06 - ///ポケモンえいが07 - ///ポケモンえいが08 - ///ポケモンえいが09 - ///ポケモンえいが10 - ///ポケモンえいが11 - ///ポケモンえいが12 - ///ポケモンえいが13 - ///ポケモンえいが14 - ///ポケモンえいが15 - ///ポケモンえいが16 - ///ポケモンアニメ - ///スペ-スワ-ルド - ///スペ-スワ-ルド06 - ///スペ-スワ-ルド07 - ///スペ-スワ-ルド08 - ///スペ-スワ-ルド09 - ///スペ-スワ-ルド10 - ///スペ-スワ-ルド11 - ///スペ-スワ-ルド12 - ///スペ-スワ-ルド13 - ///スペ-スワ-ルド14 - ///スペ-スワ-ルド15 - ///スペ-スワ-ルド16 - ///ポケモンフェスタ - ///ポケモンフェスタ06 - ///ポケモンフェスタ07 - ///ポケモンフェスタ08 - ///ポケモンフェスタ09 - ///ポケモンフェスタ10 - ///ポケモンフェスタ11 - ///ポケモンフェスタ12 - ///ポケモンフェスタ13 - ///ポケモンフェスタ14 - ///ポケモンフェスタ15 - ///ポケモンフェスタ16 - ///ポケパ-ク - ///ポケパ-ク06 - ///ポケパ-ク07 - ///ポケパ-ク08 - ///ポケパ-ク09 - ///ポケパ-ク10 - ///ポケパ-ク11 - /// [rest of string was truncated]";. - /// - internal static string text_hgss_03000_ja { - get { - return ResourceManager.GetString("text_hgss_03000_ja", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 근사한 장소 - ///다른 지방 - ///먼 곳 - ///포켓몬영화 - ///포켓몬영화06 - ///포켓몬영화07 - ///포켓몬영화08 - ///포켓몬영화09 - ///포켓몬영화10 - ///포켓몬영화11 - ///포켓몬영화12 - ///포켓몬영화13 - ///포켓몬영화14 - ///포켓몬영화15 - ///포켓몬영화16 - ///포켓몬만화영화 - ///스페이스월드 - ///스페이스월드06 - ///스페이스월드07 - ///스페이스월드08 - ///스페이스월드09 - ///스페이스월드10 - ///스페이스월드11 - ///스페이스월드12 - ///스페이스월드13 - ///스페이스월드14 - ///스페이스월드15 - ///스페이스월드16 - ///포켓몬페스타 - ///포켓몬페스타06 - ///포켓몬페스타07 - ///포켓몬페스타08 - ///포켓몬페스타09 - ///포켓몬페스타10 - ///포켓몬페스타11 - ///포켓몬페스타12 - ///포켓몬페스타13 - ///포켓몬페스타14 - ///포켓몬페스타15 - ///포켓몬페스타16 - ///포켓파크 - ///포켓파크06 - ///포켓파크07 - ///포켓파크08 - ///포켓파크09 - ///포켓파크10 - ///포켓파크11 - ///포켓파크12 - ///포켓파크13 - ///포켓파크14 - ///포켓파크15 - ///포켓파크16 - ///포켓몬센터 - ///PC도쿄 - ///PC오사카 - ///PC후쿠오카 - ///PC나고야 - ///PC삿포로 - ///PC요코하 [rest of string was truncated]";. - /// - internal static string text_hgss_03000_ko { - get { - return ResourceManager.GetString("text_hgss_03000_ko", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 美丽的地方 - ///宝可梦保育家 - ///遥远的地方 - ///宝可梦电影 - ///宝可梦电影06 - ///宝可梦电影07 - ///宝可梦电影08 - ///宝可梦电影09 - ///宝可梦电影10 - ///宝可梦电影11 - ///宝可梦电影12 - ///宝可梦电影13 - ///宝可梦电影14 - ///宝可梦电影15 - ///宝可梦电影16 - ///宝可梦动画片 - ///太空世界 - ///太空世界06 - ///太空世界07 - ///太空世界08 - ///太空世界09 - ///太空世界10 - ///太空世界11 - ///太空世界12 - ///太空世界13 - ///太空世界14 - ///太空世界15 - ///太空世界16 - ///宝可梦庆典 - ///宝可梦庆典06 - ///宝可梦庆典07 - ///宝可梦庆典08 - ///宝可梦庆典09 - ///宝可梦庆典10 - ///宝可梦庆典11 - ///宝可梦庆典12 - ///宝可梦庆典13 - ///宝可梦庆典14 - ///宝可梦庆典15 - ///宝可梦庆典16 - ///宝可公园 - ///宝可公园06 - ///宝可公园07 - ///宝可公园08 - ///宝可公园09 - ///宝可公园10 - ///宝可公园11 - ///宝可公园12 - ///宝可公园13 - ///宝可公园14 - ///宝可公园15 - ///宝可公园16 - ///宝可梦中心 - ///东京PC - ///大阪PC - ///福冈PC - ///名古屋PC - ///札幌PC - ///横滨PC - ///纽约PC - ///宝可梦活动 - ///宝可梦活动06 - ///宝可梦活动07 - ///宝可梦活动08 [rest of string was truncated]";. - /// - internal static string text_hgss_03000_zh { - get { - return ResourceManager.GetString("text_hgss_03000_zh", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Keiner - ///Meisterball - ///Hyperball - ///Superball - ///Pokéball - ///Safariball - ///Netzball - ///Tauchball - ///Nestball - ///Wiederball - ///Timerball - ///Luxusball - ///Premierball - ///Finsterball - ///Heilball - ///Flottball - ///Jubelball - ///Trank - ///Gegengift - ///Feuerheiler - ///Eisheiler - ///Aufwecker - ///Para-Heiler - ///Top-Genesung - ///Top-Trank - ///Hypertrank - ///Supertrank - ///Hyperheiler - ///Beleber - ///Top-Beleber - ///Tafelwasser - ///Sprudel - ///Limonade - ///Kuhmuh-Milch - ///Energiestaub - ///Kraftwurzel - ///Heilpuder - ///Vitalkraut - ///Äther - ///Top-Äther - ///Elixier - ///Top-Elixier - ///Lavakeks - ///Beerensaft - ///Zauberasche - ///KP- [rest of string was truncated]";. - /// - internal static string text_items_de { - get { - return ResourceManager.GetString("text_items_de", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Keiner - ///Meisterball - ///Hyperball - ///Superball - ///Pokéball - ///Safariball - ///Netzball - ///Tauchball - ///Nestball - ///Wiederball - ///Timerball - ///Luxusball - ///Premierball - ///Finsterball - ///Heilball - ///Flottball - ///Jubelball - ///Trank - ///Gegengift - ///Feuerheiler - ///Eisheiler - ///Aufwecker - ///Para-Heiler - ///Top-Genesung - ///Top-Trank - ///Hypertrank - ///Supertrank - ///Hyperheiler - ///Beleber - ///Top-Beleber - ///Tafelwasser - ///Sprudel - ///Limonade - ///Kuhmuh-Milch - ///Energiestaub - ///Kraftwurzel - ///Heilpuder - ///Vitalkraut - ///Äther - ///Top-Äther - ///Elixier - ///Top-Elixier - ///Lavakeks - ///Beerensaft - ///Zauberasche - ///KP- [rest of string was truncated]";. - /// - internal static string text_Items_de1 { - get { - return ResourceManager.GetString("text_Items_de1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to None - ///Master Ball - ///Ultra Ball - ///Great Ball - ///Poké Ball - ///Safari Ball - ///Net Ball - ///Dive Ball - ///Nest Ball - ///Repeat Ball - ///Timer Ball - ///Luxury Ball - ///Premier Ball - ///Dusk Ball - ///Heal Ball - ///Quick Ball - ///Cherish Ball - ///Potion - ///Antidote - ///Burn Heal - ///Ice Heal - ///Awakening - ///Paralyze Heal - ///Full Restore - ///Max Potion - ///Hyper Potion - ///Super Potion - ///Full Heal - ///Revive - ///Max Revive - ///Fresh Water - ///Soda Pop - ///Lemonade - ///Moomoo Milk - ///Energy Powder - ///Energy Root - ///Heal Powder - ///Revival Herb - ///Ether - ///Max Ether - ///Elixir - ///Max Elixir - ///Lava Cookie - ///Berry Juice [rest of string was truncated]";. - /// - internal static string text_items_en { - get { - return ResourceManager.GetString("text_items_en", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Ninguno - ///Master Ball - ///Ultra Ball - ///Super Ball - ///Poké Ball - ///Safari Ball - ///Malla Ball - ///Buceo Ball - ///Nido Ball - ///Acopio Ball - ///Turno Ball - ///Lujo Ball - ///Honor Ball - ///Ocaso Ball - ///Sana Ball - ///Veloz Ball - ///Gloria Ball - ///Poción - ///Antídoto - ///Antiquemar - ///Antihielo - ///Despertar - ///Antiparalizador - ///Restaurar Todo - ///Poción Máxima - ///Hiperpoción - ///Superpoción - ///Cura Total - ///Revivir - ///Revivir Máximo - ///Agua Fresca - ///Refresco - ///Limonada - ///Leche Mu-mu - ///Polvo Energía - ///Raíz Energía - ///Polvo Curación - ///Hierba Revivir - ///Éter - ///Éter Máximo - ///Elixir - ///Elixir Máximo /// [rest of string was truncated]";. - /// - internal static string text_items_es { - get { - return ResourceManager.GetString("text_items_es", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Aucun - ///Master Ball - ///Hyper Ball - ///Super Ball - ///Poké Ball - ///Safari Ball - ///Filet Ball - ///Scuba Ball - ///Faiblo Ball - ///Bis Ball - ///Chrono Ball - ///Luxe Ball - ///Honor Ball - ///Sombre Ball - ///Soin Ball - ///Rapide Ball - ///Mémoire Ball - ///Potion - ///Antidote - ///Anti-Brûle - ///Antigel - ///Réveil - ///Anti-Para - ///Guérison - ///Potion Max - ///Hyper Potion - ///Super Potion - ///Total Soin - ///Rappel - ///Rappel Max - ///Eau Fraîche - ///Soda Cool - ///Limonade - ///Lait Meumeu - ///Poudrénergie - ///Racinénergie - ///Poudre Soin - ///Herbe Rappel - ///Huile - ///Huile Max - ///Élixir - ///Max Élixir - ///Lava Cookie - ///Jus de Baie - ///Cend [rest of string was truncated]";. - /// - internal static string text_items_fr { - get { - return ResourceManager.GetString("text_items_fr", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Niente - ///Master Ball - ///Ultra Ball - ///Mega Ball - ///Poké Ball - ///Safari Ball - ///Rete Ball - ///Sub Ball - ///Minor Ball - ///Bis Ball - ///Timer Ball - ///Chic Ball - ///Premier Ball - ///Scuro Ball - ///Cura Ball - ///Velox Ball - ///Pregio Ball - ///Pozione - ///Antidoto - ///Antiscottatura - ///Antigelo - ///Sveglia - ///Antiparalisi - ///Ricarica Totale - ///Pozione Max - ///Iperpozione - ///Superpozione - ///Cura Totale - ///Revitalizzante - ///Revitalizz. Max - ///Acqua Fresca - ///Gassosa - ///Lemonsucco - ///Latte Mumu - ///Polvenergia - ///Radicenergia - ///Polvocura - ///Vitalerba - ///Etere - ///Etere Max - ///Elisir - ///Elisir Max - ///Lavottino - /// [rest of string was truncated]";. - /// - internal static string text_items_it { - get { - return ResourceManager.GetString("text_items_it", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to なし - ///マスターボール - ///ハイパーボール - ///スーパーボール - ///モンスターボール - ///サファリボール - ///ネットボール - ///ダイブボール - ///ネストボール - ///リピートボール - ///タイマーボール - ///ゴージャスボール - ///プレミアボール - ///ダークボール - ///ヒールボール - ///クイックボール - ///プレシャスボール - ///キズぐすり - ///どくけし - ///やけどなおし - ///こおりなおし - ///ねむけざまし - ///まひなおし - ///かいふくのくすり - ///まんたんのくすり - ///すごいキズぐすり - ///いいキズぐすり - ///なんでもなおし - ///げんきのかけら - ///げんきのかたまり - ///おいしいみず - ///サイコソーダ - ///ミックスオレ - ///モーモーミルク - ///ちからのこな - ///ちからのねっこ - ///ばんのうごな - ///ふっかつそう - ///ピーピーエイド - ///ピーピーリカバー - ///ピーピーエイダー - ///ピーピーマックス - ///フエンせんべい - ///きのみジュース - ///せいなるはい - ///マックスアップ - ///タウリン - ///ブロムヘキシン - ///インドメタシン - ///リゾチウム - ///ふしぎなアメ - ///ポイントアップ - ///キトサン - ///ポイントマックス - ///もりのヨウカン - ///エフェクトガード - ///クリティカット - ///プラスパワー - ///ディフェンダー - ///スピーダー /// [rest of string was truncated]";. - /// - internal static string text_items_ja { - get { - return ResourceManager.GetString("text_items_ja", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 없음 - ///마스터볼 - ///하이퍼볼 - ///수퍼볼 - ///몬스터볼 - ///사파리볼 - ///넷트볼 - ///다이브볼 - ///네스트볼 - ///리피드볼 - ///타이마볼 - ///럭셔리볼 - ///프레미어볼 - ///다크볼 - ///힐볼 - ///퀵볼 - ///프레셔스볼 - ///상처약 - ///해독제 - ///화상치료제 - ///얼음상태치료제 - ///잠깨는약 - ///마비치료제 - ///회복약 - ///풀회복약 - ///고급상처약 - ///좋은상처약 - ///만병통치제 - ///기력의조각 - ///기력의덩어리 - ///맛있는물 - ///미네랄사이다 - ///후르츠밀크 - ///튼튼밀크 - ///힘의가루 - ///힘의뿌리 - ///만능가루 - ///부활초 - ///PP에이드 - ///PP회복 - ///PP에이더 - ///PP맥스 - ///용암전병 - ///나무열매쥬스 - ///성스러운분말 - ///맥스업 - ///타우린 - ///사포닌 - ///알칼로이드 - ///리보플라빈 - ///이상한사탕 - ///포인트업 - ///키토산 - ///포인트맥스 - ///숲의양갱 - ///이펙트가드 - ///크리티컬커터 - ///플러스파워 - ///디펜드업 - ///스피드업 - ///잘-맞히기 - ///스페셜업 - ///스페셜가드 - ///삐삐인형 - ///에나비꼬리 - ///파랑비드로 - ///노랑비드로 - ///빨강비드로 - ///검정비드로 - ///하양비드로 - ///여울소금 - ///여울조개껍질 - ///빨강조각 - ///파랑조각 - ///노랑조각 - ///초록조각 - ///실버스프레이 - ///골드스프레이 - ///동굴탈출로프 - ///벌레회피스프레이 /// [rest of string was truncated]";. - /// - internal static string text_items_ko { - get { - return ResourceManager.GetString("text_items_ko", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 无 - ///大师球 - ///高级球 - ///超级球 - ///精灵球 - ///狩猎球 - ///捕网球 - ///潜水球 - ///巢穴球 - ///重复球 - ///计时球 - ///豪华球 - ///纪念球 - ///黑暗球 - ///治愈球 - ///先机球 - ///贵重球 - ///伤药 - ///解毒药 - ///灼伤药 - ///解冻药 - ///解眠药 - ///解麻药 - ///全复药 - ///全满药 - ///厉害伤药 - ///好伤药 - ///万灵药 - ///活力碎片 - ///活力块 - ///美味之水 - ///劲爽汽水 - ///果汁牛奶 - ///哞哞鲜奶 - ///元气粉 - ///元气根 - ///万能粉 - ///复活草 - ///PP单项小补剂 - ///PP单项全补剂 - ///PP多项小补剂 - ///PP多项全补剂 - ///釜炎仙贝 - ///树果汁 - ///圣灰 - ///HP增强剂 - ///攻击增强剂 - ///防御增强剂 - ///速度增强剂 - ///特攻增强剂 - ///神奇糖果 - ///PP提升剂 - ///特防增强剂 - ///PP极限提升剂 - ///森之羊羹 - ///能力防守 - ///要害攻击 - ///力量强化 - ///防御强化 - ///速度强化 - ///命中强化 - ///特攻强化 - ///特防强化 - ///皮皮玩偶 - ///向尾喵的尾巴 - ///蓝色玻璃哨 - ///黄色玻璃哨 - ///红色玻璃哨 - ///黑色玻璃哨 - ///白色玻璃哨 - ///浅滩海盐 - ///浅滩贝壳 - ///红色碎片 - ///蓝色碎片 - ///黄色碎片 - ///绿色碎片 - ///白银喷雾 - ///黄金喷雾 - ///离洞绳 - ///除虫喷雾 - ///日之石 - ///月之石 - ///火之石 - ///雷之石 - ///水之石 - ///叶之石 - ///小蘑菇 - ///大蘑菇 - ///珍珠 [rest of string was truncated]";. - /// - internal static string text_items_zh { - get { - return ResourceManager.GetString("text_items_zh", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to (Keins) - ///Meisterball - ///Hyperball - ///Superball - ///Pokéball - ///Karte - ///Fahrrad - ///????? (7) - ///Safariball - ///Pokédex - ///Mondstein - ///Gegengift - ///Feuerheiler - ///Eisheiler - ///Aufwecker - ///Para-Heiler - ///Top-Genesung - ///Top-Trank - ///Hypertrank - ///Supertrank - ///Trank - ///Felsorden - ///Quellorden - ///Donnerorden - ///Farborden - ///Seelenorden - ///Sumpforden - ///Vulkanorden - ///Erdorden - ///Fluchtseil - ///Schutz - ///Altbernstein - ///Feuerstein - ///Donnerstein - ///Wasserstein - ///KP-Plus - ///Protein - ///Eisen - ///Carbon - ///Kalzium - ///Sonderbonbon - ///Domfossil - ///Helixfossil - ///?-Öffner - ///????? (44) - ///Rad-Coupon - ///X-T [rest of string was truncated]";. - /// - internal static string text_ItemsG1_de { - get { - return ResourceManager.GetString("text_ItemsG1_de", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to (None) - ///Master Ball - ///Ultra Ball - ///Great Ball - ///Poké Ball - ///Town Map - ///Bicycle - ///????? (7) - ///Safari Ball - ///Pokédex - ///Moon Stone - ///Antidote - ///Burn Heal - ///Ice Heal - ///Awakening - ///Parlyz Heal - ///Full Restore - ///Max Potion - ///Hyper Potion - ///Super Potion - ///Potion - ///BoulderBadge - ///CascadeBadge - ///ThunderBadge - ///RainbowBadge - ///SoulBadge - ///MarshBadge - ///VolcanoBadge - ///EarthBadge - ///Escape Rope - ///Repel - ///Old Amber - ///Fire Stone - ///Thunder Stone - ///Water Stone - ///HP Up - ///Protein - ///Iron - ///Carbos - ///Calcium - ///Rare Candy - ///Dome Fossil - ///Helix Fossil - ///Secret Key - ///????? (44) - ///Bike Voucher - ///X Accuracy - ///Leaf Stone - ///Card Ke [rest of string was truncated]";. - /// - internal static string text_ItemsG1_en { - get { - return ResourceManager.GetString("text_ItemsG1_en", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Ningún - ///Master Ball - ///Ultra Ball - ///Super Ball - ///Poké Ball - ///Mapa - ///Bicicleta - ///????? (7) - ///Safari Ball - ///Pokédex - ///Piedra Lunar - ///Antídoto - ///Antiquemar - ///Antihielo - ///Despertar - ///Antiparalizador - ///Restaurar Todo - ///Poción Máxima - ///Hiperpoción - ///Superpoción - ///Poción - ///Medalla Roca - ///Medalla Cascada - ///Medalla Trueno - ///Medalla Arcoiris - ///Medalla Alma - ///Medalla Pantano - ///Medalla Volcán - ///Medalla Tierra - ///Cuerda Huida - ///Repelente - ///Ámbar viejo - ///Piedra Fuego - ///Piedra Trueno - ///Piedra Agua - ///Más PS - ///Proteína - ///Hierro - ///Carburante - ///Calcio - ///Caramelo Raro - ///Fósil domo - ///Fósil hélix - ///Llave secreta - ///? [rest of string was truncated]";. - /// - internal static string text_ItemsG1_es { - get { - return ResourceManager.GetString("text_ItemsG1_es", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to (なし) - ///マスターボール - ///ハイパーボール - ///スーパーボール - ///モンスターボール - ///タウンマップ - ///じてんしゃ - ///????? (7) - ///サファリボール - ///ポケモンずかん - ///つきのいし - ///どくけし - ///やけどなおし - ///こおりなおし - ///ねむけざまし - ///まひなおし - ///かいふくのくすり - ///まんたんのくすり - ///すごいキズぐすり - ///いいキズぐすり - ///キズぐすり - ///グレーバッジ - ///ブルーバッジ - ///かみなりバッジ - ///レインボーバッジ - ///ピンクバッジ - ///ゴールドバッジ - ///クリムゾンバッジ - ///グリーンバッジ - ///あなぬけのひも - ///むしよけスプレー - ///ひみつのコハク - ///ほのおのいし - ///かみなりのいし - ///みずのいし - ///マックスアップ - ///タウリン - ///ブロムヘキシン - ///インドメタシン - ///リゾチウム - ///ふしぎなアメ - ///こうらのカセキ - ///かいのカセキ - ///ひみつのカギ - ///????? (44) - ///ひきかえけん - ///ヨクアタール - ///リーフのいし - ///カードキー - ///きんのたま - ///ポイントアップ (未使用) - ///ピッピにんぎょう - ///なんでもなおし - ///げんきのかけら - ///げんきのかたまり - ///エフェクトガード - ///シルバースプレー - ///ゴールドスプレー - ///クリティカット - ///コイン - ///おいしいみず - ///サイコソーダ - ///ミックスオレ - ///ふねのチケット - ///きんのいれば - ///プラスパワー - ///ディフェンダー - ///ス [rest of string was truncated]";. - /// - internal static string text_ItemsG1_ja { - get { - return ResourceManager.GetString("text_ItemsG1_ja", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to (无) - ///大师球 - ///高级球 - ///超级球 - ///精灵球 - ///城镇地图 - ///自行车 - ///????? (7) - ///狩猎球 - ///宝可梦图鉴 - ///月之石 - ///解毒药 - ///灼伤药 - ///解冻药 - ///解眠药 - ///解麻药 - ///全复药 - ///全满药 - ///厉害伤药 - ///好伤药 - ///伤药 - ///灰色徽章 - ///蓝色徽章 - ///橘色徽章 - ///彩虹徽章 - ///粉红徽章 - ///金黄徽章 - ///深红徽章 - ///绿色徽章 - ///离洞绳 - ///除虫喷雾 - ///秘密琥珀 - ///火之石 - ///雷之石 - ///水之石 - ///HP增强剂 - ///攻击增强剂 - ///防御增强剂 - ///速度增强剂 - ///特攻增强剂 - ///神奇糖果 - ///甲壳化石 - ///贝壳化石 - ///秘密钥匙 - ///????? (44) - ///兑换券 - ///命中强化 - ///叶之石 - ///钥匙卡 - ///金珠 - ///PP提升剂(未使用) - ///皮皮玩偶 - ///万灵药 - ///活力碎片 - ///活力块 - ///能力防守 - ///白银喷雾 - ///黄金喷雾 - ///要害攻击 - ///代币 - ///美味之水 - ///劲爽汽水 - ///果汁牛奶 - ///船票 - ///金子做的假牙 - ///力量强化 - ///防御强化 - ///速度强化 - ///特殊强化 - ///代币盒 - ///包裹 - ///探宝器 - ///幻影透视镜 - ///宝可梦之笛 - ///电梯的钥匙 - ///学习装置 - ///破旧钓竿 - ///好钓竿 - ///厉害钓竿 - ///PP提升剂 - ///PP单项小补剂 - ///PP单项全补剂 - ///PP多项小补剂 - ///PP多项全补剂 - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// [rest of string was truncated]";. - /// - internal static string text_ItemsG1_zh { - get { - return ResourceManager.GetString("text_ItemsG1_zh", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to (Keins) - ///Meisterball - ///Hyperball - ///Blendpuder - ///Superball - ///Pokéball - ///Teru-sama (0) - ///Fahrrad - ///Mondstein - ///Gegengift - ///Feuerheiler - ///Eisheiler - ///Aufwecker - ///Para-Heiler - ///Top-Genesung - ///Top-Trank - ///Hypertrank - ///Supertrank - ///Trank - ///Fluchtseil - ///Schutz - ///Top-Elixier - ///Feuerstein - ///Donnerstein - ///Wasserstein - ///Teru-sama (1) - ///KP-Plus - ///Protein - ///Eisen - ///Carbon - ///Lucky Punch - ///Kalzium - ///Sonderbonbon - ///X-Treffer - ///Blattstein - ///Metallstaub - ///Nugget - ///Poképuppe - ///Hyperheiler - ///Beleber - ///Top-Beleber - ///Megablock - ///Superschutz - ///Top-Schutz - ///Angriffplus - ///Te [rest of string was truncated]";. - /// - internal static string text_ItemsG2_de { - get { - return ResourceManager.GetString("text_ItemsG2_de", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to (None) - ///Master Ball - ///Ultra Ball - ///BrightPowder - ///Great Ball - ///Poké Ball - ///Teru-sama (0) - ///Bicycle - ///Moon Stone - ///Antidote - ///Burn Heal - ///Ice Heal - ///Awakening - ///Parlyz Heal - ///Full Restore - ///Max Potion - ///Hyper Potion - ///Super Potion - ///Potion - ///Escape Rope - ///Repel - ///Max Elixer - ///Fire Stone - ///Thunder Stone - ///Water Stone - ///Teru-sama (1) - ///HP Up - ///Protein - ///Iron - ///Carbos - ///Lucky Punch - ///Calcium - ///Rare Candy - ///X Accuracy - ///Leaf Stone - ///Metal Powder - ///Nugget - ///Poké Doll - ///Full Heal - ///Revive - ///Max Revive - ///Guard Spec. - ///Super Repel - ///Max Repel - ///Dire Hit - ///Ter [rest of string was truncated]";. - /// - internal static string text_ItemsG2_en { - get { - return ResourceManager.GetString("text_ItemsG2_en", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Ningún - ///Master Ball - ///Ultra Ball - ///Polvo brillo - ///Super Ball - ///Poké Ball - ///Teru-sama (0) - ///Bicicleta - ///Piedra Lunar - ///Antídoto - ///Antiquemar - ///Antihielo - ///Despertar - ///Antiparalizador - ///Restaurar Todo - ///Poción Máxima - ///Hiperpoción - ///Superpoción - ///Poción - ///Cuerda Huida - ///Repelente - ///Elixir Máximo - ///Piedra Fuego - ///Piedra Trueno - ///Piedra Agua - ///Teru-sama (1) - ///Más PS - ///Proteína - ///Hierro - ///Carburante - ///Puño suerte - ///Calcio - ///Caramelo Raro - ///Precisión X - ///Piedra Hoja - ///Polvo metálico - ///Pepita - ///Poké Muñeco - ///Cura Total - ///Revivir - ///Revivir Máximo - ///Prote [rest of string was truncated]";. - /// - internal static string text_ItemsG2_es { - get { - return ResourceManager.GetString("text_ItemsG2_es", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to (なし) - ///マスターボール - ///ハイパーボール - ///ひかりのこな - ///スーパーボール - ///モンスターボール - ///カビチュウ (0) - ///じてんしゃ - ///つきのいし - ///どくけし - ///やけどなおし - ///こおりなおし - ///ねむけざまし - ///まひなおし - ///かいふくのくすり - ///まんたんのくすり - ///すごいキズぐすり - ///いいキズぐすり - ///キズぐすり - ///あなぬけのひも - ///むしよけスプレー - ///ピーピーマックス - ///ほのおのいし - ///かみなりのいし - ///みずのいし - ///カビチュウ (1) - ///ポイントアップ - ///タウリン - ///ブロムヘキシン - ///インドメタシン - ///ラッキーパンチ - ///リゾチウム - ///ふしぎなアメ - ///ヨクアタール - ///リーフのいし - ///メタルパウダー - ///きんのたま - ///ピッピにんぎょう - ///なんでもなおし - ///げんきのかけら - ///げんきのかたまり - ///エフェクトガード - ///シルバースプレー - ///ゴールドスプレー - ///クリティカッター - ///カビチュウ (2) - ///おいしいみず - ///サイコソーダ - ///ミックスオレ - ///プラスパワー - ///カビチュウ (3) - ///ディフェンダー - ///スピーダー - ///スペシャルアップ - ///コインケース - ///ダウンジングマシン - ///カビチュウ (4) - ///がくしゅうそうち - ///ボロのつりざお - ///いいつりざお - ///ぎんのはっぱ - ///すごいつりざお - ///ポイントアップ - ///ピーピーエイド - ///ピーピーリカバー - ///ピーピーエ [rest of string was truncated]";. - /// - internal static string text_ItemsG2_ja { - get { - return ResourceManager.GetString("text_ItemsG2_ja", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to (无) - ///大师球 - ///高级球 - ///光粉 - ///超级球 - ///精灵球 - ///卡比丘 (06) - ///自行车 - ///月之石 - ///解毒药 - ///灼伤药 - ///解冻药 - ///解眠药 - ///解麻药 - ///全复药 - ///全满药 - ///厉害伤药 - ///好伤药 - ///伤药 - ///离洞绳 - ///除虫喷雾 - ///PP多项全补剂 - ///火之石 - ///雷之石 - ///水之石 - ///卡比丘 (19) - ///HP增强剂 - ///攻击增强剂 - ///防御增强剂 - ///速度增强剂 - ///吉利拳 - ///特攻增强剂 - ///神奇糖果 - ///命中强化 - ///叶之石 - ///金属粉 - ///金珠 - ///皮皮玩偶 - ///万灵药 - ///活力碎片 - ///活力块 - ///能力防守 - ///白银喷雾 - ///黄金喷雾 - ///要害攻击 - ///卡比丘 (2D) - ///美味之水 - ///劲爽汽水 - ///果汁牛奶 - ///力量强化 - ///卡比丘 (32) - ///防御强化 - ///速度强化 - ///特殊强化 - ///代币盒 - ///探宝器 - ///卡比丘 (38) - ///学习装置 - ///破旧钓竿 - ///好钓竿 - ///银叶 - ///厉害钓竿 - ///PP提升剂 - ///PP单项小补剂 - ///PP单项全补剂 - ///PP多项小补剂 - ///红色鳞片 - ///秘传之药 - ///船票 - ///神奇蛋 - ///透明铃铛* - ///银色之羽 - ///哞哞鲜奶 - ///先制之爪 - ///解毒的果实 - ///金叶 - ///柔软沙子 - ///锐利鸟嘴 - ///消除麻痹的果实 - ///烧烤的果实 - ///冰冻的果实 - ///毒针 - ///王者之证 - ///苦涩的果实 - ///薄荷的果 [rest of string was truncated]";. - /// - internal static string text_ItemsG2_zh { - get { - return ResourceManager.GetString("text_ItemsG2_zh", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to (Keins) - ///Meisterball - ///Hyperball - ///Superball - ///Pokéball - ///Safariball - ///Netzball - ///Tauchball - ///Nestball - ///Wiederball - ///Timerball - ///Luxusball - ///Premierball - ///Trank - ///Gegengift - ///Feuerheiler - ///Eisheiler - ///Aufwecker - ///Para-Heiler - ///Top-Genesung - ///Top-Trank - ///Hypertrank - ///Supertrank - ///Hyperheiler - ///Beleber - ///Top-Beleber - ///Tafelwasser - ///Sprudel - ///Limonade - ///Kuhmuh-Milch - ///Energiestaub - ///Kraftwurzel - ///Heilpuder - ///Vitalkraut - ///Äther - ///Top-Äther - ///Elixier - ///Top-Elixier - ///Lavakeks - ///Blaue Flöte - ///Gelbe Flöte - ///Rote Flöte - ///Schwarze Flöte - ///Weiße Flöte - ///Beere [rest of string was truncated]";. - /// - internal static string text_ItemsG3_de { - get { - return ResourceManager.GetString("text_ItemsG3_de", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to (None) - ///Master Ball - ///Ultra Ball - ///Great Ball - ///Poké Ball - ///Safari Ball - ///Net Ball - ///Dive Ball - ///Nest Ball - ///Repeat Ball - ///Timer Ball - ///Luxury Ball - ///Premier Ball - ///Potion - ///Antidote - ///Burn Heal - ///Ice Heal - ///Awakening - ///Parlyz Heal - ///Full Restore - ///Max Potion - ///Hyper Potion - ///Super Potion - ///Full Heal - ///Revive - ///Max Revive - ///Fresh Water - ///Soda Pop - ///Lemonade - ///Moomoo Milk - ///EnergyPowder - ///Energy Root - ///Heal Powder - ///Revival Herb - ///Ether - ///Max Ether - ///Elixir - ///Max Elixir - ///Lava Cookie - ///Blue Flute - ///Yellow Flute - ///Red Flute - ///Black Flute - ///White Flute - ///Berry Juice - ///Sacred Ash - ///Shoal Salt - ///Shoal S [rest of string was truncated]";. - /// - internal static string text_ItemsG3_en { - get { - return ResourceManager.GetString("text_ItemsG3_en", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Ningún - ///Master Ball - ///Ultra Ball - ///Super Ball - ///Poké Ball - ///Safari Ball - ///Malla Ball - ///Buceo Ball - ///Nido Ball - ///Acopio Ball - ///Turno Ball - ///Lujo Ball - ///Honor Ball - ///Poción - ///Antídoto - ///Antiquemar - ///Antihielo - ///Despertar - ///Antiparalizador - ///Restaurar Todo - ///Poción Máxima - ///Hiperpoción - ///Superpoción - ///Cura Total - ///Revivir - ///Revivir Máximo - ///Agua Fresca - ///Refresco - ///Limonada - ///Leche Mu-mu - ///Polvo Energía - ///Raíz Energía - ///Polvo Curación - ///Hierba Revivir - ///Éter - ///Éter Máximo - ///Elixir - ///Elixir Máximo - ///Galleta Lava - ///Flauta Azul - ///Flauta Amarilla - ///Flauta Roja - ///Flauta Negra - ///Flauta Blanca - ///Zumo d [rest of string was truncated]";. - /// - internal static string text_ItemsG3_es { - get { - return ResourceManager.GetString("text_ItemsG3_es", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to (なし) - ///マスターボール - ///ハイパーボール - ///スーパーボール - ///モンスターボール - ///サファリボール - ///ネットボール - ///ダイブボール - ///ネストボール - ///リピートボール - ///タイマーボール - ///ゴージャスボール - ///プレミアボール - ///キズぐすり - ///どくけし - ///やけどなおし - ///こおりなおし - ///ねむけざまし - ///まひなおし - ///かいふくのくすり - ///まんたんのくすり - ///すごいキズぐすり - ///いいキズぐすり - ///なんでもなおし - ///げんきのかけら - ///げんきのかたまり - ///おいしいみず - ///サイコソーダ - ///ミックスオレ - ///モーモーミルク - ///ちからのこな - ///ちからのねっこ - ///ばんのうごな - ///ふっかつそう - ///ピーピーエイド - ///ピーピーリカバー - ///ピーピーエイダー - ///ピーピーマックス - ///フエンせんべい - ///あおいビードロ - ///きいろビードロ - ///あかいビードロ - ///くろいビードロ - ///しろいビードロ - ///きのみジュース - ///せいなるはい - ///あさせのしお - ///あさせのかいがら - ///あかいかけら - ///あおいかけら - ///きいろいかけら - ///みどりのかけら - ///??? - ///??? - ///??? - ///??? - ///??? - ///??? - ///??? - ///??? - ///??? - ///??? - ///??? - ///ピーピーアップ - ///タウリン - ///ブロムヘキシン - ///インドメタシン - ///リゾチウム - ///ふしぎなアメ - ///ピーピーアップ - ///キトサン - ///ポイントマックス - ///??? - /// [rest of string was truncated]";. - /// - internal static string text_ItemsG3_ja { - get { - return ResourceManager.GetString("text_ItemsG3_ja", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to (无) - ///大师球 - ///高级球 - ///超级球 - ///精灵球 - ///狩猎球 - ///捕网球 - ///潜水球 - ///巢穴球 - ///重复球 - ///计时球 - ///豪华球 - ///纪念球 - ///伤药 - ///解毒药 - ///灼伤药 - ///解冻药 - ///解眠药 - ///解麻药 - ///全复药 - ///全满药 - ///厉害伤药 - ///好伤药 - ///万灵药 - ///活力碎片 - ///活力块 - ///美味之水 - ///劲爽汽水 - ///果汁牛奶 - ///哞哞鲜奶 - ///元气粉 - ///元气根 - ///万能粉 - ///复活草 - ///PP单项小补剂 - ///PP单项全补剂 - ///PP多项小补剂 - ///PP多项全补剂 - ///釜炎仙贝 - ///蓝色玻璃哨 - ///黄色玻璃哨 - ///红色玻璃哨 - ///黑色玻璃哨 - ///白色玻璃哨 - ///树果汁 - ///圣灰 - ///浅滩海盐 - ///浅滩贝壳 - ///红色碎片 - ///蓝色碎片 - ///黄色碎片 - ///绿色碎片 - ///??? - ///??? - ///??? - ///??? - ///??? - ///??? - ///??? - ///??? - ///??? - ///??? - ///??? - ///HP增强剂 - ///攻击增强剂 - ///防御增强剂 - ///速度增强剂 - ///特攻增强剂 - ///神奇糖果 - ///PP提升剂 - ///特防增强剂 - ///PP极限提升剂 - ///??? - ///能力防守 - ///要害攻击 - ///力量强化 - ///防御强化 - ///速度强化 - ///命中强化 - ///特殊强化 - ///皮皮玩偶 - ///向尾喵的尾巴 - ///??? - ///白银喷雾 - ///黄金喷雾 - ///离洞绳 - ///除虫喷雾 - ///??? - ///??? - ///??? - ///??? - ///??? - ///??? - ///日之石 - ///月之石 - ///火之石 - ///雷之石 - ///水之石 - ///叶之石 - ///??? - ///??? - ///??? - ///??? - ///小蘑菇 - ///大蘑菇 - ///??? - ///珍珠 - ///大珍珠 - ///星星沙子 - ///星星碎片 - ///金 [rest of string was truncated]";. - /// - internal static string text_ItemsG3_zh { - get { - return ResourceManager.GetString("text_ItemsG3_zh", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Jail Key - ///Elevator Key - ///Small Tablet - ///F-Disk - ///R-Disk - ///L-Disk - ///D-Disk - ///U-Disk - ///Subway Key - ///Maingate Key - ///Card Key - ///Down St. Key - ///DNA Sample - ///DNA Sample - ///DNA Sample - ///DNA Sample - ///DNA Sample - ///DNA Sample - ///DNA Sample - ///DNA Sample - ///DNA Sample - ///DNA Sample - ///DNA Sample - ///DNA Sample - ///DNA Sample - ///DNA Sample - ///DNA Sample - ///DNA Sample - ///DNA Sample - ///DNA Sample - ///Data ROM - ///Steel Teeth - ///Gear - ///Red ID Badge - ///Grn ID Badge - ///Blu ID Badge - ///Ylw ID Badge - ///Time Flute - ///Ein File S - ///Ein File H - ///Ein File C - ///Ein File P - ///Cologne Case - ///Joy Scent - ///Excite Scent - ///Vivid Scent - ///Powerup Part - ///Ein [rest of string was truncated]";. - /// - internal static string text_ItemsG3Colosseum_en { - get { - return ResourceManager.GetString("text_ItemsG3Colosseum_en", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to ろうやのカギ - ///エレベーターキー - ///ちいさなせきばん - ///F-ディスク - ///R-ディスク - ///L-ディスク - ///D-ディスク - ///U-ディスク - ///ちかてつのカギ - ///メインゲートキー - ///カードキー - ///ちかつうろのカギ - ///DNAサンプル - ///DNAサンプル - ///DNAサンプル - ///DNAサンプル - ///DNAサンプル - ///DNAサンプル - ///DNAサンプル - ///DNAサンプル - ///DNAサンプル - ///DNAサンプル - ///DNAサンプル - ///DNAサンプル - ///DNAサンプル - ///DNAサンプル - ///DNAサンプル - ///DNAサンプル - ///DNAサンプル - ///DNAサンプル - ///データロム - ///はがねのいれば - ///はぐるま - ///IDバッジあか - ///IDバッジみどり - ///IDバッジあお - ///IDバッジきいろ - ///ときのふえ - ///ボルグファイルS - ///ボルグファイルH - ///ボルグファイルC - ///ボルグファイルP - ///コロンケース - ///ルンルンのかおり - ///ワクワクのかおり - ///ドキドキのかおり - ///きょうかパーツ - ///ボルグファイルF. - /// - internal static string text_ItemsG3Colosseum_ja { - get { - return ResourceManager.GetString("text_ItemsG3Colosseum_ja", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Safe Key - ///Elevator Key - ///Bonsly Card - ///Machine Part - ///Gonzap's Key - ///Data ROM - ///ID Card - ///Music Disc - ///System Lever - ///Mayor's Note - ///Miror Radar - ///Poké Snack - ///Cologne Case - ///Joy Scent - ///Excite Scent - ///Vivid Scent - ///Sun Shard - ///Moon Shard - ///Bonsly Photo - ///Cry Analyzer - ///??? - ///??? - ///??? - ///Krane Memo 1 - ///Krane Memo 2 - ///Krane Memo 3 - ///Krane Memo 4 - ///Krane Memo 5 - ///Voice Case 1 - ///Voice Case 2 - ///Voice Case 3 - ///Voice Case 4 - ///Voice Case 5 - ///Disc Case - ///Battle CD 01 - ///Battle CD 02 - ///Battle CD 03 - ///Battle CD 04 - ///Battle CD 05 - ///Battle CD 06 - ///Battle CD 07 - ///Battle CD 08 - ///Battle CD 09 - ///Battle CD 1 [rest of string was truncated]";. - /// - internal static string text_ItemsG3XD_en { - get { - return ResourceManager.GetString("text_ItemsG3XD_en", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to きんこのカギ - ///エレベーターキー - ///ウソハチシート - ///マシンパーツ - ///ゴンザのカギ - ///データロム - ///IDカード - ///おんがくソフト - ///かいじょレバー - ///しちょうのてがみ - ///ミラーボレーダー - ///ポケまんま - ///コロンケース - ///ルンルンのかおり - ///ワクワクのかおり - ///ドキドキのかおり - ///たいようのかけら - ///つきのかけら - ///ウソハチフォト - ///かいどくそうち - ///??? - ///??? - ///??? - ///クレインメモ1 - ///クレインメモ2 - ///クレインメモ3 - ///クレインメモ4 - ///クレインメモ5 - ///こえカプセル1 - ///こえカプセル2 - ///こえカプセル3 - ///こえカプセル4 - ///こえカプセル5 - ///ディスクケース - ///バトルディスク01 - ///バトルディスク02 - ///バトルディスク03 - ///バトルディスク04 - ///バトルディスク05 - ///バトルディスク06 - ///バトルディスク07 - ///バトルディスク08 - ///バトルディスク09 - ///バトルディスク10 - ///バトルディスク11 - ///バトルディスク12 - ///バトルディスク13 - ///バトルディスク14 - ///バトルディスク15 - ///バトルディスク16 - ///バトルディスク17 - ///バトルディスク18 - ///バトルディスク19 - ///バトルディスク20 - ///バトルディスク21 - ///バトルディスク22 - ///バトルディスク23 - ///バトルディスク24 - ///バトルディスク25 - ///バトルディス [rest of string was truncated]";. - /// - internal static string text_ItemsG3XD_ja { - get { - return ResourceManager.GetString("text_ItemsG3XD_ja", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Wiesenbrief - ///Feuerbrief - ///Wasserbrief - ///Blütenbrief - ///Minenbrief - ///Stahlbrief - ///Rosabrief - ///Schneebrief - ///Sternbrief - ///Luftbrief - ///Mosaikbrief - ///Ziegelbrief. - /// - internal static string text_mail4_de { - get { - return ResourceManager.GetString("text_mail4_de", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Grass Mail - ///Flame Mail - ///Bubble Mail - ///Bloom Mail - ///Tunnel Mail - ///Steel Mail - ///Heart Mail - ///Snow Mail - ///Space Mail - ///Air Mail - ///Mosaic Mail - ///Brick Mail. - /// - internal static string text_mail4_en { - get { - return ResourceManager.GetString("text_mail4_en", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Grass Mail - ///Flame Mail - ///Bubble Mail - ///Bloom Mail - ///Tunnel Mail - ///Steel Mail - ///Heart Mail - ///Snow Mail - ///Space Mail - ///Air Mail - ///Mosaic Mail - ///Brick Mail. - /// - internal static string text_mail4_es { - get { - return ResourceManager.GetString("text_mail4_es", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Lettre Herbe - ///Lettre Feu - ///Lettre Mer - ///Lett. Pétale - ///Lettre Mine - ///Lettre Acier - ///Lettre Coeur - ///Lettre Neige - ///Lettre Cosmo - ///Lettre Avion - ///Lettremosaik - ///Lettre Brik. - /// - internal static string text_mail4_fr { - get { - return ResourceManager.GetString("text_mail4_fr", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Mess. Erba - ///Mess. Fiamma - ///Mess. Bolla - ///Mess. Petalo - ///Mess. Tunnel - ///Mess. Lega - ///Mess. Cuore - ///Mess. Neve - ///Mess. Spazio - ///Mess. Aereo - ///Mess. Iride - ///Mess. Muro. - /// - internal static string text_mail4_it { - get { - return ResourceManager.GetString("text_mail4_it", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to グラスメール - ///フレイムメール - ///ブルーメール - ///ブルームメール - ///トンネルメール - ///スチールメール - ///ラブラブメール - ///ブリザードメール - ///スペースメール - ///エアメール - ///モザイクメール - ///ブリックメール. - /// - internal static string text_mail4_ja { - get { - return ResourceManager.GetString("text_mail4_ja", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 잔디메일 - ///플레임메일 - ///블루메일 - ///블룸메일 - ///터널메일 - ///스틸메일 - ///러브러브메일 - ///블리자드메일 - ///스페이스메일 - ///에어메일 - ///모자이크메일 - ///브릭메일. - /// - internal static string text_mail4_ko { - get { - return ResourceManager.GetString("text_mail4_ko", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to - /// - ///Es erinnert sich daran, - ///Es erinnert sich daran, - ///Es erinnert sich daran, - ///Es erinnert sich daran, - ///Es erinnert sich klar und deutlich daran, - ///Es erinnert sich ergriffen daran zurück, - ///Es erinnert sich sehr gern daran, - /// - ///wie glücklich es war - ///wie viel Spaß es hatte - ///wie sehr es sich gefreut hat - ///wie es gegrinst hat - ///wie überwältigt es war - ///wie unbeschreiblich seine Gefühle waren - ///wie gut gelaunt es war - ///dass es feuchte Augen bekommen hat - ///wie sehr es sich amüsiert hat - ///wie nervös es war - ///wie wohl es si [rest of string was truncated]";. - /// - internal static string text_memories_de { - get { - return ResourceManager.GetString("text_memories_de", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to - /// - ///The Pokémon remembers - ///The Pokémon remembers - ///The Pokémon remembers - ///The Pokémon remembers - ///The Pokémon clearly remembers - ///The Pokémon definitely remembers - ///The Pokémon fondly remembers - /// - ///it was happy - ///it had fun - ///it was glad - ///it grinned - ///it got overwhelmed by emotion - ///its feelings were indescribable - ///it felt good - ///it got teary eyed - ///it got lighthearted - ///it got nervous - ///it felt comfortable - ///it was restless - ///it got a bit carried away - ///it felt sorry - ///it got emotional - ///it felt nostalgic - ///it had some diffi [rest of string was truncated]";. - /// - internal static string text_memories_en { - get { - return ResourceManager.GetString("text_memories_en", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to - /// - ///El Pokémon recuerda muy vagamente - ///El Pokémon recuerda vagamente - ///El Pokémon recuerda más o menos - ///El Pokémon recuerda bastante bien - ///El Pokémon recuerda con claridad - ///El Pokémon recuerda intensamente - ///El Pokémon recuerda a la perfección - /// - ///cuánto se alegró - ///lo bien que lo pasó - ///la felicidad que sintió - ///la sonrisa que esbozó - ///cómo le embargó la emoción - ///la sensación inenarrable que experimentó - ///lo mucho que le agradó - ///las lágrimas que le vinieron a los ojos - ///la ilusión que le hizo - ///lo nervioso que se pu [rest of string was truncated]";. - /// - internal static string text_memories_es { - get { - return ResourceManager.GetString("text_memories_es", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to - /// - ///se souvient vaguement que - ///se souvient vaguement que - ///se souvient vaguement que - ///se souvient vaguement que - ///se souvient clairement que - ///se souvient très bien que - ///n’oubliera jamais que - /// - ///ça lui a fait plaisir - ///c’était amusant - ///ça l’a rendu heureux - ///ça l’a fait sourire - ///ça l’a ému - ///c’était une drôle de sensation - ///c’était agréable - ///ça lui a mis les larmes aux yeux - ///ça lui a donné du baume au cœur - ///ça l’a rendu nerveux - ///c’était apaisant - ///ça chatouillait - ///ça ne lui a laissé aucun regret - ///ça lui a laissé un [rest of string was truncated]";. - /// - internal static string text_memories_fr { - get { - return ResourceManager.GetString("text_memories_fr", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to - /// - ///Il Pokémon ricorda ancora - ///Il Pokémon ricorda ancora - ///Il Pokémon ricorda ancora - ///Il Pokémon ricorda ancora - ///Il Pokémon ricorda molto bene - ///Il Pokémon ricorda distintamente - ///Il Pokémon ricorderà per sempre - /// - ///la sua felicità - ///quanto sia stato divertente - ///la sua gioia - ///le sue risate - ///la sua emozione - ///quella sensazione indescrivibile - ///quanto è stato piacevole - ///la sua commozione - ///la sua allegria - ///quanto era nervoso - ///quella bella sensazione - ///che non riusciva a star fermo - ///il suo entusiasmo - ///il suo dispiacere [rest of string was truncated]";. - /// - internal static string text_memories_it { - get { - return ResourceManager.GetString("text_memories_it", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to - /// - ///おもいで らしいわ - ///おもいで らしいわ - ///おもいで らしいわ - ///おもいで らしいわ - ///きおくにのこる おもいで らしいわ - ///かんがいぶかい おもいで だって - ///さいこうの おもいで だって! - /// - ///うれしかった - ///たのしかった - ///よろこんだ - ///ニヤニヤした - ///たまらない きもちになった - ///なんともいえない きもちだった - ///いい きぶんになった - ///うるうるした - ///うかれてしまった - ///きんちょうした - ///きもちよかった - ///もぞもぞした - ///クセになりそうに なった - ///もうしわけない きぶんになった - ///せつない きもちになった - ///なつかしい きもちになった - ///てこずった - ///きつかった - ///すなおに なれなかった - ///ほこらしく おもった - ///けんあくな ムードになった - ///おこってしまった - ///しっとした - ///ねむくなった - /// - ///なにかのどうぐ - ///なにかのわざ - ///だれか - ///いい おもいでが あるようだけど ちょっと おもいおこせないみたい…… - ///{0}は {1}に {2}で であい  モンスターボールを なげられて いっしょに たびする ことになり  {3}ことが {4} - ///{0}は {2}で  タマゴの からをやぶって [rest of string was truncated]";. - /// - internal static string text_memories_ja { - get { - return ResourceManager.GetString("text_memories_ja", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to - /// - ///추억인 것 같아 - ///추억인 것 같아 - ///추억인 것 같아 - ///추억인 것 같아 - ///기억에 남는 추억인 것 같아 - ///마음에 깊이 남았던 추억이래 - ///최고의 추억이었대! - /// - ///고마웠던 - ///즐거웠던 - ///기뻤던 - ///히죽히죽 웃었던 - ///참을 수 없는 기분이 되었던 - ///말로는 표현할 수 없는 기분이 되었던 - ///좋은 기분이 되었던 - ///눈물이 글썽글썽했던 - ///마음이 들뜨고 말았던 - ///긴장했던 - ///기분이 좋았던 - ///꼼지락거렸던 - ///완전히 푹 빠졌던 - ///미안한 기분이 들었던 - ///슬픈 기분이 되었던 - ///그리운 기분이 되었던 - ///어려웠던 - ///힘들었던 - ///솔직할 수 없었던 - ///자랑스럽게 생각했던 - ///험악한 분위기가 되었던 - ///화를 내고 말았던 - ///질투했던 - ///졸렸던 - /// - ///어떤 도구 - ///어떤 기술 - ///누군가 - ///좋은 추억이 있는 것 같은데 기억이 잘 떠오르지 않는 것 같아... - ///{0} {1} {2}에서 만나 몬스터볼에 들어가게 되고 함께 여행하게 되어 {3} 게 {4} - ///{0} {2}에서 알의 껍데기를 깨고 나왔을 때 처음 {1} 만나서 {3} 게 {4} - ///{0} {1} {2}에 [rest of string was truncated]";. - /// - internal static string text_memories_ko { - get { - return ResourceManager.GetString("text_memories_ko", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to - /// - ///宝可梦记得 - ///宝可梦记得 - ///宝可梦记得 - ///宝可梦记得 - ///宝可梦清晰得记得 - ///宝可梦肯定得记得 - ///宝可梦美美得记得 - /// - ///它很高兴 - ///它玩的开心 - ///它很开心 - ///它咧嘴笑 - ///它变得不知所措 - ///它的感觉难以形容 - ///它感觉很好 - ///它变得饱含泪水 - ///它感到轻松 - ///它感到紧张了 - ///它感觉很舒服 - ///它感到焦躁不安 - ///它变得有点得意忘形 - ///它感到惋惜 - ///它变得很敏感 - ///它变得很怀旧 - ///它遇到了一些困难 - ///它感到精疲力尽 - ///它感觉不像是真的 - ///它感到骄傲 - ///他们以坏心情收场 - ///它变得愤怒 - ///它感到嫉妒 - ///它想睡觉 - /// - ///某一道具 - ///某一技能 - ///宝可梦 - ///这只宝可梦好像有很美好的回忆,但是它似乎想不起来了…… - ///{0}和{1}的第一次相遇在……{2}。{1}朝它使用了精灵球,之后他们就开始一起旅行了。 - ///{0}从蛋中孵化并且看见{1}第一眼的地方是在……{2}。 - ///{0}和{1}相遇的地方是……{2}。 - ///{0}在{2}通过通讯交换遇见了{1},他们随后成了朋友。 - ///{0}和{1}一起去了宝可梦中心/友好商店,购买了{2}。 - ///{0}和{1}一起去了{2}的宝可梦中心并且恢复了它疲惫的身体。 - ///{0}和{1}一起垂钓,之 [rest of string was truncated]";. - /// - internal static string text_memories_zh { - get { - return ResourceManager.GetString("text_memories_zh", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to ----- - ///Pfund - ///Karateschlag - ///Duplexhieb - ///Kometenhieb - ///Megahieb - ///Zahltag - ///Feuerschlag - ///Eishieb - ///Donnerschlag - ///Kratzer - ///Klammer - ///Guillotine - ///Klingensturm - ///Schwerttanz - ///Zerschneider - ///Windstoß - ///Flügelschlag - ///Wirbelwind - ///Fliegen - ///Klammergriff - ///Slam - ///Rankenhieb - ///Stampfer - ///Doppelkick - ///Megakick - ///Sprungkick - ///Fegekick - ///Sandwirbel - ///Kopfnuss - ///Hornattacke - ///Furienschlag - ///Hornbohrer - ///Tackle - ///Bodyslam - ///Wickel - ///Bodycheck - ///Fuchtler - ///Risikotackle - ///Rutenschlag - ///Giftstachel - ///Duonadel - ///Nadelrakete - ///Silberblick - ///Biss - ///Heuler - ///Brül [rest of string was truncated]";. - /// - internal static string text_moves_de { - get { - return ResourceManager.GetString("text_moves_de", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to ——— - ///Pound - ///Karate Chop - ///Double Slap - ///Comet Punch - ///Mega Punch - ///Pay Day - ///Fire Punch - ///Ice Punch - ///Thunder Punch - ///Scratch - ///Vice Grip - ///Guillotine - ///Razor Wind - ///Swords Dance - ///Cut - ///Gust - ///Wing Attack - ///Whirlwind - ///Fly - ///Bind - ///Slam - ///Vine Whip - ///Stomp - ///Double Kick - ///Mega Kick - ///Jump Kick - ///Rolling Kick - ///Sand Attack - ///Headbutt - ///Horn Attack - ///Fury Attack - ///Horn Drill - ///Tackle - ///Body Slam - ///Wrap - ///Take Down - ///Thrash - ///Double-Edge - ///Tail Whip - ///Poison Sting - ///Twineedle - ///Pin Missile - ///Leer - ///Bite - ///Growl - ///Roar - ///Sing - ///Supersonic - ///Sonic Boom - ///Dis [rest of string was truncated]";. - /// - internal static string text_moves_en { - get { - return ResourceManager.GetString("text_moves_en", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to - - ///Destructor - ///Golpe Kárate - ///Doble Bofetón - ///Puño Cometa - ///Megapuño - ///Día de Pago - ///Puño Fuego - ///Puño Hielo - ///Puño Trueno - ///Arañazo - ///Agarre - ///Guillotina - ///Viento Cortante - ///Danza Espada - ///Corte - ///Tornado - ///Ataque Ala - ///Remolino - ///Vuelo - ///Atadura - ///Atizar - ///Látigo Cepa - ///Pisotón - ///Doble Patada - ///Megapatada - ///Patada Salto - ///Patada Giro - ///Ataque Arena - ///Golpe Cabeza - ///Cornada - ///Ataque Furia - ///Perforador - ///Placaje - ///Golpe Cuerpo - ///Constricción - ///Derribo - ///Golpe - ///Doble Filo - ///Látigo - ///Picotazo Ven - ///Doble Ataque - ///Pin Misil - ///Malicioso - ///Mordisco - ///Gr [rest of string was truncated]";. - /// - internal static string text_moves_es { - get { - return ResourceManager.GetString("text_moves_es", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to ――――― - ///Écras’Face - ///Poing-Karaté - ///Torgnoles - ///Poing Comète - ///Ultimapoing - ///Jackpot - ///Poing de Feu - ///Poing-Glace - ///Poing-Éclair - ///Griffe - ///Force Poigne - ///Guillotine - ///Coupe-Vent - ///Danse-Lames - ///Coupe - ///Tornade - ///Cru-Aile - ///Cyclone - ///Vol - ///Étreinte - ///Souplesse - ///Fouet Lianes - ///Écrasement - ///Double Pied - ///Ultimawashi - ///Pied Sauté - ///Mawashi Geri - ///Jet de Sable - ///Coup d’Boule - ///Koud’Korne - ///Furie - ///Empal’Korne - ///Charge - ///Plaquage - ///Ligotage - ///Bélier - ///Mania - ///Damoclès - ///Mimi-Queue - ///Dard-Venin - ///Double-Dard - ///Dard-Nuée - ///Groz’Yeux - ///Morsure - ///Rugissement /// [rest of string was truncated]";. - /// - internal static string text_moves_fr { - get { - return ResourceManager.GetString("text_moves_fr", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to ----- - ///Botta - ///Colpokarate - ///Doppiasberla - ///Cometapugno - ///Megapugno - ///Giornopaga - ///Fuocopugno - ///Gelopugno - ///Tuonopugno - ///Graffio - ///Presa - ///Ghigliottina - ///Ventagliente - ///Danzaspada - ///Taglio - ///Raffica - ///Attacco d’Ala - ///Turbine - ///Volo - ///Legatutto - ///Schianto - ///Frustata - ///Pestone - ///Doppiocalcio - ///Megacalcio - ///Calciosalto - ///Calciorullo - ///Turbosabbia - ///Bottintesta - ///Incornata - ///Furia - ///Perforcorno - ///Azione - ///Corposcontro - ///Avvolgibotta - ///Riduttore - ///Colpo - ///Sdoppiatore - ///Colpocoda - ///Velenospina - ///Doppio Ago - ///Missilspillo - ///Fulmisguardo - ///Morso - ///Ruggito - ///B [rest of string was truncated]";. - /// - internal static string text_moves_it { - get { - return ResourceManager.GetString("text_moves_it", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to ――――― - ///はたく - ///からてチョップ - ///おうふくビンタ - ///れんぞくパンチ - ///メガトンパンチ - ///ネコにこばん - ///ほのおのパンチ - ///れいとうパンチ - ///かみなりパンチ - ///ひっかく - ///はさむ - ///ハサミギロチン - ///かまいたち - ///つるぎのまい - ///いあいぎり - ///かぜおこし - ///つばさでうつ - ///ふきとばし - ///そらをとぶ - ///しめつける - ///たたきつける - ///つるのムチ - ///ふみつけ - ///にどげり - ///メガトンキック - ///とびげり - ///まわしげり - ///すなかけ - ///ずつき - ///つのでつく - ///みだれづき - ///つのドリル - ///たいあたり - ///のしかかり - ///まきつく - ///とっしん - ///あばれる - ///すてみタックル - ///しっぽをふる - ///どくばり - ///ダブルニードル - ///ミサイルばり - ///にらみつける - ///かみつく - ///なきごえ - ///ほえる - ///うたう - ///ちょうおんぱ - ///ソニックブーム - ///かなしばり - ///ようかいえき - ///ひのこ - ///かえんほうしゃ - ///しろいきり - ///みずでっぽう - ///ハイドロポンプ - ///なみのり - ///れいとうビーム - ///ふぶき - ///サイケこうせん - ///バブルこうせん - ///オーロラビーム - ///はかいこうせん - ///つつく - ///ドリルくちばし - ///じごくぐるま - ///けたぐり - ///カウンター - ///ちきゅうなげ /// [rest of string was truncated]";. - /// - internal static string text_moves_ja { - get { - return ResourceManager.GetString("text_moves_ja", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to ――――― - ///막치기 - ///태권당수 - ///연속뺨치기 - ///연속펀치 - ///메가톤펀치 - ///고양이돈받기 - ///불꽃펀치 - ///냉동펀치 - ///번개펀치 - ///할퀴기 - ///찝기 - ///가위자르기 - ///칼바람 - ///칼춤 - ///풀베기 - ///바람일으키기 - ///날개치기 - ///날려버리기 - ///공중날기 - ///조이기 - ///힘껏치기 - ///덩굴채찍 - ///짓밟기 - ///두번치기 - ///메가톤킥 - ///점프킥 - ///돌려차기 - ///모래뿌리기 - ///박치기 - ///뿔찌르기 - ///마구찌르기 - ///뿔드릴 - ///몸통박치기 - ///누르기 - ///김밥말이 - ///돌진 - ///난동부리기 - ///이판사판태클 - ///꼬리흔들기 - ///독침 - ///더블니들 - ///바늘미사일 - ///째려보기 - ///물기 - ///울음소리 - ///울부짖기 - ///노래하기 - ///초음파 - ///소닉붐 - ///사슬묶기 - ///용해액 - ///불꽃세례 - ///화염방사 - ///흰안개 - ///물대포 - ///하이드로펌프 - ///파도타기 - ///냉동빔 - ///눈보라 - ///환상빔 - ///거품광선 - ///오로라빔 - ///파괴광선 - ///쪼기 - ///회전부리 - ///지옥의바퀴 - ///안다리걸기 - ///카운터 - ///지구던지기 - ///괴력 - ///흡수 - ///메가드레인 - ///씨뿌리기 - ///성장 - ///잎날가르기 - ///솔라빔 - ///독가루 - ///저리가루 - ///수면가루 - ///꽃잎댄스 - ///실뿜기 - ///용의분노 - ///회오리불꽃 - ///전기쇼크 - ///10만볼트 - ///전기자석파 - ///번개 /// [rest of string was truncated]";. - /// - internal static string text_moves_ko { - get { - return ResourceManager.GetString("text_moves_ko", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to ――――― - ///拍击 - ///空手劈 - ///连环巴掌 - ///连续拳 - ///百万吨重拳 - ///聚宝功 - ///火焰拳 - ///冰冻拳 - ///雷电拳 - ///抓 - ///夹住 - ///断头钳 - ///旋风刀 - ///剑舞 - ///居合斩 - ///起风 - ///翅膀攻击 - ///吹飞 - ///飞翔 - ///绑紧 - ///摔打 - ///藤鞭 - ///踩踏 - ///二连踢 - ///百万吨重踢 - ///飞踢 - ///回旋踢 - ///泼沙 - ///头锤 - ///角撞 - ///乱击 - ///角钻 - ///撞击 - ///泰山压顶 - ///紧束 - ///猛撞 - ///大闹一番 - ///舍身冲撞 - ///摇尾巴 - ///毒针 - ///双针 - ///飞弹针 - ///瞪眼 - ///咬住 - ///叫声 - ///吼叫 - ///唱歌 - ///超音波 - ///音爆 - ///定身法 - ///溶解液 - ///火花 - ///喷射火焰 - ///白雾 - ///水枪 - ///水炮 - ///冲浪 - ///冰冻光束 - ///暴风雪 - ///幻象光线 - ///泡沫光线 - ///极光束 - ///破坏光线 - ///啄 - ///啄钻 - ///地狱翻滚 - ///踢倒 - ///双倍奉还 - ///地球上投 - ///怪力 - ///吸取 - ///超级吸取 - ///寄生种子 - ///生长 - ///飞叶快刀 - ///日光束 - ///毒粉 - ///麻痹粉 - ///催眠粉 - ///花瓣舞 - ///吐丝 - ///龙之怒 - ///火焰旋涡 - ///电击 - ///十万伏特 - ///电磁波 - ///打雷 - ///落石 - ///地震 - ///地裂 - ///挖洞 - ///剧毒 - ///念力 - ///精神强念 - ///催眠术 - ///瑜伽姿势 - ///高速移动 - ///电光一闪 - ///愤怒 - ///瞬间移动 - ///黑夜魔影 - ///模仿 - ///刺耳声 - ///影子分身 - ///自我再生 - ///变硬 /// [rest of string was truncated]";. - /// - internal static string text_moves_zh { - get { - return ResourceManager.GetString("text_moves_zh", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Robust - ///Solo - ///Mutig - ///Hart - ///Frech - ///Kühn - ///Sanft - ///Locker - ///Pfiffig - ///Lasch - ///Scheu - ///Hastig - ///Ernst - ///Froh - ///Naiv - ///Mäßig - ///Mild - ///Ruhig - ///Zaghaft - ///Hitzig - ///Still - ///Zart - ///Forsch - ///Sacht - ///Kauzig. - /// - internal static string text_natures_de { - get { - return ResourceManager.GetString("text_natures_de", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Hardy - ///Lonely - ///Brave - ///Adamant - ///Naughty - ///Bold - ///Docile - ///Relaxed - ///Impish - ///Lax - ///Timid - ///Hasty - ///Serious - ///Jolly - ///Naive - ///Modest - ///Mild - ///Quiet - ///Bashful - ///Rash - ///Calm - ///Gentle - ///Sassy - ///Careful - ///Quirky. - /// - internal static string text_natures_en { - get { - return ResourceManager.GetString("text_natures_en", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Fuerte - ///Huraña - ///Audaz - ///Firme - ///Pícara - ///Osada - ///Dócil - ///Plácida - ///Agitada - ///Floja - ///Miedosa - ///Activa - ///Seria - ///Alegre - ///Ingenua - ///Modesta - ///Afable - ///Mansa - ///Tímida - ///Alocada - ///Serena - ///Amable - ///Grosera - ///Cauta - ///Rara. - /// - internal static string text_natures_es { - get { - return ResourceManager.GetString("text_natures_es", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Hardi - ///Solo - ///Brave - ///Rigide - ///Mauvais - ///Assuré - ///Docile - ///Relax - ///Malin - ///Lâche - ///Timide - ///Pressé - ///Sérieux - ///Jovial - ///Naïf - ///Modeste - ///Doux - ///Discret - ///Pudique - ///Foufou - ///Calme - ///Gentil - ///Malpoli - ///Prudent - ///Bizarre. - /// - internal static string text_natures_fr { - get { - return ResourceManager.GetString("text_natures_fr", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Ardita - ///Schiva - ///Audace - ///Decisa - ///Birbona - ///Sicura - ///Docile - ///Placida - ///Scaltra - ///Fiacca - ///Timida - ///Lesta - ///Seria - ///Allegra - ///Ingenua - ///Modesta - ///Mite - ///Quieta - ///Ritrosa - ///Ardente - ///Calma - ///Gentile - ///Vivace - ///Cauta - ///Furba. - /// - internal static string text_natures_it { - get { - return ResourceManager.GetString("text_natures_it", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to がんばりや - ///さみしがり - ///ゆうかん - ///いじっぱり - ///やんちゃ - ///ずぶとい - ///すなお - ///のんき - ///わんぱく - ///のうてんき - ///おくびょう - ///せっかち - ///まじめ - ///ようき - ///むじゃき - ///ひかえめ - ///おっとり - ///れいせい - ///てれや - ///うっかりや - ///おだやか - ///おとなしい - ///なまいき - ///しんちょう - ///きまぐれ. - /// - internal static string text_natures_ja { - get { - return ResourceManager.GetString("text_natures_ja", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 노력 - ///외로움 - ///용감 - ///고집 - ///개구쟁이 - ///대담 - ///온순 - ///무사태평 - ///장난꾸러기 - ///촐랑 - ///겁쟁이 - ///성급 - ///성실 - ///명랑 - ///천진난만 - ///조심 - ///의젓 - ///냉정 - ///수줍음 - ///덜렁 - ///차분 - ///얌전 - ///건방 - ///신중 - ///변덕. - /// - internal static string text_natures_ko { - get { - return ResourceManager.GetString("text_natures_ko", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 勤奋 - ///怕寂寞 - ///勇敢 - ///固执 - ///顽皮 - ///大胆 - ///坦率 - ///悠闲 - ///淘气 - ///乐天 - ///胆小 - ///急躁 - ///认真 - ///爽朗 - ///天真 - ///内敛 - ///慢吞吞 - ///冷静 - ///害羞 - ///马虎 - ///温和 - ///温顺 - ///自大 - ///慎重 - ///浮躁. - /// - internal static string text_natures_zh { - get { - return ResourceManager.GetString("text_natures_zh", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Pokériegelbox - ///Beerenmixer - ///Pokériegel geben - ///Geben - ///Pokériegel herstellen - ///Herstellen - ///[~ 6] - ///Farbe - ///[VAR NUM3(0000)] - ///[VAR PKNICK(0000)] - ///[VAR MOVE(0000)] - ///Welchem Pokémon willst du ihn geben? - ///[VAR PKNICK(0000)] isst den Pokériegel auf! - ///Nach welcher Farbe soll gefiltert werden? - ///Bitte wähle einen Pokériegel. - ///Was willst du mit diesem Pokériegel tun? - ///Gib mindestens zwei Beeren in den Mixer. - ///[~ 17] - ///Du hast [VAR NUM1(0001)] [VAR 01A3(0000)] hergestellt![VAR BE05(0000)][VAR BE05(0001)] - ///Willst du [VAR PK [rest of string was truncated]";. - /// - internal static string text_pokeblock_de { - get { - return ResourceManager.GetString("text_pokeblock_de", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Pokéblock Case - ///Berry Blender - ///Give a Pokéblock - ///Give - ///Make Pokéblocks - ///Make - ///[~ 6] - ///Color - ///[VAR NUM3(0000)] - ///[VAR PKNICK(0000)] - ///[VAR MOVE(0000)] - ///Which Pokémon would you like to give it to? - ///You gave the Pokéblock to [VAR PKNICK(0000)]! - ///Choose the color to filter by. - ///Choose a Pokéblock. - ///What would you like to do with the Pokéblock? - ///Choose Berries to blend. - ///[~ 17] - ///You created [VAR NUM1(0001)] [VAR 01A3(0000)]![VAR BE05(0000)][VAR BE05(0001)] - ///Give the Pokéblock to [VAR PKNICK(0000)]? - ///An Egg can’t ea [rest of string was truncated]";. - /// - internal static string text_pokeblock_en { - get { - return ResourceManager.GetString("text_pokeblock_en", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Tubo Pokécubos - ///Licuabayas - ///Dar un Pokécubo - ///Dar - ///Hacer Pokécubos - ///Hacer - ///[~ 6] - ///Color - ///[VAR NUM3(0000)] - ///[VAR PKNICK(0000)] - ///[VAR MOVE(0000)] - ///¿A qué Pokémon quieres dárselo? - ///¡Le has dado el Pokécubo a [VAR PKNICK(0000)]! - ///Elige qué color de baya quieres filtrar. - ///Elige un Pokécubo. - ///¿Qué quieres hacer con el Pokécubo? - ///Elige las bayas que quieres licuar. - ///[~ 17] - ///¡Has conseguido [VAR NUM1(0001)] [VAR 01A3(0000)]![VAR BE05(0000)][VAR BE05(0001)] - ///¿Quieres darle el Pokécubo a [VAR PKNICK(0000)]? - ///¡Los Huev [rest of string was truncated]";. - /// - internal static string text_pokeblock_es { - get { - return ResourceManager.GetString("text_pokeblock_es", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Boîte Pokéblocs - ///Mixeur à Baies - ///Donner un Pokébloc - ///Donner - ///Créer des Pokéblocs - ///Créer - ///[~ 6] - ///Couleur - ///[VAR NUM3(0000)] - ///[VAR PKNICK(0000)] - ///[VAR MOVE(0000)] - ///À quel Pokémon voulez-vous le donner ? - ///Vous donnez le Pokébloc à [VAR PKNICK(0000)] ! - ///Filtrer par couleur. - ///Choisissez un Pokébloc. - ///Que voulez-vous faire de ce Pokébloc ? - ///Choisissez une Baie à mixer. - ///[~ 17] - ///Vous avez concocté [VAR NUM1(0001)] [VAR 01A3(0000)] ![VAR BE05(0000)][VAR BE05(0001)] - ///Donner un Pokébloc à [VAR PKNICK(0000)] ? - ///Un Œuf [rest of string was truncated]";. - /// - internal static string text_pokeblock_fr { - get { - return ResourceManager.GetString("text_pokeblock_fr", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Portapokémelle - ///Mixer bacche - ///Dai una Pokémella - ///Dai - ///Prepara delle Pokémelle - ///Prepara - ///[~ 6] - ///Colore - ///[VAR NUM3(0000)] - ///[VAR PKNICK(0000)] - ///[VAR MOVE(0000)] - ///A quale Pokémon vuoi darla? - ///Hai dato la Pokémella a [VAR PKNICK(0000)]! - ///Filtra per colore. - ///Scegli una Pokémella. - ///Cosa vuoi fare con la Pokémella? - ///Scegli le bacche da mescolare. - ///[~ 17] - ///Hai preparato [VAR NUM1(0001)] [VAR 01A3(0000)]![VAR BE05(0000)][VAR BE05(0001)] - ///Vuoi dare la Pokémella a [VAR PKNICK(0000)]? - ///Un Uovo non può mangiare Pokémelle [rest of string was truncated]";. - /// - internal static string text_pokeblock_it { - get { - return ResourceManager.GetString("text_pokeblock_it", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to ポロックケース - ///きのみブレンダー - ///ポロックを あげる - ///あげる - ///ポロックを つくる - ///つくる - ///[~ 6] - ///いろ - ///[VAR NUM3(0000)] - ///[VAR PKNICK(0000)] - ///[VAR MOVE(0000)] - ///どのポケモンに あげますか? - ///[VAR PKNICK(0000)]に ポロックを あげた! - ///しぼりこむ いろを えらんでください - ///ポロックを えらんでください - ///ポロックを どうしますか? - ///まぜる きのみを えらんでください - ///[~ 17] - ///[VAR 01A3(0000)]が [VAR NUM1(0001)]コ できた![VAR BE05(0000)][VAR BE05(0001)] - ///[VAR PKNICK(0000)]に ポロックをあげますか? - ///タマゴは たべられません! - ///どのポケモンに あげますか? - ///4つ までしか いれられません! - ///あか で しぼりこみました - ///あお で しぼりこみました - ///ももいろ で しぼりこみました - ///みどり で しぼりこみました - ///きいろ で しぼりこみました - ///ブレンドスタート - ///きのみを もどす - ///ポケモンにあげる - ///やめる [rest of string was truncated]";. - /// - internal static string text_pokeblock_ja { - get { - return ResourceManager.GetString("text_pokeblock_ja", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 포켓몬스넥케이스 - ///나무열매블렌더 - ///포켓몬스넥을 준다 - ///준다 - ///포켓몬스넥을 만든다 - ///만든다 - ///[~ 6] - ///색 - ///[VAR NUM3(0000)] - ///[VAR PKNICK(0000)] - ///[VAR MOVE(0000)] - ///어느 포켓몬에게 주겠습니까? - ///[VAR PKNICK(0000)]에게 포켓몬스넥을 주었다! - ///추려낼 색을 선택해 주십시오 - ///포켓몬스넥을 선택해 주십시오 - ///포켓몬스넥을 어떻게 하겠습니까? - ///섞을 나무열매를 선택해 주십시오 - ///[~ 17] - ///[VAR 01A3(0000)][VAR 1900(0003)] [VAR NUM1(0001)]개 만들어졌다![VAR BE05(0000)][VAR BE05(0001)] - ///[VAR PKNICK(0000)]에게 포켓몬스넥을 줄까요? - ///알은 먹을 수 없습니다! - ///어느 포켓몬에게 주겠습니까? - ///4개까지만 넣을 수 있습니다! - ///빨강으로 추려냈습니다 - ///파랑으로 추려냈습니다 - ///담홍으로 추려냈습니다 - ///초록으로 추려냈습니다 - ///노랑으로 추려냈습니다 - ///블렌드 스타트 - ///되돌려 둔다 - ///포켓몬에게 준 [rest of string was truncated]";. - /// - internal static string text_pokeblock_ko { - get { - return ResourceManager.GetString("text_pokeblock_ko", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 宝可方块盒 - ///树果混合器 - ///给与一个宝可方块 - ///给与 - ///制作宝可方块 - ///制作 - ///[~ 6] - ///颜色 - ///[VAR NUM3(0000)] - ///[VAR PKNICK(0000)] - ///[VAR MOVE(0000)] - ///给哪个精灵? - ///你把宝可方块给了[VAR PKNICK(0000)]! - ///请选择筛选颜色 - ///选择一个宝可方块 - ///要对宝可方块做些什么? - ///选择需要混合的树果 - ///[~ 17] - ///你做出了[VAR 01A3(0000)]个[VAR NUM1(0001)]![VAR BE05(0000)][VAR BE05(0001)] - ///把宝可方块给[VAR PKNICK(0000)]? - ///蛋不能吃宝可方块! - ///给哪个精灵? - ///你不能混合超过4个树果! - ///按红色筛选 - ///按蓝色筛选 - ///按粉色筛选 - ///按绿色筛选 - ///按黄色筛选 - ///开始混合 - ///返回树果 - ///给与 - ///退出 - ///是 - ///否 - ///全部 - ///红 - ///蓝 - ///粉 - ///绿 - ///黄 - ///[~ 40] - ///[~ 41] - ///[~ 42] - ///[~ 43] - ///[~ 44] - ///[~ 45] - ///[~ 46] - ///[~ 47] - ///[~ 48] - ///[~ 49] - ///[~ 50] - ///[VAR 01A3(0000)] /// [rest of string was truncated]";. - /// - internal static string text_pokeblock_zh { - get { - return ResourceManager.GetString("text_pokeblock_zh", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Zucker-Pofflé - ///Minz-Pofflé - ///Zitrus-Pofflé - ///Bitter-Pofflé - ///Chili-Pofflé - ///Zuckerhäubchen-Pofflé - ///Minzhäubchen-Pofflé - ///Zitrushäubchen-Pofflé - ///Bitterhäubchen-Pofflé - ///Chilihäubchen-Pofflé - ///Zucker-Pofflé DX - ///Minz-Pofflé DX - ///Zitrus-Pofflé DX - ///Bitter-Pofflé DX - ///Chili-Pofflé DX - ///Zuckerhäubchen-Pofflé DX - ///Minzhäubchen-Pofflé DX - ///Zitrushäubchen-Pofflé DX - ///Bitterhäubchen-Pofflé DX - ///Chilihäubchen-Pofflé DX - ///Geburtstagsdeko-Pofflé - ///Ehrungsdeko-Pofflé - ///Frühlingsdeko-Pofflé - ///Sommerdeko-Pofflé - ///Herbstdeko-Pofflé - ///Winterdeko [rest of string was truncated]";. - /// - internal static string text_puff_de { - get { - return ResourceManager.GetString("text_puff_de", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Sweet Poké Puff - ///Mint Poké Puff - ///Citrus Poké Puff - ///Mocha Poké Puff - ///Spice Poké Puff - ///Frosted Sweet Poké Puff - ///Frosted Mint Poké Puff - ///Frosted Citrus Poké Puff - ///Frosted Mocha Poké Puff - ///Frosted Spice Poké Puff - ///Fancy Sweet Poké Puff - ///Fancy Mint Poké Puff - ///Fancy Citrus Poké Puff - ///Fancy Mocha Poké Puff - ///Fancy Spice Poké Puff - ///Deluxe Sweet Poké Puff - ///Deluxe Mint Poké Puff - ///Deluxe Citrus Poké Puff - ///Deluxe Mocha Poké Puff - ///Deluxe Spice Poké Puff - ///Supreme Wish Poké Puff - ///Supreme Honor Poké Puff - ///Supreme Spring Pok [rest of string was truncated]";. - /// - internal static string text_puff_en { - get { - return ResourceManager.GetString("text_puff_en", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Pokélito Dulce - ///Pokélito Menta - ///Pokélito Ácido - ///Pokélito Amargo - ///Pokélito Picante - ///Pokélito Crema Dulce - ///Pokélito Crema Menta - ///Pokélito Crema Ácida - ///Pokélito Crema Amarga - ///Pokélito Crema Picante - ///Pokélito Dulce Decorado - ///Pokélito Menta Decorado - ///Pokélito Ácido Decorado - ///Pokélito Amargo Decorado - ///Pokélito Picante Decorado - ///Pokélito Dulce Deluxe - ///Pokélito Menta Deluxe - ///Pokélito Ácido Deluxe - ///Pokélito Amargo Deluxe - ///Pokélito Picante Deluxe - ///Pokélito de Cumpleaños - ///Pokélito de Celebración - ///Pokélito Primaveral - /// [rest of string was truncated]";. - /// - internal static string text_puff_es { - get { - return ResourceManager.GetString("text_puff_es", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Pofiterole Sucrée - ///Pofiterole Mentholée - ///Pofiterole Aigre - ///Pofiterole Amère - ///Pofiterole Épicée - ///Pofiterole Crème Sucrée - ///Pofiterole Crème Mentholée - ///Pofiterole Crème Aigre - ///Pofiterole Crème Amère - ///Pofiterole Crème Épicée - ///Pofiterole Décorée Sucrée - ///Pofiterole Décorée Mentholée - ///Pofiterole Décorée Aigre - ///Pofiterole Décorée Amère - ///Pofiterole Décorée Épicée - ///Pofiterole Deluxe Sucrée - ///Pofiterole Deluxe Mentholée - ///Pofiterole Deluxe Aigre - ///Pofiterole Deluxe Amère - ///Pofiterole Deluxe Épicée - ///Pofiterole Anniversaire [rest of string was truncated]";. - /// - internal static string text_puff_fr { - get { - return ResourceManager.GetString("text_puff_fr", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Pokébignè dolce - ///Pokébignè fresco - ///Pokébignè agro - ///Pokébignè amaro - ///Pokébignè speziato - ///Pokébignè dolce crema - ///Pokébignè fresco crema - ///Pokébignè agro crema - ///Pokébignè amaro crema - ///Pokébignè speziato crema - ///Pokébignè dolce guarnito - ///Pokéb. fresco guarnito - ///Pokébignè agro guarnito - ///Pokébignè amaro guarnito - ///Pokéb. speziato guarnito - ///Pokébignè dolce deluxe - ///Pokébignè fresco deluxe - ///Pokébignè agro deluxe - ///Pokébignè amaro deluxe - ///Pokéb. speziato deluxe - ///Pokébignè di compleanno - ///Pokébignè celebrativo - ///Pokébignè p [rest of string was truncated]";. - /// - internal static string text_puff_it { - get { - return ResourceManager.GetString("text_puff_it", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to スイートポフレ - ///フレッシュポフレ - ///サワーポフレ - ///ビターポフレ - ///スパイシーポフレ - ///レアスイートポフレ - ///レアフレッシュポフレ - ///レアサワーポフレ - ///レアビターポフレ - ///レアスパイシーポフレ - ///リッチスイートポフレ - ///リッチフレッシュポフレ - ///リッチサワーポフレ - ///リッチビターポフレ - ///リッチスパイシーポフレ - ///プチデコスイートポフレ - ///プチデコフレッシュポフレ - ///プチデコサワーポフレ - ///プチデコビターポフレ - ///プチデコスパイシーポフレ - ///フルデコバースデーポフレ - ///フルデコメモリアルポフレ - ///フルデコはるポフレ - ///フルデコなつポフレ - ///フルデコあきポフレ - ///フルデコふゆポフレ. - /// - internal static string text_puff_ja { - get { - return ResourceManager.GetString("text_puff_ja", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 스위트포플레 - ///프레시포플레 - ///사워포플레 - ///비터포플레 - ///스파이시포플레 - ///레어스위트포플레 - ///레어프레시포플레 - ///레어사워포플레 - ///레어비터포플레 - ///레어스파이시포플레 - ///리치스위트포플레 - ///리치프레시포플레 - ///리치사워포플레 - ///리치비터포플레 - ///리치스파이시포플레 - ///프티데코스위트포플레 - ///프티데코프레시포플레 - ///프티데코사워포플레 - ///프티데코비터포플레 - ///프티데코스파이시포플레 - ///풀데코버스데이포플레 - ///풀데코메모리얼포플레 - ///풀데코봄포플레 - ///풀데코여름포플레 - ///풀데코가을포플레 - ///풀데코겨울포플레. - /// - internal static string text_puff_ko { - get { - return ResourceManager.GetString("text_puff_ko", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 甘甜泡芙 - ///清新泡芙 - ///酸涩泡芙 - ///苦甜泡芙 - ///香辣泡芙 - ///珍奇甘甜泡芙 - ///珍奇清新泡芙 - ///珍奇酸涩泡芙 - ///珍奇苦甜泡芙 - ///珍奇香辣泡芙 - ///浓郁甘甜泡芙 - ///浓郁清新泡芙 - ///浓郁酸涩泡芙 - ///浓郁苦甜泡芙 - ///浓郁香辣泡芙 - ///细致甘甜泡芙 - ///细致清新泡芙 - ///细致酸涩泡芙 - ///细致苦甜泡芙 - ///细致香辣泡芙 - ///豪华生日泡芙 - ///豪华纪念泡芙 - ///豪华春天泡芙 - ///豪华夏天泡芙 - ///豪华秋天泡芙 - ///豪华冬天泡芙. - /// - internal static string text_puff_zh { - get { - return ResourceManager.GetString("text_puff_zh", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to RibbonChampionKalos Kalos Champion - ///RibbonChampionG3Hoenn Hoenn Champion (RSE) - ///RibbonChampionSinnoh Sinnoh Champion - ///RibbonBestFriends Beste Freunde - ///RibbonTraining Training - ///RibbonBattlerSkillful Erfahrener Kämpfer - ///RibbonBattlerExpert Experten Kämpfer - ///RibbonEffort Fleiß - ///RibbonAlert Wachsamkeit - ///RibbonShock Schock - ///RibbonDowncast Niederschlag - ///RibbonCareless Sorglosigkeit - ///RibbonRelax Entspannung - ///RibbonSnooze Schlafen - ///RibbonSmile Lächeln - ///RibbonGorgeous Hinreißend - ///RibbonRoyal Königlich - ///RibbonGorgeou [rest of string was truncated]";. - /// - internal static string text_ribbons_de { - get { - return ResourceManager.GetString("text_ribbons_de", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to RibbonChampionKalos Kalos Champion - ///RibbonChampionG3Hoenn Hoenn Champion (RSE) - ///RibbonChampionSinnoh Sinnoh Champion - ///RibbonBestFriends Best Friends - ///RibbonTraining Training - ///RibbonBattlerSkillful Skillful Battler - ///RibbonBattlerExpert Expert Battler - ///RibbonEffort Effort - ///RibbonAlert Alert - ///RibbonShock Shock - ///RibbonDowncast Downcast - ///RibbonCareless Careless - ///RibbonRelax Relax - ///RibbonSnooze Snooze - ///RibbonSmile Smile - ///RibbonGorgeous Gorgeous - ///RibbonRoyal Royal - ///RibbonGorgeousRoyal Gorgeous Royal - ///RibbonArtist [rest of string was truncated]";. - /// - internal static string text_ribbons_en { - get { - return ResourceManager.GetString("text_ribbons_en", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to RibbonChampionKalos Campeón de Kalos - ///RibbonChampionG3Hoenn Campeón de Hoenn (RSE) - ///RibbonChampionSinnoh Campeón de Sinnoh - ///RibbonBestFriends Afecto - ///RibbonTraining Ejercicio - ///RibbonBattlerSkillful Figura del Combate - ///RibbonBattlerExpert Experto del Combate - ///RibbonEffort Esfuerzo - ///RibbonAlert Alerta - ///RibbonShock Impacto - ///RibbonDowncast Abatimiento - ///RibbonCareless Descuido - ///RibbonRelax Relax - ///RibbonSnooze Cabezada - ///RibbonSmile Sonrisa - ///RibbonGorgeous Maravilla - ///RibbonRoyal Realeza - ///RibbonGorgeousRoyal Realez [rest of string was truncated]";. - /// - internal static string text_ribbons_es { - get { - return ResourceManager.GetString("text_ribbons_es", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to RibbonChampionKalos Maître Kalos - ///RibbonChampionG3Hoenn Maître Hoenn (RSE) - ///RibbonChampionSinnoh Maître Sinnoh - ///RibbonBestFriends Affection - ///RibbonTraining Perfectionnement - ///RibbonBattlerSkillful Élite - ///RibbonBattlerExpert Génie - ///RibbonEffort Effort - ///RibbonAlert Alerte - ///RibbonShock Choc - ///RibbonDowncast Déprime - ///RibbonCareless Négligence - ///RibbonRelax Détente - ///RibbonSnooze Sieste - ///RibbonSmile Sourire - ///RibbonGorgeous Sublime - ///RibbonRoyal Royal - ///RibbonGorgeousRoyal Royal Sublime - ///RibbonArtist Artiste - ///RibbonFoo [rest of string was truncated]";. - /// - internal static string text_ribbons_fr { - get { - return ResourceManager.GetString("text_ribbons_fr", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to RibbonChampionKalos Kalos Champion - ///RibbonChampionG3Hoenn Hoenn Champion (RSE) - ///RibbonChampionSinnoh Sinnoh Champion - ///RibbonBestFriends Best Friends - ///RibbonTraining Training - ///RibbonBattlerSkillful Skillful Battler - ///RibbonBattlerExpert Expert Battler - ///RibbonEffort Effort - ///RibbonAlert Alert - ///RibbonShock Shock - ///RibbonDowncast Downcast - ///RibbonCareless Careless - ///RibbonRelax Relax - ///RibbonSnooze Snooze - ///RibbonSmile Smile - ///RibbonGorgeous Gorgeous - ///RibbonRoyal Royal - ///RibbonGorgeousRoyal Gorgeous Royal - ///RibbonArtist [rest of string was truncated]";. - /// - internal static string text_ribbons_it { - get { - return ResourceManager.GetString("text_ribbons_it", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to RibbonChampionKalos カロス チャンプ - ///RibbonChampionG3Hoenn ホウエン チャンプ (RSE) - ///RibbonChampionSinnoh シンオウ チャンプ - ///RibbonBestFriends なかよし - ///RibbonTraining しゅぎょう - ///RibbonBattlerSkillful グレートバトル - ///RibbonBattlerExpert マスターバトル - ///RibbonEffort がんば - ///RibbonAlert しゃっき - ///RibbonShock どっき - ///RibbonDowncast しょんぼ - ///RibbonCareless うっか - ///RibbonRelax すっき - ///RibbonSnooze ぐっす - ///RibbonSmile にっこ - ///RibbonGorgeous ゴージャス - ///RibbonRoyal ロイヤル - ///RibbonGorgeousRoyal ゴージャスロイヤル - ///RibbonArtist ブロマイド - ///RibbonFootprint あしあと - ///RibbonRecord レコード - ///RibbonLegend レジェンド - ///RibbonC [rest of string was truncated]";. - /// - internal static string text_ribbons_ja { - get { - return ResourceManager.GetString("text_ribbons_ja", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to RibbonChampionKalos 칼로스챔피언리본 - ///RibbonChampionG3Hoenn 호연챔피언리본 (RSE) - ///RibbonChampionSinnoh 신오챔피언리본 - ///RibbonBestFriends 절친리본 - ///RibbonTraining 수행리본 - ///RibbonBattlerSkillful 그레이트배틀리본 - ///RibbonBattlerExpert 마스터배틀리본 - ///RibbonEffort 노력리본 - ///RibbonAlert 뚝심리본 - ///RibbonShock 철렁리본 - ///RibbonDowncast 풀죽기리본 - ///RibbonCareless 덜렁이리본 - ///RibbonRelax 상쾌리본 - ///RibbonSnooze 잠보리본 - ///RibbonSmile 방글방글리본 - ///RibbonGorgeous 고저스리본 - ///RibbonRoyal 로열리본 - ///RibbonGorgeousRoyal 고저스로열리본 - ///RibbonArtist 브로마이드리본 - ///RibbonFootprint 발자국리본 - ///RibbonRecord 레코드리본 - ///RibbonLegend 레전드리본 /// [rest of string was truncated]";. - /// - internal static string text_ribbons_ko { - get { - return ResourceManager.GetString("text_ribbons_ko", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to RibbonChampionKalos Campião de Kalos - ///RibbonChampionG3Hoenn Campião de Hoenn (RSE) - ///RibbonChampionSinnoh Campião de Sinnoh - ///RibbonBestFriends Melhores Amigos - ///RibbonTraining Treino - ///RibbonBattlerSkillful Batalhador Hábil - ///RibbonBattlerExpert Batalhador Experiente - ///RibbonEffort Empenho - ///RibbonAlert Alerta - ///RibbonShock Choque - ///RibbonDowncast Desanimado - ///RibbonCareless Descuidado - ///RibbonRelax Descontraído - ///RibbonSnooze Dorminhoco - ///RibbonSmile Sorridente - ///RibbonGorgeous Deslumbrante - ///RibbonRoyal Nobre - ///RibbonGo [rest of string was truncated]";. - /// - internal static string text_ribbons_pt { - get { - return ResourceManager.GetString("text_ribbons_pt", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to RibbonChampionKalos 卡洛斯冠军 - ///RibbonChampionG3Hoenn 冠军 (3代) - ///RibbonChampionSinnoh 神奥冠军 - ///RibbonBestFriends 好友 - ///RibbonTraining 修行 - ///RibbonBattlerSkillful 高手对战 - ///RibbonBattlerExpert 大师对战 - ///RibbonEffort 努力 - ///RibbonAlert 振奋 - ///RibbonShock 心跳 - ///RibbonDowncast 失望 - ///RibbonCareless 大意 - ///RibbonRelax 畅快 - ///RibbonSnooze 酣睡 - ///RibbonSmile 欢笑 - ///RibbonGorgeous 豪华 - ///RibbonRoyal 高贵 - ///RibbonGorgeousRoyal 豪华高贵 - ///RibbonArtist 肖像 - ///RibbonFootprint 脚印 - ///RibbonRecord 纪录 - ///RibbonLegend 传说 - ///RibbonCountry 地区 - ///RibbonNational 国家 - ///RibbonEarth 地球 - ///RibbonWorld [rest of string was truncated]";. - /// - internal static string text_ribbons_zh { - get { - return ResourceManager.GetString("text_ribbons_zh", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Littleroot Town - ///Oldale Town - ///Dewford Town - ///Lavaridge Town - ///Fallarbor Town - ///Verdanturf Town - ///Pacifidlog Town - ///Petalburg City - ///Slateport City - ///Mauville City - ///Rustboro City - ///Fortree City - ///Lilycove City - ///Mossdeep City - ///Sootopolis City - ///Ever Grande City - ///Route 101 - ///Route 102 - ///Route 103 - ///Route 104 - ///Route 105 - ///Route 106 - ///Route 107 - ///Route 108 - ///Route 109 - ///Route 110 - ///Route 111 - ///Route 112 - ///Route 113 - ///Route 114 - ///Route 115 - ///Route 116 - ///Route 117 - ///Route 118 - ///Route 119 - ///Route 120 - ///Route 121 - ///Route 122 - ///Route 123 - ///Route 124 - ///Route 125 - ///Route 126 - ///Route 127 - ///Route 1 [rest of string was truncated]";. - /// - internal static string text_rsefrlg_00000_en { - get { - return ResourceManager.GetString("text_rsefrlg_00000_en", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Villa Raíz - ///Pueblo Escaso - ///Pueblo Azuliza - ///Pueblo Lavacalda - ///Pueblo Pardal - ///Pueblo Verdegal - ///Pueblo Oromar - ///Ciudad Petalia - ///Ciudad Portual - ///Ciudad Malvalona - ///Ciudad Férrica - ///Ciudad Arborada - ///Ciudad Calagua - ///Ciudad Algaria - ///Arrecípolis - ///Ciudad Colosalia - ///Ruta 101 - ///Ruta 102 - ///Ruta 103 - ///Ruta 104 - ///Ruta 105 - ///Ruta 106 - ///Ruta 107 - ///Ruta 108 - ///Ruta 109 - ///Ruta 110 - ///Ruta 111 - ///Ruta 112 - ///Ruta 113 - ///Ruta 114 - ///Ruta 115 - ///Ruta 116 - ///Ruta 117 - ///Ruta 118 - ///Ruta 119 - ///Ruta 120 - ///Ruta 121 - ///Ruta 122 - ///Ruta 123 - ///Ruta 124 - ///Ruta 125 - ///Ruta 126 - ///Ruta 127 - ///Ruta 128 - ///Ruta 129 - ///Ruta 130 - ///Ruta [rest of string was truncated]";. - /// - internal static string text_rsefrlg_00000_es { - get { - return ResourceManager.GetString("text_rsefrlg_00000_es", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to ミシロタウン - ///コトキタウン - ///ムロタウン - ///フエンタウン - ///ハジツゲタウン - ///シダケタウン - ///キナギタウン - ///トウカシティ - ///カイナシティ - ///キンセツシティ - ///カナズミシティ - ///ヒワマキシティ - ///ミナモシティ - ///トクサネシティ - ///ルネシティ - ///サイユウシティ - ///101ばんどうろ - ///102ばんどうろ - ///103ばんどうろ - ///104ばんどうろ - ///105ばんすいどう - ///106ばんすいどう - ///107ばんすいどう - ///108ばんすいどう - ///109ばんすいどう - ///110ばんどうろ - ///111ばんどうろ - ///112ばんどうろ - ///113ばんどうろ - ///114ばんどうろ - ///115ばんどうろ - ///116ばんどうろ - ///117ばんどうろ - ///118ばんどうろ - ///119ばんどうろ - ///120ばんどうろ - ///121ばんどうろ - ///122ばんすいどう - ///123ばんどうろ - ///124ばんすいどう - ///125ばんすいどう - ///126ばんすいどう - ///127ばんすいどう - ///128ばんすいどう - ///129ばんすいどう - ///130ばんすいどう - ///131ばんすいどう - ///132ばんすいどう - ///133ばんすいどう - ///134ばんすいどう - ///すいちゅう (124ばんすいどう) - ///すいちゅう (126ばんすいどう) - ///すいちゅう (127ばんすいどう) - ///すいちゅう (128ばんすいどう) - ///す [rest of string was truncated]";. - /// - internal static string text_rsefrlg_00000_ja { - get { - return ResourceManager.GetString("text_rsefrlg_00000_ja", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 未白镇 - ///古辰镇 - ///武斗镇 - ///釜炎镇 - ///秋叶镇 - ///绿荫镇 - ///暮水镇 - ///橙华市 - ///凯那市 - ///紫堇市 - ///卡那兹市 - ///茵郁市 - ///水静市 - ///绿岭市 - ///琉璃市 - ///彩幽市 - ///101号道路 - ///102号道路 - ///103号道路 - ///104号道路 - ///105号道路 - ///106号道路 - ///107号道路 - ///108号道路 - ///109号道路 - ///110号道路 - ///111号道路 - ///112号道路 - ///113号道路 - ///114号道路 - ///115号道路 - ///116号道路 - ///117号道路 - ///118号道路 - ///119号道路 - ///120号道路 - ///121号道路 - ///122号道路 - ///123号道路 - ///124号道路 - ///125号道路 - ///126号道路 - ///127号道路 - ///128号道路 - ///129号道路 - ///130号道路 - ///131号道路 - ///132号道路 - ///133号道路 - ///134号道路 - ///水下(124号道路) - ///水下(126号道路) - ///水下(127号道路) - ///水下(128号道路) - ///水下(琉璃市) - ///石之洞窟 - ///烟囱山 - ///野生原野区 (红蓝绿宝石) - ///对战塔 (红蓝宝石) / 对战开拓区 (绿宝石) - ///橙华森林 - ///卡绿隧道 - ///弃船 - ///新紫堇 - ///流星瀑布 - ///流星瀑布 (未使用) - ///送火山 - ///秘密指挥部 - ///浅滩洞穴 - ///海底洞窟 - ///水下(海底洞窟) - ///冠军之路 (红蓝绿宝石) - ///梦幻岛 - ///觉醒祠堂 - ///南方孤岛 - ///热焰小径 - ///热焰小径 (2) - ///凹凸山道 - ///凹 [rest of string was truncated]";. - /// - internal static string text_rsefrlg_00000_zh { - get { - return ResourceManager.GetString("text_rsefrlg_00000_zh", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to ---------- - /// - ///Mysteriöser Ort - /// - ///Ferner Ort - /// - ///Route 1 - ///Hauholi-Stadtrand - ///Route 1 - /// - ///Route 3 - /// - ///Route 2 - /// - ///Kala’e-Bucht - /// - ///Meer von Mele-Mele - /// - ///Hauholi City - ///Strandpromenade - ///Hauholi City - ///Einkaufsviertel - ///Hauholi City - ///Hafen - ///Lili’i - /// - ///Mahalo-Bergpfad - /// - ///Mahalo-Bergpfad - ///Hängebrücke - ///Ruinen des Krieges - /// - ///Ruinen des Krieges - ///[~ 33] - ///Tenkarat-Hügel - /// - ///Tenkarat-Hügel - ///Zentraler Felskessel - ///Hauholi-Friedhof - /// - ///Mele-Mele-Blumenmeer - /// - ///Meereshöhle - /// - ///Beerenfelder - /// - ///Vegetationshöhle - ///Prüfungsbereich - ///Vegetati [rest of string was truncated]";. - /// - internal static string text_sm_00000_de { - get { - return ResourceManager.GetString("text_sm_00000_de", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to —————— - /// - ///Mystery Zone - /// - ///Faraway Place - /// - ///Route 1 - ///Hau’oli Outskirts - ///Route 1 - /// - ///Route 3 - /// - ///Route 2 - /// - ///Kala’e Bay - /// - ///Melemele Sea - /// - ///Hau’oli City - ///Beachfront - ///Hau’oli City - ///Shopping District - ///Hau’oli City - ///Marina - ///Iki Town - /// - ///Mahalo Trail - /// - ///Mahalo Trail - ///Plank Bridge - ///Ruins of Conflict - /// - ///Ruins of Conflict - ///[~ 33] - ///Ten Carat Hill - /// - ///Ten Carat Hill - ///Farthest Hollow - ///Hau’oli Cemetery - /// - ///Melemele Meadow - /// - ///Seaward Cave - /// - ///Berry Fields - /// - ///Verdant Cavern - ///Trial Site - ///Verdant Cavern - ///Totem’s Den - ///Route 4 - /// - ///Rou [rest of string was truncated]";. - /// - internal static string text_sm_00000_en { - get { - return ResourceManager.GetString("text_sm_00000_en", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to - - /// - ///Lugar misterioso - /// - ///Lugar lejano - /// - ///Ruta 1 - ///Afueras de Hauoli - ///Ruta 1 - /// - ///Ruta 3 - /// - ///Ruta 2 - /// - ///Bahía Kalae - /// - ///Mar de Melemele - /// - ///Ciudad Hauoli - ///Paseo Marítimo - ///Ciudad Hauoli - ///Zona Comercial - ///Ciudad Hauoli - ///Puerto - ///Pueblo Lilii - /// - ///Senda Mahalo - /// - ///Senda Mahalo - ///Puente Colgante - ///Ruinas de la Guerra - /// - ///Ruinas de la Guerra - ///[~ 33] - ///Colina Dequilate - /// - ///Colina Dequilate - ///Caldera Remota - ///Cementerio de Hauoli - /// - ///Jardines de Melemele - /// - ///Gruta Unemar - /// - ///Huerto de Bayas - /// - ///Cueva Sotobosque - ///Sala de la Prueba - ///Cueva [rest of string was truncated]";. - /// - internal static string text_sm_00000_es { - get { - return ResourceManager.GetString("text_sm_00000_es", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to ---------- - /// - ///Endroit mystérieux - /// - ///Endroit lointain - /// - ///Route 1 - ///Abords d’Ekaeka - ///Route 1 - /// - ///Route 3 - /// - ///Route 2 - /// - ///Baie de Kala’e - /// - ///Mer de Mele-Mele - /// - ///Ekaeka - ///Plage - ///Ekaeka - ///Zone commerciale - ///Ekaeka - ///Port - ///Lili’i - /// - ///Sentier de Mahalo - /// - ///Sentier de Mahalo - ///Pont suspendu - ///Ruines du Conflit - /// - ///Ruines du Conflit - ///[~ 33] - ///Colline Dicarat - /// - ///Colline Dicarat - ///Caldeira Toutofon - ///Cimetière d’Ekaeka - /// - ///Jardin de Mele-Mele - /// - ///Grotte Verlamer - /// - ///Champ de Baies - /// - ///Grotte Verdoyante - ///Zone de l’Épreuve - ///Grotte Verdoyant [rest of string was truncated]";. - /// - internal static string text_sm_00000_fr { - get { - return ResourceManager.GetString("text_sm_00000_fr", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to ---------- - /// - ///Zona misteriosa - /// - ///Luogo remoto - /// - ///Percorso 1 - ///Periferia di Hau’oli - ///Percorso 1 - /// - ///Percorso 3 - /// - ///Percorso 2 - /// - ///Baia Kala’e - /// - ///Mare di Mele Mele - /// - ///Hau’oli - ///Lungomare - ///Hau’oli - ///Zona Commerciale - ///Hau’oli - ///Porto - ///Lili - /// - ///Sentiero Mahalo - /// - ///Sentiero Mahalo - ///Ponte Sospeso - ///Tempio del Conflitto - /// - ///Tempio del Conflitto - ///[~ 33] - ///Collina Diecicarati - /// - ///Collina Diecicarati - ///Caldera Recondita - ///Cimitero di Hau’oli - /// - ///Prato Mele Mele - /// - ///Grotta Pratomare - /// - ///Orto delle Bacche - /// - ///Grotta Sottobosco - ///Luogo dell [rest of string was truncated]";. - /// - internal static string text_sm_00000_it { - get { - return ResourceManager.GetString("text_sm_00000_it", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to ---------- - /// - ///なぞのばしょ - /// - ///とおいばしょ - /// - ///1ばんどうろ - ///ハウオリシティはずれ - ///1ばんどうろ - /// - ///3ばんどうろ - /// - ///2ばんどうろ - /// - ///カーラエわん - /// - ///メレメレかい - /// - ///ハウオリシティ - ///ビーチサイドエリア - ///ハウオリシティ - ///ショッピングエリア - ///ハウオリシティ - ///ポートエリア - ///リリィタウン - /// - ///マハロさんどう - /// - ///マハロさんどう - ///つりばし - ///いくさのいせき - /// - ///いくさのいせき - ///[~ 33] - ///テンカラットヒル - /// - ///テンカラットヒル - ///さいおうくうどう - ///ハウオリれいえん - /// - ///メレメレのはなぞの - /// - ///うみつなぎのどうけつ - /// - ///きのみばたけ - /// - ///しげみのどうくつ - ///しれんのま - ///しげみのどうくつ - ///ぬしのま - ///4ばんどうろ - /// - ///5ばんどうろ - /// - ///6ばんどうろ - /// - ///7ばんどうろ - /// - ///8ばんどうろ - /// - ///9ばんどうろ - /// - ///ハノハノリゾート - /// - ///ハノハノビーチ - /// - ///アーカラのはなぞの - /// - ///オハナタウン - /// - ///カンタイシティ - /// - ///コニコシティ - /// - ///ロイヤルアベニュー - /// - ///メモリアルヒル - /// - ///オハナぼくじょう - /// - ///[~ 80] - /// - /// [rest of string was truncated]";. - /// - internal static string text_sm_00000_ja { - get { - return ResourceManager.GetString("text_sm_00000_ja", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to ---------- - /// - ///수수께끼의 장소 - /// - ///먼 곳 - /// - ///1번도로 - ///하우올리시티 변두리 - ///1번도로 - /// - ///3번도로 - /// - ///2번도로 - /// - ///칼라에만 - /// - ///멜레멜레해 - /// - ///하우올리시티 - ///비치사이드에리어 - ///하우올리시티 - ///쇼핑에리어 - ///하우올리시티 - ///포트에리어 - ///릴리마을 - /// - ///마할로 산길 - /// - ///마할로 산길 - ///현수교 - ///전쟁의 유적 - /// - ///전쟁의 유적 - ///[~ 33] - ///텐캐럿힐 - /// - ///텐캐럿힐 - ///가장 깊은 공동 - ///하우올리 묘원 - /// - ///멜레멜레 화원 - /// - ///바다연결동굴 - /// - ///나무열매 밭 - /// - ///우거진 동굴 - ///시련의 방 - ///우거진 동굴 - ///주인의 방 - ///4번도로 - /// - ///5번도로 - /// - ///6번도로 - /// - ///7번도로 - /// - ///8번도로 - /// - ///9번도로 - /// - ///하노하노리조트 - /// - ///하노하노비치 - /// - ///아칼라 화원 - /// - ///오하나마을 - /// - ///환대시티 - /// - ///코니코니시티 - /// - ///로열 애버뉴 - /// - ///메모리얼힐 - /// - ///오하나목장 - /// - ///[~ 80] - /// - ///벨라화산공원 - /// - ///벨라화산공원 - ///주인의 방 - ///잔잔한물가언덕 - /// - ///잔잔한물가언덕 - ///주인의 방 - ///셰이드정글 - /// - ///생명의 유적 - /// - ///아칼라외 [rest of string was truncated]";. - /// - internal static string text_sm_00000_ko { - get { - return ResourceManager.GetString("text_sm_00000_ko", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to ---------- - /// - ///神秘的地方 - /// - ///遥远的地方 - /// - ///1号道路 - ///好奥乐市郊 - ///1号道路 - /// - ///3号道路 - /// - ///2号道路 - /// - ///卡拉蔚湾 - /// - ///美乐美乐海 - /// - ///好奥乐市 - ///海滩区 - ///好奥乐市 - ///商业区 - ///好奥乐市 - ///港口区 - ///利利小镇 - /// - ///马哈罗山路 - /// - ///马哈罗山路 - ///吊桥 - ///战争遗迹 - /// - ///战争遗迹 - ///[~ 33] - ///十克拉山丘 - /// - ///十克拉山丘 - ///最深处的空洞 - ///好奥乐墓园 - /// - ///美乐美乐花园 - /// - ///通海洞穴 - /// - ///树果园 - /// - ///葱郁洞窟 - ///考验之地 - ///葱郁洞窟 - ///霸主居处 - ///4号道路 - /// - ///5号道路 - /// - ///6号道路 - /// - ///7号道路 - /// - ///8号道路 - /// - ///9号道路 - /// - ///豪诺豪诺度假地 - /// - ///豪诺豪诺海滩 - /// - ///阿卡拉花园 - /// - ///欧哈纳镇 - /// - ///慷待市 - /// - ///可霓可市 - /// - ///皇家大道 - /// - ///回忆之丘 - /// - ///欧哈纳牧场 - /// - ///[~ 80] - /// - ///维拉火山公园 - /// - ///维拉火山公园 - ///霸主居处 - ///潺潺之丘 - /// - ///潺潺之丘 - ///霸主居处 - ///树荫丛林 - /// - ///生命遗迹 - /// - ///阿卡拉岛郊外 - /// - ///[~ 96] - ///[~ 97] - ///[~ 98] - ///[~ 99] - ///地鼠隧道 - /// - ///豪诺豪诺度假地 - /// - ///皇家巨蛋 [rest of string was truncated]";. - /// - internal static string text_sm_00000_zh { - get { - return ResourceManager.GetString("text_sm_00000_zh", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Link-Tausch - ///Link-Tausch - ///Kanto-Region - ///Johto-Region - ///Hoenn-Region - ///Sinnoh-Region - ///Fernes Land - ///---------- - ///Einall-Region - ///Kalos-Region - ///Pokémon-Link - ///Pokémon GO - ///Kanto-Region - ///Hoenn-Region - ///Alola-Region - ///Pokémon-Resort. - /// - internal static string text_sm_30000_de { - get { - return ResourceManager.GetString("text_sm_30000_de", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to a Link Trade - ///a Link Trade - ///the Kanto region - ///the Johto region - ///the Hoenn region - ///the Sinnoh region - ///a distant land - ///—————— - ///the Unova region - ///the Kalos region - ///Pokémon Link - ///Pokémon GO - ///the Kanto region - ///the Hoenn region - ///the Alola region - ///Poké Pelago. - /// - internal static string text_sm_30000_en { - get { - return ResourceManager.GetString("text_sm_30000_en", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Intercambio en conexión - ///Intercambio en conexión - ///Kanto - ///Johto - ///Hoenn - ///Sinnoh - ///Tierra lejana - ///---------- - ///Teselia - ///Kalos - ///Nexo Pokémon - ///Pokémon GO - ///Kanto - ///Hoenn - ///Alola - ///Poké Resort. - /// - internal static string text_sm_30000_es { - get { - return ResourceManager.GetString("text_sm_30000_es", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Échanges Link - ///Échanges Link - ///Kanto - ///Johto - ///Hoenn - ///Sinnoh - ///Pays lointain - ///---------- - ///Unys - ///Kalos - ///Poké Lien - ///Pokémon GO - ///Kanto - ///Hoenn - ///Alola - ///Poké Loisir. - /// - internal static string text_sm_30000_fr { - get { - return ResourceManager.GetString("text_sm_30000_fr", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Scambio in link - ///Scambio in link - ///Kanto - ///Johto - ///Hoenn - ///Sinnoh - ///Terra lontana - ///---------- - ///Unima - ///Kalos - ///Pokémon Link - ///Pokémon GO - ///Kanto - ///Hoenn - ///Alola - ///Poké Resort. - /// - internal static string text_sm_30000_it { - get { - return ResourceManager.GetString("text_sm_30000_it", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to つうしんこうかん - ///つうしんこうかん - ///カントーちほう - ///ジョウトちほう - ///ホウエンちほう - ///シンオウちほう - ///とおくはなれたとち - ///---------- - ///イッシュちほう - ///カロスちほう - ///ポケモンリンク - ///Pokémon GO - ///カントーちほう - ///ホウエンちほう - ///アローラちほう - ///ポケリゾート. - /// - internal static string text_sm_30000_ja { - get { - return ResourceManager.GetString("text_sm_30000_ja", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 통신교환 - ///통신교환 - ///관동지방 - ///성도지방 - ///호연지방 - ///신오지방 - ///아주 먼 땅 - ///---------- - ///하나지방 - ///칼로스지방 - ///포켓몬링크 - ///Pokémon GO - ///관동지방 - ///호연지방 - ///알로라지방 - ///포켓리조트. - /// - internal static string text_sm_30000_ko { - get { - return ResourceManager.GetString("text_sm_30000_ko", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 连接交换 - ///连接交换 - ///关都地区 - ///城都地区 - ///丰缘地区 - ///神奥地区 - ///遥远的土地 - ///---------- - ///合众地区 - ///卡洛斯地区 - ///宝可梦连接 - ///Pokémon GO - ///关都地区 - ///丰缘地区 - ///阿罗拉地区 - ///宝可度假地. - /// - internal static string text_sm_30000_zh { - get { - return ResourceManager.GetString("text_sm_30000_zh", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Netter Ort - ///Ferner Ort - ///Pokémon-Film - ///Pokémon-Film 2016 - ///Pokémon-Film 2017 - ///Pokémon-Film 2018 - ///Pokémon-Film 2019 - ///Pokémon-Film 2020 - ///Pokémon-Film 2021 - ///Pokémon Center - ///Pokémon-Zeichentrickserie - ///Pokémon Center MEGA TOKYO - ///Pokémon Center Osaka - ///Pokémon Center Fukuoka - ///Pokémon Center Nagoya - ///Pokémon Center Sapporo - ///Pokémon Center Yokohama - ///Pokémon Center Tohoku - ///Pokémon Center TOKYO-BAY - ///Pokémon Center Hiroshima - ///Pokémon Center Kyoto - ///Pokémon Ctr. SKYTREE TOWN - ///Pokémon Store - ///WCS - ///WCS 2016 - ///WCS 2017 - ///WCS 2018 [rest of string was truncated]";. - /// - internal static string text_sm_40000_de { - get { - return ResourceManager.GetString("text_sm_40000_de", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to a lovely place - ///a faraway place - ///a Pokémon movie - ///2016 Pokémon Movie - ///2017 Pokémon Movie - ///2018 Pokémon Movie - ///2019 Pokémon Movie - ///2020 Pokémon Movie - ///2021 Pokémon Movie - ///a Pokémon Center - ///the Pokémon animated show - ///Pokémon Ctr. MEGA TOKYO - ///Pokémon Center Osaka - ///Pokémon Center Fukuoka - ///Pokémon Center Nagoya - ///Pokémon Center Sapporo - ///Pokémon Center Yokohama - ///Pokémon Center Tohoku - ///Pokémon Center TOKYO-BAY - ///Pokémon Center Hiroshima - ///Pokémon Center Kyoto - ///Pokémon Ctr. SKYTREE TOWN - ///a Pokémon Store - ///a WCS - ///WCS 20 [rest of string was truncated]";. - /// - internal static string text_sm_40000_en { - get { - return ResourceManager.GetString("text_sm_40000_en", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Lugar encantador - ///Lugar lejano - ///Película Pokémon - ///Película Pokémon 2016 - ///Película Pokémon 2017 - ///Película Pokémon 2018 - ///Película Pokémon 2019 - ///Película Pokémon 2020 - ///Película Pokémon 2021 - ///Pokémon Center - ///Dibujos animados Pokémon - ///Pokémon Center MEGA TOKYO - ///Pokémon Center Osaka - ///Pokémon Center Fukuoka - ///Pokémon Center Nagoya - ///Pokémon Center Sapporo - ///Pokémon Center Yokohama - ///Pokémon Center Tohoku - ///Pokémon Center TOKYO-BAY - ///Pokémon Center Hiroshima - ///Pokémon Center Kyoto - ///Pokémon Ctr. SKYTREE TOWN - ///Pokémon Store [rest of string was truncated]";. - /// - internal static string text_sm_40000_es { - get { - return ResourceManager.GetString("text_sm_40000_es", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Endroit superbe - ///Endroit lointain - ///Film Pokémon - ///Film Pokémon 2016 - ///Film Pokémon 2017 - ///Film Pokémon 2018 - ///Film Pokémon 2019 - ///Film Pokémon 2020 - ///Film Pokémon 2021 - ///Centre Pokémon - ///Dessin animé Pokémon - ///Pokémon Center MEGA TOKYO - ///Pokémon Center Osaka - ///Pokémon Center Fukuoka - ///Pokémon Center Nagoya - ///Pokémon Center Sapporo - ///Pokémon Center Yokohama - ///Pokémon Center Tohoku - ///Pokémon Center TOKYO-BAY - ///Pokémon Center Hiroshima - ///Pokémon Center Kyoto - ///Pokémon Ctr. SKYTREE TOWN - ///Pokémon Store - ///WCS - ///WCS 2016 - ///WCS 2017 - ///WC [rest of string was truncated]";. - /// - internal static string text_sm_40000_fr { - get { - return ResourceManager.GetString("text_sm_40000_fr", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Luogo grazioso - ///Luogo remoto - ///Film Pokémon - ///Film Pokémon 2016 - ///Film Pokémon 2017 - ///Film Pokémon 2018 - ///Film Pokémon 2019 - ///Film Pokémon 2020 - ///Film Pokémon 2021 - ///Pokémon Center - ///Cartone animato Pokémon - ///Pokémon Center MEGA TOKYO - ///Pokémon Center Osaka - ///Pokémon Center Fukuoka - ///Pokémon Center Nagoya - ///Pokémon Center Sapporo - ///Pokémon Center Yokohama - ///Pokémon Center Tohoku - ///Pokémon Center TOKYO-BAY - ///Pokémon Center Hiroshima - ///Pokémon Center Kyoto - ///Pokémon Ctr. SKYTREE TOWN - ///Pokémon Store - ///WCS - ///WCS 2016 - ///WCS 2017 - ///WCS [rest of string was truncated]";. - /// - internal static string text_sm_40000_it { - get { - return ResourceManager.GetString("text_sm_40000_it", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to すてきなばしょ - ///とおいばしょ - ///ポケモンえいが - ///ポケモンえいが16 - ///ポケモンえいが17 - ///ポケモンえいが18 - ///ポケモンえいが19 - ///ポケモンえいが20 - ///ポケモンえいが21 - ///ポケモンセンター - ///ポケモンアニメ - ///PCメガトウキョー - ///PCオーサカ - ///PCフクオカ - ///PCナゴヤ - ///PCサッポロ - ///PCヨコハマ - ///PCトウホク - ///PCトウキョーベイ - ///PCヒロシマ - ///PCキョウト - ///PCスカイツリーT - ///ポケモンストア - ///WCS - ///WCS2016 - ///WCS2017 - ///WCS2018 - ///WCS2019 - ///WCS2020 - ///WCS2021 - ///Worlds - ///Worlds2016 - ///Worlds2017 - ///Worlds2018 - ///Worlds2019 - ///Worlds2020 - ///Worlds2021 - ///VGE - ///VGE2016 - ///VGE2017 - ///VGE2018 - ///VGE2019 - ///VGE2020 - ///VGE2021 - ///ポケモンイベント - ///バトルたいかい - ///ゲームイベント - ///だいすきクラブ - ///ポケモンばんぐみ - ///コンサート - ///オンラインプレゼント - ///PGL - ///ポケモンイベント16 - ///ポケモンイベント17 - ///ポケモ [rest of string was truncated]";. - /// - internal static string text_sm_40000_ja { - get { - return ResourceManager.GetString("text_sm_40000_ja", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 근사한 장소 - ///먼 곳 - ///포켓몬영화 - ///포켓몬영화16 - ///포켓몬영화17 - ///포켓몬영화18 - ///포켓몬영화19 - ///포켓몬영화20 - ///포켓몬영화21 - ///포켓몬센터 - ///포켓몬 애니메이션 - ///PC메가도쿄 - ///PC오사카 - ///PC후쿠오카 - ///PC나고야 - ///PC삿포로 - ///PC요코하마 - ///PC도호쿠 - ///PC도쿄베이 - ///PC히로시마 - ///PC교토 - ///PC스카이트리타운 - ///a Pokémon Store - ///WCS - ///WCS2016 - ///WCS2017 - ///WCS2018 - ///WCS2019 - ///WCS2020 - ///WCS2021 - ///Worlds - ///Worlds2016 - ///Worlds2017 - ///Worlds2018 - ///Worlds2019 - ///Worlds2020 - ///Worlds2021 - ///VGE - ///VGE2016 - ///VGE2017 - ///VGE2018 - ///VGE2019 - ///VGE2020 - ///VGE2021 - ///포켓몬이벤트 - ///배틀 대회 - ///게임 이벤트 - ///the Pokémon Daisuki Club - ///포켓몬 방송 - ///콘서트 - ///온라인 선물 - ///PGL - ///포켓몬이벤트16 - ///포켓몬이벤트17 - ///포켓몬이벤트18 - ///포켓몬이벤트19 - ///포켓몬이벤 [rest of string was truncated]";. - /// - internal static string text_sm_40000_ko { - get { - return ResourceManager.GetString("text_sm_40000_ko", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 美丽的地方 - ///遥远的地方 - ///宝可梦电影 - ///宝可梦电影16 - ///宝可梦电影17 - ///宝可梦电影18 - ///宝可梦电影19 - ///宝可梦电影20 - ///宝可梦电影21 - ///宝可梦中心 - ///宝可梦动画片 - ///超级东京PC - ///大阪PC - ///福冈PC - ///名古屋PC - ///札幌PC - ///横滨PC - ///东北PC - ///东京湾PC - ///广岛PC - ///京都PC - ///晴空塔城PC - ///宝可梦商店 - ///WCS - ///WCS2016 - ///WCS2017 - ///WCS2018 - ///WCS2019 - ///WCS2020 - ///WCS2021 - ///Worlds - ///Worlds2016 - ///Worlds2017 - ///Worlds2018 - ///Worlds2019 - ///Worlds2020 - ///Worlds2021 - ///VGE - ///VGE2016 - ///VGE2017 - ///VGE2018 - ///VGE2019 - ///VGE2020 - ///VGE2021 - ///宝可梦活动 - ///对战大赛 - ///游戏活动 - ///发烧友俱乐部 - ///宝可梦节目 - ///音乐会 - ///在线礼物 - ///PGL - ///宝可梦活动16 - ///宝可梦活动17 - ///宝可梦活动18 - ///宝可梦活动19 - ///宝可梦活动20 - ///宝可梦活动21 - ///宝可梦庆典 - ///宝可梦庆典16 - ///宝可梦庆典17 - ///宝可梦庆典18 - ///宝可梦庆典19 [rest of string was truncated]";. - /// - internal static string text_sm_40000_zh { - get { - return ResourceManager.GetString("text_sm_40000_zh", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Ferne Person - ///Hortleiterinnen - ///Schatzsucher - ///Dame der Heißen Quellen. - /// - internal static string text_sm_60000_de { - get { - return ResourceManager.GetString("text_sm_60000_de", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to a stranger - ///Nursery helpers - ///a treasure hunter - ///an old hot-springs visitor. - /// - internal static string text_sm_60000_en { - get { - return ResourceManager.GetString("text_sm_60000_en", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Persona lejana - ///Cuidados Pokémon - ///Buscatesoros - ///Anciana del Balneario. - /// - internal static string text_sm_60000_es { - get { - return ResourceManager.GetString("text_sm_60000_es", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Personne lointaine - ///Responsable de la Garderie - ///Chercheur de Trésors - ///Dame des Eaux Thermales. - /// - internal static string text_sm_60000_fr { - get { - return ResourceManager.GetString("text_sm_60000_fr", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Persona lontana - ///Ostello Pokémon - ///Cercatesori - ///Vecchina delle terme. - /// - internal static string text_sm_60000_it { - get { - return ResourceManager.GetString("text_sm_60000_it", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to とおくにいるひと - ///あずかりやさん - ///トレジャーハンター - ///おんせんばあさん. - /// - internal static string text_sm_60000_ja { - get { - return ResourceManager.GetString("text_sm_60000_ja", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 멀리 있는 사람 - ///맡기미집 - ///트레져헌터 - ///온천할머니. - /// - internal static string text_sm_60000_ko { - get { - return ResourceManager.GetString("text_sm_60000_ko", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 远处的人 - ///寄放屋 - ///寻宝猎人 - ///温泉婆婆. - /// - internal static string text_sm_60000_zh { - get { - return ResourceManager.GetString("text_sm_60000_zh", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Ei - ///Bisasam - ///Bisaknosp - ///Bisaflor - ///Glumanda - ///Glutexo - ///Glurak - ///Schiggy - ///Schillok - ///Turtok - ///Raupy - ///Safcon - ///Smettbo - ///Hornliu - ///Kokuna - ///Bibor - ///Taubsi - ///Tauboga - ///Tauboss - ///Rattfratz - ///Rattikarl - ///Habitak - ///Ibitak - ///Rettan - ///Arbok - ///Pikachu - ///Raichu - ///Sandan - ///Sandamer - ///Nidoran♀ - ///Nidorina - ///Nidoqueen - ///Nidoran♂ - ///Nidorino - ///Nidoking - ///Piepi - ///Pixi - ///Vulpix - ///Vulnona - ///Pummeluff - ///Knuddeluff - ///Zubat - ///Golbat - ///Myrapla - ///Duflor - ///Giflor - ///Paras - ///Parasek - ///Bluzuk - ///Omot - ///Digda - ///Digdri - ///Mauzi - ///Snobilikat - ///Enton - ///Entoron - ///Menki - ///Rasaff - ///Fukano - ///Arka [rest of string was truncated]";. - /// - internal static string text_species_de { - get { - return ResourceManager.GetString("text_species_de", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Egg - ///Bulbasaur - ///Ivysaur - ///Venusaur - ///Charmander - ///Charmeleon - ///Charizard - ///Squirtle - ///Wartortle - ///Blastoise - ///Caterpie - ///Metapod - ///Butterfree - ///Weedle - ///Kakuna - ///Beedrill - ///Pidgey - ///Pidgeotto - ///Pidgeot - ///Rattata - ///Raticate - ///Spearow - ///Fearow - ///Ekans - ///Arbok - ///Pikachu - ///Raichu - ///Sandshrew - ///Sandslash - ///Nidoran♀ - ///Nidorina - ///Nidoqueen - ///Nidoran♂ - ///Nidorino - ///Nidoking - ///Clefairy - ///Clefable - ///Vulpix - ///Ninetales - ///Jigglypuff - ///Wigglytuff - ///Zubat - ///Golbat - ///Oddish - ///Gloom - ///Vileplume - ///Paras - ///Parasect - ///Venonat - ///Venomoth - ///Diglett - ///Dugtrio - ///Meowth - ///Persian - /// [rest of string was truncated]";. - /// - internal static string text_species_en { - get { - return ResourceManager.GetString("text_species_en", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Huevo - ///Bulbasaur - ///Ivysaur - ///Venusaur - ///Charmander - ///Charmeleon - ///Charizard - ///Squirtle - ///Wartortle - ///Blastoise - ///Caterpie - ///Metapod - ///Butterfree - ///Weedle - ///Kakuna - ///Beedrill - ///Pidgey - ///Pidgeotto - ///Pidgeot - ///Rattata - ///Raticate - ///Spearow - ///Fearow - ///Ekans - ///Arbok - ///Pikachu - ///Raichu - ///Sandshrew - ///Sandslash - ///Nidoran♀ - ///Nidorina - ///Nidoqueen - ///Nidoran♂ - ///Nidorino - ///Nidoking - ///Clefairy - ///Clefable - ///Vulpix - ///Ninetales - ///Jigglypuff - ///Wigglytuff - ///Zubat - ///Golbat - ///Oddish - ///Gloom - ///Vileplume - ///Paras - ///Parasect - ///Venonat - ///Venomoth - ///Diglett - ///Dugtrio - ///Meowth - ///Persian [rest of string was truncated]";. - /// - internal static string text_species_es { - get { - return ResourceManager.GetString("text_species_es", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Œuf - ///Bulbizarre - ///Herbizarre - ///Florizarre - ///Salamèche - ///Reptincel - ///Dracaufeu - ///Carapuce - ///Carabaffe - ///Tortank - ///Chenipan - ///Chrysacier - ///Papilusion - ///Aspicot - ///Coconfort - ///Dardargnan - ///Roucool - ///Roucoups - ///Roucarnage - ///Rattata - ///Rattatac - ///Piafabec - ///Rapasdepic - ///Abo - ///Arbok - ///Pikachu - ///Raichu - ///Sabelette - ///Sablaireau - ///Nidoran♀ - ///Nidorina - ///Nidoqueen - ///Nidoran♂ - ///Nidorino - ///Nidoking - ///Mélofée - ///Mélodelfe - ///Goupix - ///Feunard - ///Rondoudou - ///Grodoudou - ///Nosferapti - ///Nosferalto - ///Mystherbe - ///Ortide - ///Rafflesia - ///Paras - ///Parasect - ///Mimitoss - ///Aéromite - ///Taupiqu [rest of string was truncated]";. - /// - internal static string text_species_fr { - get { - return ResourceManager.GetString("text_species_fr", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Uovo - ///Bulbasaur - ///Ivysaur - ///Venusaur - ///Charmander - ///Charmeleon - ///Charizard - ///Squirtle - ///Wartortle - ///Blastoise - ///Caterpie - ///Metapod - ///Butterfree - ///Weedle - ///Kakuna - ///Beedrill - ///Pidgey - ///Pidgeotto - ///Pidgeot - ///Rattata - ///Raticate - ///Spearow - ///Fearow - ///Ekans - ///Arbok - ///Pikachu - ///Raichu - ///Sandshrew - ///Sandslash - ///Nidoran♀ - ///Nidorina - ///Nidoqueen - ///Nidoran♂ - ///Nidorino - ///Nidoking - ///Clefairy - ///Clefable - ///Vulpix - ///Ninetales - ///Jigglypuff - ///Wigglytuff - ///Zubat - ///Golbat - ///Oddish - ///Gloom - ///Vileplume - ///Paras - ///Parasect - ///Venonat - ///Venomoth - ///Diglett - ///Dugtrio - ///Meowth - ///Persian /// [rest of string was truncated]";. - /// - internal static string text_species_it { - get { - return ResourceManager.GetString("text_species_it", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to タマゴ - ///フシギダネ - ///フシギソウ - ///フシギバナ - ///ヒトカゲ - ///リザード - ///リザードン - ///ゼニガメ - ///カメール - ///カメックス - ///キャタピー - ///トランセル - ///バタフリー - ///ビードル - ///コクーン - ///スピアー - ///ポッポ - ///ピジョン - ///ピジョット - ///コラッタ - ///ラッタ - ///オニスズメ - ///オニドリル - ///アーボ - ///アーボック - ///ピカチュウ - ///ライチュウ - ///サンド - ///サンドパン - ///ニドラン♀ - ///ニドリーナ - ///ニドクイン - ///ニドラン♂ - ///ニドリーノ - ///ニドキング - ///ピッピ - ///ピクシー - ///ロコン - ///キュウコン - ///プリン - ///プクリン - ///ズバット - ///ゴルバット - ///ナゾノクサ - ///クサイハナ - ///ラフレシア - ///パラス - ///パラセクト - ///コンパン - ///モルフォン - ///ディグダ - ///ダグトリオ - ///ニャース - ///ペルシアン - ///コダック - ///ゴルダック - ///マンキー - ///オコリザル - ///ガーディ - ///ウインディ - ///ニョロモ - ///ニョロゾ - ///ニョロボン - ///ケーシィ - ///ユンゲラー - ///フーディン - ///ワンリキー - ///ゴーリキー - ///カイリキー - ///マダツボミ - ///ウツドン - ///ウツボット - ///メノクラゲ - ///ドククラゲ - ///イシツブテ - ///ゴローン - ///ゴローニャ - ///ポニータ - ///ギャロップ - ///ヤ [rest of string was truncated]";. - /// - internal static string text_species_ja { - get { - return ResourceManager.GetString("text_species_ja", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 알 - ///이상해씨 - ///이상해풀 - ///이상해꽃 - ///파이리 - ///리자드 - ///리자몽 - ///꼬부기 - ///어니부기 - ///거북왕 - ///캐터피 - ///단데기 - ///버터플 - ///뿔충이 - ///딱충이 - ///독침붕 - ///구구 - ///피죤 - ///피죤투 - ///꼬렛 - ///레트라 - ///깨비참 - ///깨비드릴조 - ///아보 - ///아보크 - ///피카츄 - ///라이츄 - ///모래두지 - ///고지 - ///니드런♀ - ///니드리나 - ///니드퀸 - ///니드런♂ - ///니드리노 - ///니드킹 - ///삐삐 - ///픽시 - ///식스테일 - ///나인테일 - ///푸린 - ///푸크린 - ///주뱃 - ///골뱃 - ///뚜벅쵸 - ///냄새꼬 - ///라플레시아 - ///파라스 - ///파라섹트 - ///콘팡 - ///도나리 - ///디그다 - ///닥트리오 - ///나옹 - ///페르시온 - ///고라파덕 - ///골덕 - ///망키 - ///성원숭 - ///가디 - ///윈디 - ///발챙이 - ///슈륙챙이 - ///강챙이 - ///캐이시 - ///윤겔라 - ///후딘 - ///알통몬 - ///근육몬 - ///괴력몬 - ///모다피 - ///우츠동 - ///우츠보트 - ///왕눈해 - ///독파리 - ///꼬마돌 - ///데구리 - ///딱구리 - ///포니타 - ///날쌩마 - ///야돈 - ///야도란 - ///코일 - ///레어코일 - ///파오리 - ///두두 - ///두트리오 - ///쥬쥬 - ///쥬레곤 - ///질퍽이 - ///질뻐기 - ///셀러 - ///파르셀 - ///고오스 - ///고우스트 - ///팬텀 - ///롱스톤 - ///슬리프 - ///슬리퍼 - ///크랩 - ///킹크랩 - ///찌리리공 - ///붐볼 - ///아라리 /// [rest of string was truncated]";. - /// - internal static string text_species_ko { - get { - return ResourceManager.GetString("text_species_ko", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 蛋 - ///妙蛙种子 - ///妙蛙草 - ///妙蛙花 - ///小火龙 - ///火恐龙 - ///喷火龙 - ///杰尼龟 - ///卡咪龟 - ///水箭龟 - ///绿毛虫 - ///铁甲蛹 - ///巴大蝶 - ///独角虫 - ///铁壳蛹 - ///大针蜂 - ///波波 - ///比比鸟 - ///大比鸟 - ///小拉达 - ///拉达 - ///烈雀 - ///大嘴雀 - ///阿柏蛇 - ///阿柏怪 - ///皮卡丘 - ///雷丘 - ///穿山鼠 - ///穿山王 - ///尼多兰 - ///尼多娜 - ///尼多后 - ///尼多朗 - ///尼多力诺 - ///尼多王 - ///皮皮 - ///皮可西 - ///六尾 - ///九尾 - ///胖丁 - ///胖可丁 - ///超音蝠 - ///大嘴蝠 - ///走路草 - ///臭臭花 - ///霸王花 - ///派拉斯 - ///派拉斯特 - ///毛球 - ///摩鲁蛾 - ///地鼠 - ///三地鼠 - ///喵喵 - ///猫老大 - ///可达鸭 - ///哥达鸭 - ///猴怪 - ///火暴猴 - ///卡蒂狗 - ///风速狗 - ///蚊香蝌蚪 - ///蚊香君 - ///蚊香泳士 - ///凯西 - ///勇基拉 - ///胡地 - ///腕力 - ///豪力 - ///怪力 - ///喇叭芽 - ///口呆花 - ///大食花 - ///玛瑙水母 - ///毒刺水母 - ///小拳石 - ///隆隆石 - ///隆隆岩 - ///小火马 - ///烈焰马 - ///呆呆兽 - ///呆壳兽 - ///小磁怪 - ///三合一磁怪 - ///大葱鸭 - ///嘟嘟 - ///嘟嘟利 - ///小海狮 - ///白海狮 - ///臭泥 - ///臭臭泥 - ///大舌贝 - ///刺甲贝 - ///鬼斯 - ///鬼斯通 - ///耿鬼 - ///大岩蛇 - ///催眠貘 - ///引梦貘人 - ///大钳蟹 - ///巨钳蟹 - ///霹雳电球 - ///顽皮雷弹 - ///蛋蛋 - ///椰蛋树 - ///卡拉卡拉 [rest of string was truncated]";. - /// - internal static string text_species_zh { - get { - return ResourceManager.GetString("text_species_zh", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 蛋 - ///妙蛙種子 - ///妙蛙草 - ///妙蛙花 - ///小火龍 - ///火恐龍 - ///噴火龍 - ///傑尼龜 - ///卡咪龜 - ///水箭龜 - ///綠毛蟲 - ///鐵甲蛹 - ///巴大蝶 - ///獨角蟲 - ///鐵殼蛹 - ///大針蜂 - ///波波 - ///比比鳥 - ///大比鳥 - ///小拉達 - ///拉達 - ///烈雀 - ///大嘴雀 - ///阿柏蛇 - ///阿柏怪 - ///皮卡丘 - ///雷丘 - ///穿山鼠 - ///穿山王 - ///尼多蘭 - ///尼多娜 - ///尼多后 - ///尼多朗 - ///尼多力諾 - ///尼多王 - ///皮皮 - ///皮可西 - ///六尾 - ///九尾 - ///胖丁 - ///胖可丁 - ///超音蝠 - ///大嘴蝠 - ///走路草 - ///臭臭花 - ///霸王花 - ///派拉斯 - ///派拉斯特 - ///毛球 - ///摩魯蛾 - ///地鼠 - ///三地鼠 - ///喵喵 - ///貓老大 - ///可達鴨 - ///哥達鴨 - ///猴怪 - ///火爆猴 - ///卡蒂狗 - ///風速狗 - ///蚊香蝌蚪 - ///蚊香君 - ///蚊香泳士 - ///凱西 - ///勇基拉 - ///胡地 - ///腕力 - ///豪力 - ///怪力 - ///喇叭芽 - ///口呆花 - ///大食花 - ///瑪瑙水母 - ///毒刺水母 - ///小拳石 - ///隆隆石 - ///隆隆岩 - ///小火馬 - ///烈焰馬 - ///呆呆獸 - ///呆殼獸 - ///小磁怪 - ///三合一磁怪 - ///大蔥鴨 - ///嘟嘟 - ///嘟嘟利 - ///小海獅 - ///白海獅 - ///臭泥 - ///臭臭泥 - ///大舌貝 - ///刺甲貝 - ///鬼斯 - ///鬼斯通 - ///耿鬼 - ///大岩蛇 - ///催眠貘 - ///引夢貘人 - ///大鉗蟹 - ///巨鉗蟹 - ///霹靂電球 - ///頑皮雷彈 - ///蛋蛋 - ///椰蛋樹 - ///卡拉卡拉 [rest of string was truncated]";. - /// - internal static string text_species_zh2 { - get { - return ResourceManager.GetString("text_species_zh2", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Probetraining mit Purmel! - ///Zeig’s Puponcho mit einem Fokusschuss! - ///Spezial-Angriffs-Training mit Magnetilo! - ///KP-Training mit Wailmer! - ///Angriffs-Training mit Milza! - ///Spezial-Verteidigungs-Training mit Tentacha! - ///Initiative-Training mit eF-eM! - ///Verteidigungs-Training mit Kleinstein! - ///Die zielgerichteten Schüsse von Magneton! - ///Ziele auf das Volltreffertor von Relicanth! - ///Nimm Sharfax unter Beschuss! - ///Tentoxa und die Bit-Ballons! - ///Gib Aerodactyl mit Temposchüssen zu denken! - ///Zerstöre Georoks Schutzschild! - ///Wehr [rest of string was truncated]";. - /// - internal static string text_supertraining_de { - get { - return ResourceManager.GetString("text_supertraining_de", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Practice against Scatterbug! - ///Get Spewpa with an Energy Shot! - ///Hone Sp. Atk with Magnemite! - ///Raise Your HP with Wailmer! - ///Boost Attack with Axew! - ///Build Up Sp. Def with Tentacool! - ///Speed Up with the Noibat Regimen! - ///Strengthen Defense with Geodude! - ///Home In on Magneton! - ///Hit Relicanth’s Weak Points! - ///Let Loose to Get Fraxure! - ///Watch Out for Tentacruel’s Bitbots! - ///Hammer Aerodactyl with High-Speed Shots! - ///Break Down Graveler’s Barrier! - ///Shake Off That Uncanny Magnezone! - ///Shoot Back! Get the Giant Wailord! - ///C [rest of string was truncated]";. - /// - internal static string text_supertraining_en { - get { - return ResourceManager.GetString("text_supertraining_en", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to ¡Practica contra Scatterbug! - ///¡Tiro con ímpetu contra Spewpa! - ///¡Mejora tu Ataque Especial contra Magnemite! - ///¡Mejora tus PS contra Wailmer! - ///¡Mejora tu Ataque contra Axew! - ///¡Mejora tu Defensa Especial contra Tentacool! - ///¡Mejora tu Velocidad contra Noibat! - ///¡Mejora tu Defensa contra Geodude! - ///¡Los tiros rastreadores de Magneton! - ///¡La portería de oportunidad de Relicanth! - ///¡Ráfaga de tiros de Fraxure! - ///¡Tentacruel y sus globos de bits! - ///¡Dale a Aerodactyl con tiros rápidos! - ///¡Destruye la barrera de Graveler! /// [rest of string was truncated]";. - /// - internal static string text_supertraining_es { - get { - return ResourceManager.GetString("text_supertraining_es", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Entraînez-vous contre Lépidonille! - ///Tir Volonté sur Pérégrain! - ///À l’assaut de Magnéti! - ///À l’assaut de Wailmer! - ///À l’assaut de Coupenotte! - ///À l’assaut de Tentacool! - ///À l’assaut de Sonistrelle! - ///À l’assaut de Racaillou! - ///Les tirs à tête chercheuse de Magnéton! - ///La Cible Aubaine de Relicanth! - ///Déchaînez-vous contre Incisache! - ///Les Ballons Pixels de Tentacruel! - ///Mitraillez Ptéra! - ///Brisez la Barrière de Gravalanch! - ///Débarrassez-vous de Magnézone! - ///Répliquez aux tirs de Wailord! - ///Évitez les tirs de Tranchodon! - ///T [rest of string was truncated]";. - /// - internal static string text_supertraining_fr { - get { - return ResourceManager.GetString("text_supertraining_fr", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Allenamento di prova contro Scatterbug! - ///Sconfiggi Spewpa con un tiro vigoroso! - ///Aumenta l’Attacco Speciale con Magnemite! - ///Aumenta i PS con Wailmer! - ///Aumenta l’Attacco con Axew! - ///Aumenta la Difesa Speciale con Tentacool! - ///Aumenta la Velocità con Noibat! - ///Aumenta la Difesa con Geodude! - ///Evita i tiri a ricerca di Magneton! - ///Colpisci le reti chance di Relicanth! - ///Attenzione alle raffiche di Fraxure! - ///Tentacruel e i palloncini Bit! - ///Tempesta di tiri Aerodactyl! - ///Abbatti la barriera di Graveler! - ///Sbarazzati di [rest of string was truncated]";. - /// - internal static string text_supertraining_it { - get { - return ResourceManager.GetString("text_supertraining_it", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to おためしトレーニング! コフキムシ - ///コフーライ! きめろ ガッツシュート - ///とくこうトレーニング VSコイル - ///HPトレーニング VSホエルコ - ///こうげきトレーニング VSキバゴ - ///とくぼうトレーニング VSメノクラゲ - ///すばやさトレーニング VSオンバット - ///ぼうぎょトレーニング VSイシツブテ - ///ついびシュート! レアコイル - ///ジーランスの チャンスゴール! - ///ばらまきシュート! オノンド - ///ドククラゲと ビットバルーン! - ///こうそくシュート! プテラ - ///ゴローンの ブロックを くずせ! - ///ふりきれ! まきゅうの ジバコイル - ///むかえうて! きょだい ホエルオー - ///みきれ! もうこうの オノノクス - ///けちらせ! ドラミドロ ぐんだん - ///とらえろ! はやての オンバーン - ///やぶれ! ゴローニャ ぼうえいライン - ///いちなん さって また いちなん!? - ///いっとう しょうひん リーフのいし! - ///いっとう しょうひん ほのおのいし! - ///いっとう しょうひん みずのいし! - ///にげる ゴールを おえ! - ///はんげきの こうはんせん! - ///そっこうの ぜんはんせん! - ///じゅうおう むじん ロングシュート! - ///ぎゃくしゅう [rest of string was truncated]";. - /// - internal static string text_supertraining_ja { - get { - return ResourceManager.GetString("text_supertraining_ja", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 맛보기트레이닝! 분이벌레 - ///분떠도리에게 거츠 슛을 날려라! - ///특수공격트레이닝 VS 코일 - ///HP트레이닝 VS 고래왕자 - ///공격트레이닝 VS 터검니 - ///특수방어트레이닝 VS 왕눈해 - ///스피드트레이닝 VS 음뱃 - ///방어트레이닝 VS 꼬마돌 - ///레어코일의 추격 슛! - ///시라칸의 찬스골! - ///액슨도의 흩뿌리기 슛! - ///독파리와 비트벌룬! - ///프테라의 고속 슛! - ///데구리의 블록을 무너뜨려라! - ///자포코일의 마구를 피해라! - ///거대 고래왕에게 맞서 싸워라! - ///조심해! 액스라이즈의 맹공격! - ///물리쳐라! 드래캄 군단 - ///질풍의 음번을 잡아라! - ///무너뜨려라! 딱구리 방위선 - ///산 넘어 산!? - ///일등 상품 리프의돌! - ///일등 상품 불꽃의돌! - ///일등 상품 물의돌! - ///도망치는 골을 쫓아라! - ///반격의 후반전! - ///속공의 전반전! - ///종횡무진 롱 슛! - ///역습의 분이벌레! - ///탄막 탄막 비트벌룬! - ///서든데스 삼삼드래! - ///최강 결정! X버전 - ///공포! 큰 턱 트윈테일 - ///열리는 금단의 지퍼! - ///무쇠팔 강철팔의 협공! - ///염동력! 스푼 난무 - ///인생역전! 출세 잉어킹 - ///경 [rest of string was truncated]";. - /// - internal static string text_supertraining_ko { - get { - return ResourceManager.GetString("text_supertraining_ko", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 试验训练!粉蛹 - ///粉蝶蛹!精力射门 - ///特攻训练 VS小磁怪 - ///HP训练 VS吼吼鲸 - ///攻击训练 VS牙牙 - ///特防训练 VS玛瑙水母 - ///速度训练 VS嗡蝠 - ///防御训练 VS小拳石 - ///追踪射门!三合一磁怪 - ///古空棘鱼的机会球门! - ///连珠射门!斧牙龙 - ///毒刺水母与小气球! - ///高速射门!化石翼龙 - ///打破隆隆石的封锁! - ///甩开!魔球的自爆磁怪 - ///迎击!巨大吼鲸王 - ///看穿!猛攻的双斧战龙 - ///冲散!毒拉蜜妮军团 - ///抓住!疾风的音波龙 - ///击破!隆隆岩防卫线 - ///一波未平一波又起!? - ///一等奖品 叶之石! - ///一等奖品 火之石! - ///一等奖品 水之石! - ///追踪逃跑的球门! - ///反击的后半战! - ///速攻的前半战! - ///纵横无尽的远距离射门! - ///逆袭的粉蛹! - ///弹幕 弹幕 小气球! - ///骤死 三头龙! - ///最强决定战! - ///恐怖!大颚双尾 - ///被打开的禁断拉链! - ///铁腕 钢腕 巨钳打击! - ///念力!汤匙乱舞 - ///暴富!出世 鲤鱼王 - ///惊异!连续百万进化!. - /// - internal static string text_supertraining_zh { - get { - return ResourceManager.GetString("text_supertraining_zh", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Makuhipsta - ///Conec - ///Coraso - ///Maik - ///Madina - ///Liana. - /// - internal static string text_tradeao_de { - get { - return ResourceManager.GetString("text_tradeao_de", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Makit - ///Skitit - ///Coroso - ///Darrell - ///Elyssa - ///Lane. - /// - internal static string text_tradeao_en { - get { - return ResourceManager.GetString("text_tradeao_en", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Makit - ///Skitit - ///Coroso - ///Evelio - ///Dalila - ///Laila. - /// - internal static string text_tradeao_es { - get { - return ResourceManager.GetString("text_tradeao_es", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Edmond - ///Minetou - ///Rosie - ///Allan - ///Dorothée - ///Marsantes. - /// - internal static string text_tradeao_fr { - get { - return ResourceManager.GetString("text_tradeao_fr", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Maku - ///Pucci - ///Corsolina - ///Marchetto - ///Ele - ///Simo. - /// - internal static string text_tradeao_it { - get { - return ResourceManager.GetString("text_tradeao_it", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to ポテマル - ///ベルベル - ///モモちゃん - ///モーリン - ///ユキポン - ///サトチン. - /// - internal static string text_tradeao_ja { - get { - return ResourceManager.GetString("text_tradeao_ja", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 감자군 - ///베르베르 - ///분홍이 - ///모린 - ///에이펀 - ///스태틴. - /// - internal static string text_tradeao_ko { - get { - return ResourceManager.GetString("text_tradeao_ko", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Karpiranha - ///Ravioli - ///Rentata - ///Stadida - ///Sharpo - ///Frops - ///Zackaroni - ///Fayana - ///Trasla - ///Pompador - ///Reichedel - ///Olli - ///Uno - ///Henrike - ///Sannah - ///Sannah - ///Sannah - ///Diantha. - /// - internal static string text_tradexy_de { - get { - return ResourceManager.GetString("text_tradexy_de", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Carpe Diem - ///Stevie - ///Quacklin’ - ///Thumper - ///Pierce - ///Froabble - ///Chester - ///Kinniekins - ///Ralts - ///Caveat - ///Elena - ///Cliff - ///Farris - ///Punky - ///Shauna - ///Shauna - ///Shauna - ///Diantha. - /// - internal static string text_tradexy_en { - get { - return ResourceManager.GetString("text_tradexy_en", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Karpirinha - ///Fortunyet - ///Sr.Puerró - ///Titanix - ///Sharpblade - ///Froakikín - ///Chespinete - ///Fennechín - ///Ralts - ///Karpman - ///Lupe - ///Mr Poireau - ///Ferrer - ///Filo - ///Xana - ///Xana - ///Xana - ///Dianta. - /// - internal static string text_tradexy_es { - get { - return ResourceManager.GetString("text_tradexy_es", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Ouïe-Ouïe - ///Décorum - ///Insp. Magret - ///Megascolide - ///Voldinou - ///Kermimi - ///M. Pointu - ///Mulder - ///Tarsal - ///Enid - ///Heleina - ///Henry - ///Andreï - ///Sophia - ///Sannah - ///Sannah - ///Sannah - ///Dianthéa. - /// - internal static string text_tradexy_fr { - get { - return ResourceManager.GetString("text_tradexy_fr", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Karkarp - ///Ottolnarg - ///Rosto - ///Rock - ///Ziffzaf - ///Froaxy - ///Chespy - ///Fennekino - ///Ralts - ///Mr.Karp - ///Helen - ///Reinhold - ///Accio - ///Punkie - ///Shana - ///Shana - ///Shana - ///Diantha. - /// - internal static string text_tradexy_it { - get { - return ResourceManager.GetString("text_tradexy_it", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to こいこい - ///アマヤル - ///マー - ///カッチ - ///キール - ///ゲコっち - ///ハリぼん - ///フォッぷ - ///ラルトス - ///カープ - ///ヘレン - ///ぐりお - ///アイン - ///パンク - ///サナ - ///サナ - ///サナ - ///カルネ. - /// - internal static string text_tradexy_ja { - get { - return ResourceManager.GetString("text_tradexy_ja", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 맞고 - ///달고나 - ///마 - ///카치 - ///절각 - ///개굴팅 - ///도치봉 - ///푸호뽀 - ///랄토스 - ///카프 - ///헬렌 - ///그리오 - ///아인 - ///펑크 - ///사나 - ///사나 - ///사나 - ///카르네. - /// - internal static string text_tradexy_ko { - get { - return ResourceManager.GetString("text_tradexy_ko", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to - ///KP-Sack S - ///KP-Sack M - ///KP-Sack L - ///Ang.-Sack S - ///Ang.-Sack M - ///Ang.-Sack L - ///Vert.-Sack S - ///Vert.-Sack M - ///Vert.-Sack L - ///Sp.-Ang.-Sack S - ///Sp.-Ang.-Sack M - ///Sp.-Ang.-Sack L - ///Sp.-Vert.-Sack S - ///Sp.-Vert.-Sack M - ///Sp.-Vert.-Sack L - ///Init.-Sack S - ///Init.-Sack M - ///Init.-Sack L - ///Power-Up-Sack - ///Defensive-Sack - ///Agilitäts-Sack - ///Expander-Sack - ///Dopplungs-Sack - ///Flare-Sack - ///Tabula Ra-Sack - ///Relax-Sack. - /// - internal static string text_trainingbag_de { - get { - return ResourceManager.GetString("text_trainingbag_de", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to - ///HP Bag S - ///HP Bag M - ///HP Bag L - ///Attack Bag S - ///Attack Bag M - ///Attack Bag L - ///Defense Bag S - ///Defense Bag M - ///Defense Bag L - ///Sp. Atk Bag S - ///Sp. Atk Bag M - ///Sp. Atk Bag L - ///Sp. Def Bag S - ///Sp. Def Bag M - ///Sp. Def Bag L - ///Speed Bag S - ///Speed Bag M - ///Speed Bag L - ///Strength Bag - ///Toughen-Up Bag - ///Swiftness Bag - ///Big-Shot Bag - ///Double-Up Bag - ///Team Flare Bag - ///Reset Bag - ///Soothing Bag. - /// - internal static string text_trainingbag_en { - get { - return ResourceManager.GetString("text_trainingbag_en", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to - ///Saco PS S - ///Saco PS M - ///Saco PS L - ///Saco Ataque S - ///Saco Ataque M - ///Saco Ataque L - ///Saco Defensa S - ///Saco Defensa M - ///Saco Defensa L - ///Saco At. Esp. S - ///Saco At. Esp. M - ///Saco At. Esp. L - ///Saco Def. Esp. S - ///Saco Def. Esp. M - ///Saco Def. Esp. L - ///Saco Veloc. S - ///Saco Veloc. M - ///Saco Veloc. L - ///Saco Potencia ↑ - ///Saco Aguante ↑ - ///Saco Agilidad ↑ - ///Saco Tamaño ↑ - ///Saco Mejora x2 - ///Saco Team Flare - ///Saco Reinicio - ///Saco Relax. - /// - internal static string text_trainingbag_es { - get { - return ResourceManager.GetString("text_trainingbag_es", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to - ///Sac PV - ///Sac PV + - ///Sac PV ++ - ///Sac Attaque - ///Sac Attaque + - ///Sac Attaque ++ - ///Sac Défense - ///Sac Défense + - ///Sac Défense ++ - ///Sac Atq. Spé. - ///Sac Atq. Spé. + - ///Sac Atq. Spé. ++ - ///Sac Déf. Spé. - ///Sac Déf. Spé. + - ///Sac Déf. Spé. ++ - ///Sac Vitesse - ///Sac Vitesse + - ///Sac Vitesse ++ - ///Sac Puissance↑ - ///Sac Garantie↑ - ///Sac Mobilité↑ - ///Sac Taille↑ - ///Sac Gain↑ - ///Sac Team Flare - ///Sac Renouveau - ///Sac Relax. - /// - internal static string text_trainingbag_fr { - get { - return ResourceManager.GetString("text_trainingbag_fr", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to - ///Sacco PS S - ///Sacco PS M - ///Sacco PS L - ///Sacco Attacco S - ///Sacco Attacco M - ///Sacco Attacco L - ///Sacco Difesa S - ///Sacco Difesa M - ///Sacco Difesa L - ///Sacco Att. Sp. S - ///Sacco Att. Sp. M - ///Sacco Att. Sp. L - ///Sacco Dif. Sp. S - ///Sacco Dif. Sp. M - ///Sacco Dif. Sp. L - ///Sacco Velocità S - ///Sacco Velocità M - ///Sacco Velocità L - ///Sacco Potenza↑ - ///Sacco Guardia↑ - ///Sacco Agilità↑ - ///Sacco Calibro↑ - ///Sacco Raddoppio - ///Sacco Team Flare - ///Sacco Ripristino - ///Sacco Relax. - /// - internal static string text_trainingbag_it { - get { - return ResourceManager.GetString("text_trainingbag_it", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to - ///HPバッグS - ///HPバッグM - ///HPバッグL - ///こうげきバッグS - ///こうげきバッグM - ///こうげきバッグL - ///ぼうぎょバッグS - ///ぼうぎょバッグM - ///ぼうぎょバッグL - ///とくこうバッグS - ///とくこうバッグM - ///とくこうバッグL - ///とくぼうバッグS - ///とくぼうバッグM - ///とくぼうバッグL - ///すばやさバッグS - ///すばやさバッグM - ///すばやさバッグL - ///パワーUPバッグ - ///ガードUPバッグ - ///ムーブUPバッグ - ///サイズUPバッグ - ///ダブルUPバッグ - ///フレアだんバッグ - ///まっさらバッグ - ///リラックスバッグ. - /// - internal static string text_trainingbag_ja { - get { - return ResourceManager.GetString("text_trainingbag_ja", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to - ///HP백S - ///HP백M - ///HP백L - ///공격백S - ///공격백M - ///공격백L - ///방어백S - ///방어백M - ///방어백L - ///특수공격백S - ///특수공격백M - ///특수공격백L - ///특수방어백S - ///특수방어백M - ///특수방어백L - ///스피드백S - ///스피드백M - ///스피드백L - ///파워UP백 - ///가드UP백 - ///무브UP백 - ///사이즈UP백 - ///더블UP백 - ///플레어단백 - ///신품백 - ///릴랙스백. - /// - internal static string text_trainingbag_ko { - get { - return ResourceManager.GetString("text_trainingbag_ko", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to - ///HP沙袋S - ///HP沙袋M - ///HP沙袋L - ///攻击沙袋S - ///攻击沙袋M - ///攻击沙袋L - ///防御沙袋S - ///防御沙袋M - ///防御沙袋L - ///特攻沙袋S - ///特攻沙袋M - ///特攻沙袋L - ///特防沙袋S - ///特防沙袋M - ///特防沙袋L - ///速度沙袋S - ///速度沙袋M - ///速度沙袋L - ///力量UP沙袋 - ///防御UP沙袋 - ///移动UP沙袋 - ///大小UP沙袋 - ///加倍UP沙袋 - ///闪焰队沙袋 - ///全新沙袋 - ///放松沙袋. - /// - internal static string text_trainingbag_zh { - get { - return ResourceManager.GetString("text_trainingbag_zh", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Normal - ///Kampf - ///Flug - ///Gift - ///Boden - ///Gestein - ///Käfer - ///Geist - ///Stahl - ///Feuer - ///Wasser - ///Pflanze - ///Elektro - ///Psycho - ///Eis - ///Drache - ///Unlicht - ///Fee. - /// - internal static string text_types_de { - get { - return ResourceManager.GetString("text_types_de", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Normal - ///Fighting - ///Flying - ///Poison - ///Ground - ///Rock - ///Bug - ///Ghost - ///Steel - ///Fire - ///Water - ///Grass - ///Electric - ///Psychic - ///Ice - ///Dragon - ///Dark - ///Fairy. - /// - internal static string text_types_en { - get { - return ResourceManager.GetString("text_types_en", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Normal - ///Lucha - ///Volador - ///Veneno - ///Tierra - ///Roca - ///Bicho - ///Fantasma - ///Acero - ///Fuego - ///Agua - ///Planta - ///Eléctrico - ///Psíquico - ///Hielo - ///Dragón - ///Siniestro - ///Hada. - /// - internal static string text_types_es { - get { - return ResourceManager.GetString("text_types_es", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Normal - ///Combat - ///Vol - ///Poison - ///Sol - ///Roche - ///Insecte - ///Spectre - ///Acier - ///Feu - ///Eau - ///Plante - ///Électrik - ///Psy - ///Glace - ///Dragon - ///Ténèbres - ///Fée. - /// - internal static string text_types_fr { - get { - return ResourceManager.GetString("text_types_fr", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Normale - ///Lotta - ///Volante - ///Veleno - ///Terra - ///Roccia - ///Coleottero - ///Spettro - ///Acciaio - ///Fuoco - ///Acqua - ///Erba - ///Elettro - ///Psico - ///Ghiaccio - ///Drago - ///Buio - ///Folletto. - /// - internal static string text_types_it { - get { - return ResourceManager.GetString("text_types_it", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to ノーマル - ///かくとう - ///ひこう - ///どく - ///じめん - ///いわ - ///むし - ///ゴースト - ///はがね - ///ほのお - ///みず - ///くさ - ///でんき - ///エスパー - ///こおり - ///ドラゴン - ///あく - ///フェアリー. - /// - internal static string text_types_ja { - get { - return ResourceManager.GetString("text_types_ja", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 노말 - ///격투 - ///비행 - ///독 - ///땅 - ///바위 - ///벌레 - ///고스트 - ///강철 - ///불꽃 - ///물 - ///풀 - ///전기 - ///에스퍼 - ///얼음 - ///드래곤 - ///악 - ///페어리. - /// - internal static string text_types_ko { - get { - return ResourceManager.GetString("text_types_ko", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 一般 - ///格斗 - ///飞行 - ///毒 - ///地面 - ///岩石 - ///虫 - ///幽灵 - ///钢 - ///火 - ///水 - ///草 - ///电 - ///超能力 - ///冰 - ///龙 - ///恶 - ///妖精. - /// - internal static string text_types_zh { - get { - return ResourceManager.GetString("text_types_zh", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Wald - ///Stadt - ///Wüste - ///Steppe - ///Geröll - ///Vulkan - ///Schnee - ///Höhle - ///Strand - ///Tiefsee - ///Fluss - ///Himmel - ///Poké-Center - ///Metall - ///Kariert - ///Weiß - ///Spezialmotiv 1 - ///Spezialmotiv 2 - ///Spezialmotiv 3 - ///Spezialmotiv 4 - ///Spezialmotiv 5 - ///Spezialmotiv 6 - ///Spezialmotiv 7 - ///Spezialmotiv 8. - /// - internal static string text_wallpaper_de { - get { - return ResourceManager.GetString("text_wallpaper_de", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to FOREST - ///CITY - ///DESERT - ///SAVANNA - ///CRAG - ///VOLCANO - ///SNOW - ///CAVE - ///BEACH - ///SEAFLOOR - ///RIVER - ///SKY - ///POKÉ CENTER - ///MACHINE - ///CHECKS - ///SIMPLE - ///SPECIAL 1 - ///SPECIAL 2 - ///SPECIAL 3 - ///SPECIAL 4 - ///SPECIAL 5 - ///SPECIAL 6 - ///SPECIAL 7 - ///SPECIAL 8. - /// - internal static string text_wallpaper_en { - get { - return ResourceManager.GetString("text_wallpaper_en", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Bosque - ///Ciudad - ///Desierto - ///Sabana - ///Montaña - ///Volcán - ///Nieve - ///Cueva - ///Playa - ///Mar - ///Río - ///Cielo - ///Centro Pokémon - ///Máquina - ///Cuadros - ///Sencillo - ///Especial 1 - ///Especial 2 - ///Especial 3 - ///Especial 4 - ///Especial 5 - ///Especial 6 - ///Especial 7 - ///Especial 8. - /// - internal static string text_wallpaper_es { - get { - return ResourceManager.GetString("text_wallpaper_es", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Forêt - ///Ville - ///Désert - ///Savane - ///Rochers - ///Volcan - ///Neige - ///Grotte - ///Plage - ///Mer - ///Rivière - ///Ciel - ///Centre Pokémon - ///Métal - ///Vichy - ///Uni - ///Spécial 1 - ///Spécial 2 - ///Spécial 3 - ///Spécial 4 - ///Spécial 5 - ///Spécial 6 - ///Spécial 7 - ///Spécial 8. - /// - internal static string text_wallpaper_fr { - get { - return ResourceManager.GetString("text_wallpaper_fr", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Foresta - ///Città - ///Deserto - ///Savana - ///Rocce - ///Vulcano - ///Neve - ///Grotta - ///Spiaggia - ///Fondale - ///Fiume - ///Cielo - ///Centro Pokémon - ///Metallo - ///Quadretti - ///Semplice - ///Speciale 1 - ///Speciale 2 - ///Speciale 3 - ///Speciale 4 - ///Speciale 5 - ///Speciale 6 - ///Speciale 7 - ///Speciale 8. - /// - internal static string text_wallpaper_it { - get { - return ResourceManager.GetString("text_wallpaper_it", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to もり - ///シティ - ///さばく - ///サバンナ - ///いわやま - ///かざん - ///ゆきやま - ///どうくつ - ///うみべ - ///かいてい - ///かわ - ///そら - ///ポケセン - ///きんぞく - ///チェック - ///シンプル - ///スペシャル1 - ///スペシャル2 - ///スペシャル3 - ///スペシャル4 - ///スペシャル5 - ///スペシャル6 - ///スペシャル7 - ///スペシャル8. - /// - internal static string text_wallpaper_ja { - get { - return ResourceManager.GetString("text_wallpaper_ja", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 숲 - ///시티 - ///사막 - ///사바나 - ///바위산 - ///화산 - ///설산 - ///동굴 - ///바닷가 - ///해저 - ///강 - ///하늘 - ///포켓센 - ///금속 - ///체크 - ///심플 - ///스페셜1 - ///스페셜2 - ///스페셜3 - ///스페셜4 - ///스페셜5 - ///스페셜6 - ///스페셜7 - ///스페셜8. - /// - internal static string text_wallpaper_ko { - get { - return ResourceManager.GetString("text_wallpaper_ko", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 森林 - ///城市 - ///沙漠 - ///热带草原 - ///石山 - ///火山 - ///雪山 - ///洞窟 - ///海滨 - ///海底 - ///河川 - ///天空 - ///宝可梦中心 - ///金属 - ///方格 - ///朴素 - ///特典1 - ///特典2 - ///特典3 - ///特典4 - ///特典5 - ///特典6 - ///特典7 - ///特典8. - /// - internal static string text_wallpaper_zh { - get { - return ResourceManager.GetString("text_wallpaper_zh", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to ---------- - /// - ///Mysteriöser Ort - /// - ///Entfernter Ort - /// - ///Escissia - /// - ///Route 1 - ///Escissia-Pfad - ///Aquarellia - /// - ///Route 2 - ///Progrès-Weg - ///Nouvaria-Wald - /// - ///Route 3 - ///Ouvert-Weg - ///Nouvaria City - /// - ///Route 4 - ///Parterre-Weg - ///Illumina City - /// - ///Prismaturm - /// - ///Labor von Flordelis - /// - ///Route 5 - ///Coteau-Weg - ///Vanitéa - /// - ///Château Tristesse - /// - ///Route 6 - ///Palais-Allee - ///Magnum-Opus-Palast - /// - ///Route 7 - ///Rivière-Promenade - ///Relievera City - /// - ///Route 8 - ///Muraille-Küstenpfad - ///Petrophia - /// - ///Route 9 - ///Rihorn-Pass - ///Kampfschloss - /// - ///Route 10 - ///Menhir-Weg - ///Cromlexia /// [rest of string was truncated]";. - /// - internal static string text_xy_00000_de { - get { - return ResourceManager.GetString("text_xy_00000_de", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to —————— - /// - ///Mystery Zone - /// - ///Faraway Place - /// - ///Vaniville Town - /// - ///Route 1 - ///Vaniville Pathway - ///Aquacorde Town - /// - ///Route 2 - ///Avance Trail - ///Santalune Forest - /// - ///Route 3 - ///Ouvert Way - ///Santalune City - /// - ///Route 4 - ///Parterre Way - ///Lumiose City - /// - ///Prism Tower - /// - ///Lysandre Labs - /// - ///Route 5 - ///Versant Road - ///Camphrier Town - /// - ///Shabboneau Castle - /// - ///Route 6 - ///Palais Lane - ///Parfum Palace - /// - ///Route 7 - ///Rivière Walk - ///Cyllage City - /// - ///Route 8 - ///Muraille Coast - ///Ambrette Town - /// - ///Route 9 - ///Spikes Passage - ///Battle Chateau - /// - ///Route 10 - ///Menhir Trail - ///Geo [rest of string was truncated]";. - /// - internal static string text_xy_00000_en { - get { - return ResourceManager.GetString("text_xy_00000_en", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to - - /// - ///Lugar misterioso - /// - ///Lugar lejano - /// - ///Pueblo Boceto - /// - ///Ruta 1 - ///Sendero Boceto - ///Pueblo Acuarela - /// - ///Ruta 2 - ///Vía del Avance - ///Bosque de Novarte - /// - ///Ruta 3 - ///Senda Despejada - ///Ciudad Novarte - /// - ///Ruta 4 - ///Senda del Parterre - ///Ciudad Luminalia - /// - ///Torre Prisma - /// - ///Laboratorios Lysson - /// - ///Ruta 5 - ///Vía Repecho - ///Pueblo Vánitas - /// - ///Castillo Caduco - /// - ///Ruta 6 - ///Alameda del Palacio - ///Palacio Cénit - /// - ///Ruta 7 - ///Paseo de la Ribera - ///Ciudad Relieve - /// - ///Ruta 8 - ///Muralla Costera - ///Pueblo Petroglifo - /// - ///Ruta 9 - ///Paso de Rhyhorn - ///Bastión Batalla [rest of string was truncated]";. - /// - internal static string text_xy_00000_es { - get { - return ResourceManager.GetString("text_xy_00000_es", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to ---------- - /// - ///Endroit Mystérieux - /// - ///Endroit Lointain - /// - ///Bourg Croquis - /// - ///Route 1 - ///Sentier Croquis - ///Quarellis - /// - ///Route 2 - ///Chemin Progrès - ///Forêt de Neuvartault - /// - ///Route 3 - ///Chemin Ouvert - ///Neuvartault - /// - ///Route 4 - ///Route Fleurie - ///Illumis - /// - ///Tour Prismatique - /// - ///Labos Lysandre - /// - ///Route 5 - ///Chemin du Versant - ///Fort-Vanitas - /// - ///Fort de Vanitas - /// - ///Route 6 - ///Allée du Palais - ///Palais Chaydeuvre - /// - ///Route 7 - ///Chemin des Berges - ///Relifac-le-Haut - /// - ///Route 8 - ///Falaise Muraille - ///Roche-sur-Gliffe - /// - ///Route 9 - ///Piste Piquante - ///Château de [rest of string was truncated]";. - /// - internal static string text_xy_00000_fr { - get { - return ResourceManager.GetString("text_xy_00000_fr", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to ---------- - /// - ///Zona Misteriosa - /// - ///Luogo Remoto - /// - ///Borgo Bozzetto - /// - ///Percorso 1 - ///Vicolo Bozzetto - ///Rio Acquerello - /// - ///Percorso 2 - ///Via Progresso - ///Bosco Novartopoli - /// - ///Percorso 3 - ///Via Aperta - ///Novartopoli - /// - ///Percorso 4 - ///Viale Parterre - ///Luminopoli - /// - ///Torre Prisma - /// - ///Laboratori Elisio - /// - ///Percorso 5 - ///Via Versante - ///Castel Vanità - /// - ///Maniero Sottotono - /// - ///Percorso 6 - ///Boulevard Palazzo - ///Reggia Aurea - /// - ///Percorso 7 - ///Via Fiume - ///Altoripoli - /// - ///Percorso 8 - ///Muraglia Costiera - ///Petroglifari - /// - ///Percorso 9 - ///Sentiero Punzoni - ///Castell [rest of string was truncated]";. - /// - internal static string text_xy_00000_it { - get { - return ResourceManager.GetString("text_xy_00000_it", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to ---------- - /// - ///なぞのばしょ - /// - ///とおいばしょ - /// - ///アサメタウン - /// - ///1ばんどうろ - ///アサメのこみち - ///メイスイタウン - /// - ///2ばんどうろ - ///アバンセどおり - ///ハクダンのもり - /// - ///3ばんどうろ - ///ウベールどおり - ///ハクダンシティ - /// - ///4ばんどうろ - ///パルテールかいどう - ///ミアレシティ - /// - ///プリズムタワー - /// - ///フラダリラボ - /// - ///5ばんどうろ - ///ベルサンどおり - ///コボクタウン - /// - ///ショボンヌじょう - /// - ///6ばんどうろ - ///パレのなみきみち - ///パルファムきゅうでん - /// - ///7ばんどうろ - ///リビエールライン - ///ショウヨウシティ - /// - ///8ばんどうろ - ///ミュライユかいがん - ///コウジンタウン - /// - ///9ばんどうろ - ///トゲトゲさんどう - ///バトルシャトー - /// - ///10ばんどうろ - ///メンヒルロード - ///セキタイタウン - /// - ///11ばんどうろ - ///ミロワールどおり - ///うつしみのどうくつ - /// - ///シャラシティ - /// - ///マスタータワー - /// - ///12ばんどうろ - ///フラージュどおり - ///ヒヨクシティ - /// - ///13ばんどうろ - ///ミアレのこうや - ///14ばんどうろ - ///クノエのりんどう - ///クノエシティ - /// - ///ボールこうじょう - /// - ///15ばん [rest of string was truncated]";. - /// - internal static string text_xy_00000_ja { - get { - return ResourceManager.GetString("text_xy_00000_ja", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to ---------- - /// - ///수수께끼의 장소 - /// - ///먼 곳 - /// - ///조아마을 - /// - ///1번도로 - ///조아의 작은 길 - ///수미마을 - /// - ///2번도로 - ///아방쎄 도로 - ///백단숲 - /// - ///3번도로 - ///우베르 도로 - ///백단시티 - /// - ///4번도로 - ///파르테르 가도 - ///미르시티 - /// - ///프리즘타워 - /// - ///플라드리 래버러토리 - /// - ///5번도로 - ///베르성 도로 - ///고목내마을 - /// - ///침울한 성 - /// - ///6번도로 - ///팔레 가로수 길 - ///파르팽 궁전 - /// - ///7번도로 - ///리비에르 라인 - ///삼채시티 - /// - ///8번도로 - ///미라유 해안 - ///가라마을 - /// - ///9번도로 - ///뿔 산길 - ///배틀샤토 - /// - ///10번도로 - ///멘히르로드 - ///옥유마을 - /// - ///11번도로 - ///미르와르 도로 - ///비춤의 동굴 - /// - ///사라시티 - /// - ///마스터타워 - /// - ///12번도로 - ///프라주 도로 - ///비익시티 - /// - ///13번도로 - ///미르 황야 - ///14번도로 - ///후늬 임도 - ///후늬시티 - /// - ///볼 공장 - /// - ///15번도로 - ///브렁 도로 - ///버들비마을 - /// - ///16번도로 - ///트리스트 도로 - ///[~ 80] - ///[~ 81] - ///프로스트케이브 - /// - ///17번도로 - ///맘모꾸리로드 - ///향전시티 - /// - ///18번도로 - ///에뜨르와 발레 [rest of string was truncated]";. - /// - internal static string text_xy_00000_ko { - get { - return ResourceManager.GetString("text_xy_00000_ko", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to ---------- - /// - ///神秘的地方 - /// - ///遥远的地方 - /// - ///朝香镇 - /// - ///1号道路 - ///卡洛斯 - ///美川镇 - /// - ///2号道路 - ///前进通道 - ///白檀森林 - /// - ///3号道路 - ///开展通道 - ///白檀市 - /// - ///4号道路 - ///花坛街道 - ///密阿雷市 - /// - ///密阿雷道馆 - /// - ///弗拉达利实验室 - /// - ///5号道路 - ///斜坡通道 - ///古木镇 - /// - ///休波努城堡 - /// - ///6号道路 - ///宫殿林荫道 - ///香水宫殿 - /// - ///7号道路 - ///河川直路 - ///遥香市 - /// - ///8号道路 - ///城墙海岸 - ///古香镇 - /// - ///9号道路 - ///刺刺山道 - ///对战古堡 - /// - ///10号道路 - ///石柱之路 - ///石林镇 - /// - ///11号道路 - ///明镜通道 - ///映身洞窟 - /// - ///娑罗市 - /// - ///精通塔 - /// - ///12号道路 - ///牧草通道 - ///海翼市 - /// - ///13号道路 - ///密阿雷荒野 - ///14号道路 - ///香薰林道 - ///香薰市 - /// - ///宝贝球工厂 - /// - ///15号道路 - ///褐棕通道 - ///雪风镇 - /// - ///16号道路 - ///忧郁通道 - ///[~ 80] - ///[~ 81] - ///冰霜洞穴 - /// - ///17号道路 - ///象牙猪路 - ///百刻市 - /// - ///18号道路 - ///狭谷通道 - ///水涟镇 - /// - ///19号道路 - ///巨谷通道 - ///映雪市 - /// - ///20号道路 - ///迷幻森林 - ///神奇宝贝村庄 - /// - ///21号道路 - ///最后通道 [rest of string was truncated]";. - /// - internal static string text_xy_00000_zh { - get { - return ResourceManager.GetString("text_xy_00000_zh", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Linktausch - ///Linktausch - ///Kanto-Region - ///Johto-Region - ///Hoenn-Region - ///Sinnoh-Region - ///Entferntes Land - ///---------- - ///Einall-Region - ///Kalos-Region - ///Pokémon-Link. - /// - internal static string text_xy_30000_de { - get { - return ResourceManager.GetString("text_xy_30000_de", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to a Link Trade - ///a Link Trade - ///the Kanto region - ///the Johto region - ///the Hoenn region - ///the Sinnoh region - ///a distant land - ///---------- - ///the Unova region - ///the Kalos region - ///Pokémon Link. - /// - internal static string text_xy_30000_en { - get { - return ResourceManager.GetString("text_xy_30000_en", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Intercambio - ///Intercambio en conexión - ///Kanto - ///Johto - ///Hoenn - ///Sinnoh - ///Tierra lejana - ///---------- - ///Teselia - ///Kalos - ///Nexo Pokémon. - /// - internal static string text_xy_30000_es { - get { - return ResourceManager.GetString("text_xy_30000_es", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Échanges Link - ///Échanges Link - ///Kanto - ///Johto - ///Hoenn - ///Sinnoh - ///Pays lointain - ///---------- - ///Unys - ///Kalos - ///Poké Lien. - /// - internal static string text_xy_30000_fr { - get { - return ResourceManager.GetString("text_xy_30000_fr", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Scambio in link - ///Scambio in link - ///Kanto - ///Johto - ///Hoenn - ///Sinnoh - ///Terra Lontana - ///---------- - ///Unima - ///Kalos - ///Pokémon Link. - /// - internal static string text_xy_30000_it { - get { - return ResourceManager.GetString("text_xy_30000_it", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to つうしんこうかん - ///つうしんこうかん - ///カントーちほう - ///ジョウトちほう - ///ホウエンちほう - ///シンオウちほう - ///とおくはなれたとち - ///---------- - ///イッシュちほう - ///カロスちほう - ///ポケモンリンク. - /// - internal static string text_xy_30000_ja { - get { - return ResourceManager.GetString("text_xy_30000_ja", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 통신교환 - ///통신교환 - ///관동지방 - ///성도지방 - ///호연지방 - ///신오지방 - ///아주 먼 땅 - ///---------- - ///하나지방 - ///칼로스지방 - ///포켓몬링크. - /// - internal static string text_xy_30000_ko { - get { - return ResourceManager.GetString("text_xy_30000_ko", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 连接交换 - ///连接交换 - ///关都地区 - ///城都地区 - ///丰缘地区 - ///神奥地区 - ///遥远的土地 - ///---------- - ///合众地区 - ///卡洛斯地区 - ///宝可梦连接. - /// - internal static string text_xy_30000_zh { - get { - return ResourceManager.GetString("text_xy_30000_zh", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Netter Ort - ///Entfernter Ort - ///Pokémon-Film - ///Pokémon-Film 2013 - ///Pokémon-Film 2014 - ///Pokémon-Film 2015 - ///Pokémon-Film 2016 - ///Pokémon-Film 2017 - ///Pokémon-Film 2018 - ///Pokémon-Center - ///Pokémon-Zeichentrickserie - ///PC Tokyo - ///PC Osaka - ///PC Fukuoka - ///PC Nagoya - ///PC Sapporo - ///PC Yokohama - ///PC Tohoku - ///PC Tokyo Bay - ///Pokémon Store - ///WCS - ///WCS 2013 - ///WCS 2014 - ///WCS 2015 - ///WCS 2016 - ///WCS 2017 - ///WCS 2018 - ///Worlds - ///Worlds 2013 - ///Worlds 2014 - ///Worlds 2015 - ///Worlds 2016 - ///Worlds 2017 - ///Worlds 2018 - ///VGE - ///VGE 2013 - ///VGE 2014 - ///VGE 2015 - ///VGE 2016 - ///VGE 2017 /// [rest of string was truncated]";. - /// - internal static string text_xy_40000_de { - get { - return ResourceManager.GetString("text_xy_40000_de", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to a lovely place - ///a faraway place - ///a Pokémon movie - ///Pokémon Movie 13 - ///Pokémon Movie 14 - ///Pokémon Movie 15 - ///Pokémon Movie 16 - ///Pokémon Movie 17 - ///Pokémon Movie 18 - ///a Pokémon Center - ///the Pokémon cartoon - ///PC Tokyo - ///PC Osaka - ///PC Fukuoka - ///PC Nagoya - ///PC Sapporo - ///PC Yokohama - ///PC Tohoku - ///PC Tokyo Bay - ///a Pokémon Store - ///a WCS - ///WCS 2013 - ///WCS 2014 - ///WCS 2015 - ///WCS 2016 - ///WCS 2017 - ///WCS 2018 - ///Worlds - ///Worlds 2013 - ///Worlds 2014 - ///Worlds 2015 - ///Worlds 2016 - ///Worlds 2017 - ///Worlds 2018 - ///a VGE - ///VGE 2013 - ///VGE 2014 - ///VGE 2015 - ///VGE 2016 - ///VGE 2 [rest of string was truncated]";. - /// - internal static string text_xy_40000_en { - get { - return ResourceManager.GetString("text_xy_40000_en", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Lugar encantador - ///Lugar lejano - ///Película Pokémon - ///Película Pokémon 2013 - ///Película Pokémon 2014 - ///Película Pokémon 2015 - ///Película Pokémon 2016 - ///Película Pokémon 2017 - ///Película Pokémon 2018 - ///Centro Pokémon - ///Serie de animación Pokémon - ///Centro Pokémon Tokio - ///Centro Pokémon Osaka - ///Centro Pokémon Fukuoka - ///Centro Pokémon Nagoya - ///Centro Pokémon Sapporo - ///Centro Pokémon Yokohama - ///Centro Pokémon Tohoku - ///Centro Pokémon Tokyo Bay - ///Pokémon Store - ///Campeonato Mundial - ///Campeonato Mundial 2013 - ///Campeonato Mundial 2014 - ///Campeo [rest of string was truncated]";. - /// - internal static string text_xy_40000_es { - get { - return ResourceManager.GetString("text_xy_40000_es", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Endroit superbe - ///Endroit lointain - ///Film Pokémon - ///Film Pokémon 2013 - ///Film Pokémon 2014 - ///Film Pokémon 2015 - ///Film Pokémon 2016 - ///Film Pokémon 2017 - ///Film Pokémon 2018 - ///Centre Pokémon - ///Dessin animé Pokémon - ///Centre Pokémon Tokyo - ///Centre Pokémon Osaka - ///Centre Pokémon Fukuoka - ///Centre Pokémon Nagoya - ///Centre Pokémon Sapporo - ///Centre Pokémon Yokohama - ///Centre Pokémon Tohoku - ///Centre Pokémon Tokyo Bay - ///Pokémon Store - ///WCS - ///WCS 2013 - ///WCS 2014 - ///WCS 2015 - ///WCS 2016 - ///WCS 2017 - ///WCS 2018 - ///Worlds - ///Worlds 2013 - ///Worlds 2014 - ///Worlds 2 [rest of string was truncated]";. - /// - internal static string text_xy_40000_fr { - get { - return ResourceManager.GetString("text_xy_40000_fr", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Luogo Grazioso - ///Luogo Remoto - ///Film Pokémon - ///Film Pokémon 2013 - ///Film Pokémon 2014 - ///Film Pokémon 2015 - ///Film Pokémon 2016 - ///Film Pokémon 2017 - ///Film Pokémon 2018 - ///Centro Pokémon - ///Cartone Pokémon - ///Centro Pokémon Tokyo - ///Centro Pokémon Osaka - ///Centro Pokémon Fukuoka - ///Centro Pokémon Nagoya - ///Centro Pokémon Sapporo - ///Centro Pokémon Yokohama - ///Centro Pokémon Tohoku - ///Centro Pokémon Tokyo Bay - ///Negozio Pokémon - ///Mondiali - ///Mondiali 2013 - ///Mondiali 2014 - ///Mondiali 2015 - ///Mondiali 2016 - ///Mondiali 2017 - ///Mondiali 2018 - ///Mondiali - ///Mondi [rest of string was truncated]";. - /// - internal static string text_xy_40000_it { - get { - return ResourceManager.GetString("text_xy_40000_it", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to すてきなばしょ - ///とおいばしょ - ///ポケモンえいが - ///ポケモンえいが13 - ///ポケモンえいが14 - ///ポケモンえいが15 - ///ポケモンえいが16 - ///ポケモンえいが17 - ///ポケモンえいが18 - ///ポケモンセンター - ///ポケモンアニメ - ///PCトウキョー - ///PCオーサカ - ///PCフクオカ - ///PCナゴヤ - ///PCサッポロ - ///PCヨコハマ - ///PCトウホク - ///PCトウキョーベイ - ///ポケモンストア - ///WCS - ///WCS2013 - ///WCS2014 - ///WCS2015 - ///WCS2016 - ///WCS2017 - ///WCS2018 - ///Worlds - ///Worlds2013 - ///Worlds2014 - ///Worlds2015 - ///Worlds2016 - ///Worlds2017 - ///Worlds2018 - ///VGE - ///VGE2013 - ///VGE2014 - ///VGE2015 - ///VGE2016 - ///VGE2017 - ///VGE2018 - ///ポケモンイベント - ///バトルたいかい - ///ゲームイベント - ///だいすきクラブ - ///ポケモンばんぐみ - ///コンサート - ///オンラインプレゼント - ///PGL - ///ポケモンイベント13 - ///ポケモンイベント14 - ///ポケモンイベント15 - ///ポケモンイベント16 - ///ポケモンイベント [rest of string was truncated]";. - /// - internal static string text_xy_40000_ja { - get { - return ResourceManager.GetString("text_xy_40000_ja", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 근사한 장소 - ///먼 곳 - ///포켓몬영화 - ///포켓몬영화13 - ///포켓몬영화14 - ///포켓몬영화15 - ///포켓몬영화16 - ///포켓몬영화17 - ///포켓몬영화18 - ///포켓몬센터 - ///포켓몬만화영화 - ///PC도쿄 - ///PC오사카 - ///PC후쿠오카 - ///PC나고야 - ///PC삿포로 - ///PC요코하마 - ///PC도호쿠 - ///PC도쿄베이 - ///a Pokémon Store - ///WCS - ///WCS2013 - ///WCS2014 - ///WCS2015 - ///WCS2016 - ///WCS2017 - ///WCS2018 - ///Worlds - ///Worlds2013 - ///Worlds2014 - ///Worlds2015 - ///Worlds2016 - ///Worlds2017 - ///Worlds2018 - ///VGE - ///VGE2013 - ///VGE2014 - ///VGE2015 - ///VGE2016 - ///VGE2017 - ///VGE2018 - ///포켓몬이벤트 - ///배틀 대회 - ///게임 이벤트 - ///애호가클럽 - ///포켓몬 방송 - ///콘서트 - ///온라인 선물 - ///PGL - ///포켓몬이벤트13 - ///포켓몬이벤트14 - ///포켓몬이벤트15 - ///포켓몬이벤트16 - ///포켓몬이벤트17 - ///포켓몬이벤트18 - ///포켓몬페스타 - ///포켓몬페스타13 - ///포켓몬페스타14 - ///포켓몬페스 [rest of string was truncated]";. - /// - internal static string text_xy_40000_ko { - get { - return ResourceManager.GetString("text_xy_40000_ko", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 美妙的地方 - ///遥远的地方 - ///宝可梦电影 - ///宝可梦电影13 - ///宝可梦电影14 - ///宝可梦电影15 - ///宝可梦电影16 - ///宝可梦电影17 - ///宝可梦电影18 - ///宝可梦中心 - ///宝可梦动画片 - ///东京PC - ///大阪PC - ///福冈PC - ///名古屋PC - ///札幌PC - ///横滨PC - ///东北PC - ///东京湾PC - ///宝可梦商店 - ///WCS - ///WCS2013 - ///WCS2014 - ///WCS2015 - ///WCS2016 - ///WCS2017 - ///WCS2018 - ///Worlds - ///Worlds2013 - ///Worlds2014 - ///Worlds2015 - ///Worlds2016 - ///Worlds2017 - ///Worlds2018 - ///VGE - ///VGE2013 - ///VGE2014 - ///VGE2015 - ///VGE2016 - ///VGE2017 - ///VGE2018 - ///宝可梦活动 - ///对战大赛 - ///游戏活动 - ///发烧友俱乐部 - ///宝可梦节目 - ///音乐会 - ///在线礼物 - ///PGL - ///宝可梦活动13 - ///宝可梦活动14 - ///宝可梦活动15 - ///宝可梦活动16 - ///宝可梦活动17 - ///宝可梦活动18 - ///宝可梦庆典 - ///宝可梦庆典13 - ///宝可梦庆典14 - ///宝可梦庆典15 - ///宝可梦庆典16 - ///宝可梦庆典17 - ///宝可梦庆典18 - ///宝可 [rest of string was truncated]";. - /// - internal static string text_xy_40000_zh { - get { - return ResourceManager.GetString("text_xy_40000_zh", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Ferne Person - ///Pensionsleiter - ///Schatzsucher - ///Dame der Heißen Quellen. - /// - internal static string text_xy_60000_de { - get { - return ResourceManager.GetString("text_xy_60000_de", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to a stranger - ///Day Care helpers - ///a treasure hunter - ///an old hot-springs visitor. - /// - internal static string text_xy_60000_en { - get { - return ResourceManager.GetString("text_xy_60000_en", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Persona lejana - ///Pareja de la Guardería - ///Buscatesoros - ///Anciana del Balneario. - /// - internal static string text_xy_60000_es { - get { - return ResourceManager.GetString("text_xy_60000_es", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Personne lointaine - ///Responsable de la Pension - ///Chercheur de Trésors - ///Dame des Eaux Thermales. - /// - internal static string text_xy_60000_fr { - get { - return ResourceManager.GetString("text_xy_60000_fr", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Persona Lontana - ///Pensione Pokémon - ///Cercatesori - ///Vecchina delle terme. - /// - internal static string text_xy_60000_it { - get { - return ResourceManager.GetString("text_xy_60000_it", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to とおくにいるひと - ///そだてやさん - ///トレジャーハンター - ///おんせんばあさん. - /// - internal static string text_xy_60000_ja { - get { - return ResourceManager.GetString("text_xy_60000_ja", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 멀리 있는 사람 - ///키우미집 - ///트레져헌터 - ///온천할머니. - /// - internal static string text_xy_60000_ko { - get { - return ResourceManager.GetString("text_xy_60000_ko", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 远处的人 - ///饲育屋爷爷 - ///寻宝猎人 - ///温泉婆婆. - /// - internal static string text_xy_60000_zh { - get { - return ResourceManager.GetString("text_xy_60000_zh", resourceCulture); - } - } - } -} diff --git a/PKHeX.Core/Properties/Resources.resx b/PKHeX.Core/Properties/Resources.resx deleted file mode 100644 index c70396773..000000000 --- a/PKHeX.Core/Properties/Resources.resx +++ /dev/null @@ -1,1588 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 2.0 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - - ..\Resources\text\de\lang_de.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\en\lang_en.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\fr\lang_fr.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\ja\lang_ja.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\es\lang_es.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\zh\lang_zh.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\countries.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-16 - - - ..\Resources\text\locale\sr_ID\sr_001.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_008.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_009.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_010.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_011.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_012.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_013.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_014.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_015.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_016.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_017.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_018.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_019.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_020.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_021.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_022.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_023.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_024.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_025.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_026.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_027.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_028.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_029.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_030.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_031.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_032.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_033.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_034.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_035.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_036.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_037.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_038.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_039.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_040.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_041.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_042.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_043.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_044.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_045.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_046.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_047.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_048.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_049.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_050.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_051.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_052.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_064.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_065.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_066.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_067.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_068.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_069.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_070.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_071.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_072.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_073.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_074.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_075.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_076.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_077.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_078.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_079.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_080.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_081.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_082.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_083.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_084.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_085.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_086.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_087.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_088.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_089.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_090.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_091.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_092.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_093.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_094.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_095.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_096.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_097.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_098.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_099.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_100.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_101.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_102.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_103.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_104.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_105.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_106.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_107.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_108.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_109.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_110.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_111.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_112.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_113.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_114.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_115.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_116.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_117.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_118.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_119.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_120.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_121.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_122.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_123.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_124.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_125.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_126.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_127.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_128.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_136.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_144.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_153.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_156.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_160.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_168.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_169.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_174.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_184.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_185.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\sr_ID\sr_186.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\locale\languages.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-16 - - - ..\Resources\text\locale\regions3ds.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-16 - - - ..\Resources\text\other\lang_pt.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\ko\lang_ko.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\it\lang_it.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\de\text_Abilities_de.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\en\text_Abilities_en.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\es\text_Abilities_es.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\fr\text_Abilities_fr.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\it\text_Abilities_it.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\ja\text_Abilities_ja.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\ko\text_Abilities_ko.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\zh\text_Abilities_zh.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\de\text_bw2_00000_de.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\en\text_bw2_00000_en.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\es\text_bw2_00000_es.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\fr\text_bw2_00000_fr.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\it\text_bw2_00000_it.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\ja\text_bw2_00000_ja.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\ko\text_bw2_00000_ko.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\zh\text_bw2_00000_zh.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\de\text_bw2_30000_de.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\en\text_bw2_30000_en.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\es\text_bw2_30000_es.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\fr\text_bw2_30000_fr.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\it\text_bw2_30000_it.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\ja\text_bw2_30000_ja.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\ko\text_bw2_30000_ko.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\zh\text_bw2_30000_zh.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\de\text_bw2_40000_de.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\en\text_bw2_40000_en.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\es\text_bw2_40000_es.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\fr\text_bw2_40000_fr.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\it\text_bw2_40000_it.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\ja\text_bw2_40000_ja.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\ko\text_bw2_40000_ko.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\zh\text_bw2_40000_zh.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\de\text_bw2_60000_de.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\en\text_bw2_60000_en.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\es\text_bw2_60000_es.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\fr\text_bw2_60000_fr.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\it\text_bw2_60000_it.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\ja\text_bw2_60000_ja.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\ko\text_bw2_60000_ko.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\zh\text_bw2_60000_zh.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\de\text_Character_de.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\en\text_Character_en.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\es\text_Character_es.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\fr\text_Character_fr.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\it\text_Character_it.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\ja\text_Character_ja.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\ko\text_Character_ko.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\zh\text_Character_zh.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\de\text_EncounterType_de.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252 - - - ..\Resources\text\en\text_EncounterType_en.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252 - - - ..\Resources\text\es\text_EncounterType_es.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252 - - - ..\Resources\text\fr\text_EncounterType_fr.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252 - - - ..\Resources\text\it\text_EncounterType_it.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252 - - - ..\Resources\text\ja\text_EncounterType_ja.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252 - - - ..\Resources\text\ko\text_EncounterType_ko.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252 - - - ..\Resources\text\zh\text_EncounterType_zh.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252 - - - ..\Resources\text\de\text_Forms_de.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\en\text_Forms_en.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\es\text_Forms_es.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\fr\text_Forms_fr.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\it\text_Forms_it.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\ja\text_Forms_ja.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\ko\text_Forms_ko.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\zh\text_Forms_zh.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\de\text_Games_de.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\en\text_Games_en.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\es\text_Games_es.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\fr\text_Games_fr.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\it\text_Games_it.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\ja\text_Games_ja.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\ko\text_Games_ko.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\zh\text_Games_zh.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\de\text_GenLoc_de.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\en\text_GenLoc_en.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\es\text_GenLoc_es.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\fr\text_GenLoc_fr.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\it\text_GenLoc_it.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\ja\text_GenLoc_ja.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\ko\text_GenLoc_ko.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\zh\text_GenLoc_zh.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\de\text_hgss_00000_de.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\en\text_hgss_00000_en.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\es\text_hgss_00000_es.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\fr\text_hgss_00000_fr.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\it\text_hgss_00000_it.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\ja\text_hgss_00000_ja.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\ko\text_hgss_00000_ko.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\zh\text_hgss_00000_zh.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\de\text_hgss_02000_de.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\en\text_hgss_02000_en.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\es\text_hgss_02000_es.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\fr\text_hgss_02000_fr.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\it\text_hgss_02000_it.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\ja\text_hgss_02000_ja.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\ko\text_hgss_02000_ko.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\zh\text_hgss_02000_zh.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\de\text_hgss_03000_de.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\en\text_hgss_03000_en.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\es\text_hgss_03000_es.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\fr\text_hgss_03000_fr.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\it\text_hgss_03000_it.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\ja\text_hgss_03000_ja.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\ko\text_hgss_03000_ko.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\zh\text_hgss_03000_zh.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\de\text_Items_de.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\en\text_Items_en.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\es\text_Items_es.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\fr\text_Items_fr.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\it\text_Items_it.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\ja\text_Items_ja.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\ko\text_Items_ko.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\zh\text_Items_zh.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\de\text_Memories_de.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\en\text_Memories_en.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\es\text_Memories_es.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\fr\text_Memories_fr.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\it\text_Memories_it.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\ja\text_Memories_ja.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\ko\text_Memories_ko.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\zh\text_Memories_zh.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\de\text_Moves_de.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\en\text_Moves_en.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\es\text_Moves_es.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\fr\text_Moves_fr.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\it\text_Moves_it.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\ja\text_Moves_ja.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\ko\text_Moves_ko.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\zh\text_Moves_zh.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\de\text_Natures_de.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\en\text_Natures_en.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\es\text_Natures_es.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\fr\text_Natures_fr.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\it\text_Natures_it.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\ja\text_Natures_ja.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\ko\text_Natures_ko.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\zh\text_Natures_zh.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\de\text_Pokeblock_de.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\en\text_Pokeblock_en.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\es\text_Pokeblock_es.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\fr\text_Pokeblock_fr.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\it\text_Pokeblock_it.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\ja\text_Pokeblock_ja.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\ko\text_Pokeblock_ko.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\zh\text_Pokeblock_zh.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\de\text_Puff_de.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\en\text_Puff_en.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\es\text_Puff_es.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\fr\text_Puff_fr.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\it\text_Puff_it.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\ja\text_Puff_ja.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\ko\text_Puff_ko.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\zh\text_Puff_zh.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\de\text_Species_de.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\en\text_Species_en.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\es\text_Species_es.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\fr\text_Species_fr.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\it\text_Species_it.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\ja\text_Species_ja.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\ko\text_Species_ko.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\zh\text_Species_zh.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\de\text_SuperTraining_de.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\en\text_SuperTraining_en.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\es\text_SuperTraining_es.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\fr\text_SuperTraining_fr.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\it\text_SuperTraining_it.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\ja\text_SuperTraining_ja.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\ko\text_SuperTraining_ko.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\zh\text_SuperTraining_zh.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\de\text_TrainingBag_de.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\en\text_TrainingBag_en.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252 - - - ..\Resources\text\es\text_TrainingBag_es.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\fr\text_TrainingBag_fr.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\it\text_TrainingBag_it.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\ja\text_TrainingBag_ja.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\ko\text_TrainingBag_ko.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\zh\text_TrainingBag_zh.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\de\text_Types_de.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\en\text_Types_en.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252 - - - ..\Resources\text\es\text_Types_es.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\fr\text_Types_fr.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\it\text_Types_it.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252 - - - ..\Resources\text\ja\text_Types_ja.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\ko\text_Types_ko.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\zh\text_Types_zh.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\de\text_Wallpaper_de.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\en\text_Wallpaper_en.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\es\text_Wallpaper_es.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\fr\text_Wallpaper_fr.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\it\text_Wallpaper_it.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\ja\text_Wallpaper_ja.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\ko\text_Wallpaper_ko.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\zh\text_Wallpaper_zh.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\de\text_xy_00000_de.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\en\text_xy_00000_en.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\es\text_xy_00000_es.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\fr\text_xy_00000_fr.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\it\text_xy_00000_it.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\ja\text_xy_00000_ja.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\ko\text_xy_00000_ko.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\zh\text_xy_00000_zh.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\de\text_xy_30000_de.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\en\text_xy_30000_en.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\es\text_xy_30000_es.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\fr\text_xy_30000_fr.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\it\text_xy_30000_it.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\ja\text_xy_30000_ja.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\ko\text_xy_30000_ko.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\zh\text_xy_30000_zh.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\de\text_xy_40000_de.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\en\text_xy_40000_en.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\es\text_xy_40000_es.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\fr\text_xy_40000_fr.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\it\text_xy_40000_it.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\ja\text_xy_40000_ja.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\ko\text_xy_40000_ko.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\zh\text_xy_40000_zh.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\de\text_xy_60000_de.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\en\text_xy_60000_en.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\es\text_xy_60000_es.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\fr\text_xy_60000_fr.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\it\text_xy_60000_it.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\ja\text_xy_60000_ja.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\ko\text_xy_60000_ko.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\zh\text_xy_60000_zh.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\de\text_tradeao_de.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\en\text_tradeao_en.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\es\text_tradeao_es.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\fr\text_tradeao_fr.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\it\text_tradeao_it.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\ja\text_tradeao_ja.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\ko\text_tradeao_ko.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\de\text_tradexy_de.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\en\text_tradexy_en.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\es\text_tradexy_es.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\fr\text_tradexy_fr.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\it\text_tradexy_it.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\ja\text_tradexy_ja.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\ko\text_tradexy_ko.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\script\const_oras_en.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252 - - - ..\Resources\text\script\flags_oras_en.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252 - - - ..\Resources\text\script\flags_xy_en.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\gen3\text_ItemsG3_en.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-16 - - - ..\Resources\text\gen3\text_rsefrlg_00000_en.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-16 - - - ..\Resources\text\gen3\text_gsc_00000_en.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-16 - - - ..\Resources\text\gen3\text_ItemsG1_en.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-16 - - - ..\Resources\text\gen3\text_ItemsG2_en.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\gen3\text_gsc_00000_es.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-16 - - - ..\Resources\text\gen3\text_gsc_00000_zh.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-16 - - - ..\Resources\text\gen3\text_ItemsG1_es.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-16 - - - ..\Resources\text\gen3\text_ItemsG1_zh.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-16 - - - ..\Resources\text\gen3\text_ItemsG2_es.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\gen3\text_ItemsG2_zh.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\gen3\text_ItemsG3_es.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-16 - - - ..\Resources\text\gen3\text_ItemsG3_zh.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-16 - - - ..\Resources\text\gen3\text_rsefrlg_00000_es.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-16 - - - ..\Resources\text\gen3\text_rsefrlg_00000_zh.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-16 - - - ..\Resources\text\gen3\text_ItemsG3Colosseum_en.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-16 - - - ..\Resources\text\gen3\text_ItemsG3XD_en.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-16 - - - ..\Resources\text\gen3\text_cxd_00000_en.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-16 - - - ..\Resources\text\de\text_Abilities_de.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\en\text_Abilities_en.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\es\text_Abilities_es.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\fr\text_Abilities_fr.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\it\text_Abilities_it.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\ja\text_Abilities_ja.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\ko\text_Abilities_ko.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\zh\text_Abilities_zh.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\es\text_Forms_es.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\fr\text_Forms_fr.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\it\text_Forms_it.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\de\text_Items_de.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\de\text_sm_00000_de.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\en\text_sm_00000_en.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\es\text_sm_00000_es.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\fr\text_sm_00000_fr.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\it\text_sm_00000_it.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\ja\text_sm_00000_ja.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\ko\text_sm_00000_ko.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\zh\text_sm_00000_zh.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\de\text_sm_30000_de.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\en\text_sm_30000_en.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\es\text_sm_30000_es.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\fr\text_sm_30000_fr.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\it\text_sm_30000_it.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\ja\text_sm_30000_ja.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\ko\text_sm_30000_ko.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\zh\text_sm_30000_zh.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\de\text_sm_40000_de.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\en\text_sm_40000_en.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\es\text_sm_40000_es.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\fr\text_sm_40000_fr.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\it\text_sm_40000_it.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\ja\text_sm_40000_ja.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\ko\text_sm_40000_ko.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\zh\text_sm_40000_zh.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\de\text_sm_60000_de.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\en\text_sm_60000_en.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252 - - - ..\Resources\text\es\text_sm_60000_es.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\fr\text_sm_60000_fr.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\it\text_sm_60000_it.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\ja\text_sm_60000_ja.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\ko\text_sm_60000_ko.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\zh\text_sm_60000_zh.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\zh\text_Species_zh2.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-16 - - - ..\Resources\text\script\const_sm_en.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252 - - - ..\Resources\text\script\flags_sm_en.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252 - - - ..\Resources\text\en\LegalityCheckStrings_en.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-16 - - - ..\Resources\text\ko\LegalityCheckStrings_ko.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-16 - - - ..\Resources\text\zh\LegalityCheckStrings_zh.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\zh\text_Char_zh.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\zh\text_Char_zh2.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\script\const_dp_en.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;shift_jis - - - ..\Resources\text\script\flags_dp_en.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;shift_jis - - - ..\Resources\text\script\const_hgss_en.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;shift_jis - - - ..\Resources\text\script\flags_hgss_en.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;shift_jis - - - ..\Resources\text\script\const_bw_en.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;shift_jis - - - ..\Resources\text\script\flags_bw_en.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;shift_jis - - - ..\Resources\text\script\const_b2w2_en.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;shift_jis - - - ..\Resources\text\script\flags_b2w2_en.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;shift_jis - - - ..\Resources\text\script\const_pt_en.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;shift_jis - - - ..\Resources\text\script\flags_pt_en.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;shift_jis - - - ..\Resources\text\de\text_Ribbons_de.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\en\text_Ribbons_en.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\es\text_Ribbons_es.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\fr\text_Ribbons_fr.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\it\text_Ribbons_it.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\ja\text_Ribbons_ja.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\ko\text_Ribbons_ko.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\other\text_Ribbons_pt.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\zh\text_Ribbons_zh.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\de\text_Mail4_de.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\en\text_Mail4_en.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\es\text_Mail4_es.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\fr\text_Mail4_fr.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\it\text_Mail4_it.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\ja\text_Mail4_ja.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\ko\text_Mail4_ko.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\script\const_e_en.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252 - - - ..\Resources\text\script\const_frlg_en.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252 - - - ..\Resources\text\script\const_rs_en.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252 - - - ..\Resources\text\script\flags_e_en.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252 - - - ..\Resources\text\script\flags_frlg_en.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252 - - - ..\Resources\text\script\flags_rs_en.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252 - - - ..\Resources\text\locale\badwords.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\other\text_cxd_00000_ja.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-16 - - - ..\Resources\text\other\text_gsc_00000_ja.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-16 - - - ..\Resources\text\other\text_ItemsG1_ja.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-16 - - - ..\Resources\text\other\text_ItemsG2_ja.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\other\text_ItemsG3Colosseum_ja.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-16 - - - ..\Resources\text\other\text_ItemsG3XD_ja.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-16 - - - ..\Resources\text\other\text_ItemsG3_ja.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-16 - - - ..\Resources\text\other\text_rsefrlg_00000_ja.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-16 - - - ..\Resources\text\gen3\text_ItemsG1_de.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\gen3\text_ItemsG2_de.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - ..\Resources\text\gen3\text_ItemsG3_de.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - \ No newline at end of file diff --git a/PKHeX.Core/Util/DataUtil.cs b/PKHeX.Core/Util/DataUtil.cs index 5e1008b4f..391c1e5ee 100644 --- a/PKHeX.Core/Util/DataUtil.cs +++ b/PKHeX.Core/Util/DataUtil.cs @@ -1,6 +1,7 @@ using System; using System.Collections.Generic; using System.Diagnostics; +using System.IO; using System.Linq; using System.Reflection; @@ -72,7 +73,7 @@ public partial class Util public static string[] GetStringList(string f) { - var txt = Properties.Resources.ResourceManager.GetString(f); // Fetch File, \n to list. + var txt = GetStringResource(f); // Fetch File, \n to list. if (txt == null) return new string[0]; string[] rawlist = txt.Split('\n'); for (int i = 0; i < rawlist.Length; i++) @@ -104,7 +105,19 @@ public static byte[] GetBinaryResource(string name) var buffer = new byte[resource.Length]; resource.Read(buffer, 0, (int)resource.Length); return buffer; - } + } + } + + public static string GetStringResource(string name) + { + var resourceName = typeof(Util).GetTypeInfo().Assembly.GetManifestResourceNames() + .Where(x => x.StartsWith("PKHeX.Core.Resources.text.") && x.EndsWith(name + ".txt", StringComparison.OrdinalIgnoreCase)) + .FirstOrDefault(); + using (var resource = typeof(Util).GetTypeInfo().Assembly.GetManifestResourceStream(resourceName)) + using (var reader = new StreamReader(resource)) + { + return reader.ReadToEnd(); + } } #region Non-Form Translation From e0673ea6fc093dc82f6a1c7284448b5d0fd7da8e Mon Sep 17 00:00:00 2001 From: Evan Dixon Date: Wed, 1 Nov 2017 21:16:14 -0500 Subject: [PATCH 2/6] Add basic test for pokemon name retreival --- Tests/PKHeX.Tests/PKHeX.Tests.csproj | 1 + Tests/PKHeX.Tests/Util/DataUtilTests.cs | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 Tests/PKHeX.Tests/Util/DataUtilTests.cs diff --git a/Tests/PKHeX.Tests/PKHeX.Tests.csproj b/Tests/PKHeX.Tests/PKHeX.Tests.csproj index 7664b59db..e62ff7654 100644 --- a/Tests/PKHeX.Tests/PKHeX.Tests.csproj +++ b/Tests/PKHeX.Tests/PKHeX.Tests.csproj @@ -77,6 +77,7 @@ + diff --git a/Tests/PKHeX.Tests/Util/DataUtilTests.cs b/Tests/PKHeX.Tests/Util/DataUtilTests.cs new file mode 100644 index 000000000..1b0be184f --- /dev/null +++ b/Tests/PKHeX.Tests/Util/DataUtilTests.cs @@ -0,0 +1,23 @@ +using Microsoft.VisualStudio.TestTools.UnitTesting; +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace PKHeX.Tests.Util +{ + [TestClass] + public class DataUtilTests + { + const string TestCategory = "Data Util Tests"; + + [TestMethod] + [TestCategory(TestCategory)] + public void TestGetPokemonNames() + { + var names = PKHeX.Core.Util.GetSpeciesList("en"); + Assert.AreEqual(803, names.Length); + } + } +} From 29ce9a347bbdb3b703e48795a190f393b16a9250 Mon Sep 17 00:00:00 2001 From: Evan Dixon Date: Wed, 1 Nov 2017 21:34:01 -0500 Subject: [PATCH 3/6] Cache retrieved data to improve execution speed --- PKHeX.Core/Util/DataUtil.cs | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/PKHeX.Core/Util/DataUtil.cs b/PKHeX.Core/Util/DataUtil.cs index 391c1e5ee..4b754d672 100644 --- a/PKHeX.Core/Util/DataUtil.cs +++ b/PKHeX.Core/Util/DataUtil.cs @@ -1,4 +1,5 @@ using System; +using System.Collections.Concurrent; using System.Collections.Generic; using System.Diagnostics; using System.IO; @@ -10,6 +11,10 @@ namespace PKHeX.Core public partial class Util { private const string TranslationSplitter = " = "; + private static Assembly thisAssembly = typeof(Util).GetTypeInfo().Assembly; + private static string[] manifestResourceNames = thisAssembly.GetManifestResourceNames(); + private static ConcurrentDictionary stringListCache = new ConcurrentDictionary(); + #region String Lists @@ -73,11 +78,15 @@ public partial class Util public static string[] GetStringList(string f) { + if (stringListCache.ContainsKey(f)) + return stringListCache[f]; + var txt = GetStringResource(f); // Fetch File, \n to list. if (txt == null) return new string[0]; string[] rawlist = txt.Split('\n'); for (int i = 0; i < rawlist.Length; i++) rawlist[i] = rawlist[i].Trim(); + stringListCache[f] = rawlist; return rawlist; } public static string[] GetStringList(string f, string l, string type = "text") => GetStringList($"{type}_{f}_{l}"); @@ -99,7 +108,7 @@ public static string[] GetNulledStringArray(string[] SimpleStringList) public static byte[] GetBinaryResource(string name) { - using (var resource = typeof(Util).GetTypeInfo().Assembly.GetManifestResourceStream( + using (var resource = thisAssembly.GetManifestResourceStream( $"PKHeX.Core.Resources.byte.{name}")) { var buffer = new byte[resource.Length]; @@ -110,10 +119,10 @@ public static byte[] GetBinaryResource(string name) public static string GetStringResource(string name) { - var resourceName = typeof(Util).GetTypeInfo().Assembly.GetManifestResourceNames() + var resourceName = manifestResourceNames .Where(x => x.StartsWith("PKHeX.Core.Resources.text.") && x.EndsWith(name + ".txt", StringComparison.OrdinalIgnoreCase)) .FirstOrDefault(); - using (var resource = typeof(Util).GetTypeInfo().Assembly.GetManifestResourceStream(resourceName)) + using (var resource = thisAssembly.GetManifestResourceStream(resourceName)) using (var reader = new StreamReader(resource)) { return reader.ReadToEnd(); From 81e87c1a152e0de3a2eb55500e06fa33979eb239 Mon Sep 17 00:00:00 2001 From: Evan Dixon Date: Wed, 1 Nov 2017 21:42:12 -0500 Subject: [PATCH 4/6] Change the concurrent dictionary to a dictionary It'd be nice to be thread-safe, but I don't really expect multithreaded applications to be calling this method a lot, and I'd imagine the concurrent version has more overhead --- PKHeX.Core/Util/DataUtil.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PKHeX.Core/Util/DataUtil.cs b/PKHeX.Core/Util/DataUtil.cs index 4b754d672..23cc50bdc 100644 --- a/PKHeX.Core/Util/DataUtil.cs +++ b/PKHeX.Core/Util/DataUtil.cs @@ -13,7 +13,7 @@ public partial class Util private const string TranslationSplitter = " = "; private static Assembly thisAssembly = typeof(Util).GetTypeInfo().Assembly; private static string[] manifestResourceNames = thisAssembly.GetManifestResourceNames(); - private static ConcurrentDictionary stringListCache = new ConcurrentDictionary(); + private static Dictionary stringListCache = new Dictionary(); #region String Lists @@ -86,7 +86,7 @@ public static string[] GetStringList(string f) string[] rawlist = txt.Split('\n'); for (int i = 0; i < rawlist.Length; i++) rawlist[i] = rawlist[i].Trim(); - stringListCache[f] = rawlist; + stringListCache.Add(f, rawlist); return rawlist; } public static string[] GetStringList(string f, string l, string type = "text") => GetStringList($"{type}_{f}_{l}"); From 133a19a468546c648939e90cd3a3907eb5aa9472 Mon Sep 17 00:00:00 2001 From: Evan Dixon Date: Wed, 1 Nov 2017 21:44:35 -0500 Subject: [PATCH 5/6] Fix fallback from unlocalized language file to default language --- PKHeX.Core/Util/DataUtil.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/PKHeX.Core/Util/DataUtil.cs b/PKHeX.Core/Util/DataUtil.cs index 23cc50bdc..bdd55b84c 100644 --- a/PKHeX.Core/Util/DataUtil.cs +++ b/PKHeX.Core/Util/DataUtil.cs @@ -122,6 +122,11 @@ public static string GetStringResource(string name) var resourceName = manifestResourceNames .Where(x => x.StartsWith("PKHeX.Core.Resources.text.") && x.EndsWith(name + ".txt", StringComparison.OrdinalIgnoreCase)) .FirstOrDefault(); + + if (resourceName == null) { + return null; + } + using (var resource = thisAssembly.GetManifestResourceStream(resourceName)) using (var reader = new StreamReader(resource)) { From 7ac1a4c6dfd8f81b38ed3b79150536fccf5d927b Mon Sep 17 00:00:00 2001 From: Evan Dixon Date: Wed, 1 Nov 2017 21:47:55 -0500 Subject: [PATCH 6/6] Cache resource name => manifest resouce name mapping --- PKHeX.Core/Util/DataUtil.cs | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/PKHeX.Core/Util/DataUtil.cs b/PKHeX.Core/Util/DataUtil.cs index bdd55b84c..151bdd53b 100644 --- a/PKHeX.Core/Util/DataUtil.cs +++ b/PKHeX.Core/Util/DataUtil.cs @@ -13,6 +13,7 @@ public partial class Util private const string TranslationSplitter = " = "; private static Assembly thisAssembly = typeof(Util).GetTypeInfo().Assembly; private static string[] manifestResourceNames = thisAssembly.GetManifestResourceNames(); + private static Dictionary resourceNameMap = new Dictionary(); private static Dictionary stringListCache = new Dictionary(); @@ -119,15 +120,18 @@ public static byte[] GetBinaryResource(string name) public static string GetStringResource(string name) { - var resourceName = manifestResourceNames + if (!resourceNameMap.ContainsKey(name)) + { + resourceNameMap.Add(name, manifestResourceNames .Where(x => x.StartsWith("PKHeX.Core.Resources.text.") && x.EndsWith(name + ".txt", StringComparison.OrdinalIgnoreCase)) - .FirstOrDefault(); + .FirstOrDefault()); + } - if (resourceName == null) { + if (resourceNameMap[name] == null) { return null; } - using (var resource = thisAssembly.GetManifestResourceStream(resourceName)) + using (var resource = thisAssembly.GetManifestResourceStream(resourceNameMap[name])) using (var reader = new StreamReader(resource)) { return reader.ReadToEnd();