From 5e2cc8aa80598a80fd8ee55997e0fc6eea6919fa Mon Sep 17 00:00:00 2001 From: Hendrik Bulens Date: Mon, 30 Jan 2023 17:41:31 +0100 Subject: [PATCH 1/6] Store list of countries and their translations --- src/core/Dime.i18n.Countries/CountryList.cs | 265 ----------------- .../Dime.i18n.Countries.csproj | 7 +- .../Nations/Afghanistan.cs | 13 + .../Nations/AlandIslands.cs | 13 + .../Dime.i18n.Countries/Nations/Albania.cs | 13 + .../Dime.i18n.Countries/Nations/Algeria.cs | 13 + .../Nations/AmericanSamoa.cs | 13 + .../Dime.i18n.Countries/Nations/Andorra.cs | 13 + .../Dime.i18n.Countries/Nations/Angola.cs | 13 + .../Dime.i18n.Countries/Nations/Anguilla.cs | 13 + .../Dime.i18n.Countries/Nations/Antarctica.cs | 13 + .../Nations/AntiguaAndBarbuda.cs | 13 + .../Dime.i18n.Countries/Nations/Argentina.cs | 13 + .../Dime.i18n.Countries/Nations/Armenia.cs | 13 + src/core/Dime.i18n.Countries/Nations/Aruba.cs | 13 + .../Dime.i18n.Countries/Nations/Australia.cs | 13 + .../Dime.i18n.Countries/Nations/Austria.cs | 13 + .../Dime.i18n.Countries/Nations/Azerbaijan.cs | 13 + .../Dime.i18n.Countries/Nations/Bahamas.cs | 13 + .../Dime.i18n.Countries/Nations/Bahrain.cs | 13 + .../Dime.i18n.Countries/Nations/Bangladesh.cs | 13 + .../Dime.i18n.Countries/Nations/Barbados.cs | 13 + .../Nations/Base/LocalizedCountryName.cs | 14 + .../Nations/Base/Nation.cs | 17 ++ .../Dime.i18n.Countries/Nations/Belarus.cs | 13 + .../Dime.i18n.Countries/Nations/Belgium.cs | 13 + .../Dime.i18n.Countries/Nations/Belize.cs | 13 + src/core/Dime.i18n.Countries/Nations/Benin.cs | 13 + .../Dime.i18n.Countries/Nations/Bermuda.cs | 13 + .../Dime.i18n.Countries/Nations/Bhutan.cs | 13 + .../Dime.i18n.Countries/Nations/Bolivia.cs | 13 + .../Nations/BosniaAndHerzegovina.cs | 13 + .../Dime.i18n.Countries/Nations/Botswana.cs | 13 + .../Nations/BouvetIsland.cs | 13 + .../Dime.i18n.Countries/Nations/Brazil.cs | 13 + .../Nations/BritishIndianOceanTerritory.cs | 13 + .../Nations/BritishVirginIslands.cs | 13 + .../Dime.i18n.Countries/Nations/Brunei.cs | 13 + .../Dime.i18n.Countries/Nations/Bulgaria.cs | 13 + .../Nations/BurkinaFaso.cs | 13 + .../Dime.i18n.Countries/Nations/Burundi.cs | 13 + .../Dime.i18n.Countries/Nations/Cambodia.cs | 13 + .../Dime.i18n.Countries/Nations/Cameroon.cs | 13 + .../Dime.i18n.Countries/Nations/Canada.cs | 13 + .../Dime.i18n.Countries/Nations/CapeVerde.cs | 13 + .../Nations/CaymanIslands.cs | 13 + .../Nations/CentralAfricanRepublic.cs | 13 + src/core/Dime.i18n.Countries/Nations/Chad.cs | 13 + src/core/Dime.i18n.Countries/Nations/Chile.cs | 13 + src/core/Dime.i18n.Countries/Nations/China.cs | 13 + .../Nations/ChristmasIsland.cs | 13 + .../Nations/CocosIslands.cs | 13 + .../Dime.i18n.Countries/Nations/Colombia.cs | 13 + .../Dime.i18n.Countries/Nations/Comoros.cs | 13 + src/core/Dime.i18n.Countries/Nations/Congo.cs | 13 + .../Dime.i18n.Countries/Nations/CongoDRC.cs | 13 + .../Nations/CookIslands.cs | 13 + .../Dime.i18n.Countries/Nations/CostaRica.cs | 13 + .../Dime.i18n.Countries/Nations/CoteIvoire.cs | 13 + .../Dime.i18n.Countries/Nations/Croatia.cs | 13 + src/core/Dime.i18n.Countries/Nations/Cuba.cs | 13 + .../Dime.i18n.Countries/Nations/Cyprus.cs | 13 + .../Nations/CzechRepublic.cs | 13 + .../Dime.i18n.Countries/Nations/Denmark.cs | 13 + .../Dime.i18n.Countries/Nations/Djibouti.cs | 13 + .../Dime.i18n.Countries/Nations/Dominica.cs | 13 + .../Nations/DominicanRepublic.cs | 13 + .../Dime.i18n.Countries/Nations/Ecuador.cs | 13 + src/core/Dime.i18n.Countries/Nations/Egypt.cs | 13 + .../Dime.i18n.Countries/Nations/ElSalvador.cs | 13 + .../Nations/EquatorialGuinea.cs | 13 + .../Dime.i18n.Countries/Nations/Eritrea.cs | 13 + .../Dime.i18n.Countries/Nations/Estonia.cs | 13 + .../Dime.i18n.Countries/Nations/Ethiopia.cs | 13 + .../Nations/FalklandIslands.cs | 13 + .../Nations/FaroeIslands.cs | 13 + src/core/Dime.i18n.Countries/Nations/Fiji.cs | 13 + .../Dime.i18n.Countries/Nations/Finland.cs | 13 + .../Dime.i18n.Countries/Nations/France.cs | 13 + .../Nations/FrenchGuiana.cs | 13 + .../Nations/FrenchPolynesia.cs | 13 + .../Nations/FrenchSouthernTerritories.cs | 13 + src/core/Dime.i18n.Countries/Nations/Gabon.cs | 13 + .../Dime.i18n.Countries/Nations/Gambia.cs | 13 + .../Dime.i18n.Countries/Nations/Georgia.cs | 13 + .../Dime.i18n.Countries/Nations/Germany.cs | 13 + src/core/Dime.i18n.Countries/Nations/Ghana.cs | 13 + .../Dime.i18n.Countries/Nations/Gibraltar.cs | 13 + .../Dime.i18n.Countries/Nations/Greece.cs | 13 + .../Dime.i18n.Countries/Nations/Greenland.cs | 13 + .../Dime.i18n.Countries/Nations/Grenada.cs | 13 + .../Dime.i18n.Countries/Nations/Guadeloupe.cs | 13 + src/core/Dime.i18n.Countries/Nations/Guam.cs | 13 + .../Dime.i18n.Countries/Nations/Guatemala.cs | 13 + .../Dime.i18n.Countries/Nations/Guernsey.cs | 13 + .../Dime.i18n.Countries/Nations/Guinea.cs | 13 + .../Nations/GuineaBissau.cs | 13 + .../Dime.i18n.Countries/Nations/Guyana.cs | 13 + src/core/Dime.i18n.Countries/Nations/Haiti.cs | 13 + .../Nations/HeardAndMcdonaldIslands.cs | 13 + .../Dime.i18n.Countries/Nations/Honduras.cs | 13 + .../Dime.i18n.Countries/Nations/HongKong.cs | 13 + .../Dime.i18n.Countries/Nations/Hungary.cs | 13 + .../Dime.i18n.Countries/Nations/Iceland.cs | 13 + src/core/Dime.i18n.Countries/Nations/India.cs | 13 + .../Dime.i18n.Countries/Nations/Indonesia.cs | 13 + src/core/Dime.i18n.Countries/Nations/Iran.cs | 13 + src/core/Dime.i18n.Countries/Nations/Iraq.cs | 13 + .../Dime.i18n.Countries/Nations/Ireland.cs | 13 + .../Dime.i18n.Countries/Nations/IsleOfMan.cs | 13 + .../Dime.i18n.Countries/Nations/Israel.cs | 13 + src/core/Dime.i18n.Countries/Nations/Italy.cs | 13 + .../Dime.i18n.Countries/Nations/Jamaica.cs | 13 + src/core/Dime.i18n.Countries/Nations/Japan.cs | 13 + .../Dime.i18n.Countries/Nations/Jersey.cs | 13 + .../Dime.i18n.Countries/Nations/Jordan.cs | 13 + .../Dime.i18n.Countries/Nations/Kazakhstan.cs | 13 + src/core/Dime.i18n.Countries/Nations/Kenya.cs | 13 + .../Dime.i18n.Countries/Nations/Kiribati.cs | 13 + .../Dime.i18n.Countries/Nations/Kuwait.cs | 13 + .../Dime.i18n.Countries/Nations/Kyrgyzstan.cs | 13 + src/core/Dime.i18n.Countries/Nations/Laos.cs | 13 + .../Dime.i18n.Countries/Nations/Latvia.cs | 13 + .../Dime.i18n.Countries/Nations/Lebanon.cs | 13 + .../Dime.i18n.Countries/Nations/Lesotho.cs | 13 + .../Dime.i18n.Countries/Nations/Liberia.cs | 13 + src/core/Dime.i18n.Countries/Nations/Libya.cs | 13 + .../Nations/Liechtenstein.cs | 13 + .../Dime.i18n.Countries/Nations/Lithuania.cs | 13 + .../Dime.i18n.Countries/Nations/Luxembourg.cs | 13 + src/core/Dime.i18n.Countries/Nations/Macao.cs | 13 + .../Dime.i18n.Countries/Nations/Macedonia.cs | 13 + .../Dime.i18n.Countries/Nations/Madagascar.cs | 13 + .../Dime.i18n.Countries/Nations/Malawi.cs | 13 + .../Dime.i18n.Countries/Nations/Malaysia.cs | 13 + .../Dime.i18n.Countries/Nations/Maldives.cs | 13 + src/core/Dime.i18n.Countries/Nations/Mali.cs | 13 + src/core/Dime.i18n.Countries/Nations/Malta.cs | 13 + .../Nations/MarshallIslands.cs | 13 + .../Dime.i18n.Countries/Nations/Martinique.cs | 13 + .../Dime.i18n.Countries/Nations/Mauritania.cs | 13 + .../Dime.i18n.Countries/Nations/Mauritius.cs | 13 + .../Dime.i18n.Countries/Nations/Mayotte.cs | 13 + .../Dime.i18n.Countries/Nations/Mexico.cs | 13 + .../Dime.i18n.Countries/Nations/Micronesia.cs | 13 + .../Dime.i18n.Countries/Nations/Moldova.cs | 13 + .../Dime.i18n.Countries/Nations/Monaco.cs | 13 + .../Dime.i18n.Countries/Nations/Mongolia.cs | 13 + .../Dime.i18n.Countries/Nations/Montenegro.cs | 13 + .../Dime.i18n.Countries/Nations/Montserrat.cs | 13 + .../Dime.i18n.Countries/Nations/Morocco.cs | 13 + .../Dime.i18n.Countries/Nations/Mozambique.cs | 13 + .../Dime.i18n.Countries/Nations/Myanmar.cs | 13 + .../Dime.i18n.Countries/Nations/Namibia.cs | 13 + src/core/Dime.i18n.Countries/Nations/Nauru.cs | 13 + src/core/Dime.i18n.Countries/Nations/Nepal.cs | 13 + .../Nations/Netherlands.cs | 13 + .../Nations/NetherlandsAntilles.cs | 13 + .../Nations/NewCaledonia.cs | 13 + .../Dime.i18n.Countries/Nations/NewZealand.cs | 13 + .../Dime.i18n.Countries/Nations/Nicaragua.cs | 13 + src/core/Dime.i18n.Countries/Nations/Niger.cs | 13 + .../Dime.i18n.Countries/Nations/Nigeria.cs | 13 + src/core/Dime.i18n.Countries/Nations/Niue.cs | 13 + .../Nations/NorfolkIsland.cs | 13 + .../Dime.i18n.Countries/Nations/NorthKorea.cs | 13 + .../Nations/NorthernMarianaIslands.cs | 13 + .../Dime.i18n.Countries/Nations/Norway.cs | 13 + src/core/Dime.i18n.Countries/Nations/Oman.cs | 13 + .../Dime.i18n.Countries/Nations/Pakistan.cs | 13 + src/core/Dime.i18n.Countries/Nations/Palau.cs | 13 + .../Nations/PalestinianTerritory.cs | 13 + .../Dime.i18n.Countries/Nations/Panama.cs | 13 + .../Nations/PapuaNewGuinea.cs | 13 + .../Dime.i18n.Countries/Nations/Paraguay.cs | 13 + src/core/Dime.i18n.Countries/Nations/Peru.cs | 13 + .../Nations/Philippines.cs | 13 + .../Dime.i18n.Countries/Nations/Pitcairn.cs | 13 + .../Dime.i18n.Countries/Nations/Poland.cs | 13 + .../Dime.i18n.Countries/Nations/Portugal.cs | 13 + .../Dime.i18n.Countries/Nations/PuertoRico.cs | 13 + src/core/Dime.i18n.Countries/Nations/Qatar.cs | 13 + .../Dime.i18n.Countries/Nations/Reunion.cs | 13 + .../Dime.i18n.Countries/Nations/Romania.cs | 13 + .../Dime.i18n.Countries/Nations/Russia.cs | 13 + .../Dime.i18n.Countries/Nations/Rwanda.cs | 13 + .../Nations/SaintBarthelemy.cs | 13 + .../Nations/SaintHelena.cs | 13 + .../Nations/SaintKittsandNevis.cs | 13 + .../Dime.i18n.Countries/Nations/SaintLucia.cs | 13 + .../Nations/SaintMartin.cs | 13 + .../Nations/SaintPierreAndMiquelon.cs | 13 + .../Nations/SaintVincentAndGrenadines.cs | 13 + src/core/Dime.i18n.Countries/Nations/Samoa.cs | 13 + .../Dime.i18n.Countries/Nations/SanMarino.cs | 13 + .../Nations/SaoTomeAndPrincipe.cs | 13 + .../Nations/SaudiArabia.cs | 13 + .../Dime.i18n.Countries/Nations/Senegal.cs | 13 + .../Dime.i18n.Countries/Nations/Serbia.cs | 13 + .../Dime.i18n.Countries/Nations/Seychelles.cs | 13 + .../Nations/SierraLeone.cs | 13 + .../Dime.i18n.Countries/Nations/Singapore.cs | 13 + .../Dime.i18n.Countries/Nations/Slovakia.cs | 13 + .../Dime.i18n.Countries/Nations/Slovenia.cs | 13 + .../Nations/SolomonIslands.cs | 13 + .../Dime.i18n.Countries/Nations/Somalia.cs | 13 + .../Nations/SouthAfrica.cs | 13 + .../Nations/SouthGeorgia.cs | 13 + .../Dime.i18n.Countries/Nations/SouthKorea.cs | 13 + .../Dime.i18n.Countries/Nations/SouthSudan.cs | 13 + src/core/Dime.i18n.Countries/Nations/Spain.cs | 13 + .../Dime.i18n.Countries/Nations/SriLanka.cs | 13 + src/core/Dime.i18n.Countries/Nations/Sudan.cs | 13 + .../Dime.i18n.Countries/Nations/Suriname.cs | 13 + .../Nations/SvalbardAndJanMayenIslands.cs | 13 + .../Dime.i18n.Countries/Nations/Swaziland.cs | 13 + .../Dime.i18n.Countries/Nations/Sweden.cs | 13 + .../Nations/Switzerland.cs | 13 + src/core/Dime.i18n.Countries/Nations/Syria.cs | 13 + .../Dime.i18n.Countries/Nations/Taiwan.cs | 13 + .../Dime.i18n.Countries/Nations/Tajikistan.cs | 13 + .../Dime.i18n.Countries/Nations/Tanzania.cs | 13 + .../Dime.i18n.Countries/Nations/Thailand.cs | 13 + .../Dime.i18n.Countries/Nations/TimorLeste.cs | 13 + src/core/Dime.i18n.Countries/Nations/Togo.cs | 13 + .../Dime.i18n.Countries/Nations/Tokelau.cs | 13 + src/core/Dime.i18n.Countries/Nations/Tonga.cs | 13 + .../Nations/TrinidadAndTobago.cs | 13 + .../Dime.i18n.Countries/Nations/Tunisia.cs | 13 + .../Dime.i18n.Countries/Nations/Turkey.cs | 13 + .../Nations/Turkmenistan.cs | 13 + .../Nations/TurksAndCaicosIslands.cs | 13 + .../Dime.i18n.Countries/Nations/Tuvalu.cs | 13 + .../Nations/USMinorOutlyingIslands.cs | 13 + .../Dime.i18n.Countries/Nations/Uganda.cs | 13 + .../Dime.i18n.Countries/Nations/Ukraine.cs | 13 + .../Nations/UnitedArabEmirates.cs | 13 + .../Nations/UnitedKingdom.cs | 13 + .../Nations/UnitedStatesOfAmerica.cs | 13 + .../Dime.i18n.Countries/Nations/Uruguay.cs | 13 + .../Dime.i18n.Countries/Nations/Uzbekistan.cs | 13 + .../Dime.i18n.Countries/Nations/Vanuatu.cs | 13 + .../Nations/VaticanCity.cs | 13 + .../Dime.i18n.Countries/Nations/Venezuela.cs | 13 + .../Dime.i18n.Countries/Nations/Vietnam.cs | 13 + .../Nations/VirginIslands.cs | 13 + .../Nations/WallisAndFutunaIslands.cs | 13 + .../Nations/WesternSahara.cs | 13 + src/core/Dime.i18n.Countries/Nations/Yemen.cs | 13 + .../Dime.i18n.Countries/Nations/Zambia.cs | 13 + .../Dime.i18n.Countries/Nations/Zimbabwe.cs | 13 + src/core/Dime.i18n.Countries/NationsList.cs | 273 ++++++++++++++++++ .../CountryListTests.cs | 14 +- 253 files changed, 3525 insertions(+), 276 deletions(-) delete mode 100644 src/core/Dime.i18n.Countries/CountryList.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Afghanistan.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/AlandIslands.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Albania.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Algeria.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/AmericanSamoa.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Andorra.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Angola.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Anguilla.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Antarctica.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/AntiguaAndBarbuda.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Argentina.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Armenia.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Aruba.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Australia.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Austria.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Azerbaijan.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Bahamas.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Bahrain.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Bangladesh.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Barbados.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Base/LocalizedCountryName.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Base/Nation.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Belarus.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Belgium.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Belize.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Benin.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Bermuda.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Bhutan.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Bolivia.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/BosniaAndHerzegovina.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Botswana.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/BouvetIsland.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Brazil.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/BritishIndianOceanTerritory.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/BritishVirginIslands.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Brunei.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Bulgaria.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/BurkinaFaso.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Burundi.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Cambodia.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Cameroon.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Canada.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/CapeVerde.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/CaymanIslands.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/CentralAfricanRepublic.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Chad.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Chile.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/China.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/ChristmasIsland.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/CocosIslands.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Colombia.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Comoros.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Congo.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/CongoDRC.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/CookIslands.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/CostaRica.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/CoteIvoire.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Croatia.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Cuba.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Cyprus.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/CzechRepublic.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Denmark.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Djibouti.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Dominica.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/DominicanRepublic.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Ecuador.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Egypt.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/ElSalvador.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/EquatorialGuinea.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Eritrea.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Estonia.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Ethiopia.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/FalklandIslands.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/FaroeIslands.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Fiji.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Finland.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/France.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/FrenchGuiana.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/FrenchPolynesia.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/FrenchSouthernTerritories.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Gabon.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Gambia.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Georgia.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Germany.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Ghana.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Gibraltar.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Greece.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Greenland.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Grenada.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Guadeloupe.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Guam.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Guatemala.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Guernsey.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Guinea.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/GuineaBissau.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Guyana.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Haiti.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/HeardAndMcdonaldIslands.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Honduras.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/HongKong.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Hungary.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Iceland.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/India.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Indonesia.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Iran.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Iraq.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Ireland.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/IsleOfMan.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Israel.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Italy.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Jamaica.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Japan.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Jersey.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Jordan.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Kazakhstan.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Kenya.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Kiribati.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Kuwait.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Kyrgyzstan.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Laos.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Latvia.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Lebanon.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Lesotho.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Liberia.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Libya.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Liechtenstein.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Lithuania.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Luxembourg.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Macao.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Macedonia.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Madagascar.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Malawi.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Malaysia.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Maldives.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Mali.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Malta.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/MarshallIslands.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Martinique.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Mauritania.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Mauritius.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Mayotte.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Mexico.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Micronesia.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Moldova.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Monaco.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Mongolia.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Montenegro.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Montserrat.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Morocco.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Mozambique.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Myanmar.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Namibia.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Nauru.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Nepal.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Netherlands.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/NetherlandsAntilles.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/NewCaledonia.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/NewZealand.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Nicaragua.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Niger.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Nigeria.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Niue.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/NorfolkIsland.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/NorthKorea.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/NorthernMarianaIslands.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Norway.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Oman.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Pakistan.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Palau.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/PalestinianTerritory.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Panama.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/PapuaNewGuinea.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Paraguay.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Peru.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Philippines.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Pitcairn.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Poland.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Portugal.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/PuertoRico.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Qatar.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Reunion.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Romania.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Russia.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Rwanda.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/SaintBarthelemy.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/SaintHelena.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/SaintKittsandNevis.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/SaintLucia.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/SaintMartin.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/SaintPierreAndMiquelon.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/SaintVincentAndGrenadines.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Samoa.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/SanMarino.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/SaoTomeAndPrincipe.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/SaudiArabia.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Senegal.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Serbia.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Seychelles.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/SierraLeone.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Singapore.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Slovakia.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Slovenia.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/SolomonIslands.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Somalia.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/SouthAfrica.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/SouthGeorgia.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/SouthKorea.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/SouthSudan.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Spain.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/SriLanka.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Sudan.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Suriname.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/SvalbardAndJanMayenIslands.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Swaziland.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Sweden.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Switzerland.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Syria.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Taiwan.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Tajikistan.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Tanzania.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Thailand.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/TimorLeste.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Togo.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Tokelau.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Tonga.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/TrinidadAndTobago.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Tunisia.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Turkey.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Turkmenistan.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/TurksAndCaicosIslands.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Tuvalu.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/USMinorOutlyingIslands.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Uganda.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Ukraine.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/UnitedArabEmirates.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/UnitedKingdom.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/UnitedStatesOfAmerica.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Uruguay.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Uzbekistan.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Vanuatu.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/VaticanCity.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Venezuela.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Vietnam.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/VirginIslands.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/WallisAndFutunaIslands.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/WesternSahara.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Yemen.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Zambia.cs create mode 100644 src/core/Dime.i18n.Countries/Nations/Zimbabwe.cs create mode 100644 src/core/Dime.i18n.Countries/NationsList.cs diff --git a/src/core/Dime.i18n.Countries/CountryList.cs b/src/core/Dime.i18n.Countries/CountryList.cs deleted file mode 100644 index b7e127e..0000000 --- a/src/core/Dime.i18n.Countries/CountryList.cs +++ /dev/null @@ -1,265 +0,0 @@ -using System.Collections; -using System.Collections.Generic; - -namespace System.Globalization.Countries -{ - public class CountryList : IEnumerable - { - public IEnumerator GetEnumerator() - => GetList().GetEnumerator(); - - IEnumerator IEnumerable.GetEnumerator() - => GetEnumerator(); - - private static IEnumerable GetList() => new List - { - "Afghanistan", - "Aland Islands", - "Albania", - "Algeria", - "American Samoa", - "Andorra", - "Angola", - "Anguilla", - "Antarctica", - "Antigua and Barbuda", - "Argentina", - "Armenia", - "Aruba", - "Australia", - "Austria", - "Azerbaijan", - "Bahamas", - "Bahrain", - "Bangladesh", - "Barbados", - "Belarus", - "Belgium", - "Belize", - "Benin", - "Bermuda", - "Bhutan", - "Bolivia", - "Bosnia and Herzegovina", - "Botswana", - "Bouvet Island", - "Brazil", - "British Indian Ocean Territory", - "British Virgin Islands", - "Brunei Darussalam", - "Bulgaria", - "Burkina Faso", - "Burundi", - "Cambodia", - "Cameroon", - "Canada", - "Cape Verde", - "Cayman Islands", - "Central African Republic", - "Chad", - "Chile", - "China", - "Christmas Island", - "Cocos (Keeling) Islands", - "Colombia", - "Comoros", - "Congo (Brazzaville)", - "Congo (Kinshasa)", - "Cook Islands", - "Costa Rica", - "Côte Ivoire", - "Croatia", - "Cuba", - "Cyprus", - "Czech Republic", - "Denmark", - "Djibouti", - "Dominica", - "Dominican Republic", - "Ecuador", - "Egypt", - "El Salvador", - "Equatorial Guinea", - "Eritrea", - "Estonia", - "Ethiopia", - "Falkland Islands (Malvinas)", - "Faroe Islands", - "Fiji", - "Finland", - "France", - "French Guiana", - "French Polynesia", - "French Southern Territories", - "Gabon", - "Gambia", - "Georgia", - "Germany", - "Ghana", - "Gibraltar", - "Greece", - "Greenland", - "Grenada", - "Guadeloupe", - "Guam", - "Guatemala", - "Guernsey", - "Guinea", - "Guinea-Bissau", - "Guyana", - "Haiti", - "Heard and Mcdonald Islands", - "Holy See (Vatican City State)", - "Honduras", - "Hong Kong", - "Hungary", - "Iceland", - "India", - "Indonesia", - "Iran", - "Iraq", - "Ireland", - "Isle of Man", - "Israel", - "Italy", - "Jamaica", - "Japan", - "Jersey", - "Jordan", - "Kazakhstan", - "Kenya", - "Kiribati", - "Korea (North)", - "Korea (South)", - "Kuwait", - "Kyrgyzstan", - "Lao PDR", - "Latvia", - "Lebanon", - "Lesotho", - "Liberia", - "Libya", - "Liechtenstein", - "Lithuania", - "Luxembourg", - "Macao", - "Macedonia", - "Madagascar", - "Malawi", - "Malaysia", - "Maldives", - "Mali", - "Malta", - "Marshall Islands", - "Martinique", - "Mauritania", - "Mauritius", - "Mayotte", - "Mexico", - "Micronesia", - "Moldova", - "Monaco", - "Mongolia", - "Montenegro", - "Montserrat", - "Morocco", - "Mozambique", - "Myanmar", - "Namibia", - "Nauru", - "Nepal", - "Netherlands", - "Netherlands Antilles", - "New Caledonia", - "New Zealand", - "Nicaragua", - "Niger", - "Nigeria", - "Niue", - "Norfolk Island", - "Northern Mariana Islands", - "Norway", - "Oman", - "Pakistan", - "Palau", - "Palestinian Territory", - "Panama", - "Papua New Guinea", - "Paraguay", - "Peru", - "Philippines", - "Pitcairn", - "Poland", - "Portugal", - "Puerto Rico", - "Qatar", - "Réunion", - "Romania", - "Russian Federation", - "Rwanda", - "Saint Helena", - "Saint Kitts and Nevis", - "Saint Lucia", - "Saint Pierre and Miquelon", - "Saint Vincent and Grenadines", - "Saint-Barthélemy", - "Saint-Martin (French part)", - "Samoa", - "San Marino", - "Sao Tome and Principe", - "Saudi Arabia", - "Senegal", - "Serbia", - "Seychelles", - "Sierra Leone", - "Singapore", - "Slovakia", - "Slovenia", - "Solomon Islands", - "Somalia", - "South Africa", - "South Georgia and the South Sandwich Islands", - "South Sudan", - "Spain", - "Sri Lanka", - "Sudan", - "Suriname", - "Svalbard and Jan Mayen Islands", - "Swaziland", - "Sweden", - "Switzerland", - "Syrian Arab Republic (Syria)", - "Taiwan", - "Tajikistan", - "Tanzania", - "Thailand", - "Timor-Leste", - "Togo", - "Tokelau", - "Tonga", - "Trinidad and Tobago", - "Tunisia", - "Turkey", - "Turkmenistan", - "Turks and Caicos Islands", - "Tuvalu", - "Uganda", - "Ukraine", - "United Arab Emirates", - "United Kingdom", - "United States of America", - "Uruguay", - "US Minor Outlying Islands", - "Uzbekistan", - "Vanuatu", - "Venezuela (Bolivarian Republic)", - "Viet Nam", - "Virgin Islands", - "Wallis and Futuna Islands", - "Western Sahara", - "Yemen", - "Zambia", - "Zimbabwe" - }; - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Dime.i18n.Countries.csproj b/src/core/Dime.i18n.Countries/Dime.i18n.Countries.csproj index 82b3c20..fba326d 100644 --- a/src/core/Dime.i18n.Countries/Dime.i18n.Countries.csproj +++ b/src/core/Dime.i18n.Countries/Dime.i18n.Countries.csproj @@ -13,10 +13,9 @@ false false false - https://github.com/dime-software/dime-i18n - https://github.com/dime-software/dime-i18n - 1.0.1.0 + https://github.com/dimesoftware/dime-i18n + https://github.com/dimesoftware/dime-i18n + 2.0.0.0-alpha.1 latest - diff --git a/src/core/Dime.i18n.Countries/Nations/Afghanistan.cs b/src/core/Dime.i18n.Countries/Nations/Afghanistan.cs new file mode 100644 index 0000000..4270b10 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Afghanistan.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Afghanistan : Nation + { + public Afghanistan() + { + Name = "Afghanistan"; + Code = "AF"; + AltCode = "AFG"; + Translate("en", Name); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/AlandIslands.cs b/src/core/Dime.i18n.Countries/Nations/AlandIslands.cs new file mode 100644 index 0000000..b23d2f8 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/AlandIslands.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class AlandIslands : Nation + { + public AlandIslands() + { + Name = "Aland Islands"; + Code = "ALA"; + AltCode = "AX"; + Translate("en", Name); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Albania.cs b/src/core/Dime.i18n.Countries/Nations/Albania.cs new file mode 100644 index 0000000..1632a99 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Albania.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Albania : Nation + { + public Albania() + { + Name = "Albania"; + Code = "ALB"; + AltCode = "AB"; + Translate("en", Name); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Algeria.cs b/src/core/Dime.i18n.Countries/Nations/Algeria.cs new file mode 100644 index 0000000..46f9994 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Algeria.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Algeria : Nation + { + public Algeria() + { + Name = "Algeria"; + Code = "DZA"; + AltCode = "DZ"; + Translate("en", Name); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/AmericanSamoa.cs b/src/core/Dime.i18n.Countries/Nations/AmericanSamoa.cs new file mode 100644 index 0000000..08c1b93 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/AmericanSamoa.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class AmericanSamoa : Nation + { + public AmericanSamoa() + { + Name = "American Samoa"; + Code = "AS"; + AltCode = "ASM"; + Translate("en", Name); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Andorra.cs b/src/core/Dime.i18n.Countries/Nations/Andorra.cs new file mode 100644 index 0000000..4b0177c --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Andorra.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Andorra : Nation + { + public Andorra() + { + Name = "Andorra"; + Code = "AD"; + AltCode = "AND"; + Translate("en", Name); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Angola.cs b/src/core/Dime.i18n.Countries/Nations/Angola.cs new file mode 100644 index 0000000..6d33e7c --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Angola.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Angola : Nation + { + public Angola() + { + Name = "Angola"; + Code = "AO"; + AltCode = "AGO"; + Translate("en", Name); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Anguilla.cs b/src/core/Dime.i18n.Countries/Nations/Anguilla.cs new file mode 100644 index 0000000..ba9b458 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Anguilla.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Anguilla : Nation + { + public Anguilla() + { + Name = "Anguilla"; + Code = "AI"; + AltCode = "AIA"; + Translate("en", Name); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Antarctica.cs b/src/core/Dime.i18n.Countries/Nations/Antarctica.cs new file mode 100644 index 0000000..a840ebf --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Antarctica.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Antarctica : Nation + { + public Antarctica() + { + Name = "Antarctica"; + Code = "AQ"; + AltCode = "ATA"; + Translate("en", Name); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/AntiguaAndBarbuda.cs b/src/core/Dime.i18n.Countries/Nations/AntiguaAndBarbuda.cs new file mode 100644 index 0000000..83889a0 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/AntiguaAndBarbuda.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class AntiguaAndBarbuda : Nation + { + public AntiguaAndBarbuda() + { + Name = "Antigua and Barbuda"; + Code = "AG"; + AltCode = "ATG"; + Translate("en", Name); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Argentina.cs b/src/core/Dime.i18n.Countries/Nations/Argentina.cs new file mode 100644 index 0000000..52a0ec7 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Argentina.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Argentina : Nation + { + public Argentina() + { + Name = "Argentina"; + Code = "AR"; + AltCode = "ARG"; + Translate("en", Name); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Armenia.cs b/src/core/Dime.i18n.Countries/Nations/Armenia.cs new file mode 100644 index 0000000..84f879e --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Armenia.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Armenia : Nation + { + public Armenia() + { + Name = "Armenia"; + Code = "AM"; + AltCode = "ARM"; + Translate("en", Name); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Aruba.cs b/src/core/Dime.i18n.Countries/Nations/Aruba.cs new file mode 100644 index 0000000..5a7ad08 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Aruba.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Aruba : Nation + { + public Aruba() + { + Name = "Aruba"; + Code = "AW"; + AltCode = "ABW"; + Translate("en", Name); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Australia.cs b/src/core/Dime.i18n.Countries/Nations/Australia.cs new file mode 100644 index 0000000..48a73e1 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Australia.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Australia : Nation + { + public Australia() + { + Name = "Australia"; + Code = "AU"; + AltCode = "AUS"; + Translate("en", Name); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Austria.cs b/src/core/Dime.i18n.Countries/Nations/Austria.cs new file mode 100644 index 0000000..57a1721 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Austria.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Austria : Nation + { + public Austria() + { + Name = "Austria"; + Code = "AUT"; + AltCode = "AT"; + Translate("en", Name); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Azerbaijan.cs b/src/core/Dime.i18n.Countries/Nations/Azerbaijan.cs new file mode 100644 index 0000000..124c101 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Azerbaijan.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Azerbaijan : Nation + { + public Azerbaijan() + { + Name = "Azerbaijan"; + Code = "AZ"; + AltCode = "AZE"; + Translate("en", Name); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Bahamas.cs b/src/core/Dime.i18n.Countries/Nations/Bahamas.cs new file mode 100644 index 0000000..c91be37 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Bahamas.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Bahamas : Nation + { + public Bahamas() + { + Name = "Bahamas"; + Code = "BS"; + AltCode = "BHS"; + Translate("en", Name); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Bahrain.cs b/src/core/Dime.i18n.Countries/Nations/Bahrain.cs new file mode 100644 index 0000000..d933314 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Bahrain.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Bahrain : Nation + { + public Bahrain() + { + Name = "Bahrain"; + Code = "BG"; + AltCode = "BHR"; + Translate("en", Name); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Bangladesh.cs b/src/core/Dime.i18n.Countries/Nations/Bangladesh.cs new file mode 100644 index 0000000..b68bad9 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Bangladesh.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Bangladesh : Nation + { + public Bangladesh() + { + Name = "Bangladesh"; + Code = "BD"; + AltCode = "BGD"; + Translate("en", Name); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Barbados.cs b/src/core/Dime.i18n.Countries/Nations/Barbados.cs new file mode 100644 index 0000000..51033cb --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Barbados.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Barbados : Nation + { + public Barbados() + { + Name = "Barbados"; + Code = "BB"; + AltCode = "BRB"; + Translate("en", Name); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Base/LocalizedCountryName.cs b/src/core/Dime.i18n.Countries/Nations/Base/LocalizedCountryName.cs new file mode 100644 index 0000000..5310de9 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Base/LocalizedCountryName.cs @@ -0,0 +1,14 @@ +namespace Dime.i18n.Countries.Nations +{ + public class LocalizedCountryName + { + public LocalizedCountryName(string locale, string val) + { + Locale = locale; + Value = val; + } + + public string Locale { get; set; } + public string Value { get; set; } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Base/Nation.cs b/src/core/Dime.i18n.Countries/Nations/Base/Nation.cs new file mode 100644 index 0000000..d7b6588 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Base/Nation.cs @@ -0,0 +1,17 @@ +using System.Collections.Generic; +using System.Linq; + +namespace Dime.i18n.Countries.Nations +{ + public abstract class Nation + { + public string Name { get; set; } + public string Code { get; set; } + public string AltCode { get; set; } + public List Locales { get; set; } = new List(); + + protected void Translate(string locale, string val) => Locales.Add(new(locale, val)); + + public string this[string i] => Locales.FirstOrDefault(x => x.Locale == i)?.Value; + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Belarus.cs b/src/core/Dime.i18n.Countries/Nations/Belarus.cs new file mode 100644 index 0000000..72c9729 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Belarus.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Belarus : Nation + { + public Belarus() + { + Name = "Belarus"; + Code = "BY"; + AltCode = "BLR"; + Translate("en", Name); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Belgium.cs b/src/core/Dime.i18n.Countries/Nations/Belgium.cs new file mode 100644 index 0000000..bd371ad --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Belgium.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Belgium : Nation + { + public Belgium() + { + Name = "Belgium"; + Code = "BE"; + AltCode = "BEL"; + Translate("en", Name); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Belize.cs b/src/core/Dime.i18n.Countries/Nations/Belize.cs new file mode 100644 index 0000000..c97e693 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Belize.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Belize : Nation + { + public Belize() + { + Name = "Belize"; + Code = "BZ"; + AltCode = "BLZ"; + Translate("en", Name); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Benin.cs b/src/core/Dime.i18n.Countries/Nations/Benin.cs new file mode 100644 index 0000000..b4bcb3e --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Benin.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Benin : Nation + { + public Benin() + { + Name = "Benin"; + Code = "BJ"; + AltCode = "BEN"; + Translate("en", Name); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Bermuda.cs b/src/core/Dime.i18n.Countries/Nations/Bermuda.cs new file mode 100644 index 0000000..d78af9e --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Bermuda.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Bermuda : Nation + { + public Bermuda() + { + Name = "Bermuda"; + Code = "BM"; + AltCode = "BMU"; + Translate("en", Name); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Bhutan.cs b/src/core/Dime.i18n.Countries/Nations/Bhutan.cs new file mode 100644 index 0000000..0bb2e15 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Bhutan.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Bhutan : Nation + { + public Bhutan() + { + Name = "Bhutan"; + Code = "BT"; + AltCode = "BTN"; + Translate("en", Name); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Bolivia.cs b/src/core/Dime.i18n.Countries/Nations/Bolivia.cs new file mode 100644 index 0000000..75020bc --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Bolivia.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Bolivia : Nation + { + public Bolivia() + { + Name = "Bolivia"; + Code = "BO"; + AltCode = "BOL"; + Translate("en", Name); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/BosniaAndHerzegovina.cs b/src/core/Dime.i18n.Countries/Nations/BosniaAndHerzegovina.cs new file mode 100644 index 0000000..038a1c5 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/BosniaAndHerzegovina.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class BosniaAndHerzegovina : Nation + { + public BosniaAndHerzegovina() + { + Name = "Bosnia and Herzegovina"; + Code = "BA"; + AltCode = "BIH"; + Translate("en", Name); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Botswana.cs b/src/core/Dime.i18n.Countries/Nations/Botswana.cs new file mode 100644 index 0000000..e761f0f --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Botswana.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Botswana : Nation + { + public Botswana() + { + Name = "Botswana"; + Code = "BW"; + AltCode = "BWA"; + Translate("en", Name); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/BouvetIsland.cs b/src/core/Dime.i18n.Countries/Nations/BouvetIsland.cs new file mode 100644 index 0000000..2ac9dc1 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/BouvetIsland.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class BouvetIsland : Nation + { + public BouvetIsland() + { + Name = "Bouvet Island"; + Code = "BV"; + AltCode = "BVT"; + Translate("en", Name); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Brazil.cs b/src/core/Dime.i18n.Countries/Nations/Brazil.cs new file mode 100644 index 0000000..40fc837 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Brazil.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Brazil : Nation + { + public Brazil() + { + Name = "Brazil"; + Code = "BR"; + AltCode = "BRA"; + Translate("en", Name); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/BritishIndianOceanTerritory.cs b/src/core/Dime.i18n.Countries/Nations/BritishIndianOceanTerritory.cs new file mode 100644 index 0000000..622eac9 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/BritishIndianOceanTerritory.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class BritishIndianOceanTerritory : Nation + { + public BritishIndianOceanTerritory() + { + Name = "British Indian Ocean Territory"; + Code = "IO"; + AltCode = "IOT"; + Translate("en", Name); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/BritishVirginIslands.cs b/src/core/Dime.i18n.Countries/Nations/BritishVirginIslands.cs new file mode 100644 index 0000000..f29a578 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/BritishVirginIslands.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class BritishVirginIslands : Nation + { + public BritishVirginIslands() + { + Name = "British Virgin Islands"; + Code = "VG"; + AltCode = "VGB"; + Translate("en", Name); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Brunei.cs b/src/core/Dime.i18n.Countries/Nations/Brunei.cs new file mode 100644 index 0000000..2ab39dc --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Brunei.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Brunei : Nation + { + public Brunei() + { + Name = "Brunei"; + Code = "BN"; + AltCode = "BRN"; + Translate("en", Name); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Bulgaria.cs b/src/core/Dime.i18n.Countries/Nations/Bulgaria.cs new file mode 100644 index 0000000..cbd4c09 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Bulgaria.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Bulgaria : Nation + { + public Bulgaria() + { + Name = "Bulgaria"; + Code = "BG"; + AltCode = "BGR"; + Translate("en", Name); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/BurkinaFaso.cs b/src/core/Dime.i18n.Countries/Nations/BurkinaFaso.cs new file mode 100644 index 0000000..7b42aba --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/BurkinaFaso.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class BurkinaFaso : Nation + { + public BurkinaFaso() + { + Name = "Burkina Faso"; + Code = "BF"; + AltCode = "BFA"; + Translate("en", Name); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Burundi.cs b/src/core/Dime.i18n.Countries/Nations/Burundi.cs new file mode 100644 index 0000000..f4aaa66 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Burundi.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Burundi : Nation + { + public Burundi() + { + Name = "Burundi"; + Code = "BI"; + AltCode = "BDI"; + Translate("en", Name); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Cambodia.cs b/src/core/Dime.i18n.Countries/Nations/Cambodia.cs new file mode 100644 index 0000000..54acee7 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Cambodia.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Cambodia : Nation + { + public Cambodia() + { + Name = "Cambodia"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Cambodia)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Cameroon.cs b/src/core/Dime.i18n.Countries/Nations/Cameroon.cs new file mode 100644 index 0000000..5650b62 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Cameroon.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Cameroon : Nation + { + public Cameroon() + { + Name = "Cameroon"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Cameroon)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Canada.cs b/src/core/Dime.i18n.Countries/Nations/Canada.cs new file mode 100644 index 0000000..d19295c --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Canada.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Canada : Nation + { + public Canada() + { + Name = "Canada"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Canada)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/CapeVerde.cs b/src/core/Dime.i18n.Countries/Nations/CapeVerde.cs new file mode 100644 index 0000000..7ec408f --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/CapeVerde.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class CapeVerde : Nation + { + public CapeVerde() + { + Name = "Cape Verde"; + Code = ""; + AltCode = ""; + Translate("en", nameof(CapeVerde)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/CaymanIslands.cs b/src/core/Dime.i18n.Countries/Nations/CaymanIslands.cs new file mode 100644 index 0000000..61dcfcc --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/CaymanIslands.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class CaymanIslands : Nation + { + public CaymanIslands() + { + Name = "Cayman Islands"; + Code = ""; + AltCode = ""; + Translate("en", nameof(CaymanIslands)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/CentralAfricanRepublic.cs b/src/core/Dime.i18n.Countries/Nations/CentralAfricanRepublic.cs new file mode 100644 index 0000000..8ffdac8 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/CentralAfricanRepublic.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class CentralAfricanRepublic : Nation + { + public CentralAfricanRepublic() + { + Name = "Central African Republic"; + Code = ""; + AltCode = ""; + Translate("en", nameof(CentralAfricanRepublic)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Chad.cs b/src/core/Dime.i18n.Countries/Nations/Chad.cs new file mode 100644 index 0000000..ffb8da7 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Chad.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Chad : Nation + { + public Chad() + { + Name = "Chad"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Chad)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Chile.cs b/src/core/Dime.i18n.Countries/Nations/Chile.cs new file mode 100644 index 0000000..3de05d9 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Chile.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Chile : Nation + { + public Chile() + { + Name = "Chile"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Chile)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/China.cs b/src/core/Dime.i18n.Countries/Nations/China.cs new file mode 100644 index 0000000..41b17a6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/China.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class China : Nation + { + public China() + { + Name = "China"; + Code = ""; + AltCode = ""; + Translate("en", nameof(China)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/ChristmasIsland.cs b/src/core/Dime.i18n.Countries/Nations/ChristmasIsland.cs new file mode 100644 index 0000000..8498a22 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/ChristmasIsland.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class ChristmasIsland : Nation + { + public ChristmasIsland() + { + Name = "Christmas Island"; + Code = ""; + AltCode = ""; + Translate("en", nameof(ChristmasIsland)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/CocosIslands.cs b/src/core/Dime.i18n.Countries/Nations/CocosIslands.cs new file mode 100644 index 0000000..f7bf65b --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/CocosIslands.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class CocosIslands : Nation + { + public CocosIslands() + { + Name = "Cocos (Keeling) Islands"; + Code = ""; + AltCode = ""; + Translate("en", Name); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Colombia.cs b/src/core/Dime.i18n.Countries/Nations/Colombia.cs new file mode 100644 index 0000000..6f0cc85 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Colombia.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Colombia : Nation + { + public Colombia() + { + Name = "Colombia"; + Code = ""; + AltCode = ""; + Translate("en", Name); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Comoros.cs b/src/core/Dime.i18n.Countries/Nations/Comoros.cs new file mode 100644 index 0000000..f5d1219 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Comoros.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Comoros : Nation + { + public Comoros() + { + Name = "Comoros"; + Code = ""; + AltCode = ""; + Translate("en", Name); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Congo.cs b/src/core/Dime.i18n.Countries/Nations/Congo.cs new file mode 100644 index 0000000..7ea8a5a --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Congo.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Congo : Nation + { + public Congo() + { + Name = "Congo (Kinshasa)"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Congo)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/CongoDRC.cs b/src/core/Dime.i18n.Countries/Nations/CongoDRC.cs new file mode 100644 index 0000000..0b72f65 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/CongoDRC.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class CongoDRC : Nation + { + public CongoDRC() + { + Name = "Congo (Brazzaville)"; + Code = ""; + AltCode = ""; + Translate("en", Name); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/CookIslands.cs b/src/core/Dime.i18n.Countries/Nations/CookIslands.cs new file mode 100644 index 0000000..bc540e6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/CookIslands.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class CookIslands : Nation + { + public CookIslands() + { + Name = "Cook Islands"; + Code = ""; + AltCode = ""; + Translate("en", nameof(CookIslands)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/CostaRica.cs b/src/core/Dime.i18n.Countries/Nations/CostaRica.cs new file mode 100644 index 0000000..ac610ea --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/CostaRica.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class CostaRica : Nation + { + public CostaRica() + { + Name = "Costa Rica"; + Code = ""; + AltCode = ""; + Translate("en", nameof(CostaRica)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/CoteIvoire.cs b/src/core/Dime.i18n.Countries/Nations/CoteIvoire.cs new file mode 100644 index 0000000..18e2836 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/CoteIvoire.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class CoteIvoire : Nation + { + public CoteIvoire() + { + Name = "Côte Ivoire"; + Code = ""; + AltCode = ""; + Translate("en", nameof(CoteIvoire)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Croatia.cs b/src/core/Dime.i18n.Countries/Nations/Croatia.cs new file mode 100644 index 0000000..136ceff --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Croatia.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Croatia : Nation + { + public Croatia() + { + Name = "Croatia"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Croatia)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Cuba.cs b/src/core/Dime.i18n.Countries/Nations/Cuba.cs new file mode 100644 index 0000000..6585874 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Cuba.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Cuba : Nation + { + public Cuba() + { + Name = "Cuba"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Cuba)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Cyprus.cs b/src/core/Dime.i18n.Countries/Nations/Cyprus.cs new file mode 100644 index 0000000..810ebcf --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Cyprus.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Cyprus : Nation + { + public Cyprus() + { + Name = "Cyprus"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Cyprus)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/CzechRepublic.cs b/src/core/Dime.i18n.Countries/Nations/CzechRepublic.cs new file mode 100644 index 0000000..2e01f0c --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/CzechRepublic.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class CzechRepublic : Nation + { + public CzechRepublic() + { + Name = "Czech Republic"; + Code = ""; + AltCode = ""; + Translate("en", nameof(CzechRepublic)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Denmark.cs b/src/core/Dime.i18n.Countries/Nations/Denmark.cs new file mode 100644 index 0000000..debee08 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Denmark.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Denmark : Nation + { + public Denmark() + { + Name = "Denmark"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Denmark)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Djibouti.cs b/src/core/Dime.i18n.Countries/Nations/Djibouti.cs new file mode 100644 index 0000000..3fb5b0f --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Djibouti.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Djibouti : Nation + { + public Djibouti() + { + Name = "Djibouti"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Djibouti)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Dominica.cs b/src/core/Dime.i18n.Countries/Nations/Dominica.cs new file mode 100644 index 0000000..21934ed --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Dominica.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Dominica : Nation + { + public Dominica() + { + Name = "Dominica"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Dominica)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/DominicanRepublic.cs b/src/core/Dime.i18n.Countries/Nations/DominicanRepublic.cs new file mode 100644 index 0000000..b374c5b --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/DominicanRepublic.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class DominicanRepublic : Nation + { + public DominicanRepublic() + { + Name = "Dominican Republic"; + Code = ""; + AltCode = ""; + Translate("en", nameof(DominicanRepublic)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Ecuador.cs b/src/core/Dime.i18n.Countries/Nations/Ecuador.cs new file mode 100644 index 0000000..4434c5d --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Ecuador.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Ecuador : Nation + { + public Ecuador() + { + Name = "Ecuador"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Ecuador)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Egypt.cs b/src/core/Dime.i18n.Countries/Nations/Egypt.cs new file mode 100644 index 0000000..384ddc5 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Egypt.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Egypt : Nation + { + public Egypt() + { + Name = "Egypt"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Egypt)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/ElSalvador.cs b/src/core/Dime.i18n.Countries/Nations/ElSalvador.cs new file mode 100644 index 0000000..3dfcd63 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/ElSalvador.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class ElSalvador : Nation + { + public ElSalvador() + { + Name = "El Salvador"; + Code = ""; + AltCode = ""; + Translate("en", nameof(ElSalvador)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/EquatorialGuinea.cs b/src/core/Dime.i18n.Countries/Nations/EquatorialGuinea.cs new file mode 100644 index 0000000..0c5b772 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/EquatorialGuinea.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class EquatorialGuinea : Nation + { + public EquatorialGuinea() + { + Name = "Equatorial Guinea"; + Code = ""; + AltCode = ""; + Translate("en", nameof(EquatorialGuinea)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Eritrea.cs b/src/core/Dime.i18n.Countries/Nations/Eritrea.cs new file mode 100644 index 0000000..7656ec2 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Eritrea.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Eritrea : Nation + { + public Eritrea() + { + Name = "Eritrea"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Eritrea)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Estonia.cs b/src/core/Dime.i18n.Countries/Nations/Estonia.cs new file mode 100644 index 0000000..84d126f --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Estonia.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Estonia : Nation + { + public Estonia() + { + Name = "Estonia"; + Code = ""; + AltCode = ""; + Translate("en", Name); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Ethiopia.cs b/src/core/Dime.i18n.Countries/Nations/Ethiopia.cs new file mode 100644 index 0000000..d5b92d3 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Ethiopia.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Ethiopia : Nation + { + public Ethiopia() + { + Name = "Ethiopia"; + Code = ""; + AltCode = ""; + Translate("en", Name); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/FalklandIslands.cs b/src/core/Dime.i18n.Countries/Nations/FalklandIslands.cs new file mode 100644 index 0000000..eade07c --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/FalklandIslands.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class FalklandIslands : Nation + { + public FalklandIslands() + { + Name = "Falkland Islands"; + Code = ""; + AltCode = ""; + Translate("en", Name); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/FaroeIslands.cs b/src/core/Dime.i18n.Countries/Nations/FaroeIslands.cs new file mode 100644 index 0000000..e01874c --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/FaroeIslands.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class FaroeIslands : Nation + { + public FaroeIslands() + { + Name = "Faroe Islands"; + Code = ""; + AltCode = ""; + Translate("en", Name); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Fiji.cs b/src/core/Dime.i18n.Countries/Nations/Fiji.cs new file mode 100644 index 0000000..e5b8878 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Fiji.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Fiji : Nation + { + public Fiji() + { + Name = "Fiji"; + Code = ""; + AltCode = ""; + Translate("en", Name); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Finland.cs b/src/core/Dime.i18n.Countries/Nations/Finland.cs new file mode 100644 index 0000000..1098f3c --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Finland.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Finland : Nation + { + public Finland() + { + Name = "Finland"; + Code = ""; + AltCode = ""; + Translate("en", Name); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/France.cs b/src/core/Dime.i18n.Countries/Nations/France.cs new file mode 100644 index 0000000..897058e --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/France.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class France : Nation + { + public France() + { + Name = "France"; + Code = ""; + AltCode = ""; + Translate("en", Name); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/FrenchGuiana.cs b/src/core/Dime.i18n.Countries/Nations/FrenchGuiana.cs new file mode 100644 index 0000000..5748abb --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/FrenchGuiana.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class FrenchGuiana : Nation + { + public FrenchGuiana() + { + Name = "French Guiana"; + Code = ""; + AltCode = ""; + Translate("en", Name); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/FrenchPolynesia.cs b/src/core/Dime.i18n.Countries/Nations/FrenchPolynesia.cs new file mode 100644 index 0000000..fb8f263 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/FrenchPolynesia.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class FrenchPolynesia : Nation + { + public FrenchPolynesia() + { + Name = "French Polynesia"; + Code = ""; + AltCode = ""; + Translate("en", Name); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/FrenchSouthernTerritories.cs b/src/core/Dime.i18n.Countries/Nations/FrenchSouthernTerritories.cs new file mode 100644 index 0000000..05db693 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/FrenchSouthernTerritories.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class FrenchSouthernTerritories : Nation + { + public FrenchSouthernTerritories() + { + Name = "French Southern Territories"; + Code = ""; + AltCode = ""; + Translate("en", nameof(FrenchSouthernTerritories)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Gabon.cs b/src/core/Dime.i18n.Countries/Nations/Gabon.cs new file mode 100644 index 0000000..1ab13aa --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Gabon.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Gabon : Nation + { + public Gabon() + { + Name = "Gabon"; + Code = ""; + AltCode = ""; + Translate("en", Name); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Gambia.cs b/src/core/Dime.i18n.Countries/Nations/Gambia.cs new file mode 100644 index 0000000..b423cea --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Gambia.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Gambia : Nation + { + public Gambia() + { + Name = "Gambia"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Gambia)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Georgia.cs b/src/core/Dime.i18n.Countries/Nations/Georgia.cs new file mode 100644 index 0000000..8c59287 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Georgia.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Georgia : Nation + { + public Georgia() + { + Name = "Georgia"; + Code = ""; + AltCode = ""; + Translate("en", Name); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Germany.cs b/src/core/Dime.i18n.Countries/Nations/Germany.cs new file mode 100644 index 0000000..eadd48b --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Germany.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Germany : Nation + { + public Germany() + { + Name = "Germany"; + Code = ""; + AltCode = ""; + Translate("en", Name); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Ghana.cs b/src/core/Dime.i18n.Countries/Nations/Ghana.cs new file mode 100644 index 0000000..d92688e --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Ghana.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Ghana : Nation + { + public Ghana() + { + Name = "Ghana"; + Code = ""; + AltCode = ""; + Translate("en", Name); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Gibraltar.cs b/src/core/Dime.i18n.Countries/Nations/Gibraltar.cs new file mode 100644 index 0000000..1c85724 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Gibraltar.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Gibraltar : Nation + { + public Gibraltar() + { + Name = "Gibraltar"; + Code = ""; + AltCode = ""; + Translate("en", Name); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Greece.cs b/src/core/Dime.i18n.Countries/Nations/Greece.cs new file mode 100644 index 0000000..e6208bc --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Greece.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Greece : Nation + { + public Greece() + { + Name = "Greece"; + Code = ""; + AltCode = ""; + Translate("en", Name); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Greenland.cs b/src/core/Dime.i18n.Countries/Nations/Greenland.cs new file mode 100644 index 0000000..5590460 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Greenland.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Greenland : Nation + { + public Greenland() + { + Name = "Greenland"; + Code = ""; + AltCode = ""; + Translate("en", Name); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Grenada.cs b/src/core/Dime.i18n.Countries/Nations/Grenada.cs new file mode 100644 index 0000000..7062125 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Grenada.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Grenada : Nation + { + public Grenada() + { + Name = "Grenada"; + Code = ""; + AltCode = ""; + Translate("en", Name); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Guadeloupe.cs b/src/core/Dime.i18n.Countries/Nations/Guadeloupe.cs new file mode 100644 index 0000000..9eff1a3 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Guadeloupe.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Guadeloupe : Nation + { + public Guadeloupe() + { + Name = "Guadeloupe"; + Code = ""; + AltCode = ""; + Translate("en", Name); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Guam.cs b/src/core/Dime.i18n.Countries/Nations/Guam.cs new file mode 100644 index 0000000..3bb8891 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Guam.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Guam : Nation + { + public Guam() + { + Name = "Guam"; + Code = ""; + AltCode = ""; + Translate("en", Name); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Guatemala.cs b/src/core/Dime.i18n.Countries/Nations/Guatemala.cs new file mode 100644 index 0000000..e79b705 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Guatemala.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Guatemala : Nation + { + public Guatemala() + { + Name = "Guatemala"; + Code = ""; + AltCode = ""; + Translate("en", Name); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Guernsey.cs b/src/core/Dime.i18n.Countries/Nations/Guernsey.cs new file mode 100644 index 0000000..d251dc0 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Guernsey.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Guernsey : Nation + { + public Guernsey() + { + Name = "Guernsey"; + Code = ""; + AltCode = ""; + Translate("en", Name); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Guinea.cs b/src/core/Dime.i18n.Countries/Nations/Guinea.cs new file mode 100644 index 0000000..00b5885 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Guinea.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Guinea : Nation + { + public Guinea() + { + Name = "Guinea"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Guinea)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/GuineaBissau.cs b/src/core/Dime.i18n.Countries/Nations/GuineaBissau.cs new file mode 100644 index 0000000..fe83bc8 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/GuineaBissau.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class GuineaBissau : Nation + { + public GuineaBissau() + { + Name = "Guinea-Bissau"; + Code = ""; + AltCode = ""; + Translate("en", nameof(GuineaBissau)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Guyana.cs b/src/core/Dime.i18n.Countries/Nations/Guyana.cs new file mode 100644 index 0000000..5533db9 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Guyana.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Guyana : Nation + { + public Guyana() + { + Name = "Guyana"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Guyana)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Haiti.cs b/src/core/Dime.i18n.Countries/Nations/Haiti.cs new file mode 100644 index 0000000..0a19c18 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Haiti.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Haiti : Nation + { + public Haiti() + { + Name = "Haiti"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Haiti)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/HeardAndMcdonaldIslands.cs b/src/core/Dime.i18n.Countries/Nations/HeardAndMcdonaldIslands.cs new file mode 100644 index 0000000..aca0493 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/HeardAndMcdonaldIslands.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class HeardAndMcdonaldIslands : Nation + { + public HeardAndMcdonaldIslands() + { + Name = "Heard and Mcdonald Islands"; + Code = ""; + AltCode = ""; + Translate("en", nameof(HeardAndMcdonaldIslands)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Honduras.cs b/src/core/Dime.i18n.Countries/Nations/Honduras.cs new file mode 100644 index 0000000..3b07089 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Honduras.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Honduras : Nation + { + public Honduras() + { + Name = "Honduras"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Honduras)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/HongKong.cs b/src/core/Dime.i18n.Countries/Nations/HongKong.cs new file mode 100644 index 0000000..105b61c --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/HongKong.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class HongKong : Nation + { + public HongKong() + { + Name = "Hong Kong"; + Code = ""; + AltCode = ""; + Translate("en", nameof(HongKong)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Hungary.cs b/src/core/Dime.i18n.Countries/Nations/Hungary.cs new file mode 100644 index 0000000..51f865a --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Hungary.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Hungary : Nation + { + public Hungary() + { + Name = "Hungary"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Hungary)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Iceland.cs b/src/core/Dime.i18n.Countries/Nations/Iceland.cs new file mode 100644 index 0000000..116dd6d --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Iceland.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Iceland : Nation + { + public Iceland() + { + Name = "Iceland"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Iceland)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/India.cs b/src/core/Dime.i18n.Countries/Nations/India.cs new file mode 100644 index 0000000..5e4b75f --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/India.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class India : Nation + { + public India() + { + Name = "India"; + Code = ""; + AltCode = ""; + Translate("en", nameof(India)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Indonesia.cs b/src/core/Dime.i18n.Countries/Nations/Indonesia.cs new file mode 100644 index 0000000..6c2f277 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Indonesia.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Indonesia : Nation + { + public Indonesia() + { + Name = "Indonesia"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Indonesia)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Iran.cs b/src/core/Dime.i18n.Countries/Nations/Iran.cs new file mode 100644 index 0000000..52b853e --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Iran.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Iran : Nation + { + public Iran() + { + Name = "Iran"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Iran)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Iraq.cs b/src/core/Dime.i18n.Countries/Nations/Iraq.cs new file mode 100644 index 0000000..4917c8e --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Iraq.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Iraq : Nation + { + public Iraq() + { + Name = "Iraq"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Iraq)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Ireland.cs b/src/core/Dime.i18n.Countries/Nations/Ireland.cs new file mode 100644 index 0000000..fe03e0e --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Ireland.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Ireland : Nation + { + public Ireland() + { + Name = "Ireland"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Ireland)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/IsleOfMan.cs b/src/core/Dime.i18n.Countries/Nations/IsleOfMan.cs new file mode 100644 index 0000000..f5a83c8 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/IsleOfMan.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class IsleOfMan : Nation + { + public IsleOfMan() + { + Name = "Isle of Man"; + Code = ""; + AltCode = ""; + Translate("en", nameof(IsleOfMan)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Israel.cs b/src/core/Dime.i18n.Countries/Nations/Israel.cs new file mode 100644 index 0000000..4b8d222 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Israel.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Israel : Nation + { + public Israel() + { + Name = "Israel"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Israel)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Italy.cs b/src/core/Dime.i18n.Countries/Nations/Italy.cs new file mode 100644 index 0000000..e37b4ce --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Italy.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Italy : Nation + { + public Italy() + { + Name = "Italy"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Italy)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Jamaica.cs b/src/core/Dime.i18n.Countries/Nations/Jamaica.cs new file mode 100644 index 0000000..553086d --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Jamaica.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Jamaica : Nation + { + public Jamaica() + { + Name = "Jamaica"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Jamaica)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Japan.cs b/src/core/Dime.i18n.Countries/Nations/Japan.cs new file mode 100644 index 0000000..3e0865e --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Japan.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Japan : Nation + { + public Japan() + { + Name = "Japan"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Japan)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Jersey.cs b/src/core/Dime.i18n.Countries/Nations/Jersey.cs new file mode 100644 index 0000000..dc45c0a --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Jersey.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Jersey : Nation + { + public Jersey() + { + Name = "Jersey"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Jersey)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Jordan.cs b/src/core/Dime.i18n.Countries/Nations/Jordan.cs new file mode 100644 index 0000000..0577061 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Jordan.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Jordan : Nation + { + public Jordan() + { + Name = "Jordan"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Jordan)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Kazakhstan.cs b/src/core/Dime.i18n.Countries/Nations/Kazakhstan.cs new file mode 100644 index 0000000..7082b78 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Kazakhstan.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Kazakhstan : Nation + { + public Kazakhstan() + { + Name = "Kazakhstan"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Kazakhstan)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Kenya.cs b/src/core/Dime.i18n.Countries/Nations/Kenya.cs new file mode 100644 index 0000000..8facf77 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Kenya.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Kenya : Nation + { + public Kenya() + { + Name = "Kenya"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Kenya)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Kiribati.cs b/src/core/Dime.i18n.Countries/Nations/Kiribati.cs new file mode 100644 index 0000000..8f03e24 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Kiribati.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Kiribati : Nation + { + public Kiribati() + { + Name = "Kiribati"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Kiribati)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Kuwait.cs b/src/core/Dime.i18n.Countries/Nations/Kuwait.cs new file mode 100644 index 0000000..a0acf25 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Kuwait.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Kuwait : Nation + { + public Kuwait() + { + Name = "Kuwait"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Kuwait)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Kyrgyzstan.cs b/src/core/Dime.i18n.Countries/Nations/Kyrgyzstan.cs new file mode 100644 index 0000000..2d61668 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Kyrgyzstan.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Kyrgyzstan : Nation + { + public Kyrgyzstan() + { + Name = "Kyrgyzstan"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Kyrgyzstan)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Laos.cs b/src/core/Dime.i18n.Countries/Nations/Laos.cs new file mode 100644 index 0000000..5e9f7d5 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Laos.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Laos : Nation + { + public Laos() + { + Name = "Lao PDR"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Laos)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Latvia.cs b/src/core/Dime.i18n.Countries/Nations/Latvia.cs new file mode 100644 index 0000000..db058cf --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Latvia.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Latvia : Nation + { + public Latvia() + { + Name = "Latvia"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Latvia)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Lebanon.cs b/src/core/Dime.i18n.Countries/Nations/Lebanon.cs new file mode 100644 index 0000000..2ab4eb5 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Lebanon.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Lebanon : Nation + { + public Lebanon() + { + Name = "Lebanon"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Lebanon)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Lesotho.cs b/src/core/Dime.i18n.Countries/Nations/Lesotho.cs new file mode 100644 index 0000000..a9b20f9 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Lesotho.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Lesotho : Nation + { + public Lesotho() + { + Name = "Lesotho"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Lesotho)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Liberia.cs b/src/core/Dime.i18n.Countries/Nations/Liberia.cs new file mode 100644 index 0000000..f4d864a --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Liberia.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Liberia : Nation + { + public Liberia() + { + Name = "Liberia"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Liberia)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Libya.cs b/src/core/Dime.i18n.Countries/Nations/Libya.cs new file mode 100644 index 0000000..8cb0fd3 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Libya.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Libya : Nation + { + public Libya() + { + Name = "Libya"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Libya)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Liechtenstein.cs b/src/core/Dime.i18n.Countries/Nations/Liechtenstein.cs new file mode 100644 index 0000000..ae8c79c --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Liechtenstein.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Liechtenstein : Nation + { + public Liechtenstein() + { + Name = "Liechtenstein"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Liechtenstein)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Lithuania.cs b/src/core/Dime.i18n.Countries/Nations/Lithuania.cs new file mode 100644 index 0000000..fb74ad9 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Lithuania.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Lithuania : Nation + { + public Lithuania() + { + Name = "Lithuania"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Lithuania)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Luxembourg.cs b/src/core/Dime.i18n.Countries/Nations/Luxembourg.cs new file mode 100644 index 0000000..b4d19d4 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Luxembourg.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Luxembourg : Nation + { + public Luxembourg() + { + Name = "Luxembourg"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Luxembourg)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Macao.cs b/src/core/Dime.i18n.Countries/Nations/Macao.cs new file mode 100644 index 0000000..ab76dd8 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Macao.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Macao : Nation + { + public Macao() + { + Name = "Macao"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Macao)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Macedonia.cs b/src/core/Dime.i18n.Countries/Nations/Macedonia.cs new file mode 100644 index 0000000..9ff4626 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Macedonia.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Macedonia : Nation + { + public Macedonia() + { + Name = "Macedonia"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Macedonia)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Madagascar.cs b/src/core/Dime.i18n.Countries/Nations/Madagascar.cs new file mode 100644 index 0000000..5bb1d87 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Madagascar.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Madagascar : Nation + { + public Madagascar() + { + Name = "Madagascar"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Madagascar)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Malawi.cs b/src/core/Dime.i18n.Countries/Nations/Malawi.cs new file mode 100644 index 0000000..03e8edf --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Malawi.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Malawi : Nation + { + public Malawi() + { + Name = "Malawi"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Malawi)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Malaysia.cs b/src/core/Dime.i18n.Countries/Nations/Malaysia.cs new file mode 100644 index 0000000..564fd0f --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Malaysia.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Malaysia : Nation + { + public Malaysia() + { + Name = "Malaysia"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Malaysia)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Maldives.cs b/src/core/Dime.i18n.Countries/Nations/Maldives.cs new file mode 100644 index 0000000..3b3f7d2 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Maldives.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Maldives : Nation + { + public Maldives() + { + Name = "Maldives"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Maldives)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Mali.cs b/src/core/Dime.i18n.Countries/Nations/Mali.cs new file mode 100644 index 0000000..c68549f --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Mali.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Mali : Nation + { + public Mali() + { + Name = "Mali"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Mali)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Malta.cs b/src/core/Dime.i18n.Countries/Nations/Malta.cs new file mode 100644 index 0000000..c8d95f6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Malta.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Malta : Nation + { + public Malta() + { + Name = "Malta"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Malta)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/MarshallIslands.cs b/src/core/Dime.i18n.Countries/Nations/MarshallIslands.cs new file mode 100644 index 0000000..47bab00 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/MarshallIslands.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class MarshallIslands : Nation + { + public MarshallIslands() + { + Name = "Marshall Islands"; + Code = ""; + AltCode = ""; + Translate("en", nameof(MarshallIslands)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Martinique.cs b/src/core/Dime.i18n.Countries/Nations/Martinique.cs new file mode 100644 index 0000000..da48c11 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Martinique.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Martinique : Nation + { + public Martinique() + { + Name = "Martinique"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Martinique)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Mauritania.cs b/src/core/Dime.i18n.Countries/Nations/Mauritania.cs new file mode 100644 index 0000000..b9244a7 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Mauritania.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Mauritania : Nation + { + public Mauritania() + { + Name = "Mauritania"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Mauritania)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Mauritius.cs b/src/core/Dime.i18n.Countries/Nations/Mauritius.cs new file mode 100644 index 0000000..7d5605d --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Mauritius.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Mauritius : Nation + { + public Mauritius() + { + Name = "Mauritius"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Mauritius)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Mayotte.cs b/src/core/Dime.i18n.Countries/Nations/Mayotte.cs new file mode 100644 index 0000000..26eebf8 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Mayotte.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Mayotte : Nation + { + public Mayotte() + { + Name = "Mayotte"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Mayotte)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Mexico.cs b/src/core/Dime.i18n.Countries/Nations/Mexico.cs new file mode 100644 index 0000000..baa3b4a --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Mexico.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Mexico : Nation + { + public Mexico() + { + Name = "Mexico"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Mexico)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Micronesia.cs b/src/core/Dime.i18n.Countries/Nations/Micronesia.cs new file mode 100644 index 0000000..ce0e55e --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Micronesia.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Micronesia : Nation + { + public Micronesia() + { + Name = "Micronesia"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Micronesia)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Moldova.cs b/src/core/Dime.i18n.Countries/Nations/Moldova.cs new file mode 100644 index 0000000..4dd27a9 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Moldova.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Moldova : Nation + { + public Moldova() + { + Name = "Moldova"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Moldova)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Monaco.cs b/src/core/Dime.i18n.Countries/Nations/Monaco.cs new file mode 100644 index 0000000..d692311 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Monaco.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Monaco : Nation + { + public Monaco() + { + Name = "Monaco"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Monaco)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Mongolia.cs b/src/core/Dime.i18n.Countries/Nations/Mongolia.cs new file mode 100644 index 0000000..fb068bb --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Mongolia.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Mongolia : Nation + { + public Mongolia() + { + Name = "Mongolia"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Mongolia)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Montenegro.cs b/src/core/Dime.i18n.Countries/Nations/Montenegro.cs new file mode 100644 index 0000000..46ccae4 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Montenegro.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Montenegro : Nation + { + public Montenegro() + { + Name = "Montenegro"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Montenegro)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Montserrat.cs b/src/core/Dime.i18n.Countries/Nations/Montserrat.cs new file mode 100644 index 0000000..0ae55f1 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Montserrat.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Montserrat : Nation + { + public Montserrat() + { + Name = "Montserrat"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Montserrat)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Morocco.cs b/src/core/Dime.i18n.Countries/Nations/Morocco.cs new file mode 100644 index 0000000..ed5b964 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Morocco.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Morocco : Nation + { + public Morocco() + { + Name = "Morocco"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Morocco)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Mozambique.cs b/src/core/Dime.i18n.Countries/Nations/Mozambique.cs new file mode 100644 index 0000000..8d0d7a9 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Mozambique.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Mozambique : Nation + { + public Mozambique() + { + Name = "Mozambique"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Mozambique)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Myanmar.cs b/src/core/Dime.i18n.Countries/Nations/Myanmar.cs new file mode 100644 index 0000000..019f776 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Myanmar.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Myanmar : Nation + { + public Myanmar() + { + Name = "Myanmar"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Myanmar)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Namibia.cs b/src/core/Dime.i18n.Countries/Nations/Namibia.cs new file mode 100644 index 0000000..ff7b5ef --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Namibia.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Namibia : Nation + { + public Namibia() + { + Name = "Namibia"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Namibia)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Nauru.cs b/src/core/Dime.i18n.Countries/Nations/Nauru.cs new file mode 100644 index 0000000..b09d431 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Nauru.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Nauru : Nation + { + public Nauru() + { + Name = "Nauru"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Nauru)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Nepal.cs b/src/core/Dime.i18n.Countries/Nations/Nepal.cs new file mode 100644 index 0000000..e5824b8 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Nepal.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Nepal : Nation + { + public Nepal() + { + Name = "Nepal"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Nepal)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Netherlands.cs b/src/core/Dime.i18n.Countries/Nations/Netherlands.cs new file mode 100644 index 0000000..75812ae --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Netherlands.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Netherlands : Nation + { + public Netherlands() + { + Name = "Netherlands"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Netherlands)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/NetherlandsAntilles.cs b/src/core/Dime.i18n.Countries/Nations/NetherlandsAntilles.cs new file mode 100644 index 0000000..f1a8e2e --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/NetherlandsAntilles.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class NetherlandsAntilles : Nation + { + public NetherlandsAntilles() + { + Name = "Netherlands Antilles"; + Code = ""; + AltCode = ""; + Translate("en", nameof(NetherlandsAntilles)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/NewCaledonia.cs b/src/core/Dime.i18n.Countries/Nations/NewCaledonia.cs new file mode 100644 index 0000000..a31f1f6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/NewCaledonia.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class NewCaledonia : Nation + { + public NewCaledonia() + { + Name = "New Caledonia"; + Code = ""; + AltCode = ""; + Translate("en", nameof(NewCaledonia)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/NewZealand.cs b/src/core/Dime.i18n.Countries/Nations/NewZealand.cs new file mode 100644 index 0000000..d63b0b1 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/NewZealand.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class NewZealand : Nation + { + public NewZealand() + { + Name = "New Zealand"; + Code = ""; + AltCode = ""; + Translate("en", nameof(NewZealand)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Nicaragua.cs b/src/core/Dime.i18n.Countries/Nations/Nicaragua.cs new file mode 100644 index 0000000..65bef78 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Nicaragua.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Nicaragua : Nation + { + public Nicaragua() + { + Name = "Nicaragua"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Nicaragua)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Niger.cs b/src/core/Dime.i18n.Countries/Nations/Niger.cs new file mode 100644 index 0000000..291b2f2 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Niger.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Niger : Nation + { + public Niger() + { + Name = "Niger"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Niger)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Nigeria.cs b/src/core/Dime.i18n.Countries/Nations/Nigeria.cs new file mode 100644 index 0000000..2efe674 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Nigeria.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Nigeria : Nation + { + public Nigeria() + { + Name = "Nigeria"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Nigeria)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Niue.cs b/src/core/Dime.i18n.Countries/Nations/Niue.cs new file mode 100644 index 0000000..97967cf --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Niue.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Niue : Nation + { + public Niue() + { + Name = "Niue"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Niue)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/NorfolkIsland.cs b/src/core/Dime.i18n.Countries/Nations/NorfolkIsland.cs new file mode 100644 index 0000000..4894287 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/NorfolkIsland.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class NorfolkIsland : Nation + { + public NorfolkIsland() + { + Name = "Norfolk Island"; + Code = ""; + AltCode = ""; + Translate("en", nameof(NorfolkIsland)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/NorthKorea.cs b/src/core/Dime.i18n.Countries/Nations/NorthKorea.cs new file mode 100644 index 0000000..4b4550d --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/NorthKorea.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class NorthKorea : Nation + { + public NorthKorea() + { + Name = "Korea (North)"; + Code = ""; + AltCode = ""; + Translate("en", nameof(NorthKorea)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/NorthernMarianaIslands.cs b/src/core/Dime.i18n.Countries/Nations/NorthernMarianaIslands.cs new file mode 100644 index 0000000..472f988 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/NorthernMarianaIslands.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class NorthernMarianaIslands : Nation + { + public NorthernMarianaIslands() + { + Name = "Northern Mariana Islands"; + Code = ""; + AltCode = ""; + Translate("en", nameof(NorthernMarianaIslands)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Norway.cs b/src/core/Dime.i18n.Countries/Nations/Norway.cs new file mode 100644 index 0000000..2c05586 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Norway.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Norway : Nation + { + public Norway() + { + Name = "Norway"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Norway)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Oman.cs b/src/core/Dime.i18n.Countries/Nations/Oman.cs new file mode 100644 index 0000000..2724227 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Oman.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Oman : Nation + { + public Oman() + { + Name = "Oman"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Oman)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Pakistan.cs b/src/core/Dime.i18n.Countries/Nations/Pakistan.cs new file mode 100644 index 0000000..5c8905d --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Pakistan.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Pakistan : Nation + { + public Pakistan() + { + Name = "Pakistan"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Pakistan)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Palau.cs b/src/core/Dime.i18n.Countries/Nations/Palau.cs new file mode 100644 index 0000000..c08fe5e --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Palau.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Palau : Nation + { + public Palau() + { + Name = "Palau"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Palau)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/PalestinianTerritory.cs b/src/core/Dime.i18n.Countries/Nations/PalestinianTerritory.cs new file mode 100644 index 0000000..a56e09f --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/PalestinianTerritory.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class PalestinianTerritory : Nation + { + public PalestinianTerritory() + { + Name = "Palestinian Territory"; + Code = ""; + AltCode = ""; + Translate("en", nameof(PalestinianTerritory)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Panama.cs b/src/core/Dime.i18n.Countries/Nations/Panama.cs new file mode 100644 index 0000000..e9dfad5 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Panama.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Panama : Nation + { + public Panama() + { + Name = "Panama"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Panama)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/PapuaNewGuinea.cs b/src/core/Dime.i18n.Countries/Nations/PapuaNewGuinea.cs new file mode 100644 index 0000000..f267e30 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/PapuaNewGuinea.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class PapuaNewGuinea : Nation + { + public PapuaNewGuinea() + { + Name = "Papua New Guinea"; + Code = ""; + AltCode = ""; + Translate("en", nameof(PapuaNewGuinea)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Paraguay.cs b/src/core/Dime.i18n.Countries/Nations/Paraguay.cs new file mode 100644 index 0000000..3d41f8a --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Paraguay.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Paraguay : Nation + { + public Paraguay() + { + Name = "Paraguay"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Paraguay)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Peru.cs b/src/core/Dime.i18n.Countries/Nations/Peru.cs new file mode 100644 index 0000000..0e15790 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Peru.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Peru : Nation + { + public Peru() + { + Name = "Peru"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Peru)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Philippines.cs b/src/core/Dime.i18n.Countries/Nations/Philippines.cs new file mode 100644 index 0000000..9481396 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Philippines.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Philippines : Nation + { + public Philippines() + { + Name = "Philippines"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Philippines)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Pitcairn.cs b/src/core/Dime.i18n.Countries/Nations/Pitcairn.cs new file mode 100644 index 0000000..6588575 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Pitcairn.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Pitcairn : Nation + { + public Pitcairn() + { + Name = "Pitcairn"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Pitcairn)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Poland.cs b/src/core/Dime.i18n.Countries/Nations/Poland.cs new file mode 100644 index 0000000..eae48c5 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Poland.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Poland : Nation + { + public Poland() + { + Name = "Poland"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Poland)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Portugal.cs b/src/core/Dime.i18n.Countries/Nations/Portugal.cs new file mode 100644 index 0000000..dd3f637 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Portugal.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Portugal : Nation + { + public Portugal() + { + Name = "Portugal"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Portugal)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/PuertoRico.cs b/src/core/Dime.i18n.Countries/Nations/PuertoRico.cs new file mode 100644 index 0000000..e2ce5ac --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/PuertoRico.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class PuertoRico : Nation + { + public PuertoRico() + { + Name = "Puerto Rico"; + Code = ""; + AltCode = ""; + Translate("en", nameof(PuertoRico)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Qatar.cs b/src/core/Dime.i18n.Countries/Nations/Qatar.cs new file mode 100644 index 0000000..fb50c56 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Qatar.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Qatar : Nation + { + public Qatar() + { + Name = "Qatar"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Qatar)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Reunion.cs b/src/core/Dime.i18n.Countries/Nations/Reunion.cs new file mode 100644 index 0000000..6b798e7 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Reunion.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Reunion : Nation + { + public Reunion() + { + Name = "Réunion"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Reunion)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Romania.cs b/src/core/Dime.i18n.Countries/Nations/Romania.cs new file mode 100644 index 0000000..2384f5f --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Romania.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Romania : Nation + { + public Romania() + { + Name = "Romania"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Romania)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Russia.cs b/src/core/Dime.i18n.Countries/Nations/Russia.cs new file mode 100644 index 0000000..ea21c4b --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Russia.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Russia : Nation + { + public Russia() + { + Name = "Russian Federation"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Russia)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Rwanda.cs b/src/core/Dime.i18n.Countries/Nations/Rwanda.cs new file mode 100644 index 0000000..2e91558 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Rwanda.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Rwanda : Nation + { + public Rwanda() + { + Name = "Rwanda"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Rwanda)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/SaintBarthelemy.cs b/src/core/Dime.i18n.Countries/Nations/SaintBarthelemy.cs new file mode 100644 index 0000000..2d04635 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/SaintBarthelemy.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class SaintBarthelemy : Nation + { + public SaintBarthelemy() + { + Name = "Saint-Barthélemy"; + Code = ""; + AltCode = ""; + Translate("en", nameof(SaintBarthelemy)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/SaintHelena.cs b/src/core/Dime.i18n.Countries/Nations/SaintHelena.cs new file mode 100644 index 0000000..c175167 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/SaintHelena.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class SaintHelena : Nation + { + public SaintHelena() + { + Name = "Saint Helena"; + Code = ""; + AltCode = ""; + Translate("en", nameof(SaintHelena)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/SaintKittsandNevis.cs b/src/core/Dime.i18n.Countries/Nations/SaintKittsandNevis.cs new file mode 100644 index 0000000..e550810 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/SaintKittsandNevis.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class SaintKittsandNevis : Nation + { + public SaintKittsandNevis() + { + Name = "Saint Kitts and Nevis"; + Code = ""; + AltCode = ""; + Translate("en", nameof(SaintKittsandNevis)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/SaintLucia.cs b/src/core/Dime.i18n.Countries/Nations/SaintLucia.cs new file mode 100644 index 0000000..c4fbe91 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/SaintLucia.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class SaintLucia : Nation + { + public SaintLucia() + { + Name = "Saint Lucia"; + Code = ""; + AltCode = ""; + Translate("en", nameof(SaintLucia)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/SaintMartin.cs b/src/core/Dime.i18n.Countries/Nations/SaintMartin.cs new file mode 100644 index 0000000..5dc41db --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/SaintMartin.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class SaintMartin : Nation + { + public SaintMartin() + { + Name = "Saint-Martin (French part)"; + Code = ""; + AltCode = ""; + Translate("en", nameof(SaintMartin)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/SaintPierreAndMiquelon.cs b/src/core/Dime.i18n.Countries/Nations/SaintPierreAndMiquelon.cs new file mode 100644 index 0000000..c2333bb --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/SaintPierreAndMiquelon.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class SaintPierreAndMiquelon : Nation + { + public SaintPierreAndMiquelon() + { + Name = "Saint Pierre and Miquelon"; + Code = ""; + AltCode = ""; + Translate("en", nameof(SaintPierreAndMiquelon)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/SaintVincentAndGrenadines.cs b/src/core/Dime.i18n.Countries/Nations/SaintVincentAndGrenadines.cs new file mode 100644 index 0000000..d512e86 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/SaintVincentAndGrenadines.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class SaintVincentAndGrenadines : Nation + { + public SaintVincentAndGrenadines() + { + Name = "Saint Vincent and Grenadines"; + Code = ""; + AltCode = ""; + Translate("en", nameof(SaintVincentAndGrenadines)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Samoa.cs b/src/core/Dime.i18n.Countries/Nations/Samoa.cs new file mode 100644 index 0000000..58a40f9 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Samoa.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Samoa : Nation + { + public Samoa() + { + Name = "Samoa"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Samoa)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/SanMarino.cs b/src/core/Dime.i18n.Countries/Nations/SanMarino.cs new file mode 100644 index 0000000..ff5cd13 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/SanMarino.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class SanMarino : Nation + { + public SanMarino() + { + Name = "San Marino"; + Code = ""; + AltCode = ""; + Translate("en", nameof(SanMarino)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/SaoTomeAndPrincipe.cs b/src/core/Dime.i18n.Countries/Nations/SaoTomeAndPrincipe.cs new file mode 100644 index 0000000..8ae53de --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/SaoTomeAndPrincipe.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class SaoTomeAndPrincipe : Nation + { + public SaoTomeAndPrincipe() + { + Name = "Sao Tome and Principe"; + Code = ""; + AltCode = ""; + Translate("en", nameof(SaoTomeAndPrincipe)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/SaudiArabia.cs b/src/core/Dime.i18n.Countries/Nations/SaudiArabia.cs new file mode 100644 index 0000000..049796c --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/SaudiArabia.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class SaudiArabia : Nation + { + public SaudiArabia() + { + Name = "Saudi Arabia"; + Code = ""; + AltCode = ""; + Translate("en", nameof(SaudiArabia)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Senegal.cs b/src/core/Dime.i18n.Countries/Nations/Senegal.cs new file mode 100644 index 0000000..34ae4c8 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Senegal.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Senegal : Nation + { + public Senegal() + { + Name = "Senegal"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Senegal)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Serbia.cs b/src/core/Dime.i18n.Countries/Nations/Serbia.cs new file mode 100644 index 0000000..fb0b30e --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Serbia.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Serbia : Nation + { + public Serbia() + { + Name = "Serbia"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Serbia)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Seychelles.cs b/src/core/Dime.i18n.Countries/Nations/Seychelles.cs new file mode 100644 index 0000000..b3e0465 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Seychelles.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Seychelles : Nation + { + public Seychelles() + { + Name = "Seychelles"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Seychelles)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/SierraLeone.cs b/src/core/Dime.i18n.Countries/Nations/SierraLeone.cs new file mode 100644 index 0000000..f560996 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/SierraLeone.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class SierraLeone : Nation + { + public SierraLeone() + { + Name = "Sierra Leone"; + Code = ""; + AltCode = ""; + Translate("en", nameof(SierraLeone)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Singapore.cs b/src/core/Dime.i18n.Countries/Nations/Singapore.cs new file mode 100644 index 0000000..ddc38e9 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Singapore.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Singapore : Nation + { + public Singapore() + { + Name = "Singapore"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Singapore)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Slovakia.cs b/src/core/Dime.i18n.Countries/Nations/Slovakia.cs new file mode 100644 index 0000000..98e20f8 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Slovakia.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Slovakia : Nation + { + public Slovakia() + { + Name = "Slovakia"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Slovakia)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Slovenia.cs b/src/core/Dime.i18n.Countries/Nations/Slovenia.cs new file mode 100644 index 0000000..2141408 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Slovenia.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Slovenia : Nation + { + public Slovenia() + { + Name = "Slovenia"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Slovenia)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/SolomonIslands.cs b/src/core/Dime.i18n.Countries/Nations/SolomonIslands.cs new file mode 100644 index 0000000..4f36e4c --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/SolomonIslands.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class SolomonIslands : Nation + { + public SolomonIslands() + { + Name = "Solomon Islands"; + Code = ""; + AltCode = ""; + Translate("en", nameof(SolomonIslands)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Somalia.cs b/src/core/Dime.i18n.Countries/Nations/Somalia.cs new file mode 100644 index 0000000..3125a3f --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Somalia.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Somalia : Nation + { + public Somalia() + { + Name = "Somalia"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Somalia)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/SouthAfrica.cs b/src/core/Dime.i18n.Countries/Nations/SouthAfrica.cs new file mode 100644 index 0000000..fc5877a --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/SouthAfrica.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class SouthAfrica : Nation + { + public SouthAfrica() + { + Name = "South Africa"; + Code = ""; + AltCode = ""; + Translate("en", nameof(SouthAfrica)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/SouthGeorgia.cs b/src/core/Dime.i18n.Countries/Nations/SouthGeorgia.cs new file mode 100644 index 0000000..199f93f --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/SouthGeorgia.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class SouthGeorgia : Nation + { + public SouthGeorgia() + { + Name = "South Georgia and the South Sandwich Islands"; + Code = ""; + AltCode = ""; + Translate("en", nameof(SouthGeorgia)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/SouthKorea.cs b/src/core/Dime.i18n.Countries/Nations/SouthKorea.cs new file mode 100644 index 0000000..85373e0 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/SouthKorea.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class SouthKorea : Nation + { + public SouthKorea() + { + Name = "Korea (South)"; + Code = ""; + AltCode = ""; + Translate("en", nameof(SouthKorea)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/SouthSudan.cs b/src/core/Dime.i18n.Countries/Nations/SouthSudan.cs new file mode 100644 index 0000000..857f8a5 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/SouthSudan.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class SouthSudan : Nation + { + public SouthSudan() + { + Name = "South Sudan"; + Code = ""; + AltCode = ""; + Translate("en", nameof(SouthSudan)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Spain.cs b/src/core/Dime.i18n.Countries/Nations/Spain.cs new file mode 100644 index 0000000..5693fbc --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Spain.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Spain : Nation + { + public Spain() + { + Name = "Spain"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Spain)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/SriLanka.cs b/src/core/Dime.i18n.Countries/Nations/SriLanka.cs new file mode 100644 index 0000000..2910bc8 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/SriLanka.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class SriLanka : Nation + { + public SriLanka() + { + Name = "Sri Lanka"; + Code = ""; + AltCode = ""; + Translate("en", nameof(SriLanka)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Sudan.cs b/src/core/Dime.i18n.Countries/Nations/Sudan.cs new file mode 100644 index 0000000..9bd02c4 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Sudan.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Sudan : Nation + { + public Sudan() + { + Name = "Sudan"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Sudan)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Suriname.cs b/src/core/Dime.i18n.Countries/Nations/Suriname.cs new file mode 100644 index 0000000..2faef09 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Suriname.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Suriname : Nation + { + public Suriname() + { + Name = "Suriname"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Suriname)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/SvalbardAndJanMayenIslands.cs b/src/core/Dime.i18n.Countries/Nations/SvalbardAndJanMayenIslands.cs new file mode 100644 index 0000000..43771cf --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/SvalbardAndJanMayenIslands.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class SvalbardAndJanMayenIslands : Nation + { + public SvalbardAndJanMayenIslands() + { + Name = "Svalbard and Jan Mayen Islands"; + Code = ""; + AltCode = ""; + Translate("en", nameof(SvalbardAndJanMayenIslands)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Swaziland.cs b/src/core/Dime.i18n.Countries/Nations/Swaziland.cs new file mode 100644 index 0000000..8bb554b --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Swaziland.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Swaziland : Nation + { + public Swaziland() + { + Name = "Swaziland"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Swaziland)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Sweden.cs b/src/core/Dime.i18n.Countries/Nations/Sweden.cs new file mode 100644 index 0000000..58753c1 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Sweden.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Sweden : Nation + { + public Sweden() + { + Name = "Sweden"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Sweden)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Switzerland.cs b/src/core/Dime.i18n.Countries/Nations/Switzerland.cs new file mode 100644 index 0000000..c6df227 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Switzerland.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Switzerland : Nation + { + public Switzerland() + { + Name = "Switzerland"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Switzerland)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Syria.cs b/src/core/Dime.i18n.Countries/Nations/Syria.cs new file mode 100644 index 0000000..5b16fd6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Syria.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Syria : Nation + { + public Syria() + { + Name = "Syrian Arab Republic (Syria)"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Syria)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Taiwan.cs b/src/core/Dime.i18n.Countries/Nations/Taiwan.cs new file mode 100644 index 0000000..e4698e5 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Taiwan.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Taiwan : Nation + { + public Taiwan() + { + Name = "Taiwan"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Taiwan)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Tajikistan.cs b/src/core/Dime.i18n.Countries/Nations/Tajikistan.cs new file mode 100644 index 0000000..3c8f5eb --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Tajikistan.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Tajikistan : Nation + { + public Tajikistan() + { + Name = "Tajikistan"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Tajikistan)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Tanzania.cs b/src/core/Dime.i18n.Countries/Nations/Tanzania.cs new file mode 100644 index 0000000..f373a2e --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Tanzania.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Tanzania : Nation + { + public Tanzania() + { + Name = "Tanzania"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Tanzania)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Thailand.cs b/src/core/Dime.i18n.Countries/Nations/Thailand.cs new file mode 100644 index 0000000..dc80a0e --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Thailand.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Thailand : Nation + { + public Thailand() + { + Name = "Thailand"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Thailand)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/TimorLeste.cs b/src/core/Dime.i18n.Countries/Nations/TimorLeste.cs new file mode 100644 index 0000000..38b7297 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/TimorLeste.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class TimorLeste : Nation + { + public TimorLeste() + { + Name = "Timor-Leste"; + Code = ""; + AltCode = ""; + Translate("en", nameof(TimorLeste)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Togo.cs b/src/core/Dime.i18n.Countries/Nations/Togo.cs new file mode 100644 index 0000000..73958ce --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Togo.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Togo : Nation + { + public Togo() + { + Name = "Togo"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Togo)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Tokelau.cs b/src/core/Dime.i18n.Countries/Nations/Tokelau.cs new file mode 100644 index 0000000..18bc63c --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Tokelau.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Tokelau : Nation + { + public Tokelau() + { + Name = "Tokelau"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Tokelau)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Tonga.cs b/src/core/Dime.i18n.Countries/Nations/Tonga.cs new file mode 100644 index 0000000..2208cb9 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Tonga.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Tonga : Nation + { + public Tonga() + { + Name = "Tonga"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Tonga)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/TrinidadAndTobago.cs b/src/core/Dime.i18n.Countries/Nations/TrinidadAndTobago.cs new file mode 100644 index 0000000..02410f7 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/TrinidadAndTobago.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class TrinidadAndTobago : Nation + { + public TrinidadAndTobago() + { + Name = "Trinidad and Tobago"; + Code = ""; + AltCode = ""; + Translate("en", nameof(TrinidadAndTobago)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Tunisia.cs b/src/core/Dime.i18n.Countries/Nations/Tunisia.cs new file mode 100644 index 0000000..3f81567 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Tunisia.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Tunisia : Nation + { + public Tunisia() + { + Name = "Tunisia"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Tunisia)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Turkey.cs b/src/core/Dime.i18n.Countries/Nations/Turkey.cs new file mode 100644 index 0000000..4de3c1c --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Turkey.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Turkey : Nation + { + public Turkey() + { + Name = "Turkey"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Turkey)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Turkmenistan.cs b/src/core/Dime.i18n.Countries/Nations/Turkmenistan.cs new file mode 100644 index 0000000..eed02eb --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Turkmenistan.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Turkmenistan : Nation + { + public Turkmenistan() + { + Name = "Turkmenistan"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Turkmenistan)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/TurksAndCaicosIslands.cs b/src/core/Dime.i18n.Countries/Nations/TurksAndCaicosIslands.cs new file mode 100644 index 0000000..5c0d793 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/TurksAndCaicosIslands.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class TurksAndCaicosIslands : Nation + { + public TurksAndCaicosIslands() + { + Name = "Turks and Caicos Islands"; + Code = ""; + AltCode = ""; + Translate("en", nameof(TurksAndCaicosIslands)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Tuvalu.cs b/src/core/Dime.i18n.Countries/Nations/Tuvalu.cs new file mode 100644 index 0000000..bdd4498 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Tuvalu.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Tuvalu : Nation + { + public Tuvalu() + { + Name = "Tuvalu"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Tuvalu)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/USMinorOutlyingIslands.cs b/src/core/Dime.i18n.Countries/Nations/USMinorOutlyingIslands.cs new file mode 100644 index 0000000..a2e59ff --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/USMinorOutlyingIslands.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class USMinorOutlyingIslands : Nation + { + public USMinorOutlyingIslands() + { + Name = "US Minor Outlying Islands"; + Code = "UM"; + AltCode = "UMI"; + Translate("en", Name); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Uganda.cs b/src/core/Dime.i18n.Countries/Nations/Uganda.cs new file mode 100644 index 0000000..84b3f7a --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Uganda.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Uganda : Nation + { + public Uganda() + { + Name = "Uganda"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Uganda)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Ukraine.cs b/src/core/Dime.i18n.Countries/Nations/Ukraine.cs new file mode 100644 index 0000000..b316427 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Ukraine.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Ukraine : Nation + { + public Ukraine() + { + Name = "Ukraine"; + Code = "UA"; + AltCode = "UKR"; + Translate("en", nameof(Ukraine)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/UnitedArabEmirates.cs b/src/core/Dime.i18n.Countries/Nations/UnitedArabEmirates.cs new file mode 100644 index 0000000..c56915a --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/UnitedArabEmirates.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class UnitedArabEmirates : Nation + { + public UnitedArabEmirates() + { + Name = "United Arab Emirates"; + Code = ""; + AltCode = ""; + Translate("en", nameof(UnitedArabEmirates)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/UnitedKingdom.cs b/src/core/Dime.i18n.Countries/Nations/UnitedKingdom.cs new file mode 100644 index 0000000..a38db32 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/UnitedKingdom.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class UnitedKingdom : Nation + { + public UnitedKingdom() + { + Name = "United Kingdom"; + Code = "GB"; + AltCode = "GBR"; + Translate("en", Name); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/UnitedStatesOfAmerica.cs b/src/core/Dime.i18n.Countries/Nations/UnitedStatesOfAmerica.cs new file mode 100644 index 0000000..89930af --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/UnitedStatesOfAmerica.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class UnitedStatesOfAmerica : Nation + { + public UnitedStatesOfAmerica() + { + Name = "United States of America"; + Code = ""; + AltCode = ""; + Translate("en", nameof(UnitedStatesOfAmerica)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Uruguay.cs b/src/core/Dime.i18n.Countries/Nations/Uruguay.cs new file mode 100644 index 0000000..ce2d20c --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Uruguay.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Uruguay : Nation + { + public Uruguay() + { + Name = "Uruguay"; + Code = ""; + AltCode = ""; + Translate("en", nameof(Uruguay)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Uzbekistan.cs b/src/core/Dime.i18n.Countries/Nations/Uzbekistan.cs new file mode 100644 index 0000000..a91dd70 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Uzbekistan.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Uzbekistan : Nation + { + public Uzbekistan() + { + Name = "Uzbekistan"; + Code = "UZ"; + AltCode = "UZB"; + Translate("en", Name); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Vanuatu.cs b/src/core/Dime.i18n.Countries/Nations/Vanuatu.cs new file mode 100644 index 0000000..58f94de --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Vanuatu.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Vanuatu : Nation + { + public Vanuatu() + { + Name = "Vanuatu"; + Code = "VUT"; + AltCode = "VUT"; + Translate("en", Name); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/VaticanCity.cs b/src/core/Dime.i18n.Countries/Nations/VaticanCity.cs new file mode 100644 index 0000000..c8f106a --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/VaticanCity.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class VaticanCity : Nation + { + public VaticanCity() + { + Name = "Holy See (Vatican City State)"; + Code = ""; + AltCode = ""; + Translate("en", nameof(VaticanCity)); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Venezuela.cs b/src/core/Dime.i18n.Countries/Nations/Venezuela.cs new file mode 100644 index 0000000..efec563 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Venezuela.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Venezuela : Nation + { + public Venezuela() + { + Name = "Venezuela"; + Code = "VEN"; + AltCode = "VEN"; + Translate("en", Name); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Vietnam.cs b/src/core/Dime.i18n.Countries/Nations/Vietnam.cs new file mode 100644 index 0000000..a5614f6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Vietnam.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Vietnam : Nation + { + public Vietnam() + { + Name = "Vietnam"; + Code = "VNM"; + AltCode = "VNM"; + Translate("en", Name); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/VirginIslands.cs b/src/core/Dime.i18n.Countries/Nations/VirginIslands.cs new file mode 100644 index 0000000..7aded25 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/VirginIslands.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class VirginIslands : Nation + { + public VirginIslands() + { + Name = "Virgin Islands"; + Code = "VI"; + AltCode = "VIR"; + Translate("en", Name); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/WallisAndFutunaIslands.cs b/src/core/Dime.i18n.Countries/Nations/WallisAndFutunaIslands.cs new file mode 100644 index 0000000..2158156 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/WallisAndFutunaIslands.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class WallisAndFutunaIslands : Nation + { + public WallisAndFutunaIslands() + { + Name = "Wallis and Futuna Islands"; + Code = "WF"; + AltCode = "WLF"; + Translate("en", Name); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/WesternSahara.cs b/src/core/Dime.i18n.Countries/Nations/WesternSahara.cs new file mode 100644 index 0000000..7a394f8 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/WesternSahara.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class WesternSahara : Nation + { + public WesternSahara() + { + Name = "Western Sahara"; + Code = "EH"; + AltCode = "ESH"; + Translate("en", Name); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Yemen.cs b/src/core/Dime.i18n.Countries/Nations/Yemen.cs new file mode 100644 index 0000000..7832bf3 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Yemen.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Yemen : Nation + { + public Yemen() + { + Name = "Yemen"; + Code = "YE"; + AltCode = "YEM"; + Translate("en", Name); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Zambia.cs b/src/core/Dime.i18n.Countries/Nations/Zambia.cs new file mode 100644 index 0000000..149381d --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Zambia.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Zambia : Nation + { + public Zambia() + { + Name = "Zambia"; + Code = "ZM"; + AltCode = "ZMB"; + Translate("en", Name); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Zimbabwe.cs b/src/core/Dime.i18n.Countries/Nations/Zimbabwe.cs new file mode 100644 index 0000000..73f33fa --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nations/Zimbabwe.cs @@ -0,0 +1,13 @@ +namespace Dime.i18n.Countries.Nations +{ + internal class Zimbabwe : Nation + { + public Zimbabwe() + { + Name = "Zimbabwe"; + Code = "ZW"; + AltCode = "ZWE"; + Translate("en", Name); + } + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/NationsList.cs b/src/core/Dime.i18n.Countries/NationsList.cs new file mode 100644 index 0000000..a0f1c05 --- /dev/null +++ b/src/core/Dime.i18n.Countries/NationsList.cs @@ -0,0 +1,273 @@ +using System.Collections; +using System.Collections.Generic; +using System.Linq; +using Dime.i18n.Countries.Nations; + +namespace System.Globalization.Countries +{ + public class NationsList : IEnumerable + { + public IEnumerator GetEnumerator() => _nations.GetEnumerator(); + + IEnumerator IEnumerable.GetEnumerator() => GetEnumerator(); + + public Nation this[string countryId] + { + get + { + bool predicate(Nation x) => x.Code == countryId || x.AltCode == countryId || x.Locales.Any(y => y.Value == countryId); + return _nations.FirstOrDefault(predicate); + } + } + + private static readonly IEnumerable _nations = new List() { + new Afghanistan(), + new AlandIslands(), + new Albania(), + new Algeria(), + new AmericanSamoa(), + new Andorra(), + new Angola(), + new Anguilla(), + new Antarctica(), + new AntiguaAndBarbuda(), + new Argentina(), + new Armenia(), + new Aruba(), + new Australia(), + new Austria(), + new Azerbaijan(), + new Bahamas(), + new Bahrain(), + new Bangladesh(), + new Barbados(), + new Belarus(), + new Belgium(), + new Belize(), + new Benin(), + new Bermuda(), + new Bhutan(), + new Bolivia(), + new BosniaAndHerzegovina(), + new Botswana(), + new BouvetIsland(), + new Brazil(), + new BritishIndianOceanTerritory(), + new BritishVirginIslands(), + new Brunei(), + new Bulgaria(), + new BurkinaFaso(), + new Burundi(), + new Cambodia(), + new Cameroon(), + new Canada(), + new CapeVerde(), + new CaymanIslands(), + new CentralAfricanRepublic(), + new Chad(), + new Chile(), + new China(), + new ChristmasIsland(), + new CocosIslands(), + new Colombia(), + new Comoros(), + new Congo(), + new CongoDRC(), + new CookIslands(), + new CostaRica(), + new CoteIvoire(), + new Croatia(), + new Cuba(), + new Cyprus(), + new CzechRepublic(), + new Denmark(), + new Djibouti(), + new Dominica(), + new DominicanRepublic(), + new Ecuador(), + new Egypt(), + new ElSalvador(), + new EquatorialGuinea(), + new Eritrea(), + new Estonia(), + new Ethiopia(), + new FalklandIslands(), + new FaroeIslands(), + new Fiji(), + new Finland(), + new France(), + new FrenchGuiana(), + new FrenchPolynesia(), + new FrenchSouthernTerritories(), + new Gabon(), + new Gambia(), + new Georgia(), + new Germany(), + new Ghana(), + new Gibraltar(), + new Greece(), + new Greenland(), + new Grenada(), + new Guadeloupe(), + new Guam(), + new Guatemala(), + new Guernsey(), + new Guinea(), + new GuineaBissau(), + new Guyana(), + new Haiti(), + new HeardAndMcdonaldIslands(), + new Honduras(), + new HongKong(), + new Hungary(), + new Iceland(), + new India(), + new Indonesia(), + new Iran(), + new Iraq(), + new Ireland(), + new IsleOfMan(), + new Israel(), + new Italy(), + new Jamaica(), + new Japan(), + new Jersey(), + new Jordan(), + new Kazakhstan(), + new Kenya(), + new Kiribati(), + new Kuwait(), + new Kyrgyzstan(), + new Laos(), + new Latvia(), + new Lebanon(), + new Lesotho(), + new Liberia(), + new Libya(), + new Liechtenstein(), + new Lithuania(), + new Luxembourg(), + new Macao(), + new Macedonia(), + new Madagascar(), + new Malawi(), + new Malaysia(), + new Maldives(), + new Mali(), + new Malta(), + new MarshallIslands(), + new Martinique(), + new Mauritania(), + new Mauritius(), + new Mayotte(), + new Mexico(), + new Micronesia(), + new Moldova(), + new Monaco(), + new Mongolia(), + new Montenegro(), + new Montserrat(), + new Morocco(), + new Mozambique(), + new Myanmar(), + new Namibia(), + new Nauru(), + new Nepal(), + new Netherlands(), + new NetherlandsAntilles(), + new NewCaledonia(), + new NewZealand(), + new Nicaragua(), + new Niger(), + new Nigeria(), + new Niue(), + new NorfolkIsland(), + new NorthernMarianaIslands(), + new NorthKorea(), + new Norway(), + new Oman(), + new Pakistan(), + new Palau(), + new PalestinianTerritory(), + new Panama(), + new PapuaNewGuinea(), + new Paraguay(), + new Peru(), + new Philippines(), + new Pitcairn(), + new Poland(), + new Portugal(), + new PuertoRico(), + new Qatar(), + new Romania(), + new Russia(), + new Rwanda(), + new Reunion(), + new SaintBarthelemy(), + new SaintHelena(), + new SaintKittsandNevis(), + new SaintLucia(), + new SaintMartin(), + new SaintPierreAndMiquelon(), + new SaintVincentAndGrenadines(), + new Samoa(), + new SanMarino(), + new SaoTomeAndPrincipe(), + new SaudiArabia(), + new Senegal(), + new Serbia(), + new Seychelles(), + new SierraLeone(), + new Singapore(), + new Slovakia(), + new Slovenia(), + new SolomonIslands(), + new Somalia(), + new SouthAfrica(), + new SouthGeorgia(), + new SouthKorea(), + new SouthSudan(), + new Spain(), + new SriLanka(), + new Sudan(), + new Suriname(), + new SvalbardAndJanMayenIslands(), + new Swaziland(), + new Sweden(), + new Switzerland(), + new Syria(), + new Taiwan(), + new Tajikistan(), + new Tanzania(), + new Thailand(), + new TimorLeste(), + new Togo(), + new Tokelau(), + new Tonga(), + new TrinidadAndTobago(), + new Tunisia(), + new Turkey(), + new Turkmenistan(), + new TurksAndCaicosIslands(), + new Tuvalu(), + new Uganda(), + new Ukraine(), + new UnitedArabEmirates(), + new UnitedKingdom(), + new UnitedStatesOfAmerica(), + new Uruguay(), + new USMinorOutlyingIslands(), + new Uzbekistan(), + new Vanuatu(), + new VaticanCity(), + new Venezuela(), + new Vietnam(), + new VirginIslands(), + new WallisAndFutunaIslands(), + new WesternSahara(), + new Yemen(), + new Zambia(), + new Zimbabwe(), + }; + } +} \ No newline at end of file diff --git a/src/test/Dime.i18n.Countries.Tests/CountryListTests.cs b/src/test/Dime.i18n.Countries.Tests/CountryListTests.cs index a973f0b..7f57b43 100644 --- a/src/test/Dime.i18n.Countries.Tests/CountryListTests.cs +++ b/src/test/Dime.i18n.Countries.Tests/CountryListTests.cs @@ -9,21 +9,21 @@ public class CountryListTests [Fact] public void CountryList_Count_ShouldReturn239() { - CountryList countries = new(); - Assert.True(countries.Count() == 239); + NationsList countries = new(); + Assert.True(countries.Count() == 247); } [Fact] - public void CountryList_Distinct_Count_ShouldReturn239() + public void CountryList_Distinct_Count_ShouldReturn247() { - CountryList countries = new(); - Assert.True(countries.Distinct().Count() == 239); + NationsList countries = new(); + Assert.True(countries.Distinct().Count() == 247); } [Fact] public void CountryList_GetEnumerator_ShouldEnumerate() { - CountryList countries = new(); + NationsList countries = new(); IEnumerator enumerator = (countries as IEnumerable).GetEnumerator(); while (enumerator.MoveNext()) @@ -32,7 +32,7 @@ public void CountryList_GetEnumerator_ShouldEnumerate() throw new Exception(); } - Assert.True(countries.Distinct().Count() == 239); + Assert.True(countries.Distinct().Count() == 247); } } } \ No newline at end of file From c3db43f8927a2a4c8a5a1bba13bec53ba966fc29 Mon Sep 17 00:00:00 2001 From: Hendrik Bulens Date: Tue, 31 Jan 2023 09:39:32 +0100 Subject: [PATCH 2/6] Localize countries --- .../Dime.i18n.Countries.csproj | 2235 ++++++++++++++++- .../Base => }/LocalizedCountryName.cs | 7 +- src/core/Dime.i18n.Countries/Nation.cs | 50 + .../Nations/Afghanistan.cs | 13 - .../Nations/AlandIslands.cs | 13 - .../Dime.i18n.Countries/Nations/Albania.cs | 13 - .../Dime.i18n.Countries/Nations/Algeria.cs | 13 - .../Nations/AmericanSamoa.cs | 13 - .../Dime.i18n.Countries/Nations/Andorra.cs | 13 - .../Dime.i18n.Countries/Nations/Angola.cs | 13 - .../Dime.i18n.Countries/Nations/Anguilla.cs | 13 - .../Dime.i18n.Countries/Nations/Antarctica.cs | 13 - .../Nations/AntiguaAndBarbuda.cs | 13 - .../Dime.i18n.Countries/Nations/Argentina.cs | 13 - .../Dime.i18n.Countries/Nations/Armenia.cs | 13 - src/core/Dime.i18n.Countries/Nations/Aruba.cs | 13 - .../Dime.i18n.Countries/Nations/Australia.cs | 13 - .../Dime.i18n.Countries/Nations/Austria.cs | 13 - .../Dime.i18n.Countries/Nations/Azerbaijan.cs | 13 - .../Dime.i18n.Countries/Nations/Bahamas.cs | 13 - .../Dime.i18n.Countries/Nations/Bahrain.cs | 13 - .../Dime.i18n.Countries/Nations/Bangladesh.cs | 13 - .../Dime.i18n.Countries/Nations/Barbados.cs | 13 - .../Nations/Base/Nation.cs | 17 - .../Dime.i18n.Countries/Nations/Belarus.cs | 13 - .../Dime.i18n.Countries/Nations/Belgium.cs | 13 - .../Dime.i18n.Countries/Nations/Belize.cs | 13 - src/core/Dime.i18n.Countries/Nations/Benin.cs | 13 - .../Dime.i18n.Countries/Nations/Bermuda.cs | 13 - .../Dime.i18n.Countries/Nations/Bhutan.cs | 13 - .../Dime.i18n.Countries/Nations/Bolivia.cs | 13 - .../Nations/BosniaAndHerzegovina.cs | 13 - .../Dime.i18n.Countries/Nations/Botswana.cs | 13 - .../Nations/BouvetIsland.cs | 13 - .../Dime.i18n.Countries/Nations/Brazil.cs | 13 - .../Nations/BritishIndianOceanTerritory.cs | 13 - .../Nations/BritishVirginIslands.cs | 13 - .../Dime.i18n.Countries/Nations/Brunei.cs | 13 - .../Dime.i18n.Countries/Nations/Bulgaria.cs | 13 - .../Nations/BurkinaFaso.cs | 13 - .../Dime.i18n.Countries/Nations/Burundi.cs | 13 - .../Dime.i18n.Countries/Nations/Cambodia.cs | 13 - .../Dime.i18n.Countries/Nations/Cameroon.cs | 13 - .../Dime.i18n.Countries/Nations/Canada.cs | 13 - .../Dime.i18n.Countries/Nations/CapeVerde.cs | 13 - .../Nations/CaymanIslands.cs | 13 - .../Nations/CentralAfricanRepublic.cs | 13 - src/core/Dime.i18n.Countries/Nations/Chad.cs | 13 - src/core/Dime.i18n.Countries/Nations/Chile.cs | 13 - src/core/Dime.i18n.Countries/Nations/China.cs | 13 - .../Nations/ChristmasIsland.cs | 13 - .../Nations/CocosIslands.cs | 13 - .../Dime.i18n.Countries/Nations/Colombia.cs | 13 - .../Dime.i18n.Countries/Nations/Comoros.cs | 13 - src/core/Dime.i18n.Countries/Nations/Congo.cs | 13 - .../Dime.i18n.Countries/Nations/CongoDRC.cs | 13 - .../Nations/CookIslands.cs | 13 - .../Dime.i18n.Countries/Nations/CostaRica.cs | 13 - .../Dime.i18n.Countries/Nations/CoteIvoire.cs | 13 - .../Dime.i18n.Countries/Nations/Croatia.cs | 13 - src/core/Dime.i18n.Countries/Nations/Cuba.cs | 13 - .../Dime.i18n.Countries/Nations/Cyprus.cs | 13 - .../Nations/CzechRepublic.cs | 13 - .../Dime.i18n.Countries/Nations/Denmark.cs | 13 - .../Dime.i18n.Countries/Nations/Djibouti.cs | 13 - .../Dime.i18n.Countries/Nations/Dominica.cs | 13 - .../Nations/DominicanRepublic.cs | 13 - .../Dime.i18n.Countries/Nations/Ecuador.cs | 13 - src/core/Dime.i18n.Countries/Nations/Egypt.cs | 13 - .../Dime.i18n.Countries/Nations/ElSalvador.cs | 13 - .../Nations/EquatorialGuinea.cs | 13 - .../Dime.i18n.Countries/Nations/Eritrea.cs | 13 - .../Dime.i18n.Countries/Nations/Estonia.cs | 13 - .../Dime.i18n.Countries/Nations/Ethiopia.cs | 13 - .../Nations/FalklandIslands.cs | 13 - .../Nations/FaroeIslands.cs | 13 - src/core/Dime.i18n.Countries/Nations/Fiji.cs | 13 - .../Dime.i18n.Countries/Nations/Finland.cs | 13 - .../Dime.i18n.Countries/Nations/France.cs | 13 - .../Nations/FrenchGuiana.cs | 13 - .../Nations/FrenchPolynesia.cs | 13 - .../Nations/FrenchSouthernTerritories.cs | 13 - src/core/Dime.i18n.Countries/Nations/Gabon.cs | 13 - .../Dime.i18n.Countries/Nations/Gambia.cs | 13 - .../Dime.i18n.Countries/Nations/Georgia.cs | 13 - .../Dime.i18n.Countries/Nations/Germany.cs | 13 - src/core/Dime.i18n.Countries/Nations/Ghana.cs | 13 - .../Dime.i18n.Countries/Nations/Gibraltar.cs | 13 - .../Dime.i18n.Countries/Nations/Greece.cs | 13 - .../Dime.i18n.Countries/Nations/Greenland.cs | 13 - .../Dime.i18n.Countries/Nations/Grenada.cs | 13 - .../Dime.i18n.Countries/Nations/Guadeloupe.cs | 13 - src/core/Dime.i18n.Countries/Nations/Guam.cs | 13 - .../Dime.i18n.Countries/Nations/Guatemala.cs | 13 - .../Dime.i18n.Countries/Nations/Guernsey.cs | 13 - .../Dime.i18n.Countries/Nations/Guinea.cs | 13 - .../Nations/GuineaBissau.cs | 13 - .../Dime.i18n.Countries/Nations/Guyana.cs | 13 - src/core/Dime.i18n.Countries/Nations/Haiti.cs | 13 - .../Nations/HeardAndMcdonaldIslands.cs | 13 - .../Dime.i18n.Countries/Nations/Honduras.cs | 13 - .../Dime.i18n.Countries/Nations/HongKong.cs | 13 - .../Dime.i18n.Countries/Nations/Hungary.cs | 13 - .../Dime.i18n.Countries/Nations/Iceland.cs | 13 - src/core/Dime.i18n.Countries/Nations/India.cs | 13 - .../Dime.i18n.Countries/Nations/Indonesia.cs | 13 - src/core/Dime.i18n.Countries/Nations/Iran.cs | 13 - src/core/Dime.i18n.Countries/Nations/Iraq.cs | 13 - .../Dime.i18n.Countries/Nations/Ireland.cs | 13 - .../Dime.i18n.Countries/Nations/IsleOfMan.cs | 13 - .../Dime.i18n.Countries/Nations/Israel.cs | 13 - src/core/Dime.i18n.Countries/Nations/Italy.cs | 13 - .../Dime.i18n.Countries/Nations/Jamaica.cs | 13 - src/core/Dime.i18n.Countries/Nations/Japan.cs | 13 - .../Dime.i18n.Countries/Nations/Jersey.cs | 13 - .../Dime.i18n.Countries/Nations/Jordan.cs | 13 - .../Dime.i18n.Countries/Nations/Kazakhstan.cs | 13 - src/core/Dime.i18n.Countries/Nations/Kenya.cs | 13 - .../Dime.i18n.Countries/Nations/Kiribati.cs | 13 - .../Dime.i18n.Countries/Nations/Kuwait.cs | 13 - .../Dime.i18n.Countries/Nations/Kyrgyzstan.cs | 13 - src/core/Dime.i18n.Countries/Nations/Laos.cs | 13 - .../Dime.i18n.Countries/Nations/Latvia.cs | 13 - .../Dime.i18n.Countries/Nations/Lebanon.cs | 13 - .../Dime.i18n.Countries/Nations/Lesotho.cs | 13 - .../Dime.i18n.Countries/Nations/Liberia.cs | 13 - src/core/Dime.i18n.Countries/Nations/Libya.cs | 13 - .../Nations/Liechtenstein.cs | 13 - .../Dime.i18n.Countries/Nations/Lithuania.cs | 13 - .../Dime.i18n.Countries/Nations/Luxembourg.cs | 13 - src/core/Dime.i18n.Countries/Nations/Macao.cs | 13 - .../Dime.i18n.Countries/Nations/Macedonia.cs | 13 - .../Dime.i18n.Countries/Nations/Madagascar.cs | 13 - .../Dime.i18n.Countries/Nations/Malawi.cs | 13 - .../Dime.i18n.Countries/Nations/Malaysia.cs | 13 - .../Dime.i18n.Countries/Nations/Maldives.cs | 13 - src/core/Dime.i18n.Countries/Nations/Mali.cs | 13 - src/core/Dime.i18n.Countries/Nations/Malta.cs | 13 - .../Nations/MarshallIslands.cs | 13 - .../Dime.i18n.Countries/Nations/Martinique.cs | 13 - .../Dime.i18n.Countries/Nations/Mauritania.cs | 13 - .../Dime.i18n.Countries/Nations/Mauritius.cs | 13 - .../Dime.i18n.Countries/Nations/Mayotte.cs | 13 - .../Dime.i18n.Countries/Nations/Mexico.cs | 13 - .../Dime.i18n.Countries/Nations/Micronesia.cs | 13 - .../Dime.i18n.Countries/Nations/Moldova.cs | 13 - .../Dime.i18n.Countries/Nations/Monaco.cs | 13 - .../Dime.i18n.Countries/Nations/Mongolia.cs | 13 - .../Dime.i18n.Countries/Nations/Montenegro.cs | 13 - .../Dime.i18n.Countries/Nations/Montserrat.cs | 13 - .../Dime.i18n.Countries/Nations/Morocco.cs | 13 - .../Dime.i18n.Countries/Nations/Mozambique.cs | 13 - .../Dime.i18n.Countries/Nations/Myanmar.cs | 13 - .../Dime.i18n.Countries/Nations/Namibia.cs | 13 - src/core/Dime.i18n.Countries/Nations/Nauru.cs | 13 - src/core/Dime.i18n.Countries/Nations/Nepal.cs | 13 - .../Nations/Netherlands.cs | 13 - .../Nations/NetherlandsAntilles.cs | 13 - .../Nations/NewCaledonia.cs | 13 - .../Dime.i18n.Countries/Nations/NewZealand.cs | 13 - .../Dime.i18n.Countries/Nations/Nicaragua.cs | 13 - src/core/Dime.i18n.Countries/Nations/Niger.cs | 13 - .../Dime.i18n.Countries/Nations/Nigeria.cs | 13 - src/core/Dime.i18n.Countries/Nations/Niue.cs | 13 - .../Nations/NorfolkIsland.cs | 13 - .../Dime.i18n.Countries/Nations/NorthKorea.cs | 13 - .../Nations/NorthernMarianaIslands.cs | 13 - .../Dime.i18n.Countries/Nations/Norway.cs | 13 - src/core/Dime.i18n.Countries/Nations/Oman.cs | 13 - .../Dime.i18n.Countries/Nations/Pakistan.cs | 13 - src/core/Dime.i18n.Countries/Nations/Palau.cs | 13 - .../Nations/PalestinianTerritory.cs | 13 - .../Dime.i18n.Countries/Nations/Panama.cs | 13 - .../Nations/PapuaNewGuinea.cs | 13 - .../Dime.i18n.Countries/Nations/Paraguay.cs | 13 - src/core/Dime.i18n.Countries/Nations/Peru.cs | 13 - .../Nations/Philippines.cs | 13 - .../Dime.i18n.Countries/Nations/Pitcairn.cs | 13 - .../Dime.i18n.Countries/Nations/Poland.cs | 13 - .../Dime.i18n.Countries/Nations/Portugal.cs | 13 - .../Dime.i18n.Countries/Nations/PuertoRico.cs | 13 - src/core/Dime.i18n.Countries/Nations/Qatar.cs | 13 - .../Dime.i18n.Countries/Nations/Reunion.cs | 13 - .../Dime.i18n.Countries/Nations/Romania.cs | 13 - .../Dime.i18n.Countries/Nations/Russia.cs | 13 - .../Dime.i18n.Countries/Nations/Rwanda.cs | 13 - .../Nations/SaintBarthelemy.cs | 13 - .../Nations/SaintHelena.cs | 13 - .../Nations/SaintKittsandNevis.cs | 13 - .../Dime.i18n.Countries/Nations/SaintLucia.cs | 13 - .../Nations/SaintMartin.cs | 13 - .../Nations/SaintPierreAndMiquelon.cs | 13 - .../Nations/SaintVincentAndGrenadines.cs | 13 - src/core/Dime.i18n.Countries/Nations/Samoa.cs | 13 - .../Dime.i18n.Countries/Nations/SanMarino.cs | 13 - .../Nations/SaoTomeAndPrincipe.cs | 13 - .../Nations/SaudiArabia.cs | 13 - .../Dime.i18n.Countries/Nations/Senegal.cs | 13 - .../Dime.i18n.Countries/Nations/Serbia.cs | 13 - .../Dime.i18n.Countries/Nations/Seychelles.cs | 13 - .../Nations/SierraLeone.cs | 13 - .../Dime.i18n.Countries/Nations/Singapore.cs | 13 - .../Dime.i18n.Countries/Nations/Slovakia.cs | 13 - .../Dime.i18n.Countries/Nations/Slovenia.cs | 13 - .../Nations/SolomonIslands.cs | 13 - .../Dime.i18n.Countries/Nations/Somalia.cs | 13 - .../Nations/SouthAfrica.cs | 13 - .../Nations/SouthGeorgia.cs | 13 - .../Dime.i18n.Countries/Nations/SouthKorea.cs | 13 - .../Dime.i18n.Countries/Nations/SouthSudan.cs | 13 - src/core/Dime.i18n.Countries/Nations/Spain.cs | 13 - .../Dime.i18n.Countries/Nations/SriLanka.cs | 13 - src/core/Dime.i18n.Countries/Nations/Sudan.cs | 13 - .../Dime.i18n.Countries/Nations/Suriname.cs | 13 - .../Nations/SvalbardAndJanMayenIslands.cs | 13 - .../Dime.i18n.Countries/Nations/Swaziland.cs | 13 - .../Dime.i18n.Countries/Nations/Sweden.cs | 13 - .../Nations/Switzerland.cs | 13 - src/core/Dime.i18n.Countries/Nations/Syria.cs | 13 - .../Dime.i18n.Countries/Nations/Taiwan.cs | 13 - .../Dime.i18n.Countries/Nations/Tajikistan.cs | 13 - .../Dime.i18n.Countries/Nations/Tanzania.cs | 13 - .../Dime.i18n.Countries/Nations/Thailand.cs | 13 - .../Dime.i18n.Countries/Nations/TimorLeste.cs | 13 - src/core/Dime.i18n.Countries/Nations/Togo.cs | 13 - .../Dime.i18n.Countries/Nations/Tokelau.cs | 13 - src/core/Dime.i18n.Countries/Nations/Tonga.cs | 13 - .../Nations/TrinidadAndTobago.cs | 13 - .../Dime.i18n.Countries/Nations/Tunisia.cs | 13 - .../Dime.i18n.Countries/Nations/Turkey.cs | 13 - .../Nations/Turkmenistan.cs | 13 - .../Nations/TurksAndCaicosIslands.cs | 13 - .../Dime.i18n.Countries/Nations/Tuvalu.cs | 13 - .../Nations/USMinorOutlyingIslands.cs | 13 - .../Dime.i18n.Countries/Nations/Uganda.cs | 13 - .../Dime.i18n.Countries/Nations/Ukraine.cs | 13 - .../Nations/UnitedArabEmirates.cs | 13 - .../Nations/UnitedKingdom.cs | 13 - .../Nations/UnitedStatesOfAmerica.cs | 13 - .../Dime.i18n.Countries/Nations/Uruguay.cs | 13 - .../Dime.i18n.Countries/Nations/Uzbekistan.cs | 13 - .../Dime.i18n.Countries/Nations/Vanuatu.cs | 13 - .../Nations/VaticanCity.cs | 13 - .../Dime.i18n.Countries/Nations/Venezuela.cs | 13 - .../Dime.i18n.Countries/Nations/Vietnam.cs | 13 - .../Nations/VirginIslands.cs | 13 - .../Nations/WallisAndFutunaIslands.cs | 13 - .../Nations/WesternSahara.cs | 13 - src/core/Dime.i18n.Countries/Nations/Yemen.cs | 13 - .../Dime.i18n.Countries/Nations/Zambia.cs | 13 - .../Dime.i18n.Countries/Nations/Zimbabwe.cs | 13 - src/core/Dime.i18n.Countries/NationsList.cs | 500 ++-- .../Translations/Afghanistan.Designer.cs | 72 + .../Translations/Afghanistan.resx | 123 + .../Translations/AlandIslands.Designer.cs | 63 + .../Translations/AlandIslands.resx | 101 + .../Translations/Albania.Designer.cs | 63 + .../Translations/Albania.resx | 101 + .../Translations/Algeria.Designer.cs | 63 + .../Translations/Algeria.resx | 101 + .../Translations/AmericanSamoa.Designer.cs | 63 + .../Translations/AmericanSamoa.resx | 101 + .../Translations/Andorra.Designer.cs | 63 + .../Translations/Andorra.resx | 101 + .../Translations/Angola.Designer.cs | 63 + .../Translations/Angola.resx | 101 + .../Translations/Anguilla.Designer.cs | 63 + .../Translations/Anguilla.resx | 101 + .../Translations/Antarctica.Designer.cs | 63 + .../Translations/Antarctica.resx | 101 + .../AntiguaAndBarbuda.Designer.cs | 63 + .../Translations/AntiguaAndBarbuda.resx | 101 + .../Translations/Argentina.Designer.cs | 63 + .../Translations/Argentina.resx | 101 + .../Translations/Armenia.Designer.cs | 63 + .../Translations/Armenia.resx | 101 + .../Translations/Aruba.Designer.cs | 63 + .../Translations/Aruba.resx | 101 + .../Translations/Australia.Designer.cs | 63 + .../Translations/Australia.resx | 101 + .../Translations/Austria.Designer.cs | 63 + .../Translations/Austria.resx | 101 + .../Translations/Azerbaijan.Designer.cs | 63 + .../Translations/Azerbaijan.resx | 101 + .../Translations/Bahamas.Designer.cs | 63 + .../Translations/Bahamas.resx | 101 + .../Translations/Bahrain.Designer.cs | 63 + .../Translations/Bahrain.resx | 101 + .../Translations/Bangladesh.Designer.cs | 63 + .../Translations/Bangladesh.resx | 101 + .../Translations/Barbados.Designer.cs | 63 + .../Translations/Barbados.resx | 101 + .../Translations/Belarus.Designer.cs | 63 + .../Translations/Belarus.resx | 101 + .../Translations/Belgium.Designer.cs | 81 + .../Translations/Belgium.resx | 126 + .../Translations/Belize.Designer.cs | 63 + .../Translations/Belize.resx | 101 + .../Translations/Benin.Designer.cs | 63 + .../Translations/Benin.resx | 101 + .../Translations/Bermuda.Designer.cs | 63 + .../Translations/Bermuda.resx | 101 + .../Translations/Bhutan.Designer.cs | 63 + .../Translations/Bhutan.resx | 101 + .../Translations/Bolivia.Designer.cs | 63 + .../Translations/Bolivia.resx | 101 + .../BosniaAndHerzegovina.Designer.cs | 63 + .../Translations/BosniaAndHerzegovina.resx | 101 + .../Translations/Botswana.Designer.cs | 63 + .../Translations/Botswana.resx | 101 + .../Translations/BouvetIsland.Designer.cs | 63 + .../Translations/BouvetIsland.resx | 101 + .../Translations/Brazil.Designer.cs | 63 + .../Translations/Brazil.resx | 101 + .../BritishIndianOceanTerritory.Designer.cs | 63 + .../BritishIndianOceanTerritory.resx | 101 + .../BritishVirginIslands.Designer.cs | 63 + .../Translations/BritishVirginIslands.resx | 101 + .../Translations/Brunei.Designer.cs | 63 + .../Translations/Brunei.resx | 101 + .../Translations/Bulgaria.Designer.cs | 63 + .../Translations/Bulgaria.resx | 101 + .../Translations/BurkinaFaso.Designer.cs | 63 + .../Translations/BurkinaFaso.resx | 101 + .../Translations/Burundi.Designer.cs | 63 + .../Translations/Burundi.resx | 101 + .../Translations/Cambodia.Designer.cs | 63 + .../Translations/Cambodia.resx | 101 + .../Translations/Cameroon.Designer.cs | 63 + .../Translations/Cameroon.resx | 101 + .../Translations/Canada.Designer.cs | 63 + .../Translations/Canada.resx | 101 + .../Translations/CapeVerde.Designer.cs | 63 + .../Translations/CapeVerde.resx | 101 + .../Translations/CaymanIslands.Designer.cs | 63 + .../Translations/CaymanIslands.resx | 101 + .../CentralAfricanRepublic.Designer.cs | 63 + .../Translations/CentralAfricanRepublic.resx | 101 + .../Translations/Chad.Designer.cs | 63 + .../Translations/Chad.resx | 101 + .../Translations/Chile.Designer.cs | 63 + .../Translations/Chile.resx | 101 + .../Translations/China.Designer.cs | 63 + .../Translations/China.resx | 101 + .../Translations/ChristmasIsland.Designer.cs | 63 + .../Translations/ChristmasIsland.resx | 101 + .../Translations/CocosIslands.Designer.cs | 63 + .../Translations/CocosIslands.resx | 101 + .../Translations/Colombia.Designer.cs | 63 + .../Translations/Colombia.resx | 101 + .../Translations/Comoros.Designer.cs | 63 + .../Translations/Comoros.resx | 101 + .../Translations/Congo.Designer.cs | 63 + .../Translations/Congo.resx | 101 + .../Translations/CongoDRC.Designer.cs | 63 + .../Translations/CongoDRC.resx | 101 + .../Translations/CookIslands.Designer.cs | 63 + .../Translations/CookIslands.resx | 101 + .../Translations/CostaRica.Designer.cs | 63 + .../Translations/CostaRica.resx | 101 + .../Translations/CoteIvoire.Designer.cs | 63 + .../Translations/CoteIvoire.resx | 101 + .../Translations/Croatia.Designer.cs | 63 + .../Translations/Croatia.resx | 101 + .../Translations/Cuba.Designer.cs | 63 + .../Translations/Cuba.resx | 101 + .../Translations/Cyprus.Designer.cs | 63 + .../Translations/Cyprus.resx | 101 + .../Translations/CzechRepublic.Designer.cs | 63 + .../Translations/CzechRepublic.resx | 101 + .../Translations/Denmark.Designer.cs | 63 + .../Translations/Denmark.resx | 101 + .../Translations/Djibouti.Designer.cs | 63 + .../Translations/Djibouti.resx | 101 + .../Translations/Dominica.Designer.cs | 63 + .../Translations/Dominica.resx | 101 + .../DominicanRepublic.Designer.cs | 63 + .../Translations/DominicanRepublic.resx | 101 + .../Translations/Ecuador.Designer.cs | 63 + .../Translations/Ecuador.resx | 101 + .../Translations/Egypt.Designer.cs | 63 + .../Translations/Egypt.resx | 101 + .../Translations/ElSalvador.Designer.cs | 63 + .../Translations/ElSalvador.resx | 101 + .../Translations/EquatorialGuinea.Designer.cs | 63 + .../Translations/EquatorialGuinea.resx | 101 + .../Translations/Eritrea.Designer.cs | 63 + .../Translations/Eritrea.resx | 101 + .../Translations/Estonia.Designer.cs | 63 + .../Translations/Estonia.resx | 101 + .../Translations/Ethiopia.Designer.cs | 63 + .../Translations/Ethiopia.resx | 101 + .../Translations/FalklandIslands.Designer.cs | 63 + .../Translations/FalklandIslands.resx | 101 + .../Translations/FaroeIslands.Designer.cs | 63 + .../Translations/FaroeIslands.resx | 101 + .../Translations/Fiji.Designer.cs | 63 + .../Translations/Fiji.resx | 101 + .../Translations/Finland.Designer.cs | 63 + .../Translations/Finland.resx | 101 + .../Translations/France.Designer.cs | 99 + .../Translations/France.resx | 132 + .../Translations/FrenchGuiana.Designer.cs | 63 + .../Translations/FrenchGuiana.resx | 101 + .../Translations/FrenchPolynesia.Designer.cs | 63 + .../Translations/FrenchPolynesia.resx | 101 + .../FrenchSouthernTerritories.Designer.cs | 63 + .../FrenchSouthernTerritories.resx | 101 + .../Translations/Gabon.Designer.cs | 63 + .../Translations/Gabon.resx | 101 + .../Translations/Gambia.Designer.cs | 63 + .../Translations/Gambia.resx | 101 + .../Translations/Georgia.Designer.cs | 63 + .../Translations/Georgia.resx | 101 + .../Translations/Germany.Designer.cs | 108 + .../Translations/Germany.resx | 135 + .../Translations/Ghana.Designer.cs | 63 + .../Translations/Ghana.resx | 101 + .../Translations/Gibraltar.Designer.cs | 63 + .../Translations/Gibraltar.resx | 101 + .../Translations/Greece.Designer.cs | 63 + .../Translations/Greece.resx | 101 + .../Translations/Greenland.Designer.cs | 63 + .../Translations/Greenland.resx | 101 + .../Translations/Grenada.Designer.cs | 63 + .../Translations/Grenada.resx | 101 + .../Translations/Guadeloupe.Designer.cs | 63 + .../Translations/Guadeloupe.resx | 101 + .../Translations/Guam.Designer.cs | 63 + .../Translations/Guam.resx | 101 + .../Translations/Guatemala.Designer.cs | 63 + .../Translations/Guatemala.resx | 101 + .../Translations/Guernsey.Designer.cs | 63 + .../Translations/Guernsey.resx | 101 + .../Translations/Guinea.Designer.cs | 63 + .../Translations/Guinea.resx | 101 + .../Translations/GuineaBissau.Designer.cs | 63 + .../Translations/GuineaBissau.resx | 101 + .../Translations/Guyana.Designer.cs | 63 + .../Translations/Guyana.resx | 101 + .../Translations/Haiti.Designer.cs | 63 + .../Translations/Haiti.resx | 101 + .../HeardAndMcdonaldIslands.Designer.cs | 63 + .../Translations/HeardAndMcdonaldIslands.resx | 101 + .../Translations/Honduras.Designer.cs | 63 + .../Translations/Honduras.resx | 101 + .../Translations/HongKong.Designer.cs | 63 + .../Translations/HongKong.resx | 101 + .../Translations/Hungary.Designer.cs | 63 + .../Translations/Hungary.resx | 101 + .../Translations/Iceland.Designer.cs | 63 + .../Translations/Iceland.resx | 101 + .../Translations/India.Designer.cs | 63 + .../Translations/India.resx | 101 + .../Translations/Indonesia.Designer.cs | 63 + .../Translations/Indonesia.resx | 101 + .../Translations/Iran.Designer.cs | 63 + .../Translations/Iran.resx | 101 + .../Translations/Iraq.Designer.cs | 63 + .../Translations/Iraq.resx | 101 + .../Translations/Ireland.Designer.cs | 63 + .../Translations/Ireland.resx | 101 + .../Translations/IsleOfMan.Designer.cs | 63 + .../Translations/IsleOfMan.resx | 101 + .../Translations/Israel.Designer.cs | 63 + .../Translations/Israel.resx | 101 + .../Translations/Italy.Designer.cs | 63 + .../Translations/Italy.resx | 101 + .../Translations/Jamaica.Designer.cs | 63 + .../Translations/Jamaica.resx | 101 + .../Translations/Japan.Designer.cs | 63 + .../Translations/Japan.resx | 101 + .../Translations/Jersey.Designer.cs | 63 + .../Translations/Jersey.resx | 101 + .../Translations/Jordan.Designer.cs | 63 + .../Translations/Jordan.resx | 101 + .../Translations/Kazakhstan.Designer.cs | 63 + .../Translations/Kazakhstan.resx | 101 + .../Translations/Kenya.Designer.cs | 63 + .../Translations/Kenya.resx | 101 + .../Translations/Kiribati.Designer.cs | 63 + .../Translations/Kiribati.resx | 101 + .../Translations/Kuwait.Designer.cs | 63 + .../Translations/Kuwait.resx | 101 + .../Translations/Kyrgyzstan.Designer.cs | 63 + .../Translations/Kyrgyzstan.resx | 101 + .../Translations/Laos.Designer.cs | 63 + .../Translations/Laos.resx | 101 + .../Translations/Latvia.Designer.cs | 63 + .../Translations/Latvia.resx | 101 + .../Translations/Lebanon.Designer.cs | 63 + .../Translations/Lebanon.resx | 101 + .../Translations/Lesotho.Designer.cs | 63 + .../Translations/Lesotho.resx | 101 + .../Translations/Liberia.Designer.cs | 63 + .../Translations/Liberia.resx | 101 + .../Translations/Libya.Designer.cs | 63 + .../Translations/Libya.resx | 101 + .../Translations/Liechtenstein.Designer.cs | 63 + .../Translations/Liechtenstein.resx | 101 + .../Translations/Lithuania.Designer.cs | 63 + .../Translations/Lithuania.resx | 101 + .../Translations/Luxembourg.Designer.cs | 63 + .../Translations/Luxembourg.resx | 101 + .../Translations/Macao.Designer.cs | 63 + .../Translations/Macao.resx | 101 + .../Translations/Macedonia.Designer.cs | 63 + .../Translations/Macedonia.resx | 101 + .../Translations/Madagascar.Designer.cs | 63 + .../Translations/Madagascar.resx | 101 + .../Translations/Malawi.Designer.cs | 63 + .../Translations/Malawi.resx | 101 + .../Translations/Malaysia.Designer.cs | 63 + .../Translations/Malaysia.resx | 101 + .../Translations/Maldives.Designer.cs | 63 + .../Translations/Maldives.resx | 101 + .../Translations/Mali.Designer.cs | 63 + .../Translations/Mali.resx | 101 + .../Translations/Malta.Designer.cs | 63 + .../Translations/Malta.resx | 101 + .../Translations/MarshallIslands.Designer.cs | 63 + .../Translations/MarshallIslands.resx | 101 + .../Translations/Martinique.Designer.cs | 63 + .../Translations/Martinique.resx | 101 + .../Translations/Mauritania.Designer.cs | 63 + .../Translations/Mauritania.resx | 101 + .../Translations/Mauritius.Designer.cs | 63 + .../Translations/Mauritius.resx | 101 + .../Translations/Mayotte.Designer.cs | 63 + .../Translations/Mayotte.resx | 101 + .../Translations/Mexico.Designer.cs | 63 + .../Translations/Mexico.resx | 101 + .../Translations/Micronesia.Designer.cs | 63 + .../Translations/Micronesia.resx | 101 + .../Translations/Moldova.Designer.cs | 63 + .../Translations/Moldova.resx | 101 + .../Translations/Monaco.Designer.cs | 63 + .../Translations/Monaco.resx | 101 + .../Translations/Mongolia.Designer.cs | 63 + .../Translations/Mongolia.resx | 101 + .../Translations/Montenegro.Designer.cs | 63 + .../Translations/Montenegro.resx | 101 + .../Translations/Montserrat.Designer.cs | 63 + .../Translations/Montserrat.resx | 101 + .../Translations/Morocco.Designer.cs | 63 + .../Translations/Morocco.resx | 101 + .../Translations/Mozambique.Designer.cs | 63 + .../Translations/Mozambique.resx | 101 + .../Translations/Myanmar.Designer.cs | 63 + .../Translations/Myanmar.resx | 101 + .../Translations/Namibia.Designer.cs | 63 + .../Translations/Namibia.resx | 101 + .../Translations/Nauru.Designer.cs | 63 + .../Translations/Nauru.resx | 101 + .../Translations/Nepal.Designer.cs | 63 + .../Translations/Nepal.resx | 101 + .../Translations/Netherlands.Designer.cs | 63 + .../Translations/Netherlands.resx | 101 + .../NetherlandsAntilles.Designer.cs | 63 + .../Translations/NetherlandsAntilles.resx | 101 + .../Translations/NewCaledonia.Designer.cs | 63 + .../Translations/NewCaledonia.resx | 101 + .../Translations/NewZealand.Designer.cs | 63 + .../Translations/NewZealand.resx | 101 + .../Translations/Nicaragua.Designer.cs | 63 + .../Translations/Nicaragua.resx | 101 + .../Translations/Niger.Designer.cs | 63 + .../Translations/Niger.resx | 101 + .../Translations/Nigeria.Designer.cs | 63 + .../Translations/Nigeria.resx | 101 + .../Translations/Niue.Designer.cs | 63 + .../Translations/Niue.resx | 101 + .../Translations/NorfolkIsland.Designer.cs | 63 + .../Translations/NorfolkIsland.resx | 101 + .../Translations/NorthKorea.Designer.cs | 63 + .../Translations/NorthKorea.resx | 101 + .../NorthernMarianaIslands.Designer.cs | 63 + .../Translations/NorthernMarianaIslands.resx | 101 + .../Translations/Norway.Designer.cs | 63 + .../Translations/Norway.resx | 101 + .../Translations/Oman.Designer.cs | 63 + .../Translations/Oman.resx | 101 + .../Translations/Pakistan.Designer.cs | 63 + .../Translations/Pakistan.resx | 101 + .../Translations/Palau.Designer.cs | 63 + .../Translations/Palau.resx | 101 + .../PalestinianTerritory.Designer.cs | 63 + .../Translations/PalestinianTerritory.resx | 101 + .../Translations/Panama.Designer.cs | 63 + .../Translations/Panama.resx | 101 + .../Translations/PapuaNewGuinea.Designer.cs | 63 + .../Translations/PapuaNewGuinea.resx | 101 + .../Translations/Paraguay.Designer.cs | 63 + .../Translations/Paraguay.resx | 101 + .../Translations/Peru.Designer.cs | 63 + .../Translations/Peru.resx | 101 + .../Translations/Philippines.Designer.cs | 63 + .../Translations/Philippines.resx | 101 + .../Translations/Pitcairn.Designer.cs | 63 + .../Translations/Pitcairn.resx | 101 + .../Translations/Poland.Designer.cs | 63 + .../Translations/Poland.resx | 101 + .../Translations/Portugal.Designer.cs | 63 + .../Translations/Portugal.resx | 101 + .../Translations/PuertoRico.Designer.cs | 63 + .../Translations/PuertoRico.resx | 101 + .../Translations/Qatar.Designer.cs | 63 + .../Translations/Qatar.resx | 101 + .../Translations/Reunion.Designer.cs | 63 + .../Translations/Reunion.resx | 101 + .../Translations/Romania.Designer.cs | 63 + .../Translations/Romania.resx | 101 + .../Translations/Russia.Designer.cs | 63 + .../Translations/Russia.resx | 101 + .../Translations/Rwanda.Designer.cs | 63 + .../Translations/Rwanda.resx | 101 + .../Translations/SaintBarthelemy.Designer.cs | 63 + .../Translations/SaintBarthelemy.resx | 101 + .../Translations/SaintHelena.Designer.cs | 63 + .../Translations/SaintHelena.resx | 101 + .../SaintKittsandNevis.Designer.cs | 63 + .../Translations/SaintKittsandNevis.resx | 101 + .../Translations/SaintLucia.Designer.cs | 63 + .../Translations/SaintLucia.resx | 101 + .../Translations/SaintMartin.Designer.cs | 63 + .../Translations/SaintMartin.resx | 101 + .../SaintPierreAndMiquelon.Designer.cs | 63 + .../Translations/SaintPierreAndMiquelon.resx | 101 + .../SaintVincentAndGrenadines.Designer.cs | 63 + .../SaintVincentAndGrenadines.resx | 101 + .../Translations/Samoa.Designer.cs | 63 + .../Translations/Samoa.resx | 101 + .../Translations/SanMarino.Designer.cs | 63 + .../Translations/SanMarino.resx | 101 + .../SaoTomeAndPrincipe.Designer.cs | 63 + .../Translations/SaoTomeAndPrincipe.resx | 101 + .../Translations/SaudiArabia.Designer.cs | 63 + .../Translations/SaudiArabia.resx | 101 + .../Translations/Senegal.Designer.cs | 63 + .../Translations/Senegal.resx | 101 + .../Translations/Serbia.Designer.cs | 63 + .../Translations/Serbia.resx | 101 + .../Translations/Seychelles.Designer.cs | 63 + .../Translations/Seychelles.resx | 101 + .../Translations/SierraLeone.Designer.cs | 63 + .../Translations/SierraLeone.resx | 101 + .../Translations/Singapore.Designer.cs | 63 + .../Translations/Singapore.resx | 101 + .../Translations/Slovakia.Designer.cs | 63 + .../Translations/Slovakia.resx | 101 + .../Translations/Slovenia.Designer.cs | 63 + .../Translations/Slovenia.resx | 101 + .../Translations/SolomonIslands.Designer.cs | 63 + .../Translations/SolomonIslands.resx | 101 + .../Translations/Somalia.Designer.cs | 63 + .../Translations/Somalia.resx | 101 + .../Translations/SouthAfrica.Designer.cs | 63 + .../Translations/SouthAfrica.resx | 101 + .../Translations/SouthGeorgia.Designer.cs | 63 + .../Translations/SouthGeorgia.resx | 101 + .../Translations/SouthKorea.Designer.cs | 63 + .../Translations/SouthKorea.resx | 101 + .../Translations/SouthSudan.Designer.cs | 63 + .../Translations/SouthSudan.resx | 101 + .../Translations/Spain.Designer.cs | 63 + .../Translations/Spain.resx | 101 + .../Translations/SriLanka.Designer.cs | 63 + .../Translations/SriLanka.resx | 101 + .../Translations/Sudan.Designer.cs | 63 + .../Translations/Sudan.resx | 101 + .../Translations/Suriname.Designer.cs | 63 + .../Translations/Suriname.resx | 101 + .../SvalbardAndJanMayenIslands.Designer.cs | 63 + .../SvalbardAndJanMayenIslands.resx | 101 + .../Translations/Swaziland.Designer.cs | 63 + .../Translations/Swaziland.resx | 101 + .../Translations/Sweden.Designer.cs | 63 + .../Translations/Sweden.resx | 101 + .../Translations/Switzerland.Designer.cs | 63 + .../Translations/Switzerland.resx | 101 + .../Translations/Syria.Designer.cs | 63 + .../Translations/Syria.resx | 101 + .../Translations/Taiwan.Designer.cs | 63 + .../Translations/Taiwan.resx | 101 + .../Translations/Tajikistan.Designer.cs | 63 + .../Translations/Tajikistan.resx | 101 + .../Translations/Tanzania.Designer.cs | 63 + .../Translations/Tanzania.resx | 101 + .../Translations/Thailand.Designer.cs | 63 + .../Translations/Thailand.resx | 101 + .../Translations/TimorLeste.Designer.cs | 63 + .../Translations/TimorLeste.resx | 101 + .../Translations/Togo.Designer.cs | 63 + .../Translations/Togo.resx | 101 + .../Translations/Tokelau.Designer.cs | 63 + .../Translations/Tokelau.resx | 101 + .../Translations/Tonga.Designer.cs | 63 + .../Translations/Tonga.resx | 101 + .../TrinidadAndTobago.Designer.cs | 63 + .../Translations/TrinidadAndTobago.resx | 101 + .../Translations/Tunisia.Designer.cs | 63 + .../Translations/Tunisia.resx | 101 + .../Translations/Turkey.Designer.cs | 63 + .../Translations/Turkey.resx | 101 + .../Translations/Turkmenistan.Designer.cs | 63 + .../Translations/Turkmenistan.resx | 101 + .../TurksAndCaicosIslands.Designer.cs | 63 + .../Translations/TurksAndCaicosIslands.resx | 101 + .../Translations/Tuvalu.Designer.cs | 63 + .../Translations/Tuvalu.resx | 101 + .../USMinorOutlyingIslands.Designer.cs | 63 + .../Translations/USMinorOutlyingIslands.resx | 101 + .../Translations/Uganda.Designer.cs | 63 + .../Translations/Uganda.resx | 101 + .../Translations/Ukraine.Designer.cs | 63 + .../Translations/Ukraine.resx | 101 + .../UnitedArabEmirates.Designer.cs | 63 + .../Translations/UnitedArabEmirates.resx | 101 + .../Translations/UnitedKingdom.Designer.cs | 63 + .../Translations/UnitedKingdom.resx | 101 + .../UnitedStatesOfAmerica.Designer.cs | 63 + .../Translations/UnitedStatesOfAmerica.resx | 101 + .../Translations/Uruguay.Designer.cs | 63 + .../Translations/Uruguay.resx | 101 + .../Translations/Uzbekistan.Designer.cs | 63 + .../Translations/Uzbekistan.resx | 101 + .../Translations/Vanuatu.Designer.cs | 63 + .../Translations/Vanuatu.resx | 101 + .../Translations/VaticanCity.Designer.cs | 63 + .../Translations/VaticanCity.resx | 101 + .../Translations/Venezuela.Designer.cs | 63 + .../Translations/Venezuela.resx | 101 + .../Translations/Vietnam.Designer.cs | 63 + .../Translations/Vietnam.resx | 101 + .../Translations/VirginIslands.Designer.cs | 63 + .../Translations/VirginIslands.resx | 101 + .../WallisAndFutunaIslands.Designer.cs | 63 + .../Translations/WallisAndFutunaIslands.resx | 101 + .../Translations/WesternSahara.Designer.cs | 63 + .../Translations/WesternSahara.resx | 101 + .../Translations/Yemen.Designer.cs | 63 + .../Translations/Yemen.resx | 101 + .../Translations/Zambia.Designer.cs | 63 + .../Translations/Zambia.resx | 101 + .../Translations/Zimbabwe.Designer.cs | 63 + .../Translations/Zimbabwe.resx | 101 + .../CountryListTests.cs | 17 +- 747 files changed, 43283 insertions(+), 3482 deletions(-) rename src/core/Dime.i18n.Countries/{Nations/Base => }/LocalizedCountryName.cs (54%) create mode 100644 src/core/Dime.i18n.Countries/Nation.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Afghanistan.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/AlandIslands.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Albania.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Algeria.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/AmericanSamoa.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Andorra.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Angola.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Anguilla.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Antarctica.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/AntiguaAndBarbuda.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Argentina.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Armenia.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Aruba.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Australia.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Austria.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Azerbaijan.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Bahamas.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Bahrain.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Bangladesh.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Barbados.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Base/Nation.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Belarus.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Belgium.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Belize.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Benin.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Bermuda.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Bhutan.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Bolivia.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/BosniaAndHerzegovina.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Botswana.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/BouvetIsland.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Brazil.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/BritishIndianOceanTerritory.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/BritishVirginIslands.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Brunei.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Bulgaria.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/BurkinaFaso.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Burundi.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Cambodia.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Cameroon.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Canada.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/CapeVerde.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/CaymanIslands.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/CentralAfricanRepublic.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Chad.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Chile.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/China.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/ChristmasIsland.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/CocosIslands.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Colombia.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Comoros.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Congo.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/CongoDRC.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/CookIslands.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/CostaRica.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/CoteIvoire.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Croatia.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Cuba.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Cyprus.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/CzechRepublic.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Denmark.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Djibouti.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Dominica.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/DominicanRepublic.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Ecuador.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Egypt.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/ElSalvador.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/EquatorialGuinea.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Eritrea.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Estonia.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Ethiopia.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/FalklandIslands.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/FaroeIslands.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Fiji.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Finland.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/France.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/FrenchGuiana.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/FrenchPolynesia.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/FrenchSouthernTerritories.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Gabon.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Gambia.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Georgia.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Germany.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Ghana.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Gibraltar.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Greece.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Greenland.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Grenada.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Guadeloupe.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Guam.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Guatemala.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Guernsey.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Guinea.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/GuineaBissau.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Guyana.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Haiti.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/HeardAndMcdonaldIslands.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Honduras.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/HongKong.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Hungary.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Iceland.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/India.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Indonesia.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Iran.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Iraq.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Ireland.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/IsleOfMan.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Israel.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Italy.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Jamaica.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Japan.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Jersey.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Jordan.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Kazakhstan.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Kenya.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Kiribati.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Kuwait.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Kyrgyzstan.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Laos.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Latvia.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Lebanon.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Lesotho.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Liberia.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Libya.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Liechtenstein.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Lithuania.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Luxembourg.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Macao.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Macedonia.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Madagascar.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Malawi.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Malaysia.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Maldives.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Mali.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Malta.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/MarshallIslands.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Martinique.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Mauritania.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Mauritius.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Mayotte.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Mexico.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Micronesia.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Moldova.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Monaco.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Mongolia.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Montenegro.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Montserrat.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Morocco.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Mozambique.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Myanmar.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Namibia.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Nauru.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Nepal.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Netherlands.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/NetherlandsAntilles.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/NewCaledonia.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/NewZealand.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Nicaragua.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Niger.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Nigeria.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Niue.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/NorfolkIsland.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/NorthKorea.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/NorthernMarianaIslands.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Norway.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Oman.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Pakistan.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Palau.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/PalestinianTerritory.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Panama.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/PapuaNewGuinea.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Paraguay.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Peru.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Philippines.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Pitcairn.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Poland.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Portugal.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/PuertoRico.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Qatar.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Reunion.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Romania.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Russia.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Rwanda.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/SaintBarthelemy.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/SaintHelena.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/SaintKittsandNevis.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/SaintLucia.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/SaintMartin.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/SaintPierreAndMiquelon.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/SaintVincentAndGrenadines.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Samoa.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/SanMarino.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/SaoTomeAndPrincipe.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/SaudiArabia.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Senegal.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Serbia.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Seychelles.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/SierraLeone.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Singapore.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Slovakia.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Slovenia.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/SolomonIslands.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Somalia.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/SouthAfrica.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/SouthGeorgia.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/SouthKorea.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/SouthSudan.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Spain.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/SriLanka.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Sudan.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Suriname.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/SvalbardAndJanMayenIslands.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Swaziland.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Sweden.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Switzerland.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Syria.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Taiwan.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Tajikistan.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Tanzania.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Thailand.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/TimorLeste.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Togo.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Tokelau.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Tonga.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/TrinidadAndTobago.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Tunisia.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Turkey.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Turkmenistan.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/TurksAndCaicosIslands.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Tuvalu.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/USMinorOutlyingIslands.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Uganda.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Ukraine.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/UnitedArabEmirates.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/UnitedKingdom.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/UnitedStatesOfAmerica.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Uruguay.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Uzbekistan.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Vanuatu.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/VaticanCity.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Venezuela.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Vietnam.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/VirginIslands.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/WallisAndFutunaIslands.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/WesternSahara.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Yemen.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Zambia.cs delete mode 100644 src/core/Dime.i18n.Countries/Nations/Zimbabwe.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Afghanistan.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Afghanistan.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/AlandIslands.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/AlandIslands.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Albania.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Albania.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Algeria.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Algeria.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/AmericanSamoa.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/AmericanSamoa.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Andorra.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Andorra.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Angola.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Angola.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Anguilla.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Anguilla.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Antarctica.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Antarctica.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/AntiguaAndBarbuda.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/AntiguaAndBarbuda.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Argentina.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Argentina.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Armenia.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Armenia.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Aruba.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Aruba.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Australia.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Australia.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Austria.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Austria.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Azerbaijan.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Azerbaijan.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Bahamas.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Bahamas.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Bahrain.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Bahrain.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Bangladesh.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Bangladesh.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Barbados.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Barbados.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Belarus.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Belarus.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Belgium.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Belgium.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Belize.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Belize.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Benin.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Benin.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Bermuda.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Bermuda.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Bhutan.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Bhutan.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Bolivia.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Bolivia.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/BosniaAndHerzegovina.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/BosniaAndHerzegovina.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Botswana.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Botswana.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/BouvetIsland.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/BouvetIsland.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Brazil.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Brazil.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/BritishIndianOceanTerritory.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/BritishIndianOceanTerritory.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/BritishVirginIslands.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/BritishVirginIslands.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Brunei.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Brunei.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Bulgaria.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Bulgaria.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/BurkinaFaso.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/BurkinaFaso.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Burundi.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Burundi.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Cambodia.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Cambodia.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Cameroon.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Cameroon.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Canada.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Canada.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/CapeVerde.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/CapeVerde.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/CaymanIslands.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/CaymanIslands.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/CentralAfricanRepublic.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/CentralAfricanRepublic.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Chad.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Chad.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Chile.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Chile.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/China.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/China.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/ChristmasIsland.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/ChristmasIsland.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/CocosIslands.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/CocosIslands.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Colombia.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Colombia.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Comoros.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Comoros.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Congo.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Congo.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/CongoDRC.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/CongoDRC.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/CookIslands.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/CookIslands.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/CostaRica.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/CostaRica.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/CoteIvoire.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/CoteIvoire.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Croatia.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Croatia.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Cuba.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Cuba.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Cyprus.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Cyprus.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/CzechRepublic.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/CzechRepublic.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Denmark.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Denmark.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Djibouti.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Djibouti.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Dominica.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Dominica.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/DominicanRepublic.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/DominicanRepublic.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Ecuador.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Ecuador.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Egypt.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Egypt.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/ElSalvador.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/ElSalvador.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/EquatorialGuinea.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/EquatorialGuinea.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Eritrea.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Eritrea.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Estonia.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Estonia.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Ethiopia.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Ethiopia.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/FalklandIslands.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/FalklandIslands.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/FaroeIslands.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/FaroeIslands.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Fiji.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Fiji.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Finland.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Finland.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/France.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/France.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/FrenchGuiana.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/FrenchGuiana.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/FrenchPolynesia.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/FrenchPolynesia.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/FrenchSouthernTerritories.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/FrenchSouthernTerritories.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Gabon.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Gabon.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Gambia.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Gambia.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Georgia.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Georgia.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Germany.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Germany.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Ghana.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Ghana.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Gibraltar.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Gibraltar.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Greece.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Greece.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Greenland.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Greenland.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Grenada.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Grenada.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Guadeloupe.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Guadeloupe.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Guam.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Guam.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Guatemala.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Guatemala.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Guernsey.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Guernsey.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Guinea.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Guinea.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/GuineaBissau.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/GuineaBissau.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Guyana.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Guyana.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Haiti.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Haiti.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/HeardAndMcdonaldIslands.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/HeardAndMcdonaldIslands.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Honduras.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Honduras.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/HongKong.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/HongKong.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Hungary.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Hungary.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Iceland.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Iceland.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/India.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/India.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Indonesia.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Indonesia.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Iran.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Iran.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Iraq.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Iraq.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Ireland.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Ireland.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/IsleOfMan.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/IsleOfMan.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Israel.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Israel.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Italy.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Italy.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Jamaica.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Jamaica.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Japan.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Japan.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Jersey.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Jersey.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Jordan.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Jordan.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Kazakhstan.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Kazakhstan.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Kenya.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Kenya.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Kiribati.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Kiribati.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Kuwait.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Kuwait.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Kyrgyzstan.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Kyrgyzstan.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Laos.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Laos.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Latvia.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Latvia.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Lebanon.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Lebanon.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Lesotho.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Lesotho.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Liberia.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Liberia.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Libya.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Libya.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Liechtenstein.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Liechtenstein.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Lithuania.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Lithuania.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Luxembourg.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Luxembourg.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Macao.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Macao.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Macedonia.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Macedonia.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Madagascar.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Madagascar.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Malawi.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Malawi.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Malaysia.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Malaysia.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Maldives.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Maldives.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Mali.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Mali.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Malta.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Malta.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/MarshallIslands.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/MarshallIslands.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Martinique.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Martinique.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Mauritania.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Mauritania.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Mauritius.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Mauritius.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Mayotte.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Mayotte.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Mexico.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Mexico.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Micronesia.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Micronesia.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Moldova.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Moldova.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Monaco.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Monaco.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Mongolia.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Mongolia.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Montenegro.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Montenegro.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Montserrat.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Montserrat.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Morocco.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Morocco.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Mozambique.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Mozambique.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Myanmar.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Myanmar.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Namibia.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Namibia.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Nauru.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Nauru.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Nepal.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Nepal.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Netherlands.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Netherlands.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/NetherlandsAntilles.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/NetherlandsAntilles.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/NewCaledonia.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/NewCaledonia.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/NewZealand.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/NewZealand.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Nicaragua.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Nicaragua.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Niger.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Niger.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Nigeria.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Nigeria.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Niue.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Niue.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/NorfolkIsland.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/NorfolkIsland.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/NorthKorea.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/NorthKorea.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/NorthernMarianaIslands.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/NorthernMarianaIslands.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Norway.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Norway.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Oman.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Oman.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Pakistan.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Pakistan.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Palau.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Palau.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/PalestinianTerritory.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/PalestinianTerritory.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Panama.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Panama.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/PapuaNewGuinea.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/PapuaNewGuinea.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Paraguay.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Paraguay.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Peru.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Peru.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Philippines.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Philippines.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Pitcairn.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Pitcairn.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Poland.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Poland.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Portugal.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Portugal.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/PuertoRico.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/PuertoRico.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Qatar.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Qatar.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Reunion.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Reunion.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Romania.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Romania.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Russia.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Russia.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Rwanda.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Rwanda.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/SaintBarthelemy.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/SaintBarthelemy.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/SaintHelena.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/SaintHelena.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/SaintKittsandNevis.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/SaintKittsandNevis.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/SaintLucia.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/SaintLucia.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/SaintMartin.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/SaintMartin.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/SaintPierreAndMiquelon.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/SaintPierreAndMiquelon.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/SaintVincentAndGrenadines.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/SaintVincentAndGrenadines.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Samoa.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Samoa.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/SanMarino.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/SanMarino.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/SaoTomeAndPrincipe.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/SaoTomeAndPrincipe.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/SaudiArabia.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/SaudiArabia.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Senegal.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Senegal.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Serbia.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Serbia.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Seychelles.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Seychelles.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/SierraLeone.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/SierraLeone.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Singapore.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Singapore.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Slovakia.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Slovakia.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Slovenia.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Slovenia.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/SolomonIslands.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/SolomonIslands.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Somalia.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Somalia.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/SouthAfrica.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/SouthAfrica.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/SouthGeorgia.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/SouthGeorgia.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/SouthKorea.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/SouthKorea.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/SouthSudan.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/SouthSudan.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Spain.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Spain.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/SriLanka.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/SriLanka.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Sudan.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Sudan.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Suriname.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Suriname.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/SvalbardAndJanMayenIslands.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/SvalbardAndJanMayenIslands.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Swaziland.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Swaziland.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Sweden.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Sweden.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Switzerland.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Switzerland.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Syria.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Syria.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Taiwan.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Taiwan.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Tajikistan.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Tajikistan.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Tanzania.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Tanzania.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Thailand.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Thailand.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/TimorLeste.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/TimorLeste.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Togo.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Togo.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Tokelau.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Tokelau.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Tonga.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Tonga.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/TrinidadAndTobago.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/TrinidadAndTobago.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Tunisia.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Tunisia.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Turkey.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Turkey.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Turkmenistan.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Turkmenistan.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/TurksAndCaicosIslands.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/TurksAndCaicosIslands.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Tuvalu.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Tuvalu.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/USMinorOutlyingIslands.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/USMinorOutlyingIslands.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Uganda.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Uganda.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Ukraine.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Ukraine.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/UnitedArabEmirates.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/UnitedArabEmirates.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/UnitedKingdom.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/UnitedKingdom.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/UnitedStatesOfAmerica.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/UnitedStatesOfAmerica.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Uruguay.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Uruguay.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Uzbekistan.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Uzbekistan.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Vanuatu.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Vanuatu.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/VaticanCity.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/VaticanCity.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Venezuela.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Venezuela.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Vietnam.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Vietnam.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/VirginIslands.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/VirginIslands.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/WallisAndFutunaIslands.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/WallisAndFutunaIslands.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/WesternSahara.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/WesternSahara.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Yemen.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Yemen.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Zambia.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Zambia.resx create mode 100644 src/core/Dime.i18n.Countries/Translations/Zimbabwe.Designer.cs create mode 100644 src/core/Dime.i18n.Countries/Translations/Zimbabwe.resx diff --git a/src/core/Dime.i18n.Countries/Dime.i18n.Countries.csproj b/src/core/Dime.i18n.Countries/Dime.i18n.Countries.csproj index fba326d..fdc8544 100644 --- a/src/core/Dime.i18n.Countries/Dime.i18n.Countries.csproj +++ b/src/core/Dime.i18n.Countries/Dime.i18n.Countries.csproj @@ -13,9 +13,2238 @@ false false false - https://github.com/dimesoftware/dime-i18n - https://github.com/dimesoftware/dime-i18n - 2.0.0.0-alpha.1 + https://github.com/dimesoftware/i18n + https://github.com/dimesoftware/i18n + 2.0.0.0-alpha.2 latest + + + + True + True + Afghanistan.resx + + + True + True + AlandIslands.resx + + + True + True + Albania.resx + + + True + True + Algeria.resx + + + True + True + AmericanSamoa.resx + + + True + True + Andorra.resx + + + True + True + Angola.resx + + + True + True + Anguilla.resx + + + True + True + Antarctica.resx + + + True + True + AntiguaAndBarbuda.resx + + + True + True + Argentina.resx + + + True + True + Armenia.resx + + + True + True + Aruba.resx + + + True + True + Australia.resx + + + True + True + Austria.resx + + + True + True + Azerbaijan.resx + + + True + True + Bahamas.resx + + + True + True + Bahrain.resx + + + True + True + Bangladesh.resx + + + True + True + Barbados.resx + + + True + True + Belarus.resx + + + True + True + Belgium.resx + + + True + True + Belize.resx + + + True + True + Benin.resx + + + True + True + Bermuda.resx + + + True + True + Bhutan.resx + + + True + True + Bolivia.resx + + + True + True + BosniaAndHerzegovina.resx + + + True + True + Botswana.resx + + + True + True + BouvetIsland.resx + + + True + True + Brazil.resx + + + True + True + BritishIndianOceanTerritory.resx + + + True + True + BritishVirginIslands.resx + + + True + True + Brunei.resx + + + True + True + Bulgaria.resx + + + True + True + BurkinaFaso.resx + + + True + True + Burundi.resx + + + True + True + Cambodia.resx + + + True + True + Cameroon.resx + + + True + True + Canada.resx + + + True + True + CapeVerde.resx + + + True + True + CaymanIslands.resx + + + True + True + CentralAfricanRepublic.resx + + + True + True + Chad.resx + + + True + True + Chile.resx + + + True + True + China.resx + + + True + True + ChristmasIsland.resx + + + True + True + CocosIslands.resx + + + True + True + Colombia.resx + + + True + True + Comoros.resx + + + True + True + Congo.resx + + + True + True + CongoDRC.resx + + + True + True + CookIslands.resx + + + True + True + CostaRica.resx + + + True + True + CoteIvoire.resx + + + True + True + Croatia.resx + + + True + True + Cuba.resx + + + True + True + Cyprus.resx + + + True + True + CzechRepublic.resx + + + True + True + Denmark.resx + + + True + True + Djibouti.resx + + + True + True + Dominica.resx + + + True + True + DominicanRepublic.resx + + + True + True + Ecuador.resx + + + True + True + Egypt.resx + + + True + True + ElSalvador.resx + + + True + True + EquatorialGuinea.resx + + + True + True + Eritrea.resx + + + True + True + Estonia.resx + + + True + True + Ethiopia.resx + + + True + True + FalklandIslands.resx + + + True + True + FaroeIslands.resx + + + True + True + Fiji.resx + + + True + True + Finland.resx + + + True + True + France.resx + + + True + True + FrenchGuiana.resx + + + True + True + FrenchPolynesia.resx + + + True + True + FrenchSouthernTerritories.resx + + + True + True + Gabon.resx + + + True + True + Gambia.resx + + + True + True + Georgia.resx + + + True + True + Germany.resx + + + True + True + Ghana.resx + + + True + True + Gibraltar.resx + + + True + True + Greece.resx + + + True + True + Greenland.resx + + + True + True + Grenada.resx + + + True + True + Guadeloupe.resx + + + True + True + Guam.resx + + + True + True + Guatemala.resx + + + True + True + Guernsey.resx + + + True + True + Guinea.resx + + + True + True + GuineaBissau.resx + + + True + True + Guyana.resx + + + True + True + Haiti.resx + + + True + True + HeardAndMcdonaldIslands.resx + + + True + True + Honduras.resx + + + True + True + HongKong.resx + + + True + True + Hungary.resx + + + True + True + Iceland.resx + + + True + True + India.resx + + + True + True + Indonesia.resx + + + True + True + Iran.resx + + + True + True + Iraq.resx + + + True + True + Ireland.resx + + + True + True + IsleOfMan.resx + + + True + True + Israel.resx + + + True + True + Italy.resx + + + True + True + Jamaica.resx + + + True + True + Japan.resx + + + True + True + Jersey.resx + + + True + True + Jordan.resx + + + True + True + Kazakhstan.resx + + + True + True + Kenya.resx + + + True + True + Kiribati.resx + + + True + True + Kuwait.resx + + + True + True + Kyrgyzstan.resx + + + True + True + Laos.resx + + + True + True + Latvia.resx + + + True + True + Lebanon.resx + + + True + True + Lesotho.resx + + + True + True + Liberia.resx + + + True + True + Libya.resx + + + True + True + Liechtenstein.resx + + + True + True + Lithuania.resx + + + True + True + Luxembourg.resx + + + True + True + Macao.resx + + + True + True + Macedonia.resx + + + True + True + Madagascar.resx + + + True + True + Malawi.resx + + + True + True + Malaysia.resx + + + True + True + Maldives.resx + + + True + True + Mali.resx + + + True + True + Malta.resx + + + True + True + MarshallIslands.resx + + + True + True + Martinique.resx + + + True + True + Mauritania.resx + + + True + True + Mauritius.resx + + + True + True + Mayotte.resx + + + True + True + Mexico.resx + + + True + True + Micronesia.resx + + + True + True + Moldova.resx + + + True + True + Monaco.resx + + + True + True + Mongolia.resx + + + True + True + Montenegro.resx + + + True + True + Montserrat.resx + + + True + True + Morocco.resx + + + True + True + Mozambique.resx + + + True + True + Myanmar.resx + + + True + True + Namibia.resx + + + True + True + Nauru.resx + + + True + True + Nepal.resx + + + True + True + Netherlands.resx + + + True + True + NetherlandsAntilles.resx + + + True + True + NewCaledonia.resx + + + True + True + NewZealand.resx + + + True + True + Nicaragua.resx + + + True + True + Niger.resx + + + True + True + Nigeria.resx + + + True + True + Niue.resx + + + True + True + NorfolkIsland.resx + + + True + True + NorthernMarianaIslands.resx + + + True + True + NorthKorea.resx + + + True + True + Norway.resx + + + True + True + Oman.resx + + + True + True + Pakistan.resx + + + True + True + Palau.resx + + + True + True + PalestinianTerritory.resx + + + True + True + Panama.resx + + + True + True + PapuaNewGuinea.resx + + + True + True + Paraguay.resx + + + True + True + Peru.resx + + + True + True + Philippines.resx + + + True + True + Pitcairn.resx + + + True + True + Poland.resx + + + True + True + Portugal.resx + + + True + True + PuertoRico.resx + + + True + True + Qatar.resx + + + True + True + Reunion.resx + + + True + True + Romania.resx + + + True + True + Russia.resx + + + True + True + Rwanda.resx + + + True + True + SaintBarthelemy.resx + + + True + True + SaintHelena.resx + + + True + True + SaintKittsandNevis.resx + + + True + True + SaintLucia.resx + + + True + True + SaintMartin.resx + + + True + True + SaintPierreAndMiquelon.resx + + + True + True + SaintVincentAndGrenadines.resx + + + True + True + Samoa.resx + + + True + True + SanMarino.resx + + + True + True + SaoTomeAndPrincipe.resx + + + True + True + SaudiArabia.resx + + + True + True + Senegal.resx + + + True + True + Serbia.resx + + + True + True + Seychelles.resx + + + True + True + SierraLeone.resx + + + True + True + Singapore.resx + + + True + True + Slovakia.resx + + + True + True + Slovenia.resx + + + True + True + SolomonIslands.resx + + + True + True + Somalia.resx + + + True + True + SouthAfrica.resx + + + True + True + SouthGeorgia.resx + + + True + True + SouthKorea.resx + + + True + True + SouthSudan.resx + + + True + True + Spain.resx + + + True + True + SriLanka.resx + + + True + True + Sudan.resx + + + True + True + Suriname.resx + + + True + True + SvalbardAndJanMayenIslands.resx + + + True + True + Swaziland.resx + + + True + True + Sweden.resx + + + True + True + Switzerland.resx + + + True + True + Syria.resx + + + True + True + Taiwan.resx + + + True + True + Tajikistan.resx + + + True + True + Tanzania.resx + + + True + True + Thailand.resx + + + True + True + TimorLeste.resx + + + True + True + Togo.resx + + + True + True + Tokelau.resx + + + True + True + Tonga.resx + + + True + True + TrinidadAndTobago.resx + + + True + True + Tunisia.resx + + + True + True + Turkey.resx + + + True + True + Turkmenistan.resx + + + True + True + TurksAndCaicosIslands.resx + + + True + True + Tuvalu.resx + + + True + True + Uganda.resx + + + True + True + Ukraine.resx + + + True + True + UnitedArabEmirates.resx + + + True + True + UnitedKingdom.resx + + + True + True + UnitedStatesOfAmerica.resx + + + True + True + Uruguay.resx + + + True + True + USMinorOutlyingIslands.resx + + + True + True + Uzbekistan.resx + + + True + True + Vanuatu.resx + + + True + True + VaticanCity.resx + + + True + True + Venezuela.resx + + + True + True + Vietnam.resx + + + True + True + VirginIslands.resx + + + True + True + WallisAndFutunaIslands.resx + + + True + True + WesternSahara.resx + + + True + True + Yemen.resx + + + True + True + Zambia.resx + + + True + True + Zimbabwe.resx + + + + + + ResXFileCodeGenerator + Afghanistan.Designer.cs + + + ResXFileCodeGenerator + AlandIslands.Designer.cs + + + ResXFileCodeGenerator + Albania.Designer.cs + + + ResXFileCodeGenerator + Algeria.Designer.cs + + + ResXFileCodeGenerator + AmericanSamoa.Designer.cs + + + ResXFileCodeGenerator + Andorra.Designer.cs + + + ResXFileCodeGenerator + Angola.Designer.cs + + + ResXFileCodeGenerator + Anguilla.Designer.cs + + + ResXFileCodeGenerator + Antarctica.Designer.cs + + + ResXFileCodeGenerator + AntiguaAndBarbuda.Designer.cs + + + ResXFileCodeGenerator + Argentina.Designer.cs + + + ResXFileCodeGenerator + Armenia.Designer.cs + + + ResXFileCodeGenerator + Aruba.Designer.cs + + + ResXFileCodeGenerator + Australia.Designer.cs + + + ResXFileCodeGenerator + Austria.Designer.cs + + + ResXFileCodeGenerator + Azerbaijan.Designer.cs + + + ResXFileCodeGenerator + Bahamas.Designer.cs + + + ResXFileCodeGenerator + Bahrain.Designer.cs + + + ResXFileCodeGenerator + Bangladesh.Designer.cs + + + ResXFileCodeGenerator + Barbados.Designer.cs + + + ResXFileCodeGenerator + Belarus.Designer.cs + + + ResXFileCodeGenerator + Belgium.Designer.cs + + + ResXFileCodeGenerator + Belize.Designer.cs + + + ResXFileCodeGenerator + Benin.Designer.cs + + + ResXFileCodeGenerator + Bermuda.Designer.cs + + + ResXFileCodeGenerator + Bhutan.Designer.cs + + + ResXFileCodeGenerator + Bolivia.Designer.cs + + + ResXFileCodeGenerator + BosniaAndHerzegovina.Designer.cs + + + ResXFileCodeGenerator + Botswana.Designer.cs + + + ResXFileCodeGenerator + BouvetIsland.Designer.cs + + + ResXFileCodeGenerator + Brazil.Designer.cs + + + ResXFileCodeGenerator + BritishIndianOceanTerritory.Designer.cs + + + ResXFileCodeGenerator + BritishVirginIslands.Designer.cs + + + ResXFileCodeGenerator + Brunei.Designer.cs + + + ResXFileCodeGenerator + Bulgaria.Designer.cs + + + ResXFileCodeGenerator + BurkinaFaso.Designer.cs + + + ResXFileCodeGenerator + Burundi.Designer.cs + + + ResXFileCodeGenerator + Cambodia.Designer.cs + + + ResXFileCodeGenerator + Cameroon.Designer.cs + + + ResXFileCodeGenerator + Canada.Designer.cs + + + ResXFileCodeGenerator + CapeVerde.Designer.cs + + + ResXFileCodeGenerator + CaymanIslands.Designer.cs + + + ResXFileCodeGenerator + CentralAfricanRepublic.Designer.cs + + + ResXFileCodeGenerator + Chad.Designer.cs + + + ResXFileCodeGenerator + Chile.Designer.cs + + + ResXFileCodeGenerator + China.Designer.cs + + + ResXFileCodeGenerator + ChristmasIsland.Designer.cs + + + ResXFileCodeGenerator + CocosIslands.Designer.cs + + + ResXFileCodeGenerator + Colombia.Designer.cs + + + ResXFileCodeGenerator + Comoros.Designer.cs + + + ResXFileCodeGenerator + Congo.Designer.cs + + + ResXFileCodeGenerator + CongoDRC.Designer.cs + + + ResXFileCodeGenerator + CookIslands.Designer.cs + + + ResXFileCodeGenerator + CostaRica.Designer.cs + + + ResXFileCodeGenerator + CoteIvoire.Designer.cs + + + ResXFileCodeGenerator + Croatia.Designer.cs + + + ResXFileCodeGenerator + Cuba.Designer.cs + + + ResXFileCodeGenerator + Cyprus.Designer.cs + + + ResXFileCodeGenerator + CzechRepublic.Designer.cs + + + ResXFileCodeGenerator + Denmark.Designer.cs + + + ResXFileCodeGenerator + Djibouti.Designer.cs + + + ResXFileCodeGenerator + Dominica.Designer.cs + + + ResXFileCodeGenerator + DominicanRepublic.Designer.cs + + + ResXFileCodeGenerator + Ecuador.Designer.cs + + + ResXFileCodeGenerator + Egypt.Designer.cs + + + ResXFileCodeGenerator + ElSalvador.Designer.cs + + + ResXFileCodeGenerator + EquatorialGuinea.Designer.cs + + + ResXFileCodeGenerator + Eritrea.Designer.cs + + + ResXFileCodeGenerator + Estonia.Designer.cs + + + ResXFileCodeGenerator + Ethiopia.Designer.cs + + + ResXFileCodeGenerator + FalklandIslands.Designer.cs + + + ResXFileCodeGenerator + FaroeIslands.Designer.cs + + + ResXFileCodeGenerator + Fiji.Designer.cs + + + ResXFileCodeGenerator + Finland.Designer.cs + + + ResXFileCodeGenerator + France.Designer.cs + + + ResXFileCodeGenerator + FrenchGuiana.Designer.cs + + + ResXFileCodeGenerator + FrenchPolynesia.Designer.cs + + + ResXFileCodeGenerator + FrenchSouthernTerritories.Designer.cs + + + ResXFileCodeGenerator + Gabon.Designer.cs + + + ResXFileCodeGenerator + Gambia.Designer.cs + + + ResXFileCodeGenerator + Georgia.Designer.cs + + + ResXFileCodeGenerator + Germany.Designer.cs + + + ResXFileCodeGenerator + Ghana.Designer.cs + + + ResXFileCodeGenerator + Gibraltar.Designer.cs + + + ResXFileCodeGenerator + Greece.Designer.cs + + + ResXFileCodeGenerator + Greenland.Designer.cs + + + ResXFileCodeGenerator + Grenada.Designer.cs + + + ResXFileCodeGenerator + Guadeloupe.Designer.cs + + + ResXFileCodeGenerator + Guam.Designer.cs + + + ResXFileCodeGenerator + Guatemala.Designer.cs + + + ResXFileCodeGenerator + Guernsey.Designer.cs + + + ResXFileCodeGenerator + Guinea.Designer.cs + + + ResXFileCodeGenerator + GuineaBissau.Designer.cs + + + ResXFileCodeGenerator + Guyana.Designer.cs + + + ResXFileCodeGenerator + Haiti.Designer.cs + + + ResXFileCodeGenerator + HeardAndMcdonaldIslands.Designer.cs + + + ResXFileCodeGenerator + Honduras.Designer.cs + + + ResXFileCodeGenerator + HongKong.Designer.cs + + + ResXFileCodeGenerator + Hungary.Designer.cs + + + ResXFileCodeGenerator + Iceland.Designer.cs + + + ResXFileCodeGenerator + India.Designer.cs + + + ResXFileCodeGenerator + Indonesia.Designer.cs + + + ResXFileCodeGenerator + Iran.Designer.cs + + + ResXFileCodeGenerator + Iraq.Designer.cs + + + ResXFileCodeGenerator + Ireland.Designer.cs + + + ResXFileCodeGenerator + IsleOfMan.Designer.cs + + + ResXFileCodeGenerator + Israel.Designer.cs + + + ResXFileCodeGenerator + Italy.Designer.cs + + + ResXFileCodeGenerator + Jamaica.Designer.cs + + + ResXFileCodeGenerator + Japan.Designer.cs + + + ResXFileCodeGenerator + Jersey.Designer.cs + + + ResXFileCodeGenerator + Jordan.Designer.cs + + + ResXFileCodeGenerator + Kazakhstan.Designer.cs + + + ResXFileCodeGenerator + Kenya.Designer.cs + + + ResXFileCodeGenerator + Kiribati.Designer.cs + + + ResXFileCodeGenerator + Kuwait.Designer.cs + + + ResXFileCodeGenerator + Kyrgyzstan.Designer.cs + + + ResXFileCodeGenerator + Laos.Designer.cs + + + ResXFileCodeGenerator + Latvia.Designer.cs + + + ResXFileCodeGenerator + Lebanon.Designer.cs + + + ResXFileCodeGenerator + Lesotho.Designer.cs + + + ResXFileCodeGenerator + Liberia.Designer.cs + + + ResXFileCodeGenerator + Libya.Designer.cs + + + ResXFileCodeGenerator + Liechtenstein.Designer.cs + + + ResXFileCodeGenerator + Lithuania.Designer.cs + + + ResXFileCodeGenerator + Luxembourg.Designer.cs + + + ResXFileCodeGenerator + Macao.Designer.cs + + + ResXFileCodeGenerator + Macedonia.Designer.cs + + + ResXFileCodeGenerator + Madagascar.Designer.cs + + + ResXFileCodeGenerator + Malawi.Designer.cs + + + ResXFileCodeGenerator + Malaysia.Designer.cs + + + ResXFileCodeGenerator + Maldives.Designer.cs + + + ResXFileCodeGenerator + Mali.Designer.cs + + + ResXFileCodeGenerator + Malta.Designer.cs + + + ResXFileCodeGenerator + MarshallIslands.Designer.cs + + + ResXFileCodeGenerator + Martinique.Designer.cs + + + ResXFileCodeGenerator + Mauritania.Designer.cs + + + ResXFileCodeGenerator + Mauritius.Designer.cs + + + ResXFileCodeGenerator + Mayotte.Designer.cs + + + ResXFileCodeGenerator + Mexico.Designer.cs + + + ResXFileCodeGenerator + Micronesia.Designer.cs + + + ResXFileCodeGenerator + Moldova.Designer.cs + + + ResXFileCodeGenerator + Monaco.Designer.cs + + + ResXFileCodeGenerator + Mongolia.Designer.cs + + + ResXFileCodeGenerator + Montenegro.Designer.cs + + + ResXFileCodeGenerator + Montserrat.Designer.cs + + + ResXFileCodeGenerator + Morocco.Designer.cs + + + ResXFileCodeGenerator + Mozambique.Designer.cs + + + ResXFileCodeGenerator + Myanmar.Designer.cs + + + ResXFileCodeGenerator + Namibia.Designer.cs + + + ResXFileCodeGenerator + Nauru.Designer.cs + + + ResXFileCodeGenerator + Nepal.Designer.cs + + + ResXFileCodeGenerator + Netherlands.Designer.cs + + + ResXFileCodeGenerator + NetherlandsAntilles.Designer.cs + + + ResXFileCodeGenerator + NewCaledonia.Designer.cs + + + ResXFileCodeGenerator + NewZealand.Designer.cs + + + ResXFileCodeGenerator + Nicaragua.Designer.cs + + + ResXFileCodeGenerator + Niger.Designer.cs + + + ResXFileCodeGenerator + Nigeria.Designer.cs + + + ResXFileCodeGenerator + Niue.Designer.cs + + + ResXFileCodeGenerator + NorfolkIsland.Designer.cs + + + ResXFileCodeGenerator + NorthernMarianaIslands.Designer.cs + + + ResXFileCodeGenerator + NorthKorea.Designer.cs + + + ResXFileCodeGenerator + Norway.Designer.cs + + + ResXFileCodeGenerator + Oman.Designer.cs + + + ResXFileCodeGenerator + Pakistan.Designer.cs + + + ResXFileCodeGenerator + Palau.Designer.cs + + + ResXFileCodeGenerator + PalestinianTerritory.Designer.cs + + + ResXFileCodeGenerator + Panama.Designer.cs + + + ResXFileCodeGenerator + PapuaNewGuinea.Designer.cs + + + ResXFileCodeGenerator + Paraguay.Designer.cs + + + ResXFileCodeGenerator + Peru.Designer.cs + + + ResXFileCodeGenerator + Philippines.Designer.cs + + + ResXFileCodeGenerator + Pitcairn.Designer.cs + + + ResXFileCodeGenerator + Poland.Designer.cs + + + ResXFileCodeGenerator + Portugal.Designer.cs + + + ResXFileCodeGenerator + PuertoRico.Designer.cs + + + ResXFileCodeGenerator + Qatar.Designer.cs + + + ResXFileCodeGenerator + Reunion.Designer.cs + + + ResXFileCodeGenerator + Romania.Designer.cs + + + ResXFileCodeGenerator + Russia.Designer.cs + + + ResXFileCodeGenerator + Rwanda.Designer.cs + + + ResXFileCodeGenerator + SaintBarthelemy.Designer.cs + + + ResXFileCodeGenerator + SaintHelena.Designer.cs + + + ResXFileCodeGenerator + SaintKittsandNevis.Designer.cs + + + ResXFileCodeGenerator + SaintLucia.Designer.cs + + + ResXFileCodeGenerator + SaintMartin.Designer.cs + + + ResXFileCodeGenerator + SaintPierreAndMiquelon.Designer.cs + + + ResXFileCodeGenerator + SaintVincentAndGrenadines.Designer.cs + + + ResXFileCodeGenerator + Samoa.Designer.cs + + + ResXFileCodeGenerator + SanMarino.Designer.cs + + + ResXFileCodeGenerator + SaoTomeAndPrincipe.Designer.cs + + + ResXFileCodeGenerator + SaudiArabia.Designer.cs + + + ResXFileCodeGenerator + Senegal.Designer.cs + + + ResXFileCodeGenerator + Serbia.Designer.cs + + + ResXFileCodeGenerator + Seychelles.Designer.cs + + + ResXFileCodeGenerator + SierraLeone.Designer.cs + + + ResXFileCodeGenerator + Singapore.Designer.cs + + + ResXFileCodeGenerator + Slovakia.Designer.cs + + + ResXFileCodeGenerator + Slovenia.Designer.cs + + + ResXFileCodeGenerator + SolomonIslands.Designer.cs + + + ResXFileCodeGenerator + Somalia.Designer.cs + + + ResXFileCodeGenerator + SouthAfrica.Designer.cs + + + ResXFileCodeGenerator + SouthGeorgia.Designer.cs + + + ResXFileCodeGenerator + SouthKorea.Designer.cs + + + ResXFileCodeGenerator + SouthSudan.Designer.cs + + + ResXFileCodeGenerator + Spain.Designer.cs + + + ResXFileCodeGenerator + SriLanka.Designer.cs + + + ResXFileCodeGenerator + Sudan.Designer.cs + + + ResXFileCodeGenerator + Suriname.Designer.cs + + + ResXFileCodeGenerator + SvalbardAndJanMayenIslands.Designer.cs + + + ResXFileCodeGenerator + Swaziland.Designer.cs + + + ResXFileCodeGenerator + Sweden.Designer.cs + + + ResXFileCodeGenerator + Switzerland.Designer.cs + + + ResXFileCodeGenerator + Syria.Designer.cs + + + ResXFileCodeGenerator + Taiwan.Designer.cs + + + ResXFileCodeGenerator + Tajikistan.Designer.cs + + + ResXFileCodeGenerator + Tanzania.Designer.cs + + + ResXFileCodeGenerator + Thailand.Designer.cs + + + ResXFileCodeGenerator + TimorLeste.Designer.cs + + + ResXFileCodeGenerator + Togo.Designer.cs + + + ResXFileCodeGenerator + Tokelau.Designer.cs + + + ResXFileCodeGenerator + Tonga.Designer.cs + + + ResXFileCodeGenerator + TrinidadAndTobago.Designer.cs + + + ResXFileCodeGenerator + Tunisia.Designer.cs + + + ResXFileCodeGenerator + Turkey.Designer.cs + + + ResXFileCodeGenerator + Turkmenistan.Designer.cs + + + ResXFileCodeGenerator + TurksAndCaicosIslands.Designer.cs + + + ResXFileCodeGenerator + Tuvalu.Designer.cs + + + ResXFileCodeGenerator + Uganda.Designer.cs + + + ResXFileCodeGenerator + Ukraine.Designer.cs + + + ResXFileCodeGenerator + UnitedArabEmirates.Designer.cs + + + ResXFileCodeGenerator + UnitedKingdom.Designer.cs + + + ResXFileCodeGenerator + UnitedStatesOfAmerica.Designer.cs + + + ResXFileCodeGenerator + Uruguay.Designer.cs + + + ResXFileCodeGenerator + USMinorOutlyingIslands.Designer.cs + + + ResXFileCodeGenerator + Uzbekistan.Designer.cs + + + ResXFileCodeGenerator + Vanuatu.Designer.cs + + + ResXFileCodeGenerator + VaticanCity.Designer.cs + + + ResXFileCodeGenerator + Venezuela.Designer.cs + + + ResXFileCodeGenerator + Vietnam.Designer.cs + + + ResXFileCodeGenerator + VirginIslands.Designer.cs + + + ResXFileCodeGenerator + WallisAndFutunaIslands.Designer.cs + + + ResXFileCodeGenerator + WesternSahara.Designer.cs + + + ResXFileCodeGenerator + Yemen.Designer.cs + + + ResXFileCodeGenerator + Zambia.Designer.cs + + + ResXFileCodeGenerator + Zimbabwe.Designer.cs + + diff --git a/src/core/Dime.i18n.Countries/Nations/Base/LocalizedCountryName.cs b/src/core/Dime.i18n.Countries/LocalizedCountryName.cs similarity index 54% rename from src/core/Dime.i18n.Countries/Nations/Base/LocalizedCountryName.cs rename to src/core/Dime.i18n.Countries/LocalizedCountryName.cs index 5310de9..4c3e034 100644 --- a/src/core/Dime.i18n.Countries/Nations/Base/LocalizedCountryName.cs +++ b/src/core/Dime.i18n.Countries/LocalizedCountryName.cs @@ -1,4 +1,7 @@ -namespace Dime.i18n.Countries.Nations +using System.Numerics; +using System.Runtime.CompilerServices; + +namespace Dime.i18n.Countries.Nations { public class LocalizedCountryName { @@ -10,5 +13,7 @@ public LocalizedCountryName(string locale, string val) public string Locale { get; set; } public string Value { get; set; } + + public static implicit operator string(LocalizedCountryName localizedCountryName) => localizedCountryName.Value; } } \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nation.cs b/src/core/Dime.i18n.Countries/Nation.cs new file mode 100644 index 0000000..b78a995 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Nation.cs @@ -0,0 +1,50 @@ +using System; +using System.Collections; +using System.Collections.Generic; +using System.Globalization; +using System.Linq; +using System.Resources; + +namespace Dime.i18n.Countries.Nations +{ + public class Nation + { + public Nation(string name, string code, string altCode, Type resx) + { + Name = name; + Code = code; + AltCode = altCode; + Resx = resx; + } + + public string Name { get; set; } + public string Code { get; set; } + public string AltCode { get; set; } + + private Type Resx { get; set; } + + public IEnumerable Locales + { + get + { + if (Resx == null) + yield break; + + ResourceManager rm = new(Resx); + ResourceSet resourceSet = rm?.GetResourceSet(CultureInfo.InvariantCulture, true, true); + if (resourceSet == null) + yield break; + + foreach (DictionaryEntry entry in resourceSet) + { + string resourceKey = entry.Key.ToString(); + object resource = entry.Value; + + yield return new LocalizedCountryName(resourceKey, resource.ToString()); + } + } + } + + public string this[string i] => Locales.FirstOrDefault(x => x.Locale.Equals(i, StringComparison.OrdinalIgnoreCase))?.Value; + } +} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Afghanistan.cs b/src/core/Dime.i18n.Countries/Nations/Afghanistan.cs deleted file mode 100644 index 4270b10..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Afghanistan.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Afghanistan : Nation - { - public Afghanistan() - { - Name = "Afghanistan"; - Code = "AF"; - AltCode = "AFG"; - Translate("en", Name); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/AlandIslands.cs b/src/core/Dime.i18n.Countries/Nations/AlandIslands.cs deleted file mode 100644 index b23d2f8..0000000 --- a/src/core/Dime.i18n.Countries/Nations/AlandIslands.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class AlandIslands : Nation - { - public AlandIslands() - { - Name = "Aland Islands"; - Code = "ALA"; - AltCode = "AX"; - Translate("en", Name); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Albania.cs b/src/core/Dime.i18n.Countries/Nations/Albania.cs deleted file mode 100644 index 1632a99..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Albania.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Albania : Nation - { - public Albania() - { - Name = "Albania"; - Code = "ALB"; - AltCode = "AB"; - Translate("en", Name); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Algeria.cs b/src/core/Dime.i18n.Countries/Nations/Algeria.cs deleted file mode 100644 index 46f9994..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Algeria.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Algeria : Nation - { - public Algeria() - { - Name = "Algeria"; - Code = "DZA"; - AltCode = "DZ"; - Translate("en", Name); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/AmericanSamoa.cs b/src/core/Dime.i18n.Countries/Nations/AmericanSamoa.cs deleted file mode 100644 index 08c1b93..0000000 --- a/src/core/Dime.i18n.Countries/Nations/AmericanSamoa.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class AmericanSamoa : Nation - { - public AmericanSamoa() - { - Name = "American Samoa"; - Code = "AS"; - AltCode = "ASM"; - Translate("en", Name); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Andorra.cs b/src/core/Dime.i18n.Countries/Nations/Andorra.cs deleted file mode 100644 index 4b0177c..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Andorra.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Andorra : Nation - { - public Andorra() - { - Name = "Andorra"; - Code = "AD"; - AltCode = "AND"; - Translate("en", Name); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Angola.cs b/src/core/Dime.i18n.Countries/Nations/Angola.cs deleted file mode 100644 index 6d33e7c..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Angola.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Angola : Nation - { - public Angola() - { - Name = "Angola"; - Code = "AO"; - AltCode = "AGO"; - Translate("en", Name); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Anguilla.cs b/src/core/Dime.i18n.Countries/Nations/Anguilla.cs deleted file mode 100644 index ba9b458..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Anguilla.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Anguilla : Nation - { - public Anguilla() - { - Name = "Anguilla"; - Code = "AI"; - AltCode = "AIA"; - Translate("en", Name); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Antarctica.cs b/src/core/Dime.i18n.Countries/Nations/Antarctica.cs deleted file mode 100644 index a840ebf..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Antarctica.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Antarctica : Nation - { - public Antarctica() - { - Name = "Antarctica"; - Code = "AQ"; - AltCode = "ATA"; - Translate("en", Name); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/AntiguaAndBarbuda.cs b/src/core/Dime.i18n.Countries/Nations/AntiguaAndBarbuda.cs deleted file mode 100644 index 83889a0..0000000 --- a/src/core/Dime.i18n.Countries/Nations/AntiguaAndBarbuda.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class AntiguaAndBarbuda : Nation - { - public AntiguaAndBarbuda() - { - Name = "Antigua and Barbuda"; - Code = "AG"; - AltCode = "ATG"; - Translate("en", Name); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Argentina.cs b/src/core/Dime.i18n.Countries/Nations/Argentina.cs deleted file mode 100644 index 52a0ec7..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Argentina.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Argentina : Nation - { - public Argentina() - { - Name = "Argentina"; - Code = "AR"; - AltCode = "ARG"; - Translate("en", Name); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Armenia.cs b/src/core/Dime.i18n.Countries/Nations/Armenia.cs deleted file mode 100644 index 84f879e..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Armenia.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Armenia : Nation - { - public Armenia() - { - Name = "Armenia"; - Code = "AM"; - AltCode = "ARM"; - Translate("en", Name); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Aruba.cs b/src/core/Dime.i18n.Countries/Nations/Aruba.cs deleted file mode 100644 index 5a7ad08..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Aruba.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Aruba : Nation - { - public Aruba() - { - Name = "Aruba"; - Code = "AW"; - AltCode = "ABW"; - Translate("en", Name); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Australia.cs b/src/core/Dime.i18n.Countries/Nations/Australia.cs deleted file mode 100644 index 48a73e1..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Australia.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Australia : Nation - { - public Australia() - { - Name = "Australia"; - Code = "AU"; - AltCode = "AUS"; - Translate("en", Name); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Austria.cs b/src/core/Dime.i18n.Countries/Nations/Austria.cs deleted file mode 100644 index 57a1721..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Austria.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Austria : Nation - { - public Austria() - { - Name = "Austria"; - Code = "AUT"; - AltCode = "AT"; - Translate("en", Name); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Azerbaijan.cs b/src/core/Dime.i18n.Countries/Nations/Azerbaijan.cs deleted file mode 100644 index 124c101..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Azerbaijan.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Azerbaijan : Nation - { - public Azerbaijan() - { - Name = "Azerbaijan"; - Code = "AZ"; - AltCode = "AZE"; - Translate("en", Name); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Bahamas.cs b/src/core/Dime.i18n.Countries/Nations/Bahamas.cs deleted file mode 100644 index c91be37..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Bahamas.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Bahamas : Nation - { - public Bahamas() - { - Name = "Bahamas"; - Code = "BS"; - AltCode = "BHS"; - Translate("en", Name); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Bahrain.cs b/src/core/Dime.i18n.Countries/Nations/Bahrain.cs deleted file mode 100644 index d933314..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Bahrain.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Bahrain : Nation - { - public Bahrain() - { - Name = "Bahrain"; - Code = "BG"; - AltCode = "BHR"; - Translate("en", Name); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Bangladesh.cs b/src/core/Dime.i18n.Countries/Nations/Bangladesh.cs deleted file mode 100644 index b68bad9..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Bangladesh.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Bangladesh : Nation - { - public Bangladesh() - { - Name = "Bangladesh"; - Code = "BD"; - AltCode = "BGD"; - Translate("en", Name); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Barbados.cs b/src/core/Dime.i18n.Countries/Nations/Barbados.cs deleted file mode 100644 index 51033cb..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Barbados.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Barbados : Nation - { - public Barbados() - { - Name = "Barbados"; - Code = "BB"; - AltCode = "BRB"; - Translate("en", Name); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Base/Nation.cs b/src/core/Dime.i18n.Countries/Nations/Base/Nation.cs deleted file mode 100644 index d7b6588..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Base/Nation.cs +++ /dev/null @@ -1,17 +0,0 @@ -using System.Collections.Generic; -using System.Linq; - -namespace Dime.i18n.Countries.Nations -{ - public abstract class Nation - { - public string Name { get; set; } - public string Code { get; set; } - public string AltCode { get; set; } - public List Locales { get; set; } = new List(); - - protected void Translate(string locale, string val) => Locales.Add(new(locale, val)); - - public string this[string i] => Locales.FirstOrDefault(x => x.Locale == i)?.Value; - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Belarus.cs b/src/core/Dime.i18n.Countries/Nations/Belarus.cs deleted file mode 100644 index 72c9729..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Belarus.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Belarus : Nation - { - public Belarus() - { - Name = "Belarus"; - Code = "BY"; - AltCode = "BLR"; - Translate("en", Name); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Belgium.cs b/src/core/Dime.i18n.Countries/Nations/Belgium.cs deleted file mode 100644 index bd371ad..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Belgium.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Belgium : Nation - { - public Belgium() - { - Name = "Belgium"; - Code = "BE"; - AltCode = "BEL"; - Translate("en", Name); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Belize.cs b/src/core/Dime.i18n.Countries/Nations/Belize.cs deleted file mode 100644 index c97e693..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Belize.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Belize : Nation - { - public Belize() - { - Name = "Belize"; - Code = "BZ"; - AltCode = "BLZ"; - Translate("en", Name); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Benin.cs b/src/core/Dime.i18n.Countries/Nations/Benin.cs deleted file mode 100644 index b4bcb3e..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Benin.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Benin : Nation - { - public Benin() - { - Name = "Benin"; - Code = "BJ"; - AltCode = "BEN"; - Translate("en", Name); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Bermuda.cs b/src/core/Dime.i18n.Countries/Nations/Bermuda.cs deleted file mode 100644 index d78af9e..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Bermuda.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Bermuda : Nation - { - public Bermuda() - { - Name = "Bermuda"; - Code = "BM"; - AltCode = "BMU"; - Translate("en", Name); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Bhutan.cs b/src/core/Dime.i18n.Countries/Nations/Bhutan.cs deleted file mode 100644 index 0bb2e15..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Bhutan.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Bhutan : Nation - { - public Bhutan() - { - Name = "Bhutan"; - Code = "BT"; - AltCode = "BTN"; - Translate("en", Name); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Bolivia.cs b/src/core/Dime.i18n.Countries/Nations/Bolivia.cs deleted file mode 100644 index 75020bc..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Bolivia.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Bolivia : Nation - { - public Bolivia() - { - Name = "Bolivia"; - Code = "BO"; - AltCode = "BOL"; - Translate("en", Name); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/BosniaAndHerzegovina.cs b/src/core/Dime.i18n.Countries/Nations/BosniaAndHerzegovina.cs deleted file mode 100644 index 038a1c5..0000000 --- a/src/core/Dime.i18n.Countries/Nations/BosniaAndHerzegovina.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class BosniaAndHerzegovina : Nation - { - public BosniaAndHerzegovina() - { - Name = "Bosnia and Herzegovina"; - Code = "BA"; - AltCode = "BIH"; - Translate("en", Name); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Botswana.cs b/src/core/Dime.i18n.Countries/Nations/Botswana.cs deleted file mode 100644 index e761f0f..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Botswana.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Botswana : Nation - { - public Botswana() - { - Name = "Botswana"; - Code = "BW"; - AltCode = "BWA"; - Translate("en", Name); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/BouvetIsland.cs b/src/core/Dime.i18n.Countries/Nations/BouvetIsland.cs deleted file mode 100644 index 2ac9dc1..0000000 --- a/src/core/Dime.i18n.Countries/Nations/BouvetIsland.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class BouvetIsland : Nation - { - public BouvetIsland() - { - Name = "Bouvet Island"; - Code = "BV"; - AltCode = "BVT"; - Translate("en", Name); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Brazil.cs b/src/core/Dime.i18n.Countries/Nations/Brazil.cs deleted file mode 100644 index 40fc837..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Brazil.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Brazil : Nation - { - public Brazil() - { - Name = "Brazil"; - Code = "BR"; - AltCode = "BRA"; - Translate("en", Name); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/BritishIndianOceanTerritory.cs b/src/core/Dime.i18n.Countries/Nations/BritishIndianOceanTerritory.cs deleted file mode 100644 index 622eac9..0000000 --- a/src/core/Dime.i18n.Countries/Nations/BritishIndianOceanTerritory.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class BritishIndianOceanTerritory : Nation - { - public BritishIndianOceanTerritory() - { - Name = "British Indian Ocean Territory"; - Code = "IO"; - AltCode = "IOT"; - Translate("en", Name); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/BritishVirginIslands.cs b/src/core/Dime.i18n.Countries/Nations/BritishVirginIslands.cs deleted file mode 100644 index f29a578..0000000 --- a/src/core/Dime.i18n.Countries/Nations/BritishVirginIslands.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class BritishVirginIslands : Nation - { - public BritishVirginIslands() - { - Name = "British Virgin Islands"; - Code = "VG"; - AltCode = "VGB"; - Translate("en", Name); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Brunei.cs b/src/core/Dime.i18n.Countries/Nations/Brunei.cs deleted file mode 100644 index 2ab39dc..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Brunei.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Brunei : Nation - { - public Brunei() - { - Name = "Brunei"; - Code = "BN"; - AltCode = "BRN"; - Translate("en", Name); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Bulgaria.cs b/src/core/Dime.i18n.Countries/Nations/Bulgaria.cs deleted file mode 100644 index cbd4c09..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Bulgaria.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Bulgaria : Nation - { - public Bulgaria() - { - Name = "Bulgaria"; - Code = "BG"; - AltCode = "BGR"; - Translate("en", Name); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/BurkinaFaso.cs b/src/core/Dime.i18n.Countries/Nations/BurkinaFaso.cs deleted file mode 100644 index 7b42aba..0000000 --- a/src/core/Dime.i18n.Countries/Nations/BurkinaFaso.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class BurkinaFaso : Nation - { - public BurkinaFaso() - { - Name = "Burkina Faso"; - Code = "BF"; - AltCode = "BFA"; - Translate("en", Name); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Burundi.cs b/src/core/Dime.i18n.Countries/Nations/Burundi.cs deleted file mode 100644 index f4aaa66..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Burundi.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Burundi : Nation - { - public Burundi() - { - Name = "Burundi"; - Code = "BI"; - AltCode = "BDI"; - Translate("en", Name); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Cambodia.cs b/src/core/Dime.i18n.Countries/Nations/Cambodia.cs deleted file mode 100644 index 54acee7..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Cambodia.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Cambodia : Nation - { - public Cambodia() - { - Name = "Cambodia"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Cambodia)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Cameroon.cs b/src/core/Dime.i18n.Countries/Nations/Cameroon.cs deleted file mode 100644 index 5650b62..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Cameroon.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Cameroon : Nation - { - public Cameroon() - { - Name = "Cameroon"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Cameroon)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Canada.cs b/src/core/Dime.i18n.Countries/Nations/Canada.cs deleted file mode 100644 index d19295c..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Canada.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Canada : Nation - { - public Canada() - { - Name = "Canada"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Canada)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/CapeVerde.cs b/src/core/Dime.i18n.Countries/Nations/CapeVerde.cs deleted file mode 100644 index 7ec408f..0000000 --- a/src/core/Dime.i18n.Countries/Nations/CapeVerde.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class CapeVerde : Nation - { - public CapeVerde() - { - Name = "Cape Verde"; - Code = ""; - AltCode = ""; - Translate("en", nameof(CapeVerde)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/CaymanIslands.cs b/src/core/Dime.i18n.Countries/Nations/CaymanIslands.cs deleted file mode 100644 index 61dcfcc..0000000 --- a/src/core/Dime.i18n.Countries/Nations/CaymanIslands.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class CaymanIslands : Nation - { - public CaymanIslands() - { - Name = "Cayman Islands"; - Code = ""; - AltCode = ""; - Translate("en", nameof(CaymanIslands)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/CentralAfricanRepublic.cs b/src/core/Dime.i18n.Countries/Nations/CentralAfricanRepublic.cs deleted file mode 100644 index 8ffdac8..0000000 --- a/src/core/Dime.i18n.Countries/Nations/CentralAfricanRepublic.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class CentralAfricanRepublic : Nation - { - public CentralAfricanRepublic() - { - Name = "Central African Republic"; - Code = ""; - AltCode = ""; - Translate("en", nameof(CentralAfricanRepublic)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Chad.cs b/src/core/Dime.i18n.Countries/Nations/Chad.cs deleted file mode 100644 index ffb8da7..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Chad.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Chad : Nation - { - public Chad() - { - Name = "Chad"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Chad)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Chile.cs b/src/core/Dime.i18n.Countries/Nations/Chile.cs deleted file mode 100644 index 3de05d9..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Chile.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Chile : Nation - { - public Chile() - { - Name = "Chile"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Chile)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/China.cs b/src/core/Dime.i18n.Countries/Nations/China.cs deleted file mode 100644 index 41b17a6..0000000 --- a/src/core/Dime.i18n.Countries/Nations/China.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class China : Nation - { - public China() - { - Name = "China"; - Code = ""; - AltCode = ""; - Translate("en", nameof(China)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/ChristmasIsland.cs b/src/core/Dime.i18n.Countries/Nations/ChristmasIsland.cs deleted file mode 100644 index 8498a22..0000000 --- a/src/core/Dime.i18n.Countries/Nations/ChristmasIsland.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class ChristmasIsland : Nation - { - public ChristmasIsland() - { - Name = "Christmas Island"; - Code = ""; - AltCode = ""; - Translate("en", nameof(ChristmasIsland)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/CocosIslands.cs b/src/core/Dime.i18n.Countries/Nations/CocosIslands.cs deleted file mode 100644 index f7bf65b..0000000 --- a/src/core/Dime.i18n.Countries/Nations/CocosIslands.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class CocosIslands : Nation - { - public CocosIslands() - { - Name = "Cocos (Keeling) Islands"; - Code = ""; - AltCode = ""; - Translate("en", Name); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Colombia.cs b/src/core/Dime.i18n.Countries/Nations/Colombia.cs deleted file mode 100644 index 6f0cc85..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Colombia.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Colombia : Nation - { - public Colombia() - { - Name = "Colombia"; - Code = ""; - AltCode = ""; - Translate("en", Name); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Comoros.cs b/src/core/Dime.i18n.Countries/Nations/Comoros.cs deleted file mode 100644 index f5d1219..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Comoros.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Comoros : Nation - { - public Comoros() - { - Name = "Comoros"; - Code = ""; - AltCode = ""; - Translate("en", Name); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Congo.cs b/src/core/Dime.i18n.Countries/Nations/Congo.cs deleted file mode 100644 index 7ea8a5a..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Congo.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Congo : Nation - { - public Congo() - { - Name = "Congo (Kinshasa)"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Congo)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/CongoDRC.cs b/src/core/Dime.i18n.Countries/Nations/CongoDRC.cs deleted file mode 100644 index 0b72f65..0000000 --- a/src/core/Dime.i18n.Countries/Nations/CongoDRC.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class CongoDRC : Nation - { - public CongoDRC() - { - Name = "Congo (Brazzaville)"; - Code = ""; - AltCode = ""; - Translate("en", Name); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/CookIslands.cs b/src/core/Dime.i18n.Countries/Nations/CookIslands.cs deleted file mode 100644 index bc540e6..0000000 --- a/src/core/Dime.i18n.Countries/Nations/CookIslands.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class CookIslands : Nation - { - public CookIslands() - { - Name = "Cook Islands"; - Code = ""; - AltCode = ""; - Translate("en", nameof(CookIslands)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/CostaRica.cs b/src/core/Dime.i18n.Countries/Nations/CostaRica.cs deleted file mode 100644 index ac610ea..0000000 --- a/src/core/Dime.i18n.Countries/Nations/CostaRica.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class CostaRica : Nation - { - public CostaRica() - { - Name = "Costa Rica"; - Code = ""; - AltCode = ""; - Translate("en", nameof(CostaRica)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/CoteIvoire.cs b/src/core/Dime.i18n.Countries/Nations/CoteIvoire.cs deleted file mode 100644 index 18e2836..0000000 --- a/src/core/Dime.i18n.Countries/Nations/CoteIvoire.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class CoteIvoire : Nation - { - public CoteIvoire() - { - Name = "Côte Ivoire"; - Code = ""; - AltCode = ""; - Translate("en", nameof(CoteIvoire)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Croatia.cs b/src/core/Dime.i18n.Countries/Nations/Croatia.cs deleted file mode 100644 index 136ceff..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Croatia.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Croatia : Nation - { - public Croatia() - { - Name = "Croatia"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Croatia)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Cuba.cs b/src/core/Dime.i18n.Countries/Nations/Cuba.cs deleted file mode 100644 index 6585874..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Cuba.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Cuba : Nation - { - public Cuba() - { - Name = "Cuba"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Cuba)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Cyprus.cs b/src/core/Dime.i18n.Countries/Nations/Cyprus.cs deleted file mode 100644 index 810ebcf..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Cyprus.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Cyprus : Nation - { - public Cyprus() - { - Name = "Cyprus"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Cyprus)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/CzechRepublic.cs b/src/core/Dime.i18n.Countries/Nations/CzechRepublic.cs deleted file mode 100644 index 2e01f0c..0000000 --- a/src/core/Dime.i18n.Countries/Nations/CzechRepublic.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class CzechRepublic : Nation - { - public CzechRepublic() - { - Name = "Czech Republic"; - Code = ""; - AltCode = ""; - Translate("en", nameof(CzechRepublic)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Denmark.cs b/src/core/Dime.i18n.Countries/Nations/Denmark.cs deleted file mode 100644 index debee08..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Denmark.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Denmark : Nation - { - public Denmark() - { - Name = "Denmark"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Denmark)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Djibouti.cs b/src/core/Dime.i18n.Countries/Nations/Djibouti.cs deleted file mode 100644 index 3fb5b0f..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Djibouti.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Djibouti : Nation - { - public Djibouti() - { - Name = "Djibouti"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Djibouti)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Dominica.cs b/src/core/Dime.i18n.Countries/Nations/Dominica.cs deleted file mode 100644 index 21934ed..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Dominica.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Dominica : Nation - { - public Dominica() - { - Name = "Dominica"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Dominica)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/DominicanRepublic.cs b/src/core/Dime.i18n.Countries/Nations/DominicanRepublic.cs deleted file mode 100644 index b374c5b..0000000 --- a/src/core/Dime.i18n.Countries/Nations/DominicanRepublic.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class DominicanRepublic : Nation - { - public DominicanRepublic() - { - Name = "Dominican Republic"; - Code = ""; - AltCode = ""; - Translate("en", nameof(DominicanRepublic)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Ecuador.cs b/src/core/Dime.i18n.Countries/Nations/Ecuador.cs deleted file mode 100644 index 4434c5d..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Ecuador.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Ecuador : Nation - { - public Ecuador() - { - Name = "Ecuador"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Ecuador)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Egypt.cs b/src/core/Dime.i18n.Countries/Nations/Egypt.cs deleted file mode 100644 index 384ddc5..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Egypt.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Egypt : Nation - { - public Egypt() - { - Name = "Egypt"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Egypt)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/ElSalvador.cs b/src/core/Dime.i18n.Countries/Nations/ElSalvador.cs deleted file mode 100644 index 3dfcd63..0000000 --- a/src/core/Dime.i18n.Countries/Nations/ElSalvador.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class ElSalvador : Nation - { - public ElSalvador() - { - Name = "El Salvador"; - Code = ""; - AltCode = ""; - Translate("en", nameof(ElSalvador)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/EquatorialGuinea.cs b/src/core/Dime.i18n.Countries/Nations/EquatorialGuinea.cs deleted file mode 100644 index 0c5b772..0000000 --- a/src/core/Dime.i18n.Countries/Nations/EquatorialGuinea.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class EquatorialGuinea : Nation - { - public EquatorialGuinea() - { - Name = "Equatorial Guinea"; - Code = ""; - AltCode = ""; - Translate("en", nameof(EquatorialGuinea)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Eritrea.cs b/src/core/Dime.i18n.Countries/Nations/Eritrea.cs deleted file mode 100644 index 7656ec2..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Eritrea.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Eritrea : Nation - { - public Eritrea() - { - Name = "Eritrea"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Eritrea)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Estonia.cs b/src/core/Dime.i18n.Countries/Nations/Estonia.cs deleted file mode 100644 index 84d126f..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Estonia.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Estonia : Nation - { - public Estonia() - { - Name = "Estonia"; - Code = ""; - AltCode = ""; - Translate("en", Name); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Ethiopia.cs b/src/core/Dime.i18n.Countries/Nations/Ethiopia.cs deleted file mode 100644 index d5b92d3..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Ethiopia.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Ethiopia : Nation - { - public Ethiopia() - { - Name = "Ethiopia"; - Code = ""; - AltCode = ""; - Translate("en", Name); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/FalklandIslands.cs b/src/core/Dime.i18n.Countries/Nations/FalklandIslands.cs deleted file mode 100644 index eade07c..0000000 --- a/src/core/Dime.i18n.Countries/Nations/FalklandIslands.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class FalklandIslands : Nation - { - public FalklandIslands() - { - Name = "Falkland Islands"; - Code = ""; - AltCode = ""; - Translate("en", Name); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/FaroeIslands.cs b/src/core/Dime.i18n.Countries/Nations/FaroeIslands.cs deleted file mode 100644 index e01874c..0000000 --- a/src/core/Dime.i18n.Countries/Nations/FaroeIslands.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class FaroeIslands : Nation - { - public FaroeIslands() - { - Name = "Faroe Islands"; - Code = ""; - AltCode = ""; - Translate("en", Name); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Fiji.cs b/src/core/Dime.i18n.Countries/Nations/Fiji.cs deleted file mode 100644 index e5b8878..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Fiji.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Fiji : Nation - { - public Fiji() - { - Name = "Fiji"; - Code = ""; - AltCode = ""; - Translate("en", Name); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Finland.cs b/src/core/Dime.i18n.Countries/Nations/Finland.cs deleted file mode 100644 index 1098f3c..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Finland.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Finland : Nation - { - public Finland() - { - Name = "Finland"; - Code = ""; - AltCode = ""; - Translate("en", Name); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/France.cs b/src/core/Dime.i18n.Countries/Nations/France.cs deleted file mode 100644 index 897058e..0000000 --- a/src/core/Dime.i18n.Countries/Nations/France.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class France : Nation - { - public France() - { - Name = "France"; - Code = ""; - AltCode = ""; - Translate("en", Name); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/FrenchGuiana.cs b/src/core/Dime.i18n.Countries/Nations/FrenchGuiana.cs deleted file mode 100644 index 5748abb..0000000 --- a/src/core/Dime.i18n.Countries/Nations/FrenchGuiana.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class FrenchGuiana : Nation - { - public FrenchGuiana() - { - Name = "French Guiana"; - Code = ""; - AltCode = ""; - Translate("en", Name); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/FrenchPolynesia.cs b/src/core/Dime.i18n.Countries/Nations/FrenchPolynesia.cs deleted file mode 100644 index fb8f263..0000000 --- a/src/core/Dime.i18n.Countries/Nations/FrenchPolynesia.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class FrenchPolynesia : Nation - { - public FrenchPolynesia() - { - Name = "French Polynesia"; - Code = ""; - AltCode = ""; - Translate("en", Name); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/FrenchSouthernTerritories.cs b/src/core/Dime.i18n.Countries/Nations/FrenchSouthernTerritories.cs deleted file mode 100644 index 05db693..0000000 --- a/src/core/Dime.i18n.Countries/Nations/FrenchSouthernTerritories.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class FrenchSouthernTerritories : Nation - { - public FrenchSouthernTerritories() - { - Name = "French Southern Territories"; - Code = ""; - AltCode = ""; - Translate("en", nameof(FrenchSouthernTerritories)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Gabon.cs b/src/core/Dime.i18n.Countries/Nations/Gabon.cs deleted file mode 100644 index 1ab13aa..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Gabon.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Gabon : Nation - { - public Gabon() - { - Name = "Gabon"; - Code = ""; - AltCode = ""; - Translate("en", Name); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Gambia.cs b/src/core/Dime.i18n.Countries/Nations/Gambia.cs deleted file mode 100644 index b423cea..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Gambia.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Gambia : Nation - { - public Gambia() - { - Name = "Gambia"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Gambia)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Georgia.cs b/src/core/Dime.i18n.Countries/Nations/Georgia.cs deleted file mode 100644 index 8c59287..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Georgia.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Georgia : Nation - { - public Georgia() - { - Name = "Georgia"; - Code = ""; - AltCode = ""; - Translate("en", Name); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Germany.cs b/src/core/Dime.i18n.Countries/Nations/Germany.cs deleted file mode 100644 index eadd48b..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Germany.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Germany : Nation - { - public Germany() - { - Name = "Germany"; - Code = ""; - AltCode = ""; - Translate("en", Name); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Ghana.cs b/src/core/Dime.i18n.Countries/Nations/Ghana.cs deleted file mode 100644 index d92688e..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Ghana.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Ghana : Nation - { - public Ghana() - { - Name = "Ghana"; - Code = ""; - AltCode = ""; - Translate("en", Name); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Gibraltar.cs b/src/core/Dime.i18n.Countries/Nations/Gibraltar.cs deleted file mode 100644 index 1c85724..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Gibraltar.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Gibraltar : Nation - { - public Gibraltar() - { - Name = "Gibraltar"; - Code = ""; - AltCode = ""; - Translate("en", Name); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Greece.cs b/src/core/Dime.i18n.Countries/Nations/Greece.cs deleted file mode 100644 index e6208bc..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Greece.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Greece : Nation - { - public Greece() - { - Name = "Greece"; - Code = ""; - AltCode = ""; - Translate("en", Name); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Greenland.cs b/src/core/Dime.i18n.Countries/Nations/Greenland.cs deleted file mode 100644 index 5590460..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Greenland.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Greenland : Nation - { - public Greenland() - { - Name = "Greenland"; - Code = ""; - AltCode = ""; - Translate("en", Name); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Grenada.cs b/src/core/Dime.i18n.Countries/Nations/Grenada.cs deleted file mode 100644 index 7062125..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Grenada.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Grenada : Nation - { - public Grenada() - { - Name = "Grenada"; - Code = ""; - AltCode = ""; - Translate("en", Name); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Guadeloupe.cs b/src/core/Dime.i18n.Countries/Nations/Guadeloupe.cs deleted file mode 100644 index 9eff1a3..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Guadeloupe.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Guadeloupe : Nation - { - public Guadeloupe() - { - Name = "Guadeloupe"; - Code = ""; - AltCode = ""; - Translate("en", Name); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Guam.cs b/src/core/Dime.i18n.Countries/Nations/Guam.cs deleted file mode 100644 index 3bb8891..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Guam.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Guam : Nation - { - public Guam() - { - Name = "Guam"; - Code = ""; - AltCode = ""; - Translate("en", Name); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Guatemala.cs b/src/core/Dime.i18n.Countries/Nations/Guatemala.cs deleted file mode 100644 index e79b705..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Guatemala.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Guatemala : Nation - { - public Guatemala() - { - Name = "Guatemala"; - Code = ""; - AltCode = ""; - Translate("en", Name); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Guernsey.cs b/src/core/Dime.i18n.Countries/Nations/Guernsey.cs deleted file mode 100644 index d251dc0..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Guernsey.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Guernsey : Nation - { - public Guernsey() - { - Name = "Guernsey"; - Code = ""; - AltCode = ""; - Translate("en", Name); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Guinea.cs b/src/core/Dime.i18n.Countries/Nations/Guinea.cs deleted file mode 100644 index 00b5885..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Guinea.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Guinea : Nation - { - public Guinea() - { - Name = "Guinea"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Guinea)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/GuineaBissau.cs b/src/core/Dime.i18n.Countries/Nations/GuineaBissau.cs deleted file mode 100644 index fe83bc8..0000000 --- a/src/core/Dime.i18n.Countries/Nations/GuineaBissau.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class GuineaBissau : Nation - { - public GuineaBissau() - { - Name = "Guinea-Bissau"; - Code = ""; - AltCode = ""; - Translate("en", nameof(GuineaBissau)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Guyana.cs b/src/core/Dime.i18n.Countries/Nations/Guyana.cs deleted file mode 100644 index 5533db9..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Guyana.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Guyana : Nation - { - public Guyana() - { - Name = "Guyana"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Guyana)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Haiti.cs b/src/core/Dime.i18n.Countries/Nations/Haiti.cs deleted file mode 100644 index 0a19c18..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Haiti.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Haiti : Nation - { - public Haiti() - { - Name = "Haiti"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Haiti)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/HeardAndMcdonaldIslands.cs b/src/core/Dime.i18n.Countries/Nations/HeardAndMcdonaldIslands.cs deleted file mode 100644 index aca0493..0000000 --- a/src/core/Dime.i18n.Countries/Nations/HeardAndMcdonaldIslands.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class HeardAndMcdonaldIslands : Nation - { - public HeardAndMcdonaldIslands() - { - Name = "Heard and Mcdonald Islands"; - Code = ""; - AltCode = ""; - Translate("en", nameof(HeardAndMcdonaldIslands)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Honduras.cs b/src/core/Dime.i18n.Countries/Nations/Honduras.cs deleted file mode 100644 index 3b07089..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Honduras.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Honduras : Nation - { - public Honduras() - { - Name = "Honduras"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Honduras)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/HongKong.cs b/src/core/Dime.i18n.Countries/Nations/HongKong.cs deleted file mode 100644 index 105b61c..0000000 --- a/src/core/Dime.i18n.Countries/Nations/HongKong.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class HongKong : Nation - { - public HongKong() - { - Name = "Hong Kong"; - Code = ""; - AltCode = ""; - Translate("en", nameof(HongKong)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Hungary.cs b/src/core/Dime.i18n.Countries/Nations/Hungary.cs deleted file mode 100644 index 51f865a..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Hungary.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Hungary : Nation - { - public Hungary() - { - Name = "Hungary"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Hungary)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Iceland.cs b/src/core/Dime.i18n.Countries/Nations/Iceland.cs deleted file mode 100644 index 116dd6d..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Iceland.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Iceland : Nation - { - public Iceland() - { - Name = "Iceland"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Iceland)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/India.cs b/src/core/Dime.i18n.Countries/Nations/India.cs deleted file mode 100644 index 5e4b75f..0000000 --- a/src/core/Dime.i18n.Countries/Nations/India.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class India : Nation - { - public India() - { - Name = "India"; - Code = ""; - AltCode = ""; - Translate("en", nameof(India)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Indonesia.cs b/src/core/Dime.i18n.Countries/Nations/Indonesia.cs deleted file mode 100644 index 6c2f277..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Indonesia.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Indonesia : Nation - { - public Indonesia() - { - Name = "Indonesia"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Indonesia)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Iran.cs b/src/core/Dime.i18n.Countries/Nations/Iran.cs deleted file mode 100644 index 52b853e..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Iran.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Iran : Nation - { - public Iran() - { - Name = "Iran"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Iran)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Iraq.cs b/src/core/Dime.i18n.Countries/Nations/Iraq.cs deleted file mode 100644 index 4917c8e..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Iraq.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Iraq : Nation - { - public Iraq() - { - Name = "Iraq"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Iraq)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Ireland.cs b/src/core/Dime.i18n.Countries/Nations/Ireland.cs deleted file mode 100644 index fe03e0e..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Ireland.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Ireland : Nation - { - public Ireland() - { - Name = "Ireland"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Ireland)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/IsleOfMan.cs b/src/core/Dime.i18n.Countries/Nations/IsleOfMan.cs deleted file mode 100644 index f5a83c8..0000000 --- a/src/core/Dime.i18n.Countries/Nations/IsleOfMan.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class IsleOfMan : Nation - { - public IsleOfMan() - { - Name = "Isle of Man"; - Code = ""; - AltCode = ""; - Translate("en", nameof(IsleOfMan)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Israel.cs b/src/core/Dime.i18n.Countries/Nations/Israel.cs deleted file mode 100644 index 4b8d222..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Israel.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Israel : Nation - { - public Israel() - { - Name = "Israel"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Israel)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Italy.cs b/src/core/Dime.i18n.Countries/Nations/Italy.cs deleted file mode 100644 index e37b4ce..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Italy.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Italy : Nation - { - public Italy() - { - Name = "Italy"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Italy)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Jamaica.cs b/src/core/Dime.i18n.Countries/Nations/Jamaica.cs deleted file mode 100644 index 553086d..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Jamaica.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Jamaica : Nation - { - public Jamaica() - { - Name = "Jamaica"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Jamaica)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Japan.cs b/src/core/Dime.i18n.Countries/Nations/Japan.cs deleted file mode 100644 index 3e0865e..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Japan.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Japan : Nation - { - public Japan() - { - Name = "Japan"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Japan)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Jersey.cs b/src/core/Dime.i18n.Countries/Nations/Jersey.cs deleted file mode 100644 index dc45c0a..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Jersey.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Jersey : Nation - { - public Jersey() - { - Name = "Jersey"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Jersey)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Jordan.cs b/src/core/Dime.i18n.Countries/Nations/Jordan.cs deleted file mode 100644 index 0577061..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Jordan.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Jordan : Nation - { - public Jordan() - { - Name = "Jordan"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Jordan)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Kazakhstan.cs b/src/core/Dime.i18n.Countries/Nations/Kazakhstan.cs deleted file mode 100644 index 7082b78..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Kazakhstan.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Kazakhstan : Nation - { - public Kazakhstan() - { - Name = "Kazakhstan"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Kazakhstan)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Kenya.cs b/src/core/Dime.i18n.Countries/Nations/Kenya.cs deleted file mode 100644 index 8facf77..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Kenya.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Kenya : Nation - { - public Kenya() - { - Name = "Kenya"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Kenya)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Kiribati.cs b/src/core/Dime.i18n.Countries/Nations/Kiribati.cs deleted file mode 100644 index 8f03e24..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Kiribati.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Kiribati : Nation - { - public Kiribati() - { - Name = "Kiribati"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Kiribati)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Kuwait.cs b/src/core/Dime.i18n.Countries/Nations/Kuwait.cs deleted file mode 100644 index a0acf25..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Kuwait.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Kuwait : Nation - { - public Kuwait() - { - Name = "Kuwait"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Kuwait)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Kyrgyzstan.cs b/src/core/Dime.i18n.Countries/Nations/Kyrgyzstan.cs deleted file mode 100644 index 2d61668..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Kyrgyzstan.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Kyrgyzstan : Nation - { - public Kyrgyzstan() - { - Name = "Kyrgyzstan"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Kyrgyzstan)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Laos.cs b/src/core/Dime.i18n.Countries/Nations/Laos.cs deleted file mode 100644 index 5e9f7d5..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Laos.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Laos : Nation - { - public Laos() - { - Name = "Lao PDR"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Laos)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Latvia.cs b/src/core/Dime.i18n.Countries/Nations/Latvia.cs deleted file mode 100644 index db058cf..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Latvia.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Latvia : Nation - { - public Latvia() - { - Name = "Latvia"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Latvia)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Lebanon.cs b/src/core/Dime.i18n.Countries/Nations/Lebanon.cs deleted file mode 100644 index 2ab4eb5..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Lebanon.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Lebanon : Nation - { - public Lebanon() - { - Name = "Lebanon"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Lebanon)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Lesotho.cs b/src/core/Dime.i18n.Countries/Nations/Lesotho.cs deleted file mode 100644 index a9b20f9..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Lesotho.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Lesotho : Nation - { - public Lesotho() - { - Name = "Lesotho"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Lesotho)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Liberia.cs b/src/core/Dime.i18n.Countries/Nations/Liberia.cs deleted file mode 100644 index f4d864a..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Liberia.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Liberia : Nation - { - public Liberia() - { - Name = "Liberia"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Liberia)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Libya.cs b/src/core/Dime.i18n.Countries/Nations/Libya.cs deleted file mode 100644 index 8cb0fd3..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Libya.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Libya : Nation - { - public Libya() - { - Name = "Libya"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Libya)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Liechtenstein.cs b/src/core/Dime.i18n.Countries/Nations/Liechtenstein.cs deleted file mode 100644 index ae8c79c..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Liechtenstein.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Liechtenstein : Nation - { - public Liechtenstein() - { - Name = "Liechtenstein"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Liechtenstein)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Lithuania.cs b/src/core/Dime.i18n.Countries/Nations/Lithuania.cs deleted file mode 100644 index fb74ad9..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Lithuania.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Lithuania : Nation - { - public Lithuania() - { - Name = "Lithuania"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Lithuania)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Luxembourg.cs b/src/core/Dime.i18n.Countries/Nations/Luxembourg.cs deleted file mode 100644 index b4d19d4..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Luxembourg.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Luxembourg : Nation - { - public Luxembourg() - { - Name = "Luxembourg"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Luxembourg)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Macao.cs b/src/core/Dime.i18n.Countries/Nations/Macao.cs deleted file mode 100644 index ab76dd8..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Macao.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Macao : Nation - { - public Macao() - { - Name = "Macao"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Macao)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Macedonia.cs b/src/core/Dime.i18n.Countries/Nations/Macedonia.cs deleted file mode 100644 index 9ff4626..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Macedonia.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Macedonia : Nation - { - public Macedonia() - { - Name = "Macedonia"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Macedonia)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Madagascar.cs b/src/core/Dime.i18n.Countries/Nations/Madagascar.cs deleted file mode 100644 index 5bb1d87..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Madagascar.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Madagascar : Nation - { - public Madagascar() - { - Name = "Madagascar"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Madagascar)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Malawi.cs b/src/core/Dime.i18n.Countries/Nations/Malawi.cs deleted file mode 100644 index 03e8edf..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Malawi.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Malawi : Nation - { - public Malawi() - { - Name = "Malawi"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Malawi)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Malaysia.cs b/src/core/Dime.i18n.Countries/Nations/Malaysia.cs deleted file mode 100644 index 564fd0f..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Malaysia.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Malaysia : Nation - { - public Malaysia() - { - Name = "Malaysia"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Malaysia)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Maldives.cs b/src/core/Dime.i18n.Countries/Nations/Maldives.cs deleted file mode 100644 index 3b3f7d2..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Maldives.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Maldives : Nation - { - public Maldives() - { - Name = "Maldives"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Maldives)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Mali.cs b/src/core/Dime.i18n.Countries/Nations/Mali.cs deleted file mode 100644 index c68549f..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Mali.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Mali : Nation - { - public Mali() - { - Name = "Mali"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Mali)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Malta.cs b/src/core/Dime.i18n.Countries/Nations/Malta.cs deleted file mode 100644 index c8d95f6..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Malta.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Malta : Nation - { - public Malta() - { - Name = "Malta"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Malta)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/MarshallIslands.cs b/src/core/Dime.i18n.Countries/Nations/MarshallIslands.cs deleted file mode 100644 index 47bab00..0000000 --- a/src/core/Dime.i18n.Countries/Nations/MarshallIslands.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class MarshallIslands : Nation - { - public MarshallIslands() - { - Name = "Marshall Islands"; - Code = ""; - AltCode = ""; - Translate("en", nameof(MarshallIslands)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Martinique.cs b/src/core/Dime.i18n.Countries/Nations/Martinique.cs deleted file mode 100644 index da48c11..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Martinique.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Martinique : Nation - { - public Martinique() - { - Name = "Martinique"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Martinique)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Mauritania.cs b/src/core/Dime.i18n.Countries/Nations/Mauritania.cs deleted file mode 100644 index b9244a7..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Mauritania.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Mauritania : Nation - { - public Mauritania() - { - Name = "Mauritania"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Mauritania)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Mauritius.cs b/src/core/Dime.i18n.Countries/Nations/Mauritius.cs deleted file mode 100644 index 7d5605d..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Mauritius.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Mauritius : Nation - { - public Mauritius() - { - Name = "Mauritius"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Mauritius)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Mayotte.cs b/src/core/Dime.i18n.Countries/Nations/Mayotte.cs deleted file mode 100644 index 26eebf8..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Mayotte.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Mayotte : Nation - { - public Mayotte() - { - Name = "Mayotte"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Mayotte)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Mexico.cs b/src/core/Dime.i18n.Countries/Nations/Mexico.cs deleted file mode 100644 index baa3b4a..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Mexico.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Mexico : Nation - { - public Mexico() - { - Name = "Mexico"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Mexico)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Micronesia.cs b/src/core/Dime.i18n.Countries/Nations/Micronesia.cs deleted file mode 100644 index ce0e55e..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Micronesia.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Micronesia : Nation - { - public Micronesia() - { - Name = "Micronesia"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Micronesia)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Moldova.cs b/src/core/Dime.i18n.Countries/Nations/Moldova.cs deleted file mode 100644 index 4dd27a9..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Moldova.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Moldova : Nation - { - public Moldova() - { - Name = "Moldova"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Moldova)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Monaco.cs b/src/core/Dime.i18n.Countries/Nations/Monaco.cs deleted file mode 100644 index d692311..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Monaco.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Monaco : Nation - { - public Monaco() - { - Name = "Monaco"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Monaco)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Mongolia.cs b/src/core/Dime.i18n.Countries/Nations/Mongolia.cs deleted file mode 100644 index fb068bb..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Mongolia.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Mongolia : Nation - { - public Mongolia() - { - Name = "Mongolia"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Mongolia)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Montenegro.cs b/src/core/Dime.i18n.Countries/Nations/Montenegro.cs deleted file mode 100644 index 46ccae4..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Montenegro.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Montenegro : Nation - { - public Montenegro() - { - Name = "Montenegro"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Montenegro)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Montserrat.cs b/src/core/Dime.i18n.Countries/Nations/Montserrat.cs deleted file mode 100644 index 0ae55f1..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Montserrat.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Montserrat : Nation - { - public Montserrat() - { - Name = "Montserrat"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Montserrat)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Morocco.cs b/src/core/Dime.i18n.Countries/Nations/Morocco.cs deleted file mode 100644 index ed5b964..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Morocco.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Morocco : Nation - { - public Morocco() - { - Name = "Morocco"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Morocco)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Mozambique.cs b/src/core/Dime.i18n.Countries/Nations/Mozambique.cs deleted file mode 100644 index 8d0d7a9..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Mozambique.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Mozambique : Nation - { - public Mozambique() - { - Name = "Mozambique"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Mozambique)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Myanmar.cs b/src/core/Dime.i18n.Countries/Nations/Myanmar.cs deleted file mode 100644 index 019f776..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Myanmar.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Myanmar : Nation - { - public Myanmar() - { - Name = "Myanmar"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Myanmar)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Namibia.cs b/src/core/Dime.i18n.Countries/Nations/Namibia.cs deleted file mode 100644 index ff7b5ef..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Namibia.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Namibia : Nation - { - public Namibia() - { - Name = "Namibia"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Namibia)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Nauru.cs b/src/core/Dime.i18n.Countries/Nations/Nauru.cs deleted file mode 100644 index b09d431..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Nauru.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Nauru : Nation - { - public Nauru() - { - Name = "Nauru"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Nauru)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Nepal.cs b/src/core/Dime.i18n.Countries/Nations/Nepal.cs deleted file mode 100644 index e5824b8..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Nepal.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Nepal : Nation - { - public Nepal() - { - Name = "Nepal"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Nepal)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Netherlands.cs b/src/core/Dime.i18n.Countries/Nations/Netherlands.cs deleted file mode 100644 index 75812ae..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Netherlands.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Netherlands : Nation - { - public Netherlands() - { - Name = "Netherlands"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Netherlands)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/NetherlandsAntilles.cs b/src/core/Dime.i18n.Countries/Nations/NetherlandsAntilles.cs deleted file mode 100644 index f1a8e2e..0000000 --- a/src/core/Dime.i18n.Countries/Nations/NetherlandsAntilles.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class NetherlandsAntilles : Nation - { - public NetherlandsAntilles() - { - Name = "Netherlands Antilles"; - Code = ""; - AltCode = ""; - Translate("en", nameof(NetherlandsAntilles)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/NewCaledonia.cs b/src/core/Dime.i18n.Countries/Nations/NewCaledonia.cs deleted file mode 100644 index a31f1f6..0000000 --- a/src/core/Dime.i18n.Countries/Nations/NewCaledonia.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class NewCaledonia : Nation - { - public NewCaledonia() - { - Name = "New Caledonia"; - Code = ""; - AltCode = ""; - Translate("en", nameof(NewCaledonia)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/NewZealand.cs b/src/core/Dime.i18n.Countries/Nations/NewZealand.cs deleted file mode 100644 index d63b0b1..0000000 --- a/src/core/Dime.i18n.Countries/Nations/NewZealand.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class NewZealand : Nation - { - public NewZealand() - { - Name = "New Zealand"; - Code = ""; - AltCode = ""; - Translate("en", nameof(NewZealand)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Nicaragua.cs b/src/core/Dime.i18n.Countries/Nations/Nicaragua.cs deleted file mode 100644 index 65bef78..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Nicaragua.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Nicaragua : Nation - { - public Nicaragua() - { - Name = "Nicaragua"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Nicaragua)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Niger.cs b/src/core/Dime.i18n.Countries/Nations/Niger.cs deleted file mode 100644 index 291b2f2..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Niger.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Niger : Nation - { - public Niger() - { - Name = "Niger"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Niger)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Nigeria.cs b/src/core/Dime.i18n.Countries/Nations/Nigeria.cs deleted file mode 100644 index 2efe674..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Nigeria.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Nigeria : Nation - { - public Nigeria() - { - Name = "Nigeria"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Nigeria)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Niue.cs b/src/core/Dime.i18n.Countries/Nations/Niue.cs deleted file mode 100644 index 97967cf..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Niue.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Niue : Nation - { - public Niue() - { - Name = "Niue"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Niue)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/NorfolkIsland.cs b/src/core/Dime.i18n.Countries/Nations/NorfolkIsland.cs deleted file mode 100644 index 4894287..0000000 --- a/src/core/Dime.i18n.Countries/Nations/NorfolkIsland.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class NorfolkIsland : Nation - { - public NorfolkIsland() - { - Name = "Norfolk Island"; - Code = ""; - AltCode = ""; - Translate("en", nameof(NorfolkIsland)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/NorthKorea.cs b/src/core/Dime.i18n.Countries/Nations/NorthKorea.cs deleted file mode 100644 index 4b4550d..0000000 --- a/src/core/Dime.i18n.Countries/Nations/NorthKorea.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class NorthKorea : Nation - { - public NorthKorea() - { - Name = "Korea (North)"; - Code = ""; - AltCode = ""; - Translate("en", nameof(NorthKorea)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/NorthernMarianaIslands.cs b/src/core/Dime.i18n.Countries/Nations/NorthernMarianaIslands.cs deleted file mode 100644 index 472f988..0000000 --- a/src/core/Dime.i18n.Countries/Nations/NorthernMarianaIslands.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class NorthernMarianaIslands : Nation - { - public NorthernMarianaIslands() - { - Name = "Northern Mariana Islands"; - Code = ""; - AltCode = ""; - Translate("en", nameof(NorthernMarianaIslands)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Norway.cs b/src/core/Dime.i18n.Countries/Nations/Norway.cs deleted file mode 100644 index 2c05586..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Norway.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Norway : Nation - { - public Norway() - { - Name = "Norway"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Norway)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Oman.cs b/src/core/Dime.i18n.Countries/Nations/Oman.cs deleted file mode 100644 index 2724227..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Oman.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Oman : Nation - { - public Oman() - { - Name = "Oman"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Oman)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Pakistan.cs b/src/core/Dime.i18n.Countries/Nations/Pakistan.cs deleted file mode 100644 index 5c8905d..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Pakistan.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Pakistan : Nation - { - public Pakistan() - { - Name = "Pakistan"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Pakistan)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Palau.cs b/src/core/Dime.i18n.Countries/Nations/Palau.cs deleted file mode 100644 index c08fe5e..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Palau.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Palau : Nation - { - public Palau() - { - Name = "Palau"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Palau)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/PalestinianTerritory.cs b/src/core/Dime.i18n.Countries/Nations/PalestinianTerritory.cs deleted file mode 100644 index a56e09f..0000000 --- a/src/core/Dime.i18n.Countries/Nations/PalestinianTerritory.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class PalestinianTerritory : Nation - { - public PalestinianTerritory() - { - Name = "Palestinian Territory"; - Code = ""; - AltCode = ""; - Translate("en", nameof(PalestinianTerritory)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Panama.cs b/src/core/Dime.i18n.Countries/Nations/Panama.cs deleted file mode 100644 index e9dfad5..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Panama.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Panama : Nation - { - public Panama() - { - Name = "Panama"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Panama)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/PapuaNewGuinea.cs b/src/core/Dime.i18n.Countries/Nations/PapuaNewGuinea.cs deleted file mode 100644 index f267e30..0000000 --- a/src/core/Dime.i18n.Countries/Nations/PapuaNewGuinea.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class PapuaNewGuinea : Nation - { - public PapuaNewGuinea() - { - Name = "Papua New Guinea"; - Code = ""; - AltCode = ""; - Translate("en", nameof(PapuaNewGuinea)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Paraguay.cs b/src/core/Dime.i18n.Countries/Nations/Paraguay.cs deleted file mode 100644 index 3d41f8a..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Paraguay.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Paraguay : Nation - { - public Paraguay() - { - Name = "Paraguay"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Paraguay)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Peru.cs b/src/core/Dime.i18n.Countries/Nations/Peru.cs deleted file mode 100644 index 0e15790..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Peru.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Peru : Nation - { - public Peru() - { - Name = "Peru"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Peru)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Philippines.cs b/src/core/Dime.i18n.Countries/Nations/Philippines.cs deleted file mode 100644 index 9481396..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Philippines.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Philippines : Nation - { - public Philippines() - { - Name = "Philippines"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Philippines)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Pitcairn.cs b/src/core/Dime.i18n.Countries/Nations/Pitcairn.cs deleted file mode 100644 index 6588575..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Pitcairn.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Pitcairn : Nation - { - public Pitcairn() - { - Name = "Pitcairn"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Pitcairn)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Poland.cs b/src/core/Dime.i18n.Countries/Nations/Poland.cs deleted file mode 100644 index eae48c5..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Poland.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Poland : Nation - { - public Poland() - { - Name = "Poland"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Poland)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Portugal.cs b/src/core/Dime.i18n.Countries/Nations/Portugal.cs deleted file mode 100644 index dd3f637..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Portugal.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Portugal : Nation - { - public Portugal() - { - Name = "Portugal"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Portugal)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/PuertoRico.cs b/src/core/Dime.i18n.Countries/Nations/PuertoRico.cs deleted file mode 100644 index e2ce5ac..0000000 --- a/src/core/Dime.i18n.Countries/Nations/PuertoRico.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class PuertoRico : Nation - { - public PuertoRico() - { - Name = "Puerto Rico"; - Code = ""; - AltCode = ""; - Translate("en", nameof(PuertoRico)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Qatar.cs b/src/core/Dime.i18n.Countries/Nations/Qatar.cs deleted file mode 100644 index fb50c56..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Qatar.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Qatar : Nation - { - public Qatar() - { - Name = "Qatar"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Qatar)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Reunion.cs b/src/core/Dime.i18n.Countries/Nations/Reunion.cs deleted file mode 100644 index 6b798e7..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Reunion.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Reunion : Nation - { - public Reunion() - { - Name = "Réunion"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Reunion)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Romania.cs b/src/core/Dime.i18n.Countries/Nations/Romania.cs deleted file mode 100644 index 2384f5f..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Romania.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Romania : Nation - { - public Romania() - { - Name = "Romania"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Romania)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Russia.cs b/src/core/Dime.i18n.Countries/Nations/Russia.cs deleted file mode 100644 index ea21c4b..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Russia.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Russia : Nation - { - public Russia() - { - Name = "Russian Federation"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Russia)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Rwanda.cs b/src/core/Dime.i18n.Countries/Nations/Rwanda.cs deleted file mode 100644 index 2e91558..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Rwanda.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Rwanda : Nation - { - public Rwanda() - { - Name = "Rwanda"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Rwanda)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/SaintBarthelemy.cs b/src/core/Dime.i18n.Countries/Nations/SaintBarthelemy.cs deleted file mode 100644 index 2d04635..0000000 --- a/src/core/Dime.i18n.Countries/Nations/SaintBarthelemy.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class SaintBarthelemy : Nation - { - public SaintBarthelemy() - { - Name = "Saint-Barthélemy"; - Code = ""; - AltCode = ""; - Translate("en", nameof(SaintBarthelemy)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/SaintHelena.cs b/src/core/Dime.i18n.Countries/Nations/SaintHelena.cs deleted file mode 100644 index c175167..0000000 --- a/src/core/Dime.i18n.Countries/Nations/SaintHelena.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class SaintHelena : Nation - { - public SaintHelena() - { - Name = "Saint Helena"; - Code = ""; - AltCode = ""; - Translate("en", nameof(SaintHelena)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/SaintKittsandNevis.cs b/src/core/Dime.i18n.Countries/Nations/SaintKittsandNevis.cs deleted file mode 100644 index e550810..0000000 --- a/src/core/Dime.i18n.Countries/Nations/SaintKittsandNevis.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class SaintKittsandNevis : Nation - { - public SaintKittsandNevis() - { - Name = "Saint Kitts and Nevis"; - Code = ""; - AltCode = ""; - Translate("en", nameof(SaintKittsandNevis)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/SaintLucia.cs b/src/core/Dime.i18n.Countries/Nations/SaintLucia.cs deleted file mode 100644 index c4fbe91..0000000 --- a/src/core/Dime.i18n.Countries/Nations/SaintLucia.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class SaintLucia : Nation - { - public SaintLucia() - { - Name = "Saint Lucia"; - Code = ""; - AltCode = ""; - Translate("en", nameof(SaintLucia)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/SaintMartin.cs b/src/core/Dime.i18n.Countries/Nations/SaintMartin.cs deleted file mode 100644 index 5dc41db..0000000 --- a/src/core/Dime.i18n.Countries/Nations/SaintMartin.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class SaintMartin : Nation - { - public SaintMartin() - { - Name = "Saint-Martin (French part)"; - Code = ""; - AltCode = ""; - Translate("en", nameof(SaintMartin)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/SaintPierreAndMiquelon.cs b/src/core/Dime.i18n.Countries/Nations/SaintPierreAndMiquelon.cs deleted file mode 100644 index c2333bb..0000000 --- a/src/core/Dime.i18n.Countries/Nations/SaintPierreAndMiquelon.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class SaintPierreAndMiquelon : Nation - { - public SaintPierreAndMiquelon() - { - Name = "Saint Pierre and Miquelon"; - Code = ""; - AltCode = ""; - Translate("en", nameof(SaintPierreAndMiquelon)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/SaintVincentAndGrenadines.cs b/src/core/Dime.i18n.Countries/Nations/SaintVincentAndGrenadines.cs deleted file mode 100644 index d512e86..0000000 --- a/src/core/Dime.i18n.Countries/Nations/SaintVincentAndGrenadines.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class SaintVincentAndGrenadines : Nation - { - public SaintVincentAndGrenadines() - { - Name = "Saint Vincent and Grenadines"; - Code = ""; - AltCode = ""; - Translate("en", nameof(SaintVincentAndGrenadines)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Samoa.cs b/src/core/Dime.i18n.Countries/Nations/Samoa.cs deleted file mode 100644 index 58a40f9..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Samoa.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Samoa : Nation - { - public Samoa() - { - Name = "Samoa"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Samoa)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/SanMarino.cs b/src/core/Dime.i18n.Countries/Nations/SanMarino.cs deleted file mode 100644 index ff5cd13..0000000 --- a/src/core/Dime.i18n.Countries/Nations/SanMarino.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class SanMarino : Nation - { - public SanMarino() - { - Name = "San Marino"; - Code = ""; - AltCode = ""; - Translate("en", nameof(SanMarino)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/SaoTomeAndPrincipe.cs b/src/core/Dime.i18n.Countries/Nations/SaoTomeAndPrincipe.cs deleted file mode 100644 index 8ae53de..0000000 --- a/src/core/Dime.i18n.Countries/Nations/SaoTomeAndPrincipe.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class SaoTomeAndPrincipe : Nation - { - public SaoTomeAndPrincipe() - { - Name = "Sao Tome and Principe"; - Code = ""; - AltCode = ""; - Translate("en", nameof(SaoTomeAndPrincipe)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/SaudiArabia.cs b/src/core/Dime.i18n.Countries/Nations/SaudiArabia.cs deleted file mode 100644 index 049796c..0000000 --- a/src/core/Dime.i18n.Countries/Nations/SaudiArabia.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class SaudiArabia : Nation - { - public SaudiArabia() - { - Name = "Saudi Arabia"; - Code = ""; - AltCode = ""; - Translate("en", nameof(SaudiArabia)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Senegal.cs b/src/core/Dime.i18n.Countries/Nations/Senegal.cs deleted file mode 100644 index 34ae4c8..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Senegal.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Senegal : Nation - { - public Senegal() - { - Name = "Senegal"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Senegal)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Serbia.cs b/src/core/Dime.i18n.Countries/Nations/Serbia.cs deleted file mode 100644 index fb0b30e..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Serbia.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Serbia : Nation - { - public Serbia() - { - Name = "Serbia"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Serbia)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Seychelles.cs b/src/core/Dime.i18n.Countries/Nations/Seychelles.cs deleted file mode 100644 index b3e0465..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Seychelles.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Seychelles : Nation - { - public Seychelles() - { - Name = "Seychelles"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Seychelles)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/SierraLeone.cs b/src/core/Dime.i18n.Countries/Nations/SierraLeone.cs deleted file mode 100644 index f560996..0000000 --- a/src/core/Dime.i18n.Countries/Nations/SierraLeone.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class SierraLeone : Nation - { - public SierraLeone() - { - Name = "Sierra Leone"; - Code = ""; - AltCode = ""; - Translate("en", nameof(SierraLeone)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Singapore.cs b/src/core/Dime.i18n.Countries/Nations/Singapore.cs deleted file mode 100644 index ddc38e9..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Singapore.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Singapore : Nation - { - public Singapore() - { - Name = "Singapore"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Singapore)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Slovakia.cs b/src/core/Dime.i18n.Countries/Nations/Slovakia.cs deleted file mode 100644 index 98e20f8..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Slovakia.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Slovakia : Nation - { - public Slovakia() - { - Name = "Slovakia"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Slovakia)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Slovenia.cs b/src/core/Dime.i18n.Countries/Nations/Slovenia.cs deleted file mode 100644 index 2141408..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Slovenia.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Slovenia : Nation - { - public Slovenia() - { - Name = "Slovenia"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Slovenia)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/SolomonIslands.cs b/src/core/Dime.i18n.Countries/Nations/SolomonIslands.cs deleted file mode 100644 index 4f36e4c..0000000 --- a/src/core/Dime.i18n.Countries/Nations/SolomonIslands.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class SolomonIslands : Nation - { - public SolomonIslands() - { - Name = "Solomon Islands"; - Code = ""; - AltCode = ""; - Translate("en", nameof(SolomonIslands)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Somalia.cs b/src/core/Dime.i18n.Countries/Nations/Somalia.cs deleted file mode 100644 index 3125a3f..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Somalia.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Somalia : Nation - { - public Somalia() - { - Name = "Somalia"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Somalia)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/SouthAfrica.cs b/src/core/Dime.i18n.Countries/Nations/SouthAfrica.cs deleted file mode 100644 index fc5877a..0000000 --- a/src/core/Dime.i18n.Countries/Nations/SouthAfrica.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class SouthAfrica : Nation - { - public SouthAfrica() - { - Name = "South Africa"; - Code = ""; - AltCode = ""; - Translate("en", nameof(SouthAfrica)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/SouthGeorgia.cs b/src/core/Dime.i18n.Countries/Nations/SouthGeorgia.cs deleted file mode 100644 index 199f93f..0000000 --- a/src/core/Dime.i18n.Countries/Nations/SouthGeorgia.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class SouthGeorgia : Nation - { - public SouthGeorgia() - { - Name = "South Georgia and the South Sandwich Islands"; - Code = ""; - AltCode = ""; - Translate("en", nameof(SouthGeorgia)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/SouthKorea.cs b/src/core/Dime.i18n.Countries/Nations/SouthKorea.cs deleted file mode 100644 index 85373e0..0000000 --- a/src/core/Dime.i18n.Countries/Nations/SouthKorea.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class SouthKorea : Nation - { - public SouthKorea() - { - Name = "Korea (South)"; - Code = ""; - AltCode = ""; - Translate("en", nameof(SouthKorea)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/SouthSudan.cs b/src/core/Dime.i18n.Countries/Nations/SouthSudan.cs deleted file mode 100644 index 857f8a5..0000000 --- a/src/core/Dime.i18n.Countries/Nations/SouthSudan.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class SouthSudan : Nation - { - public SouthSudan() - { - Name = "South Sudan"; - Code = ""; - AltCode = ""; - Translate("en", nameof(SouthSudan)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Spain.cs b/src/core/Dime.i18n.Countries/Nations/Spain.cs deleted file mode 100644 index 5693fbc..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Spain.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Spain : Nation - { - public Spain() - { - Name = "Spain"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Spain)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/SriLanka.cs b/src/core/Dime.i18n.Countries/Nations/SriLanka.cs deleted file mode 100644 index 2910bc8..0000000 --- a/src/core/Dime.i18n.Countries/Nations/SriLanka.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class SriLanka : Nation - { - public SriLanka() - { - Name = "Sri Lanka"; - Code = ""; - AltCode = ""; - Translate("en", nameof(SriLanka)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Sudan.cs b/src/core/Dime.i18n.Countries/Nations/Sudan.cs deleted file mode 100644 index 9bd02c4..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Sudan.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Sudan : Nation - { - public Sudan() - { - Name = "Sudan"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Sudan)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Suriname.cs b/src/core/Dime.i18n.Countries/Nations/Suriname.cs deleted file mode 100644 index 2faef09..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Suriname.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Suriname : Nation - { - public Suriname() - { - Name = "Suriname"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Suriname)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/SvalbardAndJanMayenIslands.cs b/src/core/Dime.i18n.Countries/Nations/SvalbardAndJanMayenIslands.cs deleted file mode 100644 index 43771cf..0000000 --- a/src/core/Dime.i18n.Countries/Nations/SvalbardAndJanMayenIslands.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class SvalbardAndJanMayenIslands : Nation - { - public SvalbardAndJanMayenIslands() - { - Name = "Svalbard and Jan Mayen Islands"; - Code = ""; - AltCode = ""; - Translate("en", nameof(SvalbardAndJanMayenIslands)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Swaziland.cs b/src/core/Dime.i18n.Countries/Nations/Swaziland.cs deleted file mode 100644 index 8bb554b..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Swaziland.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Swaziland : Nation - { - public Swaziland() - { - Name = "Swaziland"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Swaziland)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Sweden.cs b/src/core/Dime.i18n.Countries/Nations/Sweden.cs deleted file mode 100644 index 58753c1..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Sweden.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Sweden : Nation - { - public Sweden() - { - Name = "Sweden"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Sweden)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Switzerland.cs b/src/core/Dime.i18n.Countries/Nations/Switzerland.cs deleted file mode 100644 index c6df227..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Switzerland.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Switzerland : Nation - { - public Switzerland() - { - Name = "Switzerland"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Switzerland)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Syria.cs b/src/core/Dime.i18n.Countries/Nations/Syria.cs deleted file mode 100644 index 5b16fd6..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Syria.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Syria : Nation - { - public Syria() - { - Name = "Syrian Arab Republic (Syria)"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Syria)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Taiwan.cs b/src/core/Dime.i18n.Countries/Nations/Taiwan.cs deleted file mode 100644 index e4698e5..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Taiwan.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Taiwan : Nation - { - public Taiwan() - { - Name = "Taiwan"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Taiwan)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Tajikistan.cs b/src/core/Dime.i18n.Countries/Nations/Tajikistan.cs deleted file mode 100644 index 3c8f5eb..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Tajikistan.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Tajikistan : Nation - { - public Tajikistan() - { - Name = "Tajikistan"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Tajikistan)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Tanzania.cs b/src/core/Dime.i18n.Countries/Nations/Tanzania.cs deleted file mode 100644 index f373a2e..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Tanzania.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Tanzania : Nation - { - public Tanzania() - { - Name = "Tanzania"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Tanzania)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Thailand.cs b/src/core/Dime.i18n.Countries/Nations/Thailand.cs deleted file mode 100644 index dc80a0e..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Thailand.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Thailand : Nation - { - public Thailand() - { - Name = "Thailand"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Thailand)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/TimorLeste.cs b/src/core/Dime.i18n.Countries/Nations/TimorLeste.cs deleted file mode 100644 index 38b7297..0000000 --- a/src/core/Dime.i18n.Countries/Nations/TimorLeste.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class TimorLeste : Nation - { - public TimorLeste() - { - Name = "Timor-Leste"; - Code = ""; - AltCode = ""; - Translate("en", nameof(TimorLeste)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Togo.cs b/src/core/Dime.i18n.Countries/Nations/Togo.cs deleted file mode 100644 index 73958ce..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Togo.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Togo : Nation - { - public Togo() - { - Name = "Togo"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Togo)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Tokelau.cs b/src/core/Dime.i18n.Countries/Nations/Tokelau.cs deleted file mode 100644 index 18bc63c..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Tokelau.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Tokelau : Nation - { - public Tokelau() - { - Name = "Tokelau"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Tokelau)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Tonga.cs b/src/core/Dime.i18n.Countries/Nations/Tonga.cs deleted file mode 100644 index 2208cb9..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Tonga.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Tonga : Nation - { - public Tonga() - { - Name = "Tonga"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Tonga)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/TrinidadAndTobago.cs b/src/core/Dime.i18n.Countries/Nations/TrinidadAndTobago.cs deleted file mode 100644 index 02410f7..0000000 --- a/src/core/Dime.i18n.Countries/Nations/TrinidadAndTobago.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class TrinidadAndTobago : Nation - { - public TrinidadAndTobago() - { - Name = "Trinidad and Tobago"; - Code = ""; - AltCode = ""; - Translate("en", nameof(TrinidadAndTobago)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Tunisia.cs b/src/core/Dime.i18n.Countries/Nations/Tunisia.cs deleted file mode 100644 index 3f81567..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Tunisia.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Tunisia : Nation - { - public Tunisia() - { - Name = "Tunisia"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Tunisia)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Turkey.cs b/src/core/Dime.i18n.Countries/Nations/Turkey.cs deleted file mode 100644 index 4de3c1c..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Turkey.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Turkey : Nation - { - public Turkey() - { - Name = "Turkey"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Turkey)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Turkmenistan.cs b/src/core/Dime.i18n.Countries/Nations/Turkmenistan.cs deleted file mode 100644 index eed02eb..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Turkmenistan.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Turkmenistan : Nation - { - public Turkmenistan() - { - Name = "Turkmenistan"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Turkmenistan)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/TurksAndCaicosIslands.cs b/src/core/Dime.i18n.Countries/Nations/TurksAndCaicosIslands.cs deleted file mode 100644 index 5c0d793..0000000 --- a/src/core/Dime.i18n.Countries/Nations/TurksAndCaicosIslands.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class TurksAndCaicosIslands : Nation - { - public TurksAndCaicosIslands() - { - Name = "Turks and Caicos Islands"; - Code = ""; - AltCode = ""; - Translate("en", nameof(TurksAndCaicosIslands)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Tuvalu.cs b/src/core/Dime.i18n.Countries/Nations/Tuvalu.cs deleted file mode 100644 index bdd4498..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Tuvalu.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Tuvalu : Nation - { - public Tuvalu() - { - Name = "Tuvalu"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Tuvalu)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/USMinorOutlyingIslands.cs b/src/core/Dime.i18n.Countries/Nations/USMinorOutlyingIslands.cs deleted file mode 100644 index a2e59ff..0000000 --- a/src/core/Dime.i18n.Countries/Nations/USMinorOutlyingIslands.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class USMinorOutlyingIslands : Nation - { - public USMinorOutlyingIslands() - { - Name = "US Minor Outlying Islands"; - Code = "UM"; - AltCode = "UMI"; - Translate("en", Name); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Uganda.cs b/src/core/Dime.i18n.Countries/Nations/Uganda.cs deleted file mode 100644 index 84b3f7a..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Uganda.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Uganda : Nation - { - public Uganda() - { - Name = "Uganda"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Uganda)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Ukraine.cs b/src/core/Dime.i18n.Countries/Nations/Ukraine.cs deleted file mode 100644 index b316427..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Ukraine.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Ukraine : Nation - { - public Ukraine() - { - Name = "Ukraine"; - Code = "UA"; - AltCode = "UKR"; - Translate("en", nameof(Ukraine)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/UnitedArabEmirates.cs b/src/core/Dime.i18n.Countries/Nations/UnitedArabEmirates.cs deleted file mode 100644 index c56915a..0000000 --- a/src/core/Dime.i18n.Countries/Nations/UnitedArabEmirates.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class UnitedArabEmirates : Nation - { - public UnitedArabEmirates() - { - Name = "United Arab Emirates"; - Code = ""; - AltCode = ""; - Translate("en", nameof(UnitedArabEmirates)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/UnitedKingdom.cs b/src/core/Dime.i18n.Countries/Nations/UnitedKingdom.cs deleted file mode 100644 index a38db32..0000000 --- a/src/core/Dime.i18n.Countries/Nations/UnitedKingdom.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class UnitedKingdom : Nation - { - public UnitedKingdom() - { - Name = "United Kingdom"; - Code = "GB"; - AltCode = "GBR"; - Translate("en", Name); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/UnitedStatesOfAmerica.cs b/src/core/Dime.i18n.Countries/Nations/UnitedStatesOfAmerica.cs deleted file mode 100644 index 89930af..0000000 --- a/src/core/Dime.i18n.Countries/Nations/UnitedStatesOfAmerica.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class UnitedStatesOfAmerica : Nation - { - public UnitedStatesOfAmerica() - { - Name = "United States of America"; - Code = ""; - AltCode = ""; - Translate("en", nameof(UnitedStatesOfAmerica)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Uruguay.cs b/src/core/Dime.i18n.Countries/Nations/Uruguay.cs deleted file mode 100644 index ce2d20c..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Uruguay.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Uruguay : Nation - { - public Uruguay() - { - Name = "Uruguay"; - Code = ""; - AltCode = ""; - Translate("en", nameof(Uruguay)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Uzbekistan.cs b/src/core/Dime.i18n.Countries/Nations/Uzbekistan.cs deleted file mode 100644 index a91dd70..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Uzbekistan.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Uzbekistan : Nation - { - public Uzbekistan() - { - Name = "Uzbekistan"; - Code = "UZ"; - AltCode = "UZB"; - Translate("en", Name); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Vanuatu.cs b/src/core/Dime.i18n.Countries/Nations/Vanuatu.cs deleted file mode 100644 index 58f94de..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Vanuatu.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Vanuatu : Nation - { - public Vanuatu() - { - Name = "Vanuatu"; - Code = "VUT"; - AltCode = "VUT"; - Translate("en", Name); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/VaticanCity.cs b/src/core/Dime.i18n.Countries/Nations/VaticanCity.cs deleted file mode 100644 index c8f106a..0000000 --- a/src/core/Dime.i18n.Countries/Nations/VaticanCity.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class VaticanCity : Nation - { - public VaticanCity() - { - Name = "Holy See (Vatican City State)"; - Code = ""; - AltCode = ""; - Translate("en", nameof(VaticanCity)); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Venezuela.cs b/src/core/Dime.i18n.Countries/Nations/Venezuela.cs deleted file mode 100644 index efec563..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Venezuela.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Venezuela : Nation - { - public Venezuela() - { - Name = "Venezuela"; - Code = "VEN"; - AltCode = "VEN"; - Translate("en", Name); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Vietnam.cs b/src/core/Dime.i18n.Countries/Nations/Vietnam.cs deleted file mode 100644 index a5614f6..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Vietnam.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Vietnam : Nation - { - public Vietnam() - { - Name = "Vietnam"; - Code = "VNM"; - AltCode = "VNM"; - Translate("en", Name); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/VirginIslands.cs b/src/core/Dime.i18n.Countries/Nations/VirginIslands.cs deleted file mode 100644 index 7aded25..0000000 --- a/src/core/Dime.i18n.Countries/Nations/VirginIslands.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class VirginIslands : Nation - { - public VirginIslands() - { - Name = "Virgin Islands"; - Code = "VI"; - AltCode = "VIR"; - Translate("en", Name); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/WallisAndFutunaIslands.cs b/src/core/Dime.i18n.Countries/Nations/WallisAndFutunaIslands.cs deleted file mode 100644 index 2158156..0000000 --- a/src/core/Dime.i18n.Countries/Nations/WallisAndFutunaIslands.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class WallisAndFutunaIslands : Nation - { - public WallisAndFutunaIslands() - { - Name = "Wallis and Futuna Islands"; - Code = "WF"; - AltCode = "WLF"; - Translate("en", Name); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/WesternSahara.cs b/src/core/Dime.i18n.Countries/Nations/WesternSahara.cs deleted file mode 100644 index 7a394f8..0000000 --- a/src/core/Dime.i18n.Countries/Nations/WesternSahara.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class WesternSahara : Nation - { - public WesternSahara() - { - Name = "Western Sahara"; - Code = "EH"; - AltCode = "ESH"; - Translate("en", Name); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Yemen.cs b/src/core/Dime.i18n.Countries/Nations/Yemen.cs deleted file mode 100644 index 7832bf3..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Yemen.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Yemen : Nation - { - public Yemen() - { - Name = "Yemen"; - Code = "YE"; - AltCode = "YEM"; - Translate("en", Name); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Zambia.cs b/src/core/Dime.i18n.Countries/Nations/Zambia.cs deleted file mode 100644 index 149381d..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Zambia.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Zambia : Nation - { - public Zambia() - { - Name = "Zambia"; - Code = "ZM"; - AltCode = "ZMB"; - Translate("en", Name); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Nations/Zimbabwe.cs b/src/core/Dime.i18n.Countries/Nations/Zimbabwe.cs deleted file mode 100644 index 73f33fa..0000000 --- a/src/core/Dime.i18n.Countries/Nations/Zimbabwe.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Dime.i18n.Countries.Nations -{ - internal class Zimbabwe : Nation - { - public Zimbabwe() - { - Name = "Zimbabwe"; - Code = "ZW"; - AltCode = "ZWE"; - Translate("en", Name); - } - } -} \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/NationsList.cs b/src/core/Dime.i18n.Countries/NationsList.cs index a0f1c05..35e726f 100644 --- a/src/core/Dime.i18n.Countries/NationsList.cs +++ b/src/core/Dime.i18n.Countries/NationsList.cs @@ -2,6 +2,7 @@ using System.Collections.Generic; using System.Linq; using Dime.i18n.Countries.Nations; +using Dime.i18n.Countries.Translations; namespace System.Globalization.Countries { @@ -15,259 +16,262 @@ public Nation this[string countryId] { get { - bool predicate(Nation x) => x.Code == countryId || x.AltCode == countryId || x.Locales.Any(y => y.Value == countryId); + bool predicate(Nation x) => x.Code.Equals(countryId, StringComparison.OrdinalIgnoreCase) + || x.AltCode.Equals(countryId, StringComparison.OrdinalIgnoreCase) + || x.Locales.Any(y => y.Value.Equals(countryId, StringComparison.OrdinalIgnoreCase)); + return _nations.FirstOrDefault(predicate); } } private static readonly IEnumerable _nations = new List() { - new Afghanistan(), - new AlandIslands(), - new Albania(), - new Algeria(), - new AmericanSamoa(), - new Andorra(), - new Angola(), - new Anguilla(), - new Antarctica(), - new AntiguaAndBarbuda(), - new Argentina(), - new Armenia(), - new Aruba(), - new Australia(), - new Austria(), - new Azerbaijan(), - new Bahamas(), - new Bahrain(), - new Bangladesh(), - new Barbados(), - new Belarus(), - new Belgium(), - new Belize(), - new Benin(), - new Bermuda(), - new Bhutan(), - new Bolivia(), - new BosniaAndHerzegovina(), - new Botswana(), - new BouvetIsland(), - new Brazil(), - new BritishIndianOceanTerritory(), - new BritishVirginIslands(), - new Brunei(), - new Bulgaria(), - new BurkinaFaso(), - new Burundi(), - new Cambodia(), - new Cameroon(), - new Canada(), - new CapeVerde(), - new CaymanIslands(), - new CentralAfricanRepublic(), - new Chad(), - new Chile(), - new China(), - new ChristmasIsland(), - new CocosIslands(), - new Colombia(), - new Comoros(), - new Congo(), - new CongoDRC(), - new CookIslands(), - new CostaRica(), - new CoteIvoire(), - new Croatia(), - new Cuba(), - new Cyprus(), - new CzechRepublic(), - new Denmark(), - new Djibouti(), - new Dominica(), - new DominicanRepublic(), - new Ecuador(), - new Egypt(), - new ElSalvador(), - new EquatorialGuinea(), - new Eritrea(), - new Estonia(), - new Ethiopia(), - new FalklandIslands(), - new FaroeIslands(), - new Fiji(), - new Finland(), - new France(), - new FrenchGuiana(), - new FrenchPolynesia(), - new FrenchSouthernTerritories(), - new Gabon(), - new Gambia(), - new Georgia(), - new Germany(), - new Ghana(), - new Gibraltar(), - new Greece(), - new Greenland(), - new Grenada(), - new Guadeloupe(), - new Guam(), - new Guatemala(), - new Guernsey(), - new Guinea(), - new GuineaBissau(), - new Guyana(), - new Haiti(), - new HeardAndMcdonaldIslands(), - new Honduras(), - new HongKong(), - new Hungary(), - new Iceland(), - new India(), - new Indonesia(), - new Iran(), - new Iraq(), - new Ireland(), - new IsleOfMan(), - new Israel(), - new Italy(), - new Jamaica(), - new Japan(), - new Jersey(), - new Jordan(), - new Kazakhstan(), - new Kenya(), - new Kiribati(), - new Kuwait(), - new Kyrgyzstan(), - new Laos(), - new Latvia(), - new Lebanon(), - new Lesotho(), - new Liberia(), - new Libya(), - new Liechtenstein(), - new Lithuania(), - new Luxembourg(), - new Macao(), - new Macedonia(), - new Madagascar(), - new Malawi(), - new Malaysia(), - new Maldives(), - new Mali(), - new Malta(), - new MarshallIslands(), - new Martinique(), - new Mauritania(), - new Mauritius(), - new Mayotte(), - new Mexico(), - new Micronesia(), - new Moldova(), - new Monaco(), - new Mongolia(), - new Montenegro(), - new Montserrat(), - new Morocco(), - new Mozambique(), - new Myanmar(), - new Namibia(), - new Nauru(), - new Nepal(), - new Netherlands(), - new NetherlandsAntilles(), - new NewCaledonia(), - new NewZealand(), - new Nicaragua(), - new Niger(), - new Nigeria(), - new Niue(), - new NorfolkIsland(), - new NorthernMarianaIslands(), - new NorthKorea(), - new Norway(), - new Oman(), - new Pakistan(), - new Palau(), - new PalestinianTerritory(), - new Panama(), - new PapuaNewGuinea(), - new Paraguay(), - new Peru(), - new Philippines(), - new Pitcairn(), - new Poland(), - new Portugal(), - new PuertoRico(), - new Qatar(), - new Romania(), - new Russia(), - new Rwanda(), - new Reunion(), - new SaintBarthelemy(), - new SaintHelena(), - new SaintKittsandNevis(), - new SaintLucia(), - new SaintMartin(), - new SaintPierreAndMiquelon(), - new SaintVincentAndGrenadines(), - new Samoa(), - new SanMarino(), - new SaoTomeAndPrincipe(), - new SaudiArabia(), - new Senegal(), - new Serbia(), - new Seychelles(), - new SierraLeone(), - new Singapore(), - new Slovakia(), - new Slovenia(), - new SolomonIslands(), - new Somalia(), - new SouthAfrica(), - new SouthGeorgia(), - new SouthKorea(), - new SouthSudan(), - new Spain(), - new SriLanka(), - new Sudan(), - new Suriname(), - new SvalbardAndJanMayenIslands(), - new Swaziland(), - new Sweden(), - new Switzerland(), - new Syria(), - new Taiwan(), - new Tajikistan(), - new Tanzania(), - new Thailand(), - new TimorLeste(), - new Togo(), - new Tokelau(), - new Tonga(), - new TrinidadAndTobago(), - new Tunisia(), - new Turkey(), - new Turkmenistan(), - new TurksAndCaicosIslands(), - new Tuvalu(), - new Uganda(), - new Ukraine(), - new UnitedArabEmirates(), - new UnitedKingdom(), - new UnitedStatesOfAmerica(), - new Uruguay(), - new USMinorOutlyingIslands(), - new Uzbekistan(), - new Vanuatu(), - new VaticanCity(), - new Venezuela(), - new Vietnam(), - new VirginIslands(), - new WallisAndFutunaIslands(), - new WesternSahara(), - new Yemen(), - new Zambia(), - new Zimbabwe(), + new Nation("Afghanistan", "AF", "AFG", typeof(Afghanistan)), + new Nation("Aland Islands", "AX", "ALA", typeof(AlandIslands)), + new Nation("Albania", "AL", "ALB", typeof(Albania)), + new Nation("Algeria", "DZ", "DZA", typeof(Algeria)), + new Nation("American Samoa", "AS", "ASM", typeof(AmericanSamoa)), + new Nation("Andorra", "AD", "AND", typeof(Andorra)), + new Nation("Angola", "AO", "AGO", typeof(Angola)), + new Nation("Anguilla", "AI", "AIA",typeof(Anguilla)), + new Nation("Antarctica", "AQ", "ATA", typeof(Antarctica)), + new Nation("Antigua and Barbuda", "AG", "ATG", typeof(AntiguaAndBarbuda)), + new Nation("Argentina", "AR", "ARG", typeof(Argentina)), + new Nation("Armenia", "AM", "ARM", typeof(Armenia)), + new Nation("Aruba", "AW", "ABW", typeof(Aruba)), + new Nation("Australia", "AU", "AUS", typeof(Australia)), + new Nation("Austria", "AT", "AUT", typeof(Austria)), + new Nation("Azerbaijan", "AZ", "AZE", typeof(Azerbaijan)), + new Nation("Bahamas", "BS", "BHS", typeof(Bahamas)), + new Nation("Bahrain", "BH", "BHR", typeof(Bahrain)), + new Nation("Bangladesh", "BD", "BGD", typeof(Bangladesh)), + new Nation("Barbados", "BB", "BRB", typeof(Barbados)), + new Nation("Belarus", "BY", "BLR", typeof(Belarus)), + new Nation("Belgium", "BE", "BEL", typeof(Belgium)), + new Nation("Belize", "BZ", "BLZ", typeof(Belize)), + new Nation("Benin", "BJ", "BEN", typeof(Benin)), + new Nation("Bermuda", "BM", "BMU", typeof(Bermuda)), + new Nation("Bhutan", "BT", "BTN", typeof(Bhutan)), + new Nation("Bolivia", "BO", "BOL", typeof(Bolivia)), + new Nation("Bosnia and Herzegovina", "BA", "BIH", typeof(BosniaAndHerzegovina)), + new Nation("Botswana", "BW", "BWA", typeof(Botswana)), + new Nation("Bouvet Island","BV","BVT", typeof(BouvetIsland)), + new Nation("Brazil","BR","BRA", typeof(Brazil)), + new Nation("British Virgin Islands","VG","VGB", typeof(BritishVirginIslands)), + new Nation("British Indian Ocean Territory","IO","IOT", typeof(BritishIndianOceanTerritory)), + new Nation("Brunei Darussalam","BN","BRN", typeof(Brunei)), + new Nation("Bulgaria","BG","BGR", typeof(Bulgaria)), + new Nation("Burkina Faso","BF","BFA", typeof(BurkinaFaso)), + new Nation("Burundi","BI","BDI", typeof(Burundi)), + new Nation("Cambodia","KH","KHM", typeof(Cambodia)), + new Nation("Cameroon","CM","CMR", typeof(Cameroon)), + new Nation("Canada","CA","CAN", typeof(Canada)), + new Nation("Cape Verde","CV","CPV", typeof(CapeVerde)), + new Nation("Cayman Islands","KY","CYM", typeof(CaymanIslands)), + new Nation("Central African Republic","CF","CAF", typeof(CentralAfricanRepublic)), + new Nation("Chad","TD","TCD", typeof(Chad)), + new Nation("Chile","CL","CHL", typeof(Chile)), + new Nation("China","CN","CHN", typeof(China)), + new Nation("Hong Kong","HK","HKG", typeof(HongKong)), + new Nation("Macao","MO","MAC", typeof(Macao)), + new Nation("Christmas Island","CX","CXR", typeof(ChristmasIsland)), + new Nation("Cocos (Keeling) Islands","CC","CCK", typeof(CocosIslands)), + new Nation("Colombia","CO","COL", typeof(Colombia)), + new Nation("Comoros","KM","COM", typeof(Comoros)), + new Nation("Congo (Brazzaville)","CG","COG", typeof(CongoDRC)), + new Nation("Congo (Kinshasa)","CD","COD", typeof(Congo)), + new Nation("Cook Islands","CK","COK", typeof(CookIslands)), + new Nation("Costa Rica","CR","CRI", typeof(CostaRica)), + new Nation("Côte Ivoire","CI","CIV", typeof(CoteIvoire)), + new Nation("Croatia","HR","HRV", typeof(Croatia)), + new Nation("Cuba","CU","CUB", typeof(Cuba)), + new Nation("Cyprus","CY","CYP", typeof(Cyprus)), + new Nation("Czech Republic","CZ","CZE", typeof(CzechRepublic)), + new Nation("Denmark","DK","DNK", typeof(Denmark)), + new Nation("Djibouti","DJ","DJI", typeof(Djibouti)), + new Nation("Dominica","DM","DMA", typeof(Dominica)), + new Nation("Dominican Republic","DO","DOM", typeof(DominicanRepublic)), + new Nation("Ecuador","EC","ECU", typeof(Ecuador)), + new Nation("Egypt","EG","EGY", typeof(Egypt)), + new Nation("El Salvador","SV","SLV", typeof(ElSalvador)), + new Nation("Equatorial Guinea","GQ","GNQ", typeof(EquatorialGuinea)), + new Nation("Eritrea","ER","ERI", typeof(Eritrea)), + new Nation("Estonia","EE","EST", typeof(Estonia)), + new Nation("Ethiopia","ET","ETH", typeof(Ethiopia)), + new Nation("Falkland Islands (Malvinas)","FK","FLK", typeof(FalklandIslands)), + new Nation("Faroe Islands","FO","FRO", typeof(FaroeIslands)), + new Nation("Fiji","FJ","FJI", typeof(Fiji)), + new Nation("Finland","FI","FIN", typeof(Finland)), + new Nation("France","FR","FRA", typeof(France)), + new Nation("French Guiana","GF","GUF", typeof(FrenchGuiana)), + new Nation("French Polynesia","PF","PYF", typeof(FrenchPolynesia)), + new Nation("French Southern Territories","TF","ATF", typeof(FrenchSouthernTerritories)), + new Nation("Gabon","GA","GAB", typeof(Gabon)), + new Nation("Gambia","GM","GMB", typeof(Gambia)), + new Nation("Georgia","GE","GEO", typeof(Georgia)), + new Nation("Germany","DE","DEU", typeof(Germany)), + new Nation("Ghana","GH","GHA", typeof(Ghana)), + new Nation("Gibraltar","GI","GIB", typeof(Gibraltar)), + new Nation("Greece","GR","GRC", typeof(Greece)), + new Nation("Greenland","GL","GRL", typeof(Greenland)), + new Nation("Grenada","GD","GRD", typeof(Grenada)), + new Nation("Guadeloupe","GP","GLP", typeof(Guadeloupe)), + new Nation("Guam","GU","GUM", typeof(Guam)), + new Nation("Guatemala","GT","GTM", typeof(Guatemala)), + new Nation("Guernsey","GG","GGY", typeof(Guernsey)), + new Nation("Guinea","GN","GIN", typeof(Guinea)), + new Nation("Guinea-Bissau","GW","GNB", typeof(GuineaBissau)), + new Nation("Guyana","GY","GUY", typeof(Guyana)), + new Nation("Haiti","HT","HTI", typeof(Haiti)), + new Nation("Heard and Mcdonald Islands","HM","HMD", typeof(HeardAndMcdonaldIslands)), + new Nation("Holy See (Vatican City State)","VA","VAT", typeof(VaticanCity)), + new Nation("Honduras","HN","HND", typeof(Honduras)), + new Nation("Hungary","HU","HUN", typeof(Hungary)), + new Nation("Iceland","IS","ISL", typeof(Iceland)), + new Nation("India","IN","IND", typeof(India)), + new Nation("Indonesia","ID","IDN", typeof(Indonesia)), + new Nation("Iran","IR","IRN", typeof(Iran)), + new Nation("Iraq","IQ","IRQ", typeof(Iraq)), + new Nation("Ireland","IE","IRL", typeof(Ireland)), + new Nation("Isle of Man","IM","IMN", typeof(IsleOfMan)), + new Nation("Israel","IL","ISR", typeof(Israel)), + new Nation("Italy","IT","ITA", typeof(Italy)), + new Nation("Jamaica","JM","JAM", typeof(Jamaica)), + new Nation("Japan","JP","JPN", typeof(Japan)), + new Nation("Jersey","JE","JEY", typeof(Jersey)), + new Nation("Jordan","JO","JOR", typeof(Jordan)), + new Nation("Kazakhstan","KZ","KAZ", typeof(Kazakhstan)), + new Nation("Kenya","KE","KEN", typeof(Kenya)), + new Nation("Kiribati","KI","KIR", typeof(Kiribati)), + new Nation("Korea (North)","KP","PRK", typeof(NorthKorea)), + new Nation("Korea (South)","KR","KOR", typeof(SouthKorea)), + new Nation("Kuwait","KW","KWT", typeof(Kuwait)), + new Nation("Kyrgyzstan","KG","KGZ", typeof(Kyrgyzstan)), + new Nation("Lao PDR","LA","LAO", typeof(Laos)), + new Nation("Latvia","LV","LVA", typeof(Latvia)), + new Nation("Lebanon","LB","LBN", typeof(Lebanon)), + new Nation("Lesotho","LS","LSO", typeof(Lesotho)), + new Nation("Liberia","LR","LBR", typeof(Liberia)), + new Nation("Libya","LY","LBY", typeof(Libya)), + new Nation("Liechtenstein","LI","LIE", typeof(Liechtenstein)), + new Nation("Lithuania","LT","LTU", typeof(Lithuania)), + new Nation("Luxembourg","LU","LUX", typeof(Luxembourg)), + new Nation("Macedonia","MK","MKD", typeof(Macedonia)), + new Nation("Madagascar","MG","MDG", typeof(Madagascar)), + new Nation("Malawi","MW","MWI", typeof(Malawi)), + new Nation("Malaysia","MY","MYS", typeof(Malaysia)), + new Nation("Maldives","MV","MDV", typeof(Maldives)), + new Nation("Mali","ML","MLI", typeof(Mali)), + new Nation("Malta","MT","MLT", typeof(Malta)), + new Nation("Marshall Islands","MH","MHL", typeof(MarshallIslands)), + new Nation("Martinique","MQ","MTQ", typeof(Martinique)), + new Nation("Mauritania","MR","MRT", typeof(Mauritania)), + new Nation("Mauritius","MU","MUS", typeof(Mauritius)), + new Nation("Mayotte","YT","MYT", typeof(Mayotte)), + new Nation("Mexico","MX","MEX", typeof(Mexico)), + new Nation("Micronesia","FM","FSM", typeof(Micronesia)), + new Nation("Moldova","MD","MDA", typeof(Moldova)), + new Nation("Monaco","MC","MCO", typeof(Monaco)), + new Nation("Mongolia","MN","MNG", typeof(Mongolia)), + new Nation("Montenegro","ME","MNE", typeof(Montenegro)), + new Nation("Montserrat","MS","MSR", typeof(Montserrat)), + new Nation("Morocco","MA","MAR", typeof(Morocco)), + new Nation("Mozambique","MZ","MOZ", typeof(Mozambique)), + new Nation("Myanmar","MM","MMR", typeof(Myanmar)), + new Nation("Namibia","NA","NAM", typeof(Namibia)), + new Nation("Nauru","NR","NRU", typeof(Nauru)), + new Nation("Nepal","NP","NPL", typeof(Nepal)), + new Nation("Netherlands","NL","NLD", typeof(Netherlands)), + new Nation("Netherlands Antilles","AN","ANT", typeof(NetherlandsAntilles)), + new Nation("New Caledonia","NC","NCL", typeof(NewCaledonia)), + new Nation("New Zealand","NZ","NZL", typeof(NewZealand)), + new Nation("Nicaragua","NI","NIC", typeof(Nicaragua)), + new Nation("Niger","NE","NER", typeof(Niger)), + new Nation("Nigeria","NG","NGA", typeof(Nigeria)), + new Nation("Niue","NU","NIU", typeof(Niue)), + new Nation("Norfolk Island","NF","NFK", typeof(NorfolkIsland)), + new Nation("Northern Mariana Islands","MP","MNP", typeof(NorthernMarianaIslands)), + new Nation("Norway","NO","NOR", typeof(Norway)), + new Nation("Oman","OM","OMN", typeof(Oman)), + new Nation("Pakistan","PK","PAK", typeof(Pakistan)), + new Nation("Palau","PW","PLW", typeof(Palau)), + new Nation("Palestinian Territory","PS","PSE", typeof(PalestinianTerritory)), + new Nation("Panama","PA","PAN", typeof(Panama)), + new Nation("Papua New Guinea","PG","PNG", typeof(PapuaNewGuinea)), + new Nation("Paraguay","PY","PRY", typeof(Paraguay)), + new Nation("Peru","PE","PER", typeof(Peru)), + new Nation("Philippines","PH","PHL", typeof(Philippines)), + new Nation("Pitcairn","PN","PCN", typeof(Pitcairn)), + new Nation("Poland","PL","POL", typeof(Poland)), + new Nation("Portugal","PT","PRT", typeof(Portugal)), + new Nation("Puerto Rico","PR","PRI", typeof(PuertoRico)), + new Nation("Qatar","QA","QAT", typeof(Qatar)), + new Nation("Réunion","RE","REU", typeof(Reunion)), + new Nation("Romania","RO","ROU", typeof(Romania)), + new Nation("Russian Federation","RU","RUS", typeof(Russia)), + new Nation("Rwanda","RW","RWA", typeof(Rwanda)), + new Nation("Saint-Barthélemy","BL","BLM", typeof(SaintBarthelemy)), + new Nation("Saint Helena","SH","SHN", typeof(SaintHelena)), + new Nation("Saint Kitts and Nevis","KN","KNA", typeof(SaintKittsandNevis)), + new Nation("Saint Lucia","LC","LCA", typeof(SaintLucia)), + new Nation("Saint-Martin (French part)","MF","MAF", typeof(SaintMartin)), + new Nation("Saint Pierre and Miquelon","PM","SPM", typeof(SaintPierreAndMiquelon)), + new Nation("Saint Vincent and Grenadines","VC","VCT", typeof(SaintVincentAndGrenadines)), + new Nation("Samoa","WS","WSM", typeof(Samoa)), + new Nation("San Marino","SM","SMR", typeof(SanMarino)), + new Nation("Sao Tome and Principe","ST","STP", typeof(SaoTomeAndPrincipe)), + new Nation("Saudi Arabia","SA","SAU", typeof(SaudiArabia)), + new Nation("Senegal","SN","SEN", typeof(Senegal)), + new Nation("Serbia","RS","SRB", typeof(Serbia)), + new Nation("Seychelles","SC","SYC", typeof(Seychelles)), + new Nation("Sierra Leone","SL","SLE", typeof(SierraLeone)), + new Nation("Singapore","SG","SGP", typeof(Singapore)), + new Nation("Slovakia","SK","SVK", typeof(Slovakia)), + new Nation("Slovenia","SI","SVN", typeof(Slovenia)), + new Nation("Solomon Islands","SB","SLB", typeof(SolomonIslands)), + new Nation("Somalia","SO","SOM", typeof(Somalia)), + new Nation("South Africa","ZA","ZAF", typeof(SouthAfrica)), + new Nation("South Georgia and the South Sandwich Islands","GS","SGS", typeof(SouthGeorgia)), + new Nation("South Sudan","SS","SSD", typeof(SouthSudan)), + new Nation("Spain","ES","ESP", typeof(Spain)), + new Nation("Sri Lanka","LK","LKA", typeof(SriLanka)), + new Nation("Sudan","SD","SDN", typeof(Sudan)), + new Nation("Suriname","SR","SUR", typeof(Suriname)), + new Nation("Svalbard and Jan Mayen Islands","SJ","SJM", typeof(SvalbardAndJanMayenIslands)), + new Nation("Swaziland","SZ","SWZ", typeof(Swaziland)), + new Nation("Sweden","SE","SWE", typeof(Sweden)), + new Nation("Switzerland","CH","CHE", typeof(Switzerland)), + new Nation("Syrian Arab Republic (Syria)","SY","SYR", typeof(Syria)), + new Nation("Taiwan","TW","TWN", typeof(Taiwan)), + new Nation("Tajikistan","TJ","TJK", typeof(Tajikistan)), + new Nation("Tanzania","TZ","TZA", typeof(Tanzania)), + new Nation("Thailand","TH","THA", typeof(Thailand)), + new Nation("Timor-Leste","TL","TLS", typeof(TimorLeste)), + new Nation("Togo","TG","TGO", typeof(Togo)), + new Nation("Tokelau","TK","TKL", typeof(Tokelau)), + new Nation("Tonga","TO","TON", typeof(Tonga)), + new Nation("Trinidad and Tobago","TT","TTO", typeof(TrinidadAndTobago)), + new Nation("Tunisia","TN","TUN", typeof(Tunisia)), + new Nation("Turkey","TR","TUR", typeof(Turkey)), + new Nation("Turkmenistan","TM","TKM", typeof(Turkmenistan)), + new Nation("Turks and Caicos Islands","TC","TCA", typeof(TurksAndCaicosIslands)), + new Nation("Tuvalu","TV","TUV", typeof(Tuvalu)), + new Nation("Uganda","UG","UGA", typeof(Uganda)), + new Nation("Ukraine","UA","UKR", typeof(Ukraine)), + new Nation("United Arab Emirates","AE","ARE", typeof(UnitedArabEmirates)), + new Nation("United Kingdom","GB","GBR", typeof(UnitedKingdom)), + new Nation("United States of America","US","USA", typeof(UnitedStatesOfAmerica)), + new Nation("US Minor Outlying Islands","UM","UMI", typeof(USMinorOutlyingIslands)), + new Nation("Uruguay","UY","URY", typeof(Uruguay)), + new Nation("Uzbekistan","UZ","UZB", typeof(Uzbekistan)), + new Nation("Vanuatu","VU","VUT", typeof(Vanuatu)), + new Nation("Venezuela (Bolivarian Republic)","VE","VEN", typeof(Venezuela)), + new Nation("Viet Nam","VN","VNM", typeof(Vietnam)), + new Nation("Virgin Islands","VI","VIR", typeof(VirginIslands)), + new Nation("Wallis and Futuna Islands","WF","WLF", typeof(WallisAndFutunaIslands)), + new Nation("Western Sahara","EH","ESH", typeof(WesternSahara)), + new Nation("Yemen","YE","YEM", typeof(Yemen)), + new Nation("Zambia","ZM","ZMB", typeof(Zambia)), + new Nation("Zimbabwe","ZW","ZWE", typeof(Zimbabwe)), }; } } \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Afghanistan.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Afghanistan.Designer.cs new file mode 100644 index 0000000..fb0f36a --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Afghanistan.Designer.cs @@ -0,0 +1,72 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Afghanistan { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Afghanistan() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Afghanistan", typeof(Afghanistan).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 Afghanistan. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Afghanistan.resx b/src/core/Dime.i18n.Countries/Translations/Afghanistan.resx new file mode 100644 index 0000000..2bc004e --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Afghanistan.resx @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Afghanistan + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/AlandIslands.Designer.cs b/src/core/Dime.i18n.Countries/Translations/AlandIslands.Designer.cs new file mode 100644 index 0000000..ecc498b --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/AlandIslands.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class AlandIslands { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal AlandIslands() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.AlandIslands", typeof(AlandIslands).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/AlandIslands.resx b/src/core/Dime.i18n.Countries/Translations/AlandIslands.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/AlandIslands.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Albania.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Albania.Designer.cs new file mode 100644 index 0000000..3210411 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Albania.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Albania { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Albania() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Albania", typeof(Albania).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Albania.resx b/src/core/Dime.i18n.Countries/Translations/Albania.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Albania.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Algeria.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Algeria.Designer.cs new file mode 100644 index 0000000..4b8dcd7 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Algeria.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Algeria { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Algeria() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Algeria", typeof(Algeria).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Algeria.resx b/src/core/Dime.i18n.Countries/Translations/Algeria.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Algeria.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/AmericanSamoa.Designer.cs b/src/core/Dime.i18n.Countries/Translations/AmericanSamoa.Designer.cs new file mode 100644 index 0000000..75dfcd9 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/AmericanSamoa.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class AmericanSamoa { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal AmericanSamoa() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.AmericanSamoa", typeof(AmericanSamoa).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/AmericanSamoa.resx b/src/core/Dime.i18n.Countries/Translations/AmericanSamoa.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/AmericanSamoa.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Andorra.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Andorra.Designer.cs new file mode 100644 index 0000000..0205e88 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Andorra.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Andorra { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Andorra() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Andorra", typeof(Andorra).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Andorra.resx b/src/core/Dime.i18n.Countries/Translations/Andorra.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Andorra.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Angola.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Angola.Designer.cs new file mode 100644 index 0000000..a3b8508 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Angola.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Angola { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Angola() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Angola", typeof(Angola).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Angola.resx b/src/core/Dime.i18n.Countries/Translations/Angola.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Angola.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Anguilla.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Anguilla.Designer.cs new file mode 100644 index 0000000..069c51b --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Anguilla.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Anguilla { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Anguilla() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Anguilla", typeof(Anguilla).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Anguilla.resx b/src/core/Dime.i18n.Countries/Translations/Anguilla.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Anguilla.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Antarctica.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Antarctica.Designer.cs new file mode 100644 index 0000000..87562dd --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Antarctica.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Antarctica { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Antarctica() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Antarctica", typeof(Antarctica).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Antarctica.resx b/src/core/Dime.i18n.Countries/Translations/Antarctica.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Antarctica.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/AntiguaAndBarbuda.Designer.cs b/src/core/Dime.i18n.Countries/Translations/AntiguaAndBarbuda.Designer.cs new file mode 100644 index 0000000..8de0d1c --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/AntiguaAndBarbuda.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class AntiguaAndBarbuda { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal AntiguaAndBarbuda() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.AntiguaAndBarbuda", typeof(AntiguaAndBarbuda).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/AntiguaAndBarbuda.resx b/src/core/Dime.i18n.Countries/Translations/AntiguaAndBarbuda.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/AntiguaAndBarbuda.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Argentina.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Argentina.Designer.cs new file mode 100644 index 0000000..4b28ab6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Argentina.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Argentina { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Argentina() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Argentina", typeof(Argentina).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Argentina.resx b/src/core/Dime.i18n.Countries/Translations/Argentina.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Argentina.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Armenia.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Armenia.Designer.cs new file mode 100644 index 0000000..d3038bf --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Armenia.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Armenia { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Armenia() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Armenia", typeof(Armenia).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Armenia.resx b/src/core/Dime.i18n.Countries/Translations/Armenia.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Armenia.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Aruba.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Aruba.Designer.cs new file mode 100644 index 0000000..47f84d0 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Aruba.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Aruba { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Aruba() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Aruba", typeof(Aruba).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Aruba.resx b/src/core/Dime.i18n.Countries/Translations/Aruba.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Aruba.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Australia.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Australia.Designer.cs new file mode 100644 index 0000000..62a5edb --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Australia.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Australia { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Australia() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Australia", typeof(Australia).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Australia.resx b/src/core/Dime.i18n.Countries/Translations/Australia.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Australia.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Austria.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Austria.Designer.cs new file mode 100644 index 0000000..d8ac3ec --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Austria.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Austria { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Austria() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Austria", typeof(Austria).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Austria.resx b/src/core/Dime.i18n.Countries/Translations/Austria.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Austria.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Azerbaijan.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Azerbaijan.Designer.cs new file mode 100644 index 0000000..ad2957f --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Azerbaijan.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Azerbaijan { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Azerbaijan() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Azerbaijan", typeof(Azerbaijan).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Azerbaijan.resx b/src/core/Dime.i18n.Countries/Translations/Azerbaijan.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Azerbaijan.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Bahamas.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Bahamas.Designer.cs new file mode 100644 index 0000000..9407d63 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Bahamas.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Bahamas { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Bahamas() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Bahamas", typeof(Bahamas).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Bahamas.resx b/src/core/Dime.i18n.Countries/Translations/Bahamas.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Bahamas.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Bahrain.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Bahrain.Designer.cs new file mode 100644 index 0000000..94c4fe1 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Bahrain.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Bahrain { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Bahrain() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Bahrain", typeof(Bahrain).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Bahrain.resx b/src/core/Dime.i18n.Countries/Translations/Bahrain.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Bahrain.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Bangladesh.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Bangladesh.Designer.cs new file mode 100644 index 0000000..a87c7ed --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Bangladesh.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Bangladesh { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Bangladesh() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Bangladesh", typeof(Bangladesh).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Bangladesh.resx b/src/core/Dime.i18n.Countries/Translations/Bangladesh.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Bangladesh.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Barbados.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Barbados.Designer.cs new file mode 100644 index 0000000..252e258 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Barbados.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Barbados { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Barbados() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Barbados", typeof(Barbados).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Barbados.resx b/src/core/Dime.i18n.Countries/Translations/Barbados.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Barbados.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Belarus.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Belarus.Designer.cs new file mode 100644 index 0000000..03b43d1 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Belarus.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Belarus { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Belarus() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Belarus", typeof(Belarus).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Belarus.resx b/src/core/Dime.i18n.Countries/Translations/Belarus.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Belarus.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Belgium.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Belgium.Designer.cs new file mode 100644 index 0000000..c8f3d79 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Belgium.Designer.cs @@ -0,0 +1,81 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Belgium { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Belgium() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Belgium", typeof(Belgium).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 Belgium. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to België. + /// + internal static string nl { + get { + return ResourceManager.GetString("nl", resourceCulture); + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Belgium.resx b/src/core/Dime.i18n.Countries/Translations/Belgium.resx new file mode 100644 index 0000000..c43f439 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Belgium.resx @@ -0,0 +1,126 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Belgium + + + België + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Belize.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Belize.Designer.cs new file mode 100644 index 0000000..4b59656 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Belize.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Belize { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Belize() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Belize", typeof(Belize).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Belize.resx b/src/core/Dime.i18n.Countries/Translations/Belize.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Belize.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Benin.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Benin.Designer.cs new file mode 100644 index 0000000..005df36 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Benin.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Benin { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Benin() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Benin", typeof(Benin).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Benin.resx b/src/core/Dime.i18n.Countries/Translations/Benin.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Benin.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Bermuda.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Bermuda.Designer.cs new file mode 100644 index 0000000..7396d95 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Bermuda.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Bermuda { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Bermuda() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Bermuda", typeof(Bermuda).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Bermuda.resx b/src/core/Dime.i18n.Countries/Translations/Bermuda.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Bermuda.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Bhutan.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Bhutan.Designer.cs new file mode 100644 index 0000000..2ddf171 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Bhutan.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Bhutan { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Bhutan() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Bhutan", typeof(Bhutan).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Bhutan.resx b/src/core/Dime.i18n.Countries/Translations/Bhutan.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Bhutan.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Bolivia.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Bolivia.Designer.cs new file mode 100644 index 0000000..ea07df4 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Bolivia.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Bolivia { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Bolivia() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Bolivia", typeof(Bolivia).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Bolivia.resx b/src/core/Dime.i18n.Countries/Translations/Bolivia.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Bolivia.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/BosniaAndHerzegovina.Designer.cs b/src/core/Dime.i18n.Countries/Translations/BosniaAndHerzegovina.Designer.cs new file mode 100644 index 0000000..ffa1f08 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/BosniaAndHerzegovina.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class BosniaAndHerzegovina { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal BosniaAndHerzegovina() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.BosniaAndHerzegovina", typeof(BosniaAndHerzegovina).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/BosniaAndHerzegovina.resx b/src/core/Dime.i18n.Countries/Translations/BosniaAndHerzegovina.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/BosniaAndHerzegovina.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Botswana.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Botswana.Designer.cs new file mode 100644 index 0000000..f45f801 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Botswana.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Botswana { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Botswana() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Botswana", typeof(Botswana).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Botswana.resx b/src/core/Dime.i18n.Countries/Translations/Botswana.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Botswana.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/BouvetIsland.Designer.cs b/src/core/Dime.i18n.Countries/Translations/BouvetIsland.Designer.cs new file mode 100644 index 0000000..3ff12a7 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/BouvetIsland.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class BouvetIsland { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal BouvetIsland() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.BouvetIsland", typeof(BouvetIsland).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/BouvetIsland.resx b/src/core/Dime.i18n.Countries/Translations/BouvetIsland.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/BouvetIsland.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Brazil.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Brazil.Designer.cs new file mode 100644 index 0000000..7eff93f --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Brazil.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Brazil { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Brazil() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Brazil", typeof(Brazil).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Brazil.resx b/src/core/Dime.i18n.Countries/Translations/Brazil.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Brazil.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/BritishIndianOceanTerritory.Designer.cs b/src/core/Dime.i18n.Countries/Translations/BritishIndianOceanTerritory.Designer.cs new file mode 100644 index 0000000..e61cf8f --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/BritishIndianOceanTerritory.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class BritishIndianOceanTerritory { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal BritishIndianOceanTerritory() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.BritishIndianOceanTerritory", typeof(BritishIndianOceanTerritory).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/BritishIndianOceanTerritory.resx b/src/core/Dime.i18n.Countries/Translations/BritishIndianOceanTerritory.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/BritishIndianOceanTerritory.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/BritishVirginIslands.Designer.cs b/src/core/Dime.i18n.Countries/Translations/BritishVirginIslands.Designer.cs new file mode 100644 index 0000000..2bd8984 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/BritishVirginIslands.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class BritishVirginIslands { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal BritishVirginIslands() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.BritishVirginIslands", typeof(BritishVirginIslands).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/BritishVirginIslands.resx b/src/core/Dime.i18n.Countries/Translations/BritishVirginIslands.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/BritishVirginIslands.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Brunei.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Brunei.Designer.cs new file mode 100644 index 0000000..71ec137 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Brunei.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Brunei { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Brunei() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Brunei", typeof(Brunei).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Brunei.resx b/src/core/Dime.i18n.Countries/Translations/Brunei.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Brunei.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Bulgaria.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Bulgaria.Designer.cs new file mode 100644 index 0000000..04c8b21 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Bulgaria.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Bulgaria { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Bulgaria() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Bulgaria", typeof(Bulgaria).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Bulgaria.resx b/src/core/Dime.i18n.Countries/Translations/Bulgaria.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Bulgaria.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/BurkinaFaso.Designer.cs b/src/core/Dime.i18n.Countries/Translations/BurkinaFaso.Designer.cs new file mode 100644 index 0000000..bb0c783 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/BurkinaFaso.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class BurkinaFaso { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal BurkinaFaso() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.BurkinaFaso", typeof(BurkinaFaso).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/BurkinaFaso.resx b/src/core/Dime.i18n.Countries/Translations/BurkinaFaso.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/BurkinaFaso.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Burundi.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Burundi.Designer.cs new file mode 100644 index 0000000..524050d --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Burundi.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Burundi { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Burundi() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Burundi", typeof(Burundi).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Burundi.resx b/src/core/Dime.i18n.Countries/Translations/Burundi.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Burundi.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Cambodia.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Cambodia.Designer.cs new file mode 100644 index 0000000..cde1f45 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Cambodia.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Cambodia { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Cambodia() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Cambodia", typeof(Cambodia).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Cambodia.resx b/src/core/Dime.i18n.Countries/Translations/Cambodia.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Cambodia.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Cameroon.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Cameroon.Designer.cs new file mode 100644 index 0000000..dd76a99 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Cameroon.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Cameroon { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Cameroon() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Cameroon", typeof(Cameroon).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Cameroon.resx b/src/core/Dime.i18n.Countries/Translations/Cameroon.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Cameroon.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Canada.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Canada.Designer.cs new file mode 100644 index 0000000..16c4a82 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Canada.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Canada { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Canada() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Canada", typeof(Canada).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Canada.resx b/src/core/Dime.i18n.Countries/Translations/Canada.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Canada.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/CapeVerde.Designer.cs b/src/core/Dime.i18n.Countries/Translations/CapeVerde.Designer.cs new file mode 100644 index 0000000..4c17958 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/CapeVerde.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class CapeVerde { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal CapeVerde() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.CapeVerde", typeof(CapeVerde).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/CapeVerde.resx b/src/core/Dime.i18n.Countries/Translations/CapeVerde.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/CapeVerde.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/CaymanIslands.Designer.cs b/src/core/Dime.i18n.Countries/Translations/CaymanIslands.Designer.cs new file mode 100644 index 0000000..aea0473 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/CaymanIslands.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class CaymanIslands { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal CaymanIslands() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.CaymanIslands", typeof(CaymanIslands).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/CaymanIslands.resx b/src/core/Dime.i18n.Countries/Translations/CaymanIslands.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/CaymanIslands.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/CentralAfricanRepublic.Designer.cs b/src/core/Dime.i18n.Countries/Translations/CentralAfricanRepublic.Designer.cs new file mode 100644 index 0000000..8ec4777 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/CentralAfricanRepublic.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class CentralAfricanRepublic { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal CentralAfricanRepublic() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.CentralAfricanRepublic", typeof(CentralAfricanRepublic).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/CentralAfricanRepublic.resx b/src/core/Dime.i18n.Countries/Translations/CentralAfricanRepublic.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/CentralAfricanRepublic.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Chad.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Chad.Designer.cs new file mode 100644 index 0000000..8010ed6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Chad.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Chad { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Chad() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Chad", typeof(Chad).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Chad.resx b/src/core/Dime.i18n.Countries/Translations/Chad.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Chad.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Chile.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Chile.Designer.cs new file mode 100644 index 0000000..fcf5902 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Chile.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Chile { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Chile() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Chile", typeof(Chile).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Chile.resx b/src/core/Dime.i18n.Countries/Translations/Chile.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Chile.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/China.Designer.cs b/src/core/Dime.i18n.Countries/Translations/China.Designer.cs new file mode 100644 index 0000000..3ed7d1d --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/China.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class China { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal China() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.China", typeof(China).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/China.resx b/src/core/Dime.i18n.Countries/Translations/China.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/China.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/ChristmasIsland.Designer.cs b/src/core/Dime.i18n.Countries/Translations/ChristmasIsland.Designer.cs new file mode 100644 index 0000000..270a038 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/ChristmasIsland.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class ChristmasIsland { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal ChristmasIsland() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.ChristmasIsland", typeof(ChristmasIsland).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/ChristmasIsland.resx b/src/core/Dime.i18n.Countries/Translations/ChristmasIsland.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/ChristmasIsland.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/CocosIslands.Designer.cs b/src/core/Dime.i18n.Countries/Translations/CocosIslands.Designer.cs new file mode 100644 index 0000000..f34dfc8 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/CocosIslands.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class CocosIslands { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal CocosIslands() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.CocosIslands", typeof(CocosIslands).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/CocosIslands.resx b/src/core/Dime.i18n.Countries/Translations/CocosIslands.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/CocosIslands.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Colombia.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Colombia.Designer.cs new file mode 100644 index 0000000..eb1039d --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Colombia.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Colombia { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Colombia() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Colombia", typeof(Colombia).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Colombia.resx b/src/core/Dime.i18n.Countries/Translations/Colombia.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Colombia.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Comoros.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Comoros.Designer.cs new file mode 100644 index 0000000..4f22f26 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Comoros.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Comoros { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Comoros() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Comoros", typeof(Comoros).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Comoros.resx b/src/core/Dime.i18n.Countries/Translations/Comoros.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Comoros.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Congo.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Congo.Designer.cs new file mode 100644 index 0000000..62734a9 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Congo.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Congo { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Congo() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Congo", typeof(Congo).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Congo.resx b/src/core/Dime.i18n.Countries/Translations/Congo.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Congo.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/CongoDRC.Designer.cs b/src/core/Dime.i18n.Countries/Translations/CongoDRC.Designer.cs new file mode 100644 index 0000000..d8e26da --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/CongoDRC.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class CongoDRC { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal CongoDRC() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.CongoDRC", typeof(CongoDRC).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/CongoDRC.resx b/src/core/Dime.i18n.Countries/Translations/CongoDRC.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/CongoDRC.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/CookIslands.Designer.cs b/src/core/Dime.i18n.Countries/Translations/CookIslands.Designer.cs new file mode 100644 index 0000000..0b47634 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/CookIslands.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class CookIslands { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal CookIslands() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.CookIslands", typeof(CookIslands).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/CookIslands.resx b/src/core/Dime.i18n.Countries/Translations/CookIslands.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/CookIslands.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/CostaRica.Designer.cs b/src/core/Dime.i18n.Countries/Translations/CostaRica.Designer.cs new file mode 100644 index 0000000..5ef7c02 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/CostaRica.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class CostaRica { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal CostaRica() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.CostaRica", typeof(CostaRica).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/CostaRica.resx b/src/core/Dime.i18n.Countries/Translations/CostaRica.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/CostaRica.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/CoteIvoire.Designer.cs b/src/core/Dime.i18n.Countries/Translations/CoteIvoire.Designer.cs new file mode 100644 index 0000000..8b686d1 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/CoteIvoire.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class CoteIvoire { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal CoteIvoire() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.CoteIvoire", typeof(CoteIvoire).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/CoteIvoire.resx b/src/core/Dime.i18n.Countries/Translations/CoteIvoire.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/CoteIvoire.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Croatia.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Croatia.Designer.cs new file mode 100644 index 0000000..d0751ee --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Croatia.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Croatia { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Croatia() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Croatia", typeof(Croatia).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Croatia.resx b/src/core/Dime.i18n.Countries/Translations/Croatia.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Croatia.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Cuba.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Cuba.Designer.cs new file mode 100644 index 0000000..bc8e827 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Cuba.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Cuba { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Cuba() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Cuba", typeof(Cuba).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Cuba.resx b/src/core/Dime.i18n.Countries/Translations/Cuba.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Cuba.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Cyprus.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Cyprus.Designer.cs new file mode 100644 index 0000000..72ed2f5 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Cyprus.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Cyprus { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Cyprus() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Cyprus", typeof(Cyprus).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Cyprus.resx b/src/core/Dime.i18n.Countries/Translations/Cyprus.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Cyprus.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/CzechRepublic.Designer.cs b/src/core/Dime.i18n.Countries/Translations/CzechRepublic.Designer.cs new file mode 100644 index 0000000..2bb9b10 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/CzechRepublic.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class CzechRepublic { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal CzechRepublic() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.CzechRepublic", typeof(CzechRepublic).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/CzechRepublic.resx b/src/core/Dime.i18n.Countries/Translations/CzechRepublic.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/CzechRepublic.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Denmark.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Denmark.Designer.cs new file mode 100644 index 0000000..988e976 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Denmark.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Denmark { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Denmark() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Denmark", typeof(Denmark).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Denmark.resx b/src/core/Dime.i18n.Countries/Translations/Denmark.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Denmark.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Djibouti.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Djibouti.Designer.cs new file mode 100644 index 0000000..d956b44 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Djibouti.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Djibouti { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Djibouti() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Djibouti", typeof(Djibouti).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Djibouti.resx b/src/core/Dime.i18n.Countries/Translations/Djibouti.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Djibouti.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Dominica.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Dominica.Designer.cs new file mode 100644 index 0000000..9c5aff8 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Dominica.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Dominica { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Dominica() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Dominica", typeof(Dominica).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Dominica.resx b/src/core/Dime.i18n.Countries/Translations/Dominica.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Dominica.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/DominicanRepublic.Designer.cs b/src/core/Dime.i18n.Countries/Translations/DominicanRepublic.Designer.cs new file mode 100644 index 0000000..68416aa --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/DominicanRepublic.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class DominicanRepublic { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal DominicanRepublic() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.DominicanRepublic", typeof(DominicanRepublic).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/DominicanRepublic.resx b/src/core/Dime.i18n.Countries/Translations/DominicanRepublic.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/DominicanRepublic.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Ecuador.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Ecuador.Designer.cs new file mode 100644 index 0000000..bb8bae1 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Ecuador.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Ecuador { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Ecuador() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Ecuador", typeof(Ecuador).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Ecuador.resx b/src/core/Dime.i18n.Countries/Translations/Ecuador.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Ecuador.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Egypt.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Egypt.Designer.cs new file mode 100644 index 0000000..38d04d5 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Egypt.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Egypt { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Egypt() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Egypt", typeof(Egypt).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Egypt.resx b/src/core/Dime.i18n.Countries/Translations/Egypt.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Egypt.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/ElSalvador.Designer.cs b/src/core/Dime.i18n.Countries/Translations/ElSalvador.Designer.cs new file mode 100644 index 0000000..07ee46c --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/ElSalvador.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class ElSalvador { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal ElSalvador() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.ElSalvador", typeof(ElSalvador).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/ElSalvador.resx b/src/core/Dime.i18n.Countries/Translations/ElSalvador.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/ElSalvador.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/EquatorialGuinea.Designer.cs b/src/core/Dime.i18n.Countries/Translations/EquatorialGuinea.Designer.cs new file mode 100644 index 0000000..c1cdefe --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/EquatorialGuinea.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class EquatorialGuinea { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal EquatorialGuinea() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.EquatorialGuinea", typeof(EquatorialGuinea).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/EquatorialGuinea.resx b/src/core/Dime.i18n.Countries/Translations/EquatorialGuinea.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/EquatorialGuinea.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Eritrea.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Eritrea.Designer.cs new file mode 100644 index 0000000..340c8a9 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Eritrea.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Eritrea { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Eritrea() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Eritrea", typeof(Eritrea).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Eritrea.resx b/src/core/Dime.i18n.Countries/Translations/Eritrea.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Eritrea.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Estonia.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Estonia.Designer.cs new file mode 100644 index 0000000..2f4879e --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Estonia.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Estonia { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Estonia() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Estonia", typeof(Estonia).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Estonia.resx b/src/core/Dime.i18n.Countries/Translations/Estonia.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Estonia.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Ethiopia.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Ethiopia.Designer.cs new file mode 100644 index 0000000..6dcd340 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Ethiopia.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Ethiopia { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Ethiopia() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Ethiopia", typeof(Ethiopia).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Ethiopia.resx b/src/core/Dime.i18n.Countries/Translations/Ethiopia.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Ethiopia.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/FalklandIslands.Designer.cs b/src/core/Dime.i18n.Countries/Translations/FalklandIslands.Designer.cs new file mode 100644 index 0000000..bd2af24 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/FalklandIslands.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class FalklandIslands { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal FalklandIslands() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.FalklandIslands", typeof(FalklandIslands).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/FalklandIslands.resx b/src/core/Dime.i18n.Countries/Translations/FalklandIslands.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/FalklandIslands.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/FaroeIslands.Designer.cs b/src/core/Dime.i18n.Countries/Translations/FaroeIslands.Designer.cs new file mode 100644 index 0000000..53cc494 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/FaroeIslands.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class FaroeIslands { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal FaroeIslands() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.FaroeIslands", typeof(FaroeIslands).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/FaroeIslands.resx b/src/core/Dime.i18n.Countries/Translations/FaroeIslands.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/FaroeIslands.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Fiji.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Fiji.Designer.cs new file mode 100644 index 0000000..a3d861b --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Fiji.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Fiji { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Fiji() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Fiji", typeof(Fiji).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Fiji.resx b/src/core/Dime.i18n.Countries/Translations/Fiji.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Fiji.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Finland.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Finland.Designer.cs new file mode 100644 index 0000000..39ed8a6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Finland.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Finland { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Finland() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Finland", typeof(Finland).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Finland.resx b/src/core/Dime.i18n.Countries/Translations/Finland.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Finland.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/France.Designer.cs b/src/core/Dime.i18n.Countries/Translations/France.Designer.cs new file mode 100644 index 0000000..d5f45c7 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/France.Designer.cs @@ -0,0 +1,99 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class France { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal France() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.France", typeof(France).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 Frankreich. + /// + internal static string de { + get { + return ResourceManager.GetString("de", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to France. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to France. + /// + internal static string fr { + get { + return ResourceManager.GetString("fr", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Frankrijk. + /// + internal static string nl { + get { + return ResourceManager.GetString("nl", resourceCulture); + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/France.resx b/src/core/Dime.i18n.Countries/Translations/France.resx new file mode 100644 index 0000000..daaa063 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/France.resx @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Frankreich + + + France + + + France + + + Frankrijk + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/FrenchGuiana.Designer.cs b/src/core/Dime.i18n.Countries/Translations/FrenchGuiana.Designer.cs new file mode 100644 index 0000000..0dc0ba4 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/FrenchGuiana.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class FrenchGuiana { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal FrenchGuiana() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.FrenchGuiana", typeof(FrenchGuiana).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/FrenchGuiana.resx b/src/core/Dime.i18n.Countries/Translations/FrenchGuiana.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/FrenchGuiana.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/FrenchPolynesia.Designer.cs b/src/core/Dime.i18n.Countries/Translations/FrenchPolynesia.Designer.cs new file mode 100644 index 0000000..4934f99 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/FrenchPolynesia.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class FrenchPolynesia { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal FrenchPolynesia() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.FrenchPolynesia", typeof(FrenchPolynesia).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/FrenchPolynesia.resx b/src/core/Dime.i18n.Countries/Translations/FrenchPolynesia.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/FrenchPolynesia.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/FrenchSouthernTerritories.Designer.cs b/src/core/Dime.i18n.Countries/Translations/FrenchSouthernTerritories.Designer.cs new file mode 100644 index 0000000..33c1545 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/FrenchSouthernTerritories.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class FrenchSouthernTerritories { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal FrenchSouthernTerritories() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.FrenchSouthernTerritories", typeof(FrenchSouthernTerritories).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/FrenchSouthernTerritories.resx b/src/core/Dime.i18n.Countries/Translations/FrenchSouthernTerritories.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/FrenchSouthernTerritories.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Gabon.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Gabon.Designer.cs new file mode 100644 index 0000000..9959186 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Gabon.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Gabon { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Gabon() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Gabon", typeof(Gabon).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Gabon.resx b/src/core/Dime.i18n.Countries/Translations/Gabon.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Gabon.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Gambia.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Gambia.Designer.cs new file mode 100644 index 0000000..15a37b0 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Gambia.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Gambia { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Gambia() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Gambia", typeof(Gambia).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Gambia.resx b/src/core/Dime.i18n.Countries/Translations/Gambia.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Gambia.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Georgia.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Georgia.Designer.cs new file mode 100644 index 0000000..b9d1ad6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Georgia.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Georgia { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Georgia() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Georgia", typeof(Georgia).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Georgia.resx b/src/core/Dime.i18n.Countries/Translations/Georgia.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Georgia.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Germany.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Germany.Designer.cs new file mode 100644 index 0000000..6bc6447 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Germany.Designer.cs @@ -0,0 +1,108 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Germany { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Germany() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Germany", typeof(Germany).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 Deutschland. + /// + internal static string de { + get { + return ResourceManager.GetString("de", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Germany. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Alemania. + /// + internal static string es { + get { + return ResourceManager.GetString("es", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Alemagne. + /// + internal static string fr { + get { + return ResourceManager.GetString("fr", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Duitsland. + /// + internal static string nl { + get { + return ResourceManager.GetString("nl", resourceCulture); + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Germany.resx b/src/core/Dime.i18n.Countries/Translations/Germany.resx new file mode 100644 index 0000000..d2324f6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Germany.resx @@ -0,0 +1,135 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Deutschland + + + Germany + + + Alemania + + + Alemagne + + + Duitsland + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Ghana.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Ghana.Designer.cs new file mode 100644 index 0000000..d563445 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Ghana.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Ghana { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Ghana() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Ghana", typeof(Ghana).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Ghana.resx b/src/core/Dime.i18n.Countries/Translations/Ghana.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Ghana.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Gibraltar.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Gibraltar.Designer.cs new file mode 100644 index 0000000..be61b51 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Gibraltar.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Gibraltar { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Gibraltar() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Gibraltar", typeof(Gibraltar).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Gibraltar.resx b/src/core/Dime.i18n.Countries/Translations/Gibraltar.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Gibraltar.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Greece.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Greece.Designer.cs new file mode 100644 index 0000000..4ac33aa --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Greece.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Greece { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Greece() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Greece", typeof(Greece).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Greece.resx b/src/core/Dime.i18n.Countries/Translations/Greece.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Greece.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Greenland.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Greenland.Designer.cs new file mode 100644 index 0000000..150882b --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Greenland.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Greenland { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Greenland() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Greenland", typeof(Greenland).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Greenland.resx b/src/core/Dime.i18n.Countries/Translations/Greenland.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Greenland.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Grenada.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Grenada.Designer.cs new file mode 100644 index 0000000..e689a50 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Grenada.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Grenada { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Grenada() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Grenada", typeof(Grenada).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Grenada.resx b/src/core/Dime.i18n.Countries/Translations/Grenada.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Grenada.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Guadeloupe.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Guadeloupe.Designer.cs new file mode 100644 index 0000000..56e0eeb --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Guadeloupe.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Guadeloupe { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Guadeloupe() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Guadeloupe", typeof(Guadeloupe).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Guadeloupe.resx b/src/core/Dime.i18n.Countries/Translations/Guadeloupe.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Guadeloupe.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Guam.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Guam.Designer.cs new file mode 100644 index 0000000..10d5f9d --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Guam.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Guam { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Guam() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Guam", typeof(Guam).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Guam.resx b/src/core/Dime.i18n.Countries/Translations/Guam.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Guam.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Guatemala.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Guatemala.Designer.cs new file mode 100644 index 0000000..ed7fe37 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Guatemala.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Guatemala { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Guatemala() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Guatemala", typeof(Guatemala).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Guatemala.resx b/src/core/Dime.i18n.Countries/Translations/Guatemala.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Guatemala.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Guernsey.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Guernsey.Designer.cs new file mode 100644 index 0000000..26cd0c9 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Guernsey.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Guernsey { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Guernsey() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Guernsey", typeof(Guernsey).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Guernsey.resx b/src/core/Dime.i18n.Countries/Translations/Guernsey.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Guernsey.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Guinea.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Guinea.Designer.cs new file mode 100644 index 0000000..1cfd738 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Guinea.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Guinea { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Guinea() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Guinea", typeof(Guinea).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Guinea.resx b/src/core/Dime.i18n.Countries/Translations/Guinea.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Guinea.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/GuineaBissau.Designer.cs b/src/core/Dime.i18n.Countries/Translations/GuineaBissau.Designer.cs new file mode 100644 index 0000000..d9cd2d4 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/GuineaBissau.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class GuineaBissau { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal GuineaBissau() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.GuineaBissau", typeof(GuineaBissau).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/GuineaBissau.resx b/src/core/Dime.i18n.Countries/Translations/GuineaBissau.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/GuineaBissau.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Guyana.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Guyana.Designer.cs new file mode 100644 index 0000000..e69d68a --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Guyana.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Guyana { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Guyana() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Guyana", typeof(Guyana).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Guyana.resx b/src/core/Dime.i18n.Countries/Translations/Guyana.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Guyana.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Haiti.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Haiti.Designer.cs new file mode 100644 index 0000000..1aa297d --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Haiti.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Haiti { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Haiti() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Haiti", typeof(Haiti).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Haiti.resx b/src/core/Dime.i18n.Countries/Translations/Haiti.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Haiti.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/HeardAndMcdonaldIslands.Designer.cs b/src/core/Dime.i18n.Countries/Translations/HeardAndMcdonaldIslands.Designer.cs new file mode 100644 index 0000000..579b6e7 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/HeardAndMcdonaldIslands.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class HeardAndMcdonaldIslands { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal HeardAndMcdonaldIslands() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.HeardAndMcdonaldIslands", typeof(HeardAndMcdonaldIslands).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/HeardAndMcdonaldIslands.resx b/src/core/Dime.i18n.Countries/Translations/HeardAndMcdonaldIslands.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/HeardAndMcdonaldIslands.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Honduras.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Honduras.Designer.cs new file mode 100644 index 0000000..ed785a5 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Honduras.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Honduras { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Honduras() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Honduras", typeof(Honduras).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Honduras.resx b/src/core/Dime.i18n.Countries/Translations/Honduras.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Honduras.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/HongKong.Designer.cs b/src/core/Dime.i18n.Countries/Translations/HongKong.Designer.cs new file mode 100644 index 0000000..4833959 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/HongKong.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class HongKong { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal HongKong() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.HongKong", typeof(HongKong).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/HongKong.resx b/src/core/Dime.i18n.Countries/Translations/HongKong.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/HongKong.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Hungary.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Hungary.Designer.cs new file mode 100644 index 0000000..0b3d06a --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Hungary.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Hungary { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Hungary() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Hungary", typeof(Hungary).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Hungary.resx b/src/core/Dime.i18n.Countries/Translations/Hungary.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Hungary.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Iceland.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Iceland.Designer.cs new file mode 100644 index 0000000..de1f0ac --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Iceland.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Iceland { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Iceland() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Iceland", typeof(Iceland).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Iceland.resx b/src/core/Dime.i18n.Countries/Translations/Iceland.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Iceland.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/India.Designer.cs b/src/core/Dime.i18n.Countries/Translations/India.Designer.cs new file mode 100644 index 0000000..a4f76f9 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/India.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class India { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal India() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.India", typeof(India).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/India.resx b/src/core/Dime.i18n.Countries/Translations/India.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/India.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Indonesia.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Indonesia.Designer.cs new file mode 100644 index 0000000..3c0037f --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Indonesia.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Indonesia { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Indonesia() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Indonesia", typeof(Indonesia).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Indonesia.resx b/src/core/Dime.i18n.Countries/Translations/Indonesia.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Indonesia.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Iran.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Iran.Designer.cs new file mode 100644 index 0000000..4ec8665 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Iran.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Iran { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Iran() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Iran", typeof(Iran).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Iran.resx b/src/core/Dime.i18n.Countries/Translations/Iran.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Iran.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Iraq.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Iraq.Designer.cs new file mode 100644 index 0000000..4cc219d --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Iraq.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Iraq { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Iraq() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Iraq", typeof(Iraq).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Iraq.resx b/src/core/Dime.i18n.Countries/Translations/Iraq.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Iraq.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Ireland.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Ireland.Designer.cs new file mode 100644 index 0000000..e38abaf --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Ireland.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Ireland { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Ireland() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Ireland", typeof(Ireland).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Ireland.resx b/src/core/Dime.i18n.Countries/Translations/Ireland.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Ireland.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/IsleOfMan.Designer.cs b/src/core/Dime.i18n.Countries/Translations/IsleOfMan.Designer.cs new file mode 100644 index 0000000..900e386 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/IsleOfMan.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class IsleOfMan { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal IsleOfMan() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.IsleOfMan", typeof(IsleOfMan).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/IsleOfMan.resx b/src/core/Dime.i18n.Countries/Translations/IsleOfMan.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/IsleOfMan.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Israel.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Israel.Designer.cs new file mode 100644 index 0000000..be6f300 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Israel.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Israel { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Israel() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Israel", typeof(Israel).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Israel.resx b/src/core/Dime.i18n.Countries/Translations/Israel.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Israel.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Italy.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Italy.Designer.cs new file mode 100644 index 0000000..1e0e9a6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Italy.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Italy { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Italy() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Italy", typeof(Italy).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Italy.resx b/src/core/Dime.i18n.Countries/Translations/Italy.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Italy.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Jamaica.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Jamaica.Designer.cs new file mode 100644 index 0000000..45e25e6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Jamaica.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Jamaica { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Jamaica() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Jamaica", typeof(Jamaica).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Jamaica.resx b/src/core/Dime.i18n.Countries/Translations/Jamaica.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Jamaica.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Japan.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Japan.Designer.cs new file mode 100644 index 0000000..8a14a1f --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Japan.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Japan { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Japan() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Japan", typeof(Japan).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Japan.resx b/src/core/Dime.i18n.Countries/Translations/Japan.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Japan.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Jersey.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Jersey.Designer.cs new file mode 100644 index 0000000..a020f85 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Jersey.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Jersey { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Jersey() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Jersey", typeof(Jersey).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Jersey.resx b/src/core/Dime.i18n.Countries/Translations/Jersey.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Jersey.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Jordan.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Jordan.Designer.cs new file mode 100644 index 0000000..7667d98 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Jordan.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Jordan { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Jordan() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Jordan", typeof(Jordan).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Jordan.resx b/src/core/Dime.i18n.Countries/Translations/Jordan.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Jordan.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Kazakhstan.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Kazakhstan.Designer.cs new file mode 100644 index 0000000..11fe331 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Kazakhstan.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Kazakhstan { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Kazakhstan() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Kazakhstan", typeof(Kazakhstan).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Kazakhstan.resx b/src/core/Dime.i18n.Countries/Translations/Kazakhstan.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Kazakhstan.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Kenya.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Kenya.Designer.cs new file mode 100644 index 0000000..cfbf917 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Kenya.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Kenya { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Kenya() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Kenya", typeof(Kenya).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Kenya.resx b/src/core/Dime.i18n.Countries/Translations/Kenya.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Kenya.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Kiribati.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Kiribati.Designer.cs new file mode 100644 index 0000000..7906925 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Kiribati.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Kiribati { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Kiribati() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Kiribati", typeof(Kiribati).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Kiribati.resx b/src/core/Dime.i18n.Countries/Translations/Kiribati.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Kiribati.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Kuwait.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Kuwait.Designer.cs new file mode 100644 index 0000000..58d9426 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Kuwait.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Kuwait { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Kuwait() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Kuwait", typeof(Kuwait).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Kuwait.resx b/src/core/Dime.i18n.Countries/Translations/Kuwait.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Kuwait.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Kyrgyzstan.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Kyrgyzstan.Designer.cs new file mode 100644 index 0000000..b3613b4 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Kyrgyzstan.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Kyrgyzstan { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Kyrgyzstan() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Kyrgyzstan", typeof(Kyrgyzstan).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Kyrgyzstan.resx b/src/core/Dime.i18n.Countries/Translations/Kyrgyzstan.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Kyrgyzstan.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Laos.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Laos.Designer.cs new file mode 100644 index 0000000..bfd82da --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Laos.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Laos { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Laos() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Laos", typeof(Laos).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Laos.resx b/src/core/Dime.i18n.Countries/Translations/Laos.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Laos.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Latvia.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Latvia.Designer.cs new file mode 100644 index 0000000..994749e --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Latvia.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Latvia { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Latvia() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Latvia", typeof(Latvia).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Latvia.resx b/src/core/Dime.i18n.Countries/Translations/Latvia.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Latvia.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Lebanon.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Lebanon.Designer.cs new file mode 100644 index 0000000..b0af0bc --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Lebanon.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Lebanon { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Lebanon() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Lebanon", typeof(Lebanon).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Lebanon.resx b/src/core/Dime.i18n.Countries/Translations/Lebanon.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Lebanon.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Lesotho.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Lesotho.Designer.cs new file mode 100644 index 0000000..ed8fdcf --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Lesotho.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Lesotho { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Lesotho() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Lesotho", typeof(Lesotho).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Lesotho.resx b/src/core/Dime.i18n.Countries/Translations/Lesotho.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Lesotho.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Liberia.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Liberia.Designer.cs new file mode 100644 index 0000000..5ffd9b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Liberia.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Liberia { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Liberia() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Liberia", typeof(Liberia).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Liberia.resx b/src/core/Dime.i18n.Countries/Translations/Liberia.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Liberia.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Libya.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Libya.Designer.cs new file mode 100644 index 0000000..8c092bd --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Libya.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Libya { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Libya() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Libya", typeof(Libya).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Libya.resx b/src/core/Dime.i18n.Countries/Translations/Libya.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Libya.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Liechtenstein.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Liechtenstein.Designer.cs new file mode 100644 index 0000000..acc6050 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Liechtenstein.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Liechtenstein { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Liechtenstein() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Liechtenstein", typeof(Liechtenstein).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Liechtenstein.resx b/src/core/Dime.i18n.Countries/Translations/Liechtenstein.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Liechtenstein.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Lithuania.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Lithuania.Designer.cs new file mode 100644 index 0000000..d3cf6f2 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Lithuania.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Lithuania { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Lithuania() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Lithuania", typeof(Lithuania).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Lithuania.resx b/src/core/Dime.i18n.Countries/Translations/Lithuania.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Lithuania.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Luxembourg.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Luxembourg.Designer.cs new file mode 100644 index 0000000..251fccd --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Luxembourg.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Luxembourg { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Luxembourg() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Luxembourg", typeof(Luxembourg).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Luxembourg.resx b/src/core/Dime.i18n.Countries/Translations/Luxembourg.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Luxembourg.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Macao.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Macao.Designer.cs new file mode 100644 index 0000000..8b6c8f3 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Macao.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Macao { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Macao() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Macao", typeof(Macao).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Macao.resx b/src/core/Dime.i18n.Countries/Translations/Macao.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Macao.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Macedonia.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Macedonia.Designer.cs new file mode 100644 index 0000000..4f9d1ea --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Macedonia.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Macedonia { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Macedonia() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Macedonia", typeof(Macedonia).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Macedonia.resx b/src/core/Dime.i18n.Countries/Translations/Macedonia.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Macedonia.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Madagascar.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Madagascar.Designer.cs new file mode 100644 index 0000000..676a657 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Madagascar.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Madagascar { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Madagascar() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Madagascar", typeof(Madagascar).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Madagascar.resx b/src/core/Dime.i18n.Countries/Translations/Madagascar.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Madagascar.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Malawi.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Malawi.Designer.cs new file mode 100644 index 0000000..92e9d62 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Malawi.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Malawi { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Malawi() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Malawi", typeof(Malawi).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Malawi.resx b/src/core/Dime.i18n.Countries/Translations/Malawi.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Malawi.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Malaysia.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Malaysia.Designer.cs new file mode 100644 index 0000000..036ea89 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Malaysia.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Malaysia { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Malaysia() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Malaysia", typeof(Malaysia).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Malaysia.resx b/src/core/Dime.i18n.Countries/Translations/Malaysia.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Malaysia.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Maldives.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Maldives.Designer.cs new file mode 100644 index 0000000..0846375 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Maldives.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Maldives { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Maldives() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Maldives", typeof(Maldives).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Maldives.resx b/src/core/Dime.i18n.Countries/Translations/Maldives.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Maldives.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Mali.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Mali.Designer.cs new file mode 100644 index 0000000..14f608c --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Mali.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Mali { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Mali() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Mali", typeof(Mali).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Mali.resx b/src/core/Dime.i18n.Countries/Translations/Mali.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Mali.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Malta.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Malta.Designer.cs new file mode 100644 index 0000000..71a2d3e --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Malta.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Malta { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Malta() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Malta", typeof(Malta).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Malta.resx b/src/core/Dime.i18n.Countries/Translations/Malta.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Malta.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/MarshallIslands.Designer.cs b/src/core/Dime.i18n.Countries/Translations/MarshallIslands.Designer.cs new file mode 100644 index 0000000..a6e0f59 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/MarshallIslands.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class MarshallIslands { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal MarshallIslands() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.MarshallIslands", typeof(MarshallIslands).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/MarshallIslands.resx b/src/core/Dime.i18n.Countries/Translations/MarshallIslands.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/MarshallIslands.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Martinique.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Martinique.Designer.cs new file mode 100644 index 0000000..8e12e6a --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Martinique.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Martinique { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Martinique() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Martinique", typeof(Martinique).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Martinique.resx b/src/core/Dime.i18n.Countries/Translations/Martinique.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Martinique.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Mauritania.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Mauritania.Designer.cs new file mode 100644 index 0000000..14353c9 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Mauritania.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Mauritania { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Mauritania() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Mauritania", typeof(Mauritania).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Mauritania.resx b/src/core/Dime.i18n.Countries/Translations/Mauritania.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Mauritania.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Mauritius.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Mauritius.Designer.cs new file mode 100644 index 0000000..b6878f8 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Mauritius.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Mauritius { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Mauritius() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Mauritius", typeof(Mauritius).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Mauritius.resx b/src/core/Dime.i18n.Countries/Translations/Mauritius.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Mauritius.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Mayotte.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Mayotte.Designer.cs new file mode 100644 index 0000000..c7659ef --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Mayotte.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Mayotte { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Mayotte() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Mayotte", typeof(Mayotte).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Mayotte.resx b/src/core/Dime.i18n.Countries/Translations/Mayotte.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Mayotte.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Mexico.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Mexico.Designer.cs new file mode 100644 index 0000000..818adb6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Mexico.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Mexico { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Mexico() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Mexico", typeof(Mexico).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Mexico.resx b/src/core/Dime.i18n.Countries/Translations/Mexico.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Mexico.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Micronesia.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Micronesia.Designer.cs new file mode 100644 index 0000000..bc700a0 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Micronesia.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Micronesia { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Micronesia() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Micronesia", typeof(Micronesia).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Micronesia.resx b/src/core/Dime.i18n.Countries/Translations/Micronesia.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Micronesia.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Moldova.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Moldova.Designer.cs new file mode 100644 index 0000000..eda0056 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Moldova.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Moldova { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Moldova() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Moldova", typeof(Moldova).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Moldova.resx b/src/core/Dime.i18n.Countries/Translations/Moldova.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Moldova.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Monaco.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Monaco.Designer.cs new file mode 100644 index 0000000..6008edd --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Monaco.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Monaco { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Monaco() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Monaco", typeof(Monaco).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Monaco.resx b/src/core/Dime.i18n.Countries/Translations/Monaco.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Monaco.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Mongolia.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Mongolia.Designer.cs new file mode 100644 index 0000000..25fb1a9 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Mongolia.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Mongolia { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Mongolia() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Mongolia", typeof(Mongolia).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Mongolia.resx b/src/core/Dime.i18n.Countries/Translations/Mongolia.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Mongolia.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Montenegro.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Montenegro.Designer.cs new file mode 100644 index 0000000..196bb8c --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Montenegro.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Montenegro { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Montenegro() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Montenegro", typeof(Montenegro).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Montenegro.resx b/src/core/Dime.i18n.Countries/Translations/Montenegro.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Montenegro.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Montserrat.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Montserrat.Designer.cs new file mode 100644 index 0000000..5b32f31 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Montserrat.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Montserrat { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Montserrat() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Montserrat", typeof(Montserrat).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Montserrat.resx b/src/core/Dime.i18n.Countries/Translations/Montserrat.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Montserrat.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Morocco.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Morocco.Designer.cs new file mode 100644 index 0000000..e0e13d9 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Morocco.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Morocco { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Morocco() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Morocco", typeof(Morocco).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Morocco.resx b/src/core/Dime.i18n.Countries/Translations/Morocco.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Morocco.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Mozambique.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Mozambique.Designer.cs new file mode 100644 index 0000000..6836224 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Mozambique.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Mozambique { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Mozambique() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Mozambique", typeof(Mozambique).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Mozambique.resx b/src/core/Dime.i18n.Countries/Translations/Mozambique.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Mozambique.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Myanmar.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Myanmar.Designer.cs new file mode 100644 index 0000000..71c1a21 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Myanmar.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Myanmar { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Myanmar() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Myanmar", typeof(Myanmar).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Myanmar.resx b/src/core/Dime.i18n.Countries/Translations/Myanmar.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Myanmar.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Namibia.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Namibia.Designer.cs new file mode 100644 index 0000000..431c575 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Namibia.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Namibia { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Namibia() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Namibia", typeof(Namibia).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Namibia.resx b/src/core/Dime.i18n.Countries/Translations/Namibia.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Namibia.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Nauru.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Nauru.Designer.cs new file mode 100644 index 0000000..ae0a1f9 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Nauru.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Nauru { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Nauru() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Nauru", typeof(Nauru).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Nauru.resx b/src/core/Dime.i18n.Countries/Translations/Nauru.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Nauru.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Nepal.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Nepal.Designer.cs new file mode 100644 index 0000000..24c9275 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Nepal.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Nepal { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Nepal() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Nepal", typeof(Nepal).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Nepal.resx b/src/core/Dime.i18n.Countries/Translations/Nepal.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Nepal.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Netherlands.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Netherlands.Designer.cs new file mode 100644 index 0000000..fed4de4 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Netherlands.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Netherlands { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Netherlands() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Netherlands", typeof(Netherlands).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Netherlands.resx b/src/core/Dime.i18n.Countries/Translations/Netherlands.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Netherlands.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/NetherlandsAntilles.Designer.cs b/src/core/Dime.i18n.Countries/Translations/NetherlandsAntilles.Designer.cs new file mode 100644 index 0000000..727dfd3 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/NetherlandsAntilles.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class NetherlandsAntilles { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal NetherlandsAntilles() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.NetherlandsAntilles", typeof(NetherlandsAntilles).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/NetherlandsAntilles.resx b/src/core/Dime.i18n.Countries/Translations/NetherlandsAntilles.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/NetherlandsAntilles.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/NewCaledonia.Designer.cs b/src/core/Dime.i18n.Countries/Translations/NewCaledonia.Designer.cs new file mode 100644 index 0000000..ad8426e --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/NewCaledonia.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class NewCaledonia { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal NewCaledonia() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.NewCaledonia", typeof(NewCaledonia).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/NewCaledonia.resx b/src/core/Dime.i18n.Countries/Translations/NewCaledonia.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/NewCaledonia.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/NewZealand.Designer.cs b/src/core/Dime.i18n.Countries/Translations/NewZealand.Designer.cs new file mode 100644 index 0000000..aa86164 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/NewZealand.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class NewZealand { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal NewZealand() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.NewZealand", typeof(NewZealand).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/NewZealand.resx b/src/core/Dime.i18n.Countries/Translations/NewZealand.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/NewZealand.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Nicaragua.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Nicaragua.Designer.cs new file mode 100644 index 0000000..071853e --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Nicaragua.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Nicaragua { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Nicaragua() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Nicaragua", typeof(Nicaragua).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Nicaragua.resx b/src/core/Dime.i18n.Countries/Translations/Nicaragua.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Nicaragua.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Niger.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Niger.Designer.cs new file mode 100644 index 0000000..eb13551 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Niger.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Niger { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Niger() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Niger", typeof(Niger).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Niger.resx b/src/core/Dime.i18n.Countries/Translations/Niger.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Niger.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Nigeria.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Nigeria.Designer.cs new file mode 100644 index 0000000..0c313e2 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Nigeria.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Nigeria { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Nigeria() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Nigeria", typeof(Nigeria).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Nigeria.resx b/src/core/Dime.i18n.Countries/Translations/Nigeria.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Nigeria.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Niue.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Niue.Designer.cs new file mode 100644 index 0000000..356cdf8 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Niue.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Niue { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Niue() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Niue", typeof(Niue).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Niue.resx b/src/core/Dime.i18n.Countries/Translations/Niue.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Niue.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/NorfolkIsland.Designer.cs b/src/core/Dime.i18n.Countries/Translations/NorfolkIsland.Designer.cs new file mode 100644 index 0000000..ff6e753 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/NorfolkIsland.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class NorfolkIsland { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal NorfolkIsland() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.NorfolkIsland", typeof(NorfolkIsland).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/NorfolkIsland.resx b/src/core/Dime.i18n.Countries/Translations/NorfolkIsland.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/NorfolkIsland.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/NorthKorea.Designer.cs b/src/core/Dime.i18n.Countries/Translations/NorthKorea.Designer.cs new file mode 100644 index 0000000..10dd88c --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/NorthKorea.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class NorthKorea { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal NorthKorea() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.NorthKorea", typeof(NorthKorea).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/NorthKorea.resx b/src/core/Dime.i18n.Countries/Translations/NorthKorea.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/NorthKorea.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/NorthernMarianaIslands.Designer.cs b/src/core/Dime.i18n.Countries/Translations/NorthernMarianaIslands.Designer.cs new file mode 100644 index 0000000..b590a0b --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/NorthernMarianaIslands.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class NorthernMarianaIslands { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal NorthernMarianaIslands() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.NorthernMarianaIslands", typeof(NorthernMarianaIslands).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/NorthernMarianaIslands.resx b/src/core/Dime.i18n.Countries/Translations/NorthernMarianaIslands.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/NorthernMarianaIslands.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Norway.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Norway.Designer.cs new file mode 100644 index 0000000..4142233 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Norway.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Norway { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Norway() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Norway", typeof(Norway).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Norway.resx b/src/core/Dime.i18n.Countries/Translations/Norway.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Norway.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Oman.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Oman.Designer.cs new file mode 100644 index 0000000..0d27099 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Oman.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Oman { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Oman() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Oman", typeof(Oman).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Oman.resx b/src/core/Dime.i18n.Countries/Translations/Oman.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Oman.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Pakistan.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Pakistan.Designer.cs new file mode 100644 index 0000000..193005c --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Pakistan.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Pakistan { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Pakistan() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Pakistan", typeof(Pakistan).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Pakistan.resx b/src/core/Dime.i18n.Countries/Translations/Pakistan.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Pakistan.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Palau.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Palau.Designer.cs new file mode 100644 index 0000000..ffda4bc --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Palau.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Palau { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Palau() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Palau", typeof(Palau).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Palau.resx b/src/core/Dime.i18n.Countries/Translations/Palau.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Palau.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/PalestinianTerritory.Designer.cs b/src/core/Dime.i18n.Countries/Translations/PalestinianTerritory.Designer.cs new file mode 100644 index 0000000..c839956 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/PalestinianTerritory.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class PalestinianTerritory { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal PalestinianTerritory() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.PalestinianTerritory", typeof(PalestinianTerritory).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/PalestinianTerritory.resx b/src/core/Dime.i18n.Countries/Translations/PalestinianTerritory.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/PalestinianTerritory.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Panama.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Panama.Designer.cs new file mode 100644 index 0000000..8c45f13 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Panama.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Panama { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Panama() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Panama", typeof(Panama).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Panama.resx b/src/core/Dime.i18n.Countries/Translations/Panama.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Panama.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/PapuaNewGuinea.Designer.cs b/src/core/Dime.i18n.Countries/Translations/PapuaNewGuinea.Designer.cs new file mode 100644 index 0000000..9ebb082 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/PapuaNewGuinea.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class PapuaNewGuinea { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal PapuaNewGuinea() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.PapuaNewGuinea", typeof(PapuaNewGuinea).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/PapuaNewGuinea.resx b/src/core/Dime.i18n.Countries/Translations/PapuaNewGuinea.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/PapuaNewGuinea.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Paraguay.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Paraguay.Designer.cs new file mode 100644 index 0000000..14a57f8 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Paraguay.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Paraguay { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Paraguay() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Paraguay", typeof(Paraguay).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Paraguay.resx b/src/core/Dime.i18n.Countries/Translations/Paraguay.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Paraguay.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Peru.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Peru.Designer.cs new file mode 100644 index 0000000..98329fa --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Peru.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Peru { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Peru() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Peru", typeof(Peru).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Peru.resx b/src/core/Dime.i18n.Countries/Translations/Peru.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Peru.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Philippines.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Philippines.Designer.cs new file mode 100644 index 0000000..982baef --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Philippines.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Philippines { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Philippines() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Philippines", typeof(Philippines).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Philippines.resx b/src/core/Dime.i18n.Countries/Translations/Philippines.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Philippines.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Pitcairn.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Pitcairn.Designer.cs new file mode 100644 index 0000000..5b56fcb --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Pitcairn.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Pitcairn { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Pitcairn() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Pitcairn", typeof(Pitcairn).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Pitcairn.resx b/src/core/Dime.i18n.Countries/Translations/Pitcairn.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Pitcairn.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Poland.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Poland.Designer.cs new file mode 100644 index 0000000..cfcbf44 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Poland.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Poland { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Poland() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Poland", typeof(Poland).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Poland.resx b/src/core/Dime.i18n.Countries/Translations/Poland.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Poland.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Portugal.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Portugal.Designer.cs new file mode 100644 index 0000000..e87f837 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Portugal.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Portugal { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Portugal() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Portugal", typeof(Portugal).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Portugal.resx b/src/core/Dime.i18n.Countries/Translations/Portugal.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Portugal.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/PuertoRico.Designer.cs b/src/core/Dime.i18n.Countries/Translations/PuertoRico.Designer.cs new file mode 100644 index 0000000..58f1b03 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/PuertoRico.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class PuertoRico { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal PuertoRico() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.PuertoRico", typeof(PuertoRico).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/PuertoRico.resx b/src/core/Dime.i18n.Countries/Translations/PuertoRico.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/PuertoRico.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Qatar.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Qatar.Designer.cs new file mode 100644 index 0000000..6b620d4 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Qatar.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Qatar { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Qatar() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Qatar", typeof(Qatar).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Qatar.resx b/src/core/Dime.i18n.Countries/Translations/Qatar.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Qatar.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Reunion.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Reunion.Designer.cs new file mode 100644 index 0000000..5f39472 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Reunion.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Reunion { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Reunion() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Reunion", typeof(Reunion).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Reunion.resx b/src/core/Dime.i18n.Countries/Translations/Reunion.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Reunion.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Romania.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Romania.Designer.cs new file mode 100644 index 0000000..1b901d6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Romania.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Romania { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Romania() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Romania", typeof(Romania).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Romania.resx b/src/core/Dime.i18n.Countries/Translations/Romania.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Romania.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Russia.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Russia.Designer.cs new file mode 100644 index 0000000..dbaf79e --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Russia.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Russia { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Russia() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Russia", typeof(Russia).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Russia.resx b/src/core/Dime.i18n.Countries/Translations/Russia.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Russia.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Rwanda.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Rwanda.Designer.cs new file mode 100644 index 0000000..0e42a80 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Rwanda.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Rwanda { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Rwanda() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Rwanda", typeof(Rwanda).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Rwanda.resx b/src/core/Dime.i18n.Countries/Translations/Rwanda.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Rwanda.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/SaintBarthelemy.Designer.cs b/src/core/Dime.i18n.Countries/Translations/SaintBarthelemy.Designer.cs new file mode 100644 index 0000000..fd81926 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/SaintBarthelemy.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class SaintBarthelemy { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal SaintBarthelemy() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.SaintBarthelemy", typeof(SaintBarthelemy).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/SaintBarthelemy.resx b/src/core/Dime.i18n.Countries/Translations/SaintBarthelemy.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/SaintBarthelemy.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/SaintHelena.Designer.cs b/src/core/Dime.i18n.Countries/Translations/SaintHelena.Designer.cs new file mode 100644 index 0000000..8b82796 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/SaintHelena.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class SaintHelena { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal SaintHelena() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.SaintHelena", typeof(SaintHelena).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/SaintHelena.resx b/src/core/Dime.i18n.Countries/Translations/SaintHelena.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/SaintHelena.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/SaintKittsandNevis.Designer.cs b/src/core/Dime.i18n.Countries/Translations/SaintKittsandNevis.Designer.cs new file mode 100644 index 0000000..34333b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/SaintKittsandNevis.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class SaintKittsandNevis { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal SaintKittsandNevis() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.SaintKittsandNevis", typeof(SaintKittsandNevis).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/SaintKittsandNevis.resx b/src/core/Dime.i18n.Countries/Translations/SaintKittsandNevis.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/SaintKittsandNevis.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/SaintLucia.Designer.cs b/src/core/Dime.i18n.Countries/Translations/SaintLucia.Designer.cs new file mode 100644 index 0000000..740747b --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/SaintLucia.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class SaintLucia { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal SaintLucia() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.SaintLucia", typeof(SaintLucia).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/SaintLucia.resx b/src/core/Dime.i18n.Countries/Translations/SaintLucia.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/SaintLucia.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/SaintMartin.Designer.cs b/src/core/Dime.i18n.Countries/Translations/SaintMartin.Designer.cs new file mode 100644 index 0000000..2fef818 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/SaintMartin.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class SaintMartin { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal SaintMartin() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.SaintMartin", typeof(SaintMartin).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/SaintMartin.resx b/src/core/Dime.i18n.Countries/Translations/SaintMartin.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/SaintMartin.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/SaintPierreAndMiquelon.Designer.cs b/src/core/Dime.i18n.Countries/Translations/SaintPierreAndMiquelon.Designer.cs new file mode 100644 index 0000000..6fc67c3 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/SaintPierreAndMiquelon.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class SaintPierreAndMiquelon { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal SaintPierreAndMiquelon() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.SaintPierreAndMiquelon", typeof(SaintPierreAndMiquelon).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/SaintPierreAndMiquelon.resx b/src/core/Dime.i18n.Countries/Translations/SaintPierreAndMiquelon.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/SaintPierreAndMiquelon.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/SaintVincentAndGrenadines.Designer.cs b/src/core/Dime.i18n.Countries/Translations/SaintVincentAndGrenadines.Designer.cs new file mode 100644 index 0000000..f15d9fe --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/SaintVincentAndGrenadines.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class SaintVincentAndGrenadines { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal SaintVincentAndGrenadines() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.SaintVincentAndGrenadines", typeof(SaintVincentAndGrenadines).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/SaintVincentAndGrenadines.resx b/src/core/Dime.i18n.Countries/Translations/SaintVincentAndGrenadines.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/SaintVincentAndGrenadines.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Samoa.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Samoa.Designer.cs new file mode 100644 index 0000000..23acb3b --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Samoa.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Samoa { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Samoa() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Samoa", typeof(Samoa).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Samoa.resx b/src/core/Dime.i18n.Countries/Translations/Samoa.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Samoa.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/SanMarino.Designer.cs b/src/core/Dime.i18n.Countries/Translations/SanMarino.Designer.cs new file mode 100644 index 0000000..a9bf3a3 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/SanMarino.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class SanMarino { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal SanMarino() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.SanMarino", typeof(SanMarino).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/SanMarino.resx b/src/core/Dime.i18n.Countries/Translations/SanMarino.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/SanMarino.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/SaoTomeAndPrincipe.Designer.cs b/src/core/Dime.i18n.Countries/Translations/SaoTomeAndPrincipe.Designer.cs new file mode 100644 index 0000000..9c4852f --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/SaoTomeAndPrincipe.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class SaoTomeAndPrincipe { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal SaoTomeAndPrincipe() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.SaoTomeAndPrincipe", typeof(SaoTomeAndPrincipe).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/SaoTomeAndPrincipe.resx b/src/core/Dime.i18n.Countries/Translations/SaoTomeAndPrincipe.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/SaoTomeAndPrincipe.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/SaudiArabia.Designer.cs b/src/core/Dime.i18n.Countries/Translations/SaudiArabia.Designer.cs new file mode 100644 index 0000000..46edf87 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/SaudiArabia.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class SaudiArabia { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal SaudiArabia() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.SaudiArabia", typeof(SaudiArabia).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/SaudiArabia.resx b/src/core/Dime.i18n.Countries/Translations/SaudiArabia.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/SaudiArabia.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Senegal.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Senegal.Designer.cs new file mode 100644 index 0000000..a8e2d41 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Senegal.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Senegal { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Senegal() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Senegal", typeof(Senegal).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Senegal.resx b/src/core/Dime.i18n.Countries/Translations/Senegal.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Senegal.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Serbia.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Serbia.Designer.cs new file mode 100644 index 0000000..a80c376 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Serbia.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Serbia { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Serbia() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Serbia", typeof(Serbia).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Serbia.resx b/src/core/Dime.i18n.Countries/Translations/Serbia.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Serbia.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Seychelles.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Seychelles.Designer.cs new file mode 100644 index 0000000..994e8d9 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Seychelles.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Seychelles { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Seychelles() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Seychelles", typeof(Seychelles).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Seychelles.resx b/src/core/Dime.i18n.Countries/Translations/Seychelles.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Seychelles.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/SierraLeone.Designer.cs b/src/core/Dime.i18n.Countries/Translations/SierraLeone.Designer.cs new file mode 100644 index 0000000..dbdec68 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/SierraLeone.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class SierraLeone { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal SierraLeone() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.SierraLeone", typeof(SierraLeone).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/SierraLeone.resx b/src/core/Dime.i18n.Countries/Translations/SierraLeone.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/SierraLeone.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Singapore.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Singapore.Designer.cs new file mode 100644 index 0000000..25c41b1 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Singapore.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Singapore { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Singapore() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Singapore", typeof(Singapore).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Singapore.resx b/src/core/Dime.i18n.Countries/Translations/Singapore.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Singapore.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Slovakia.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Slovakia.Designer.cs new file mode 100644 index 0000000..edac248 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Slovakia.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Slovakia { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Slovakia() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Slovakia", typeof(Slovakia).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Slovakia.resx b/src/core/Dime.i18n.Countries/Translations/Slovakia.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Slovakia.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Slovenia.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Slovenia.Designer.cs new file mode 100644 index 0000000..f1e22fa --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Slovenia.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Slovenia { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Slovenia() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Slovenia", typeof(Slovenia).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Slovenia.resx b/src/core/Dime.i18n.Countries/Translations/Slovenia.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Slovenia.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/SolomonIslands.Designer.cs b/src/core/Dime.i18n.Countries/Translations/SolomonIslands.Designer.cs new file mode 100644 index 0000000..e41bc26 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/SolomonIslands.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class SolomonIslands { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal SolomonIslands() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.SolomonIslands", typeof(SolomonIslands).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/SolomonIslands.resx b/src/core/Dime.i18n.Countries/Translations/SolomonIslands.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/SolomonIslands.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Somalia.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Somalia.Designer.cs new file mode 100644 index 0000000..a0c0fdb --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Somalia.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Somalia { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Somalia() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Somalia", typeof(Somalia).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Somalia.resx b/src/core/Dime.i18n.Countries/Translations/Somalia.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Somalia.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/SouthAfrica.Designer.cs b/src/core/Dime.i18n.Countries/Translations/SouthAfrica.Designer.cs new file mode 100644 index 0000000..a43cc02 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/SouthAfrica.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class SouthAfrica { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal SouthAfrica() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.SouthAfrica", typeof(SouthAfrica).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/SouthAfrica.resx b/src/core/Dime.i18n.Countries/Translations/SouthAfrica.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/SouthAfrica.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/SouthGeorgia.Designer.cs b/src/core/Dime.i18n.Countries/Translations/SouthGeorgia.Designer.cs new file mode 100644 index 0000000..a6d4578 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/SouthGeorgia.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class SouthGeorgia { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal SouthGeorgia() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.SouthGeorgia", typeof(SouthGeorgia).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/SouthGeorgia.resx b/src/core/Dime.i18n.Countries/Translations/SouthGeorgia.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/SouthGeorgia.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/SouthKorea.Designer.cs b/src/core/Dime.i18n.Countries/Translations/SouthKorea.Designer.cs new file mode 100644 index 0000000..662a3c6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/SouthKorea.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class SouthKorea { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal SouthKorea() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.SouthKorea", typeof(SouthKorea).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/SouthKorea.resx b/src/core/Dime.i18n.Countries/Translations/SouthKorea.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/SouthKorea.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/SouthSudan.Designer.cs b/src/core/Dime.i18n.Countries/Translations/SouthSudan.Designer.cs new file mode 100644 index 0000000..bda62a2 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/SouthSudan.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class SouthSudan { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal SouthSudan() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.SouthSudan", typeof(SouthSudan).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/SouthSudan.resx b/src/core/Dime.i18n.Countries/Translations/SouthSudan.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/SouthSudan.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Spain.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Spain.Designer.cs new file mode 100644 index 0000000..2b65091 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Spain.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Spain { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Spain() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Spain", typeof(Spain).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Spain.resx b/src/core/Dime.i18n.Countries/Translations/Spain.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Spain.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/SriLanka.Designer.cs b/src/core/Dime.i18n.Countries/Translations/SriLanka.Designer.cs new file mode 100644 index 0000000..13a5044 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/SriLanka.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class SriLanka { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal SriLanka() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.SriLanka", typeof(SriLanka).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/SriLanka.resx b/src/core/Dime.i18n.Countries/Translations/SriLanka.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/SriLanka.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Sudan.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Sudan.Designer.cs new file mode 100644 index 0000000..e63f2a2 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Sudan.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Sudan { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Sudan() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Sudan", typeof(Sudan).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Sudan.resx b/src/core/Dime.i18n.Countries/Translations/Sudan.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Sudan.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Suriname.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Suriname.Designer.cs new file mode 100644 index 0000000..c26aa7d --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Suriname.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Suriname { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Suriname() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Suriname", typeof(Suriname).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Suriname.resx b/src/core/Dime.i18n.Countries/Translations/Suriname.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Suriname.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/SvalbardAndJanMayenIslands.Designer.cs b/src/core/Dime.i18n.Countries/Translations/SvalbardAndJanMayenIslands.Designer.cs new file mode 100644 index 0000000..f93e942 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/SvalbardAndJanMayenIslands.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class SvalbardAndJanMayenIslands { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal SvalbardAndJanMayenIslands() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.SvalbardAndJanMayenIslands", typeof(SvalbardAndJanMayenIslands).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/SvalbardAndJanMayenIslands.resx b/src/core/Dime.i18n.Countries/Translations/SvalbardAndJanMayenIslands.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/SvalbardAndJanMayenIslands.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Swaziland.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Swaziland.Designer.cs new file mode 100644 index 0000000..ef448ef --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Swaziland.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Swaziland { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Swaziland() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Swaziland", typeof(Swaziland).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Swaziland.resx b/src/core/Dime.i18n.Countries/Translations/Swaziland.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Swaziland.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Sweden.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Sweden.Designer.cs new file mode 100644 index 0000000..43bff3f --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Sweden.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Sweden { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Sweden() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Sweden", typeof(Sweden).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Sweden.resx b/src/core/Dime.i18n.Countries/Translations/Sweden.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Sweden.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Switzerland.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Switzerland.Designer.cs new file mode 100644 index 0000000..9c153ba --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Switzerland.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Switzerland { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Switzerland() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Switzerland", typeof(Switzerland).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Switzerland.resx b/src/core/Dime.i18n.Countries/Translations/Switzerland.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Switzerland.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Syria.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Syria.Designer.cs new file mode 100644 index 0000000..04dc99f --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Syria.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Syria { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Syria() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Syria", typeof(Syria).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Syria.resx b/src/core/Dime.i18n.Countries/Translations/Syria.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Syria.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Taiwan.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Taiwan.Designer.cs new file mode 100644 index 0000000..baf9247 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Taiwan.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Taiwan { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Taiwan() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Taiwan", typeof(Taiwan).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Taiwan.resx b/src/core/Dime.i18n.Countries/Translations/Taiwan.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Taiwan.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Tajikistan.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Tajikistan.Designer.cs new file mode 100644 index 0000000..64228c9 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Tajikistan.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Tajikistan { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Tajikistan() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Tajikistan", typeof(Tajikistan).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Tajikistan.resx b/src/core/Dime.i18n.Countries/Translations/Tajikistan.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Tajikistan.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Tanzania.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Tanzania.Designer.cs new file mode 100644 index 0000000..f0b2652 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Tanzania.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Tanzania { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Tanzania() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Tanzania", typeof(Tanzania).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Tanzania.resx b/src/core/Dime.i18n.Countries/Translations/Tanzania.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Tanzania.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Thailand.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Thailand.Designer.cs new file mode 100644 index 0000000..d544a03 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Thailand.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Thailand { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Thailand() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Thailand", typeof(Thailand).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Thailand.resx b/src/core/Dime.i18n.Countries/Translations/Thailand.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Thailand.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/TimorLeste.Designer.cs b/src/core/Dime.i18n.Countries/Translations/TimorLeste.Designer.cs new file mode 100644 index 0000000..7e8b07c --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/TimorLeste.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class TimorLeste { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal TimorLeste() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.TimorLeste", typeof(TimorLeste).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/TimorLeste.resx b/src/core/Dime.i18n.Countries/Translations/TimorLeste.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/TimorLeste.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Togo.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Togo.Designer.cs new file mode 100644 index 0000000..7449105 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Togo.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Togo { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Togo() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Togo", typeof(Togo).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Togo.resx b/src/core/Dime.i18n.Countries/Translations/Togo.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Togo.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Tokelau.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Tokelau.Designer.cs new file mode 100644 index 0000000..b26ce4d --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Tokelau.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Tokelau { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Tokelau() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Tokelau", typeof(Tokelau).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Tokelau.resx b/src/core/Dime.i18n.Countries/Translations/Tokelau.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Tokelau.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Tonga.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Tonga.Designer.cs new file mode 100644 index 0000000..383ddb1 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Tonga.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Tonga { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Tonga() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Tonga", typeof(Tonga).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Tonga.resx b/src/core/Dime.i18n.Countries/Translations/Tonga.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Tonga.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/TrinidadAndTobago.Designer.cs b/src/core/Dime.i18n.Countries/Translations/TrinidadAndTobago.Designer.cs new file mode 100644 index 0000000..9a895fb --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/TrinidadAndTobago.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class TrinidadAndTobago { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal TrinidadAndTobago() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.TrinidadAndTobago", typeof(TrinidadAndTobago).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/TrinidadAndTobago.resx b/src/core/Dime.i18n.Countries/Translations/TrinidadAndTobago.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/TrinidadAndTobago.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Tunisia.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Tunisia.Designer.cs new file mode 100644 index 0000000..6b5eff0 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Tunisia.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Tunisia { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Tunisia() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Tunisia", typeof(Tunisia).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Tunisia.resx b/src/core/Dime.i18n.Countries/Translations/Tunisia.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Tunisia.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Turkey.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Turkey.Designer.cs new file mode 100644 index 0000000..a749e93 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Turkey.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Turkey { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Turkey() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Turkey", typeof(Turkey).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Turkey.resx b/src/core/Dime.i18n.Countries/Translations/Turkey.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Turkey.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Turkmenistan.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Turkmenistan.Designer.cs new file mode 100644 index 0000000..614ab39 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Turkmenistan.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Turkmenistan { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Turkmenistan() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Turkmenistan", typeof(Turkmenistan).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Turkmenistan.resx b/src/core/Dime.i18n.Countries/Translations/Turkmenistan.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Turkmenistan.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/TurksAndCaicosIslands.Designer.cs b/src/core/Dime.i18n.Countries/Translations/TurksAndCaicosIslands.Designer.cs new file mode 100644 index 0000000..9d0fa4a --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/TurksAndCaicosIslands.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class TurksAndCaicosIslands { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal TurksAndCaicosIslands() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.TurksAndCaicosIslands", typeof(TurksAndCaicosIslands).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/TurksAndCaicosIslands.resx b/src/core/Dime.i18n.Countries/Translations/TurksAndCaicosIslands.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/TurksAndCaicosIslands.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Tuvalu.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Tuvalu.Designer.cs new file mode 100644 index 0000000..6ae2ce3 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Tuvalu.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Tuvalu { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Tuvalu() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Tuvalu", typeof(Tuvalu).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Tuvalu.resx b/src/core/Dime.i18n.Countries/Translations/Tuvalu.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Tuvalu.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/USMinorOutlyingIslands.Designer.cs b/src/core/Dime.i18n.Countries/Translations/USMinorOutlyingIslands.Designer.cs new file mode 100644 index 0000000..c241d2a --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/USMinorOutlyingIslands.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class USMinorOutlyingIslands { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal USMinorOutlyingIslands() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.USMinorOutlyingIslands", typeof(USMinorOutlyingIslands).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/USMinorOutlyingIslands.resx b/src/core/Dime.i18n.Countries/Translations/USMinorOutlyingIslands.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/USMinorOutlyingIslands.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Uganda.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Uganda.Designer.cs new file mode 100644 index 0000000..6bedb06 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Uganda.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Uganda { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Uganda() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Uganda", typeof(Uganda).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Uganda.resx b/src/core/Dime.i18n.Countries/Translations/Uganda.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Uganda.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Ukraine.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Ukraine.Designer.cs new file mode 100644 index 0000000..c200023 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Ukraine.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Ukraine { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Ukraine() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Ukraine", typeof(Ukraine).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Ukraine.resx b/src/core/Dime.i18n.Countries/Translations/Ukraine.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Ukraine.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/UnitedArabEmirates.Designer.cs b/src/core/Dime.i18n.Countries/Translations/UnitedArabEmirates.Designer.cs new file mode 100644 index 0000000..c6c3da3 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/UnitedArabEmirates.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class UnitedArabEmirates { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal UnitedArabEmirates() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.UnitedArabEmirates", typeof(UnitedArabEmirates).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/UnitedArabEmirates.resx b/src/core/Dime.i18n.Countries/Translations/UnitedArabEmirates.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/UnitedArabEmirates.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/UnitedKingdom.Designer.cs b/src/core/Dime.i18n.Countries/Translations/UnitedKingdom.Designer.cs new file mode 100644 index 0000000..507d542 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/UnitedKingdom.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class UnitedKingdom { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal UnitedKingdom() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.UnitedKingdom", typeof(UnitedKingdom).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/UnitedKingdom.resx b/src/core/Dime.i18n.Countries/Translations/UnitedKingdom.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/UnitedKingdom.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/UnitedStatesOfAmerica.Designer.cs b/src/core/Dime.i18n.Countries/Translations/UnitedStatesOfAmerica.Designer.cs new file mode 100644 index 0000000..640241c --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/UnitedStatesOfAmerica.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class UnitedStatesOfAmerica { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal UnitedStatesOfAmerica() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.UnitedStatesOfAmerica", typeof(UnitedStatesOfAmerica).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/UnitedStatesOfAmerica.resx b/src/core/Dime.i18n.Countries/Translations/UnitedStatesOfAmerica.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/UnitedStatesOfAmerica.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Uruguay.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Uruguay.Designer.cs new file mode 100644 index 0000000..977557e --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Uruguay.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Uruguay { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Uruguay() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Uruguay", typeof(Uruguay).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Uruguay.resx b/src/core/Dime.i18n.Countries/Translations/Uruguay.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Uruguay.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Uzbekistan.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Uzbekistan.Designer.cs new file mode 100644 index 0000000..991e9b8 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Uzbekistan.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Uzbekistan { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Uzbekistan() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Uzbekistan", typeof(Uzbekistan).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Uzbekistan.resx b/src/core/Dime.i18n.Countries/Translations/Uzbekistan.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Uzbekistan.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Vanuatu.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Vanuatu.Designer.cs new file mode 100644 index 0000000..4eb940e --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Vanuatu.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Vanuatu { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Vanuatu() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Vanuatu", typeof(Vanuatu).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Vanuatu.resx b/src/core/Dime.i18n.Countries/Translations/Vanuatu.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Vanuatu.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/VaticanCity.Designer.cs b/src/core/Dime.i18n.Countries/Translations/VaticanCity.Designer.cs new file mode 100644 index 0000000..ef6e71d --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/VaticanCity.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class VaticanCity { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal VaticanCity() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.VaticanCity", typeof(VaticanCity).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/VaticanCity.resx b/src/core/Dime.i18n.Countries/Translations/VaticanCity.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/VaticanCity.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Venezuela.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Venezuela.Designer.cs new file mode 100644 index 0000000..f510b43 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Venezuela.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Venezuela { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Venezuela() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Venezuela", typeof(Venezuela).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Venezuela.resx b/src/core/Dime.i18n.Countries/Translations/Venezuela.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Venezuela.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Vietnam.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Vietnam.Designer.cs new file mode 100644 index 0000000..62111fe --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Vietnam.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Vietnam { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Vietnam() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Vietnam", typeof(Vietnam).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Vietnam.resx b/src/core/Dime.i18n.Countries/Translations/Vietnam.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Vietnam.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/VirginIslands.Designer.cs b/src/core/Dime.i18n.Countries/Translations/VirginIslands.Designer.cs new file mode 100644 index 0000000..9d7c7b7 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/VirginIslands.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class VirginIslands { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal VirginIslands() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.VirginIslands", typeof(VirginIslands).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/VirginIslands.resx b/src/core/Dime.i18n.Countries/Translations/VirginIslands.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/VirginIslands.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/WallisAndFutunaIslands.Designer.cs b/src/core/Dime.i18n.Countries/Translations/WallisAndFutunaIslands.Designer.cs new file mode 100644 index 0000000..feb0f4c --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/WallisAndFutunaIslands.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class WallisAndFutunaIslands { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal WallisAndFutunaIslands() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.WallisAndFutunaIslands", typeof(WallisAndFutunaIslands).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/WallisAndFutunaIslands.resx b/src/core/Dime.i18n.Countries/Translations/WallisAndFutunaIslands.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/WallisAndFutunaIslands.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/WesternSahara.Designer.cs b/src/core/Dime.i18n.Countries/Translations/WesternSahara.Designer.cs new file mode 100644 index 0000000..6c099b8 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/WesternSahara.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class WesternSahara { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal WesternSahara() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.WesternSahara", typeof(WesternSahara).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/WesternSahara.resx b/src/core/Dime.i18n.Countries/Translations/WesternSahara.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/WesternSahara.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Yemen.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Yemen.Designer.cs new file mode 100644 index 0000000..a8437b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Yemen.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Yemen { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Yemen() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Yemen", typeof(Yemen).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Yemen.resx b/src/core/Dime.i18n.Countries/Translations/Yemen.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Yemen.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Zambia.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Zambia.Designer.cs new file mode 100644 index 0000000..5ff13fd --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Zambia.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Zambia { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Zambia() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Zambia", typeof(Zambia).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Zambia.resx b/src/core/Dime.i18n.Countries/Translations/Zambia.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Zambia.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Zimbabwe.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Zimbabwe.Designer.cs new file mode 100644 index 0000000..46b2859 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Zimbabwe.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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 Dime.i18n.Countries.Translations { + using System; + + + /// + /// 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Zimbabwe { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Zimbabwe() { + } + + /// + /// 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("Dime.i18n.Countries.Translations.Zimbabwe", typeof(Zimbabwe).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; + } + } + } +} diff --git a/src/core/Dime.i18n.Countries/Translations/Zimbabwe.resx b/src/core/Dime.i18n.Countries/Translations/Zimbabwe.resx new file mode 100644 index 0000000..4fdb1b6 --- /dev/null +++ b/src/core/Dime.i18n.Countries/Translations/Zimbabwe.resx @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/test/Dime.i18n.Countries.Tests/CountryListTests.cs b/src/test/Dime.i18n.Countries.Tests/CountryListTests.cs index 7f57b43..a64981b 100644 --- a/src/test/Dime.i18n.Countries.Tests/CountryListTests.cs +++ b/src/test/Dime.i18n.Countries.Tests/CountryListTests.cs @@ -1,5 +1,6 @@ using System.Collections; using System.Linq; +using Dime.i18n.Countries.Nations; using Xunit; namespace System.Globalization.Countries.Tests @@ -7,7 +8,7 @@ namespace System.Globalization.Countries.Tests public class CountryListTests { [Fact] - public void CountryList_Count_ShouldReturn239() + public void CountryList_Count_ShouldReturn247() { NationsList countries = new(); Assert.True(countries.Count() == 247); @@ -28,11 +29,23 @@ public void CountryList_GetEnumerator_ShouldEnumerate() IEnumerator enumerator = (countries as IEnumerable).GetEnumerator(); while (enumerator.MoveNext()) { - if (string.IsNullOrEmpty(enumerator.Current as string)) + if (enumerator.Current == null) throw new Exception(); } Assert.True(countries.Distinct().Count() == 247); } + + + [Fact] + public void Country_GetTranslations_ShouldEnumerate() + { + NationsList countries = new(); + Nation belgium = countries["be"]; + + Assert.True(belgium.Code == "BE"); + Assert.True(belgium.AltCode == "BEL"); + Assert.True(belgium["nl"] == "Belgi�"); + } } } \ No newline at end of file From 9c2b8dcf330e48355b33088cba3379018bfd4258 Mon Sep 17 00:00:00 2001 From: Hendrik Bulens Date: Tue, 31 Jan 2023 10:23:57 +0100 Subject: [PATCH 3/6] Seed initial data --- .../Dime.i18n.Countries.csproj | 2 +- src/core/Dime.i18n.Countries/Nation.cs | 4 +- src/core/Dime.i18n.Countries/NationsList.cs | 496 +++++++++--------- .../Translations/AlandIslands.Designer.cs | 9 + .../Translations/AlandIslands.resx | 216 ++++---- .../Translations/Albania.Designer.cs | 9 + .../Translations/Albania.resx | 216 ++++---- .../Translations/Algeria.Designer.cs | 9 + .../Translations/Algeria.resx | 216 ++++---- .../Translations/AmericanSamoa.Designer.cs | 9 + .../Translations/AmericanSamoa.resx | 216 ++++---- .../Translations/Andorra.Designer.cs | 9 + .../Translations/Andorra.resx | 216 ++++---- .../Translations/Angola.Designer.cs | 9 + .../Translations/Angola.resx | 216 ++++---- .../Translations/Anguilla.Designer.cs | 9 + .../Translations/Anguilla.resx | 216 ++++---- .../Translations/Antarctica.Designer.cs | 9 + .../Translations/Antarctica.resx | 216 ++++---- .../AntiguaAndBarbuda.Designer.cs | 9 + .../Translations/AntiguaAndBarbuda.resx | 216 ++++---- .../Translations/Argentina.Designer.cs | 9 + .../Translations/Argentina.resx | 216 ++++---- .../Translations/Armenia.Designer.cs | 9 + .../Translations/Armenia.resx | 216 ++++---- .../Translations/Aruba.Designer.cs | 9 + .../Translations/Aruba.resx | 216 ++++---- .../Translations/Australia.Designer.cs | 9 + .../Translations/Australia.resx | 216 ++++---- .../Translations/Austria.Designer.cs | 45 ++ .../Translations/Austria.resx | 228 ++++---- .../Translations/Azerbaijan.Designer.cs | 9 + .../Translations/Azerbaijan.resx | 216 ++++---- .../Translations/Bahamas.Designer.cs | 9 + .../Translations/Bahamas.resx | 216 ++++---- .../Translations/Bahrain.Designer.cs | 9 + .../Translations/Bahrain.resx | 216 ++++---- .../Translations/Bangladesh.Designer.cs | 9 + .../Translations/Bangladesh.resx | 216 ++++---- .../Translations/Barbados.Designer.cs | 9 + .../Translations/Barbados.resx | 216 ++++---- .../Translations/Belarus.Designer.cs | 9 + .../Translations/Belarus.resx | 216 ++++---- .../Translations/Belgium.Designer.cs | 27 + .../Translations/Belgium.resx | 9 + .../Translations/Belize.Designer.cs | 9 + .../Translations/Belize.resx | 216 ++++---- .../Translations/Benin.Designer.cs | 9 + .../Translations/Benin.resx | 216 ++++---- .../Translations/Bermuda.Designer.cs | 9 + .../Translations/Bermuda.resx | 216 ++++---- .../Translations/Bhutan.Designer.cs | 9 + .../Translations/Bhutan.resx | 216 ++++---- .../Translations/Bolivia.Designer.cs | 9 + .../Translations/Bolivia.resx | 216 ++++---- .../BosniaAndHerzegovina.Designer.cs | 9 + .../Translations/BosniaAndHerzegovina.resx | 216 ++++---- .../Translations/Botswana.Designer.cs | 9 + .../Translations/Botswana.resx | 216 ++++---- .../Translations/BouvetIsland.Designer.cs | 9 + .../Translations/BouvetIsland.resx | 216 ++++---- .../Translations/Brazil.Designer.cs | 9 + .../Translations/Brazil.resx | 216 ++++---- .../BritishIndianOceanTerritory.Designer.cs | 9 + .../BritishIndianOceanTerritory.resx | 216 ++++---- .../BritishVirginIslands.Designer.cs | 9 + .../Translations/BritishVirginIslands.resx | 216 ++++---- .../Translations/Brunei.Designer.cs | 9 + .../Translations/Brunei.resx | 216 ++++---- .../Translations/Bulgaria.Designer.cs | 9 + .../Translations/Bulgaria.resx | 216 ++++---- .../Translations/BurkinaFaso.Designer.cs | 9 + .../Translations/BurkinaFaso.resx | 216 ++++---- .../Translations/Burundi.Designer.cs | 9 + .../Translations/Burundi.resx | 216 ++++---- .../Translations/Cambodia.Designer.cs | 9 + .../Translations/Cambodia.resx | 216 ++++---- .../Translations/Cameroon.Designer.cs | 9 + .../Translations/Cameroon.resx | 216 ++++---- .../Translations/Canada.Designer.cs | 9 + .../Translations/Canada.resx | 216 ++++---- .../Translations/CapeVerde.Designer.cs | 9 + .../Translations/CapeVerde.resx | 216 ++++---- .../Translations/CaymanIslands.Designer.cs | 9 + .../Translations/CaymanIslands.resx | 216 ++++---- .../CentralAfricanRepublic.Designer.cs | 9 + .../Translations/CentralAfricanRepublic.resx | 216 ++++---- .../Translations/Chad.Designer.cs | 9 + .../Translations/Chad.resx | 216 ++++---- .../Translations/Chile.Designer.cs | 9 + .../Translations/Chile.resx | 216 ++++---- .../Translations/China.Designer.cs | 9 + .../Translations/China.resx | 216 ++++---- .../Translations/ChristmasIsland.Designer.cs | 9 + .../Translations/ChristmasIsland.resx | 216 ++++---- .../Translations/CocosIslands.Designer.cs | 9 + .../Translations/CocosIslands.resx | 216 ++++---- .../Translations/Colombia.Designer.cs | 9 + .../Translations/Colombia.resx | 216 ++++---- .../Translations/Comoros.Designer.cs | 9 + .../Translations/Comoros.resx | 216 ++++---- .../Translations/Congo.Designer.cs | 9 + .../Translations/Congo.resx | 216 ++++---- .../Translations/CongoDRC.Designer.cs | 9 + .../Translations/CongoDRC.resx | 216 ++++---- .../Translations/CookIslands.Designer.cs | 9 + .../Translations/CookIslands.resx | 216 ++++---- .../Translations/CostaRica.Designer.cs | 9 + .../Translations/CostaRica.resx | 216 ++++---- .../Translations/CoteIvoire.Designer.cs | 9 + .../Translations/CoteIvoire.resx | 216 ++++---- .../Translations/Croatia.Designer.cs | 9 + .../Translations/Croatia.resx | 216 ++++---- .../Translations/Cuba.Designer.cs | 9 + .../Translations/Cuba.resx | 216 ++++---- .../Translations/Cyprus.Designer.cs | 9 + .../Translations/Cyprus.resx | 216 ++++---- .../Translations/CzechRepublic.Designer.cs | 45 ++ .../Translations/CzechRepublic.resx | 228 ++++---- .../Translations/Denmark.Designer.cs | 45 ++ .../Translations/Denmark.resx | 228 ++++---- .../Translations/Djibouti.Designer.cs | 9 + .../Translations/Djibouti.resx | 216 ++++---- .../Translations/Dominica.Designer.cs | 9 + .../Translations/Dominica.resx | 216 ++++---- .../DominicanRepublic.Designer.cs | 9 + .../Translations/DominicanRepublic.resx | 216 ++++---- .../Translations/Ecuador.Designer.cs | 9 + .../Translations/Ecuador.resx | 216 ++++---- .../Translations/Egypt.Designer.cs | 9 + .../Translations/Egypt.resx | 216 ++++---- .../Translations/ElSalvador.Designer.cs | 9 + .../Translations/ElSalvador.resx | 216 ++++---- .../Translations/EquatorialGuinea.Designer.cs | 9 + .../Translations/EquatorialGuinea.resx | 216 ++++---- .../Translations/Eritrea.Designer.cs | 9 + .../Translations/Eritrea.resx | 216 ++++---- .../Translations/Estonia.Designer.cs | 9 + .../Translations/Estonia.resx | 216 ++++---- .../Translations/Ethiopia.Designer.cs | 9 + .../Translations/Ethiopia.resx | 216 ++++---- .../Translations/FalklandIslands.Designer.cs | 9 + .../Translations/FalklandIslands.resx | 216 ++++---- .../Translations/FaroeIslands.Designer.cs | 9 + .../Translations/FaroeIslands.resx | 216 ++++---- .../Translations/Fiji.Designer.cs | 9 + .../Translations/Fiji.resx | 216 ++++---- .../Translations/Finland.Designer.cs | 9 + .../Translations/Finland.resx | 216 ++++---- .../Translations/France.Designer.cs | 9 + .../Translations/France.resx | 3 + .../Translations/FrenchGuiana.Designer.cs | 9 + .../Translations/FrenchGuiana.resx | 216 ++++---- .../Translations/FrenchPolynesia.Designer.cs | 9 + .../Translations/FrenchPolynesia.resx | 216 ++++---- .../FrenchSouthernTerritories.Designer.cs | 9 + .../FrenchSouthernTerritories.resx | 216 ++++---- .../Translations/Gabon.Designer.cs | 9 + .../Translations/Gabon.resx | 216 ++++---- .../Translations/Gambia.Designer.cs | 9 + .../Translations/Gambia.resx | 216 ++++---- .../Translations/Georgia.Designer.cs | 9 + .../Translations/Georgia.resx | 216 ++++---- .../Translations/Ghana.Designer.cs | 9 + .../Translations/Ghana.resx | 216 ++++---- .../Translations/Gibraltar.Designer.cs | 9 + .../Translations/Gibraltar.resx | 216 ++++---- .../Translations/Greece.Designer.cs | 45 ++ .../Translations/Greece.resx | 228 ++++---- .../Translations/Greenland.Designer.cs | 9 + .../Translations/Greenland.resx | 216 ++++---- .../Translations/Grenada.Designer.cs | 9 + .../Translations/Grenada.resx | 216 ++++---- .../Translations/Guadeloupe.Designer.cs | 9 + .../Translations/Guadeloupe.resx | 216 ++++---- .../Translations/Guam.Designer.cs | 9 + .../Translations/Guam.resx | 216 ++++---- .../Translations/Guatemala.Designer.cs | 9 + .../Translations/Guatemala.resx | 216 ++++---- .../Translations/Guernsey.Designer.cs | 9 + .../Translations/Guernsey.resx | 216 ++++---- .../Translations/Guinea.Designer.cs | 9 + .../Translations/Guinea.resx | 216 ++++---- .../Translations/GuineaBissau.Designer.cs | 9 + .../Translations/GuineaBissau.resx | 216 ++++---- .../Translations/Guyana.Designer.cs | 9 + .../Translations/Guyana.resx | 216 ++++---- .../Translations/Haiti.Designer.cs | 9 + .../Translations/Haiti.resx | 216 ++++---- .../HeardAndMcdonaldIslands.Designer.cs | 9 + .../Translations/HeardAndMcdonaldIslands.resx | 216 ++++---- .../Translations/Honduras.Designer.cs | 9 + .../Translations/Honduras.resx | 216 ++++---- .../Translations/HongKong.Designer.cs | 9 + .../Translations/HongKong.resx | 216 ++++---- .../Translations/Hungary.Designer.cs | 9 + .../Translations/Hungary.resx | 216 ++++---- .../Translations/Iceland.Designer.cs | 9 + .../Translations/Iceland.resx | 216 ++++---- .../Translations/India.Designer.cs | 9 + .../Translations/India.resx | 216 ++++---- .../Translations/Indonesia.Designer.cs | 9 + .../Translations/Indonesia.resx | 216 ++++---- .../Translations/Iran.Designer.cs | 9 + .../Translations/Iran.resx | 216 ++++---- .../Translations/Iraq.Designer.cs | 9 + .../Translations/Iraq.resx | 216 ++++---- .../Translations/Ireland.Designer.cs | 9 + .../Translations/Ireland.resx | 216 ++++---- .../Translations/IsleOfMan.Designer.cs | 9 + .../Translations/IsleOfMan.resx | 216 ++++---- .../Translations/Israel.Designer.cs | 9 + .../Translations/Israel.resx | 216 ++++---- .../Translations/Italy.Designer.cs | 45 ++ .../Translations/Italy.resx | 228 ++++---- .../Translations/Jamaica.Designer.cs | 9 + .../Translations/Jamaica.resx | 216 ++++---- .../Translations/Japan.Designer.cs | 9 + .../Translations/Japan.resx | 216 ++++---- .../Translations/Jersey.Designer.cs | 9 + .../Translations/Jersey.resx | 216 ++++---- .../Translations/Jordan.Designer.cs | 9 + .../Translations/Jordan.resx | 216 ++++---- .../Translations/Kazakhstan.Designer.cs | 9 + .../Translations/Kazakhstan.resx | 216 ++++---- .../Translations/Kenya.Designer.cs | 9 + .../Translations/Kenya.resx | 216 ++++---- .../Translations/Kiribati.Designer.cs | 9 + .../Translations/Kiribati.resx | 216 ++++---- .../Translations/Kuwait.Designer.cs | 9 + .../Translations/Kuwait.resx | 216 ++++---- .../Translations/Kyrgyzstan.Designer.cs | 9 + .../Translations/Kyrgyzstan.resx | 216 ++++---- .../Translations/Laos.Designer.cs | 9 + .../Translations/Laos.resx | 216 ++++---- .../Translations/Latvia.Designer.cs | 9 + .../Translations/Latvia.resx | 216 ++++---- .../Translations/Lebanon.Designer.cs | 9 + .../Translations/Lebanon.resx | 216 ++++---- .../Translations/Lesotho.Designer.cs | 9 + .../Translations/Lesotho.resx | 216 ++++---- .../Translations/Liberia.Designer.cs | 9 + .../Translations/Liberia.resx | 216 ++++---- .../Translations/Libya.Designer.cs | 9 + .../Translations/Libya.resx | 216 ++++---- .../Translations/Liechtenstein.Designer.cs | 9 + .../Translations/Liechtenstein.resx | 216 ++++---- .../Translations/Lithuania.Designer.cs | 9 + .../Translations/Lithuania.resx | 216 ++++---- .../Translations/Luxembourg.Designer.cs | 9 + .../Translations/Luxembourg.resx | 216 ++++---- .../Translations/Macao.Designer.cs | 9 + .../Translations/Macao.resx | 216 ++++---- .../Translations/Macedonia.Designer.cs | 9 + .../Translations/Macedonia.resx | 216 ++++---- .../Translations/Madagascar.Designer.cs | 9 + .../Translations/Madagascar.resx | 216 ++++---- .../Translations/Malawi.Designer.cs | 9 + .../Translations/Malawi.resx | 216 ++++---- .../Translations/Malaysia.Designer.cs | 9 + .../Translations/Malaysia.resx | 216 ++++---- .../Translations/Maldives.Designer.cs | 9 + .../Translations/Maldives.resx | 216 ++++---- .../Translations/Mali.Designer.cs | 9 + .../Translations/Mali.resx | 216 ++++---- .../Translations/Malta.Designer.cs | 9 + .../Translations/Malta.resx | 216 ++++---- .../Translations/MarshallIslands.Designer.cs | 9 + .../Translations/MarshallIslands.resx | 216 ++++---- .../Translations/Martinique.Designer.cs | 9 + .../Translations/Martinique.resx | 216 ++++---- .../Translations/Mauritania.Designer.cs | 9 + .../Translations/Mauritania.resx | 216 ++++---- .../Translations/Mauritius.Designer.cs | 9 + .../Translations/Mauritius.resx | 216 ++++---- .../Translations/Mayotte.Designer.cs | 9 + .../Translations/Mayotte.resx | 216 ++++---- .../Translations/Mexico.Designer.cs | 9 + .../Translations/Mexico.resx | 216 ++++---- .../Translations/Micronesia.Designer.cs | 9 + .../Translations/Micronesia.resx | 216 ++++---- .../Translations/Moldova.Designer.cs | 9 + .../Translations/Moldova.resx | 216 ++++---- .../Translations/Monaco.Designer.cs | 9 + .../Translations/Monaco.resx | 216 ++++---- .../Translations/Mongolia.Designer.cs | 9 + .../Translations/Mongolia.resx | 216 ++++---- .../Translations/Montenegro.Designer.cs | 9 + .../Translations/Montenegro.resx | 216 ++++---- .../Translations/Montserrat.Designer.cs | 9 + .../Translations/Montserrat.resx | 216 ++++---- .../Translations/Morocco.Designer.cs | 9 + .../Translations/Morocco.resx | 216 ++++---- .../Translations/Mozambique.Designer.cs | 9 + .../Translations/Mozambique.resx | 216 ++++---- .../Translations/Myanmar.Designer.cs | 9 + .../Translations/Myanmar.resx | 216 ++++---- .../Translations/Namibia.Designer.cs | 9 + .../Translations/Namibia.resx | 216 ++++---- .../Translations/Nauru.Designer.cs | 9 + .../Translations/Nauru.resx | 216 ++++---- .../Translations/Nepal.Designer.cs | 9 + .../Translations/Nepal.resx | 216 ++++---- .../Translations/Netherlands.Designer.cs | 9 + .../Translations/Netherlands.resx | 216 ++++---- .../NetherlandsAntilles.Designer.cs | 9 + .../Translations/NetherlandsAntilles.resx | 216 ++++---- .../Translations/NewCaledonia.Designer.cs | 9 + .../Translations/NewCaledonia.resx | 216 ++++---- .../Translations/NewZealand.Designer.cs | 9 + .../Translations/NewZealand.resx | 216 ++++---- .../Translations/Nicaragua.Designer.cs | 9 + .../Translations/Nicaragua.resx | 216 ++++---- .../Translations/Niger.Designer.cs | 9 + .../Translations/Niger.resx | 216 ++++---- .../Translations/Nigeria.Designer.cs | 9 + .../Translations/Nigeria.resx | 216 ++++---- .../Translations/Niue.Designer.cs | 9 + .../Translations/Niue.resx | 216 ++++---- .../Translations/NorfolkIsland.Designer.cs | 9 + .../Translations/NorfolkIsland.resx | 216 ++++---- .../Translations/NorthKorea.Designer.cs | 9 + .../Translations/NorthKorea.resx | 216 ++++---- .../NorthernMarianaIslands.Designer.cs | 9 + .../Translations/NorthernMarianaIslands.resx | 216 ++++---- .../Translations/Norway.Designer.cs | 9 + .../Translations/Norway.resx | 216 ++++---- .../Translations/Oman.Designer.cs | 9 + .../Translations/Oman.resx | 216 ++++---- .../Translations/Pakistan.Designer.cs | 9 + .../Translations/Pakistan.resx | 216 ++++---- .../Translations/Palau.Designer.cs | 9 + .../Translations/Palau.resx | 216 ++++---- .../PalestinianTerritory.Designer.cs | 9 + .../Translations/PalestinianTerritory.resx | 216 ++++---- .../Translations/Panama.Designer.cs | 9 + .../Translations/Panama.resx | 216 ++++---- .../Translations/PapuaNewGuinea.Designer.cs | 9 + .../Translations/PapuaNewGuinea.resx | 216 ++++---- .../Translations/Paraguay.Designer.cs | 9 + .../Translations/Paraguay.resx | 216 ++++---- .../Translations/Peru.Designer.cs | 9 + .../Translations/Peru.resx | 216 ++++---- .../Translations/Philippines.Designer.cs | 9 + .../Translations/Philippines.resx | 216 ++++---- .../Translations/Pitcairn.Designer.cs | 9 + .../Translations/Pitcairn.resx | 216 ++++---- .../Translations/Poland.Designer.cs | 9 + .../Translations/Poland.resx | 216 ++++---- .../Translations/Portugal.Designer.cs | 9 + .../Translations/Portugal.resx | 216 ++++---- .../Translations/PuertoRico.Designer.cs | 9 + .../Translations/PuertoRico.resx | 216 ++++---- .../Translations/Qatar.Designer.cs | 9 + .../Translations/Qatar.resx | 216 ++++---- .../Translations/Reunion.Designer.cs | 9 + .../Translations/Reunion.resx | 216 ++++---- .../Translations/Romania.Designer.cs | 9 + .../Translations/Romania.resx | 216 ++++---- .../Translations/Russia.Designer.cs | 9 + .../Translations/Russia.resx | 216 ++++---- .../Translations/Rwanda.Designer.cs | 9 + .../Translations/Rwanda.resx | 216 ++++---- .../Translations/SaintBarthelemy.Designer.cs | 9 + .../Translations/SaintBarthelemy.resx | 216 ++++---- .../Translations/SaintHelena.Designer.cs | 9 + .../Translations/SaintHelena.resx | 216 ++++---- .../SaintKittsandNevis.Designer.cs | 9 + .../Translations/SaintKittsandNevis.resx | 216 ++++---- .../Translations/SaintLucia.Designer.cs | 9 + .../Translations/SaintLucia.resx | 216 ++++---- .../Translations/SaintMartin.Designer.cs | 9 + .../Translations/SaintMartin.resx | 216 ++++---- .../SaintPierreAndMiquelon.Designer.cs | 9 + .../Translations/SaintPierreAndMiquelon.resx | 216 ++++---- .../SaintVincentAndGrenadines.Designer.cs | 9 + .../SaintVincentAndGrenadines.resx | 216 ++++---- .../Translations/Samoa.Designer.cs | 9 + .../Translations/Samoa.resx | 216 ++++---- .../Translations/SanMarino.Designer.cs | 9 + .../Translations/SanMarino.resx | 216 ++++---- .../SaoTomeAndPrincipe.Designer.cs | 9 + .../Translations/SaoTomeAndPrincipe.resx | 216 ++++---- .../Translations/SaudiArabia.Designer.cs | 9 + .../Translations/SaudiArabia.resx | 216 ++++---- .../Translations/Senegal.Designer.cs | 9 + .../Translations/Senegal.resx | 216 ++++---- .../Translations/Serbia.Designer.cs | 9 + .../Translations/Serbia.resx | 216 ++++---- .../Translations/Seychelles.Designer.cs | 9 + .../Translations/Seychelles.resx | 216 ++++---- .../Translations/SierraLeone.Designer.cs | 9 + .../Translations/SierraLeone.resx | 216 ++++---- .../Translations/Singapore.Designer.cs | 9 + .../Translations/Singapore.resx | 216 ++++---- .../Translations/Slovakia.Designer.cs | 9 + .../Translations/Slovakia.resx | 216 ++++---- .../Translations/Slovenia.Designer.cs | 9 + .../Translations/Slovenia.resx | 216 ++++---- .../Translations/SolomonIslands.Designer.cs | 9 + .../Translations/SolomonIslands.resx | 216 ++++---- .../Translations/Somalia.Designer.cs | 9 + .../Translations/Somalia.resx | 216 ++++---- .../Translations/SouthAfrica.Designer.cs | 9 + .../Translations/SouthAfrica.resx | 216 ++++---- .../Translations/SouthGeorgia.Designer.cs | 9 + .../Translations/SouthGeorgia.resx | 216 ++++---- .../Translations/SouthKorea.Designer.cs | 9 + .../Translations/SouthKorea.resx | 216 ++++---- .../Translations/SouthSudan.Designer.cs | 9 + .../Translations/SouthSudan.resx | 216 ++++---- .../Translations/Spain.Designer.cs | 27 + .../Translations/Spain.resx | 222 ++++---- .../Translations/SriLanka.Designer.cs | 9 + .../Translations/SriLanka.resx | 216 ++++---- .../Translations/Sudan.Designer.cs | 9 + .../Translations/Sudan.resx | 216 ++++---- .../Translations/Suriname.Designer.cs | 9 + .../Translations/Suriname.resx | 216 ++++---- .../SvalbardAndJanMayenIslands.Designer.cs | 9 + .../SvalbardAndJanMayenIslands.resx | 216 ++++---- .../Translations/Swaziland.Designer.cs | 9 + .../Translations/Swaziland.resx | 216 ++++---- .../Translations/Sweden.Designer.cs | 9 + .../Translations/Sweden.resx | 216 ++++---- .../Translations/Switzerland.Designer.cs | 9 + .../Translations/Switzerland.resx | 216 ++++---- .../Translations/Syria.Designer.cs | 9 + .../Translations/Syria.resx | 216 ++++---- .../Translations/Taiwan.Designer.cs | 9 + .../Translations/Taiwan.resx | 216 ++++---- .../Translations/Tajikistan.Designer.cs | 9 + .../Translations/Tajikistan.resx | 216 ++++---- .../Translations/Tanzania.Designer.cs | 9 + .../Translations/Tanzania.resx | 216 ++++---- .../Translations/Thailand.Designer.cs | 9 + .../Translations/Thailand.resx | 216 ++++---- .../Translations/TimorLeste.Designer.cs | 9 + .../Translations/TimorLeste.resx | 216 ++++---- .../Translations/Togo.Designer.cs | 9 + .../Translations/Togo.resx | 216 ++++---- .../Translations/Tokelau.Designer.cs | 9 + .../Translations/Tokelau.resx | 216 ++++---- .../Translations/Tonga.Designer.cs | 9 + .../Translations/Tonga.resx | 216 ++++---- .../TrinidadAndTobago.Designer.cs | 9 + .../Translations/TrinidadAndTobago.resx | 216 ++++---- .../Translations/Tunisia.Designer.cs | 9 + .../Translations/Tunisia.resx | 216 ++++---- .../Translations/Turkey.Designer.cs | 9 + .../Translations/Turkey.resx | 216 ++++---- .../Translations/Turkmenistan.Designer.cs | 9 + .../Translations/Turkmenistan.resx | 216 ++++---- .../TurksAndCaicosIslands.Designer.cs | 9 + .../Translations/TurksAndCaicosIslands.resx | 216 ++++---- .../Translations/Tuvalu.Designer.cs | 9 + .../Translations/Tuvalu.resx | 216 ++++---- .../USMinorOutlyingIslands.Designer.cs | 9 + .../Translations/USMinorOutlyingIslands.resx | 216 ++++---- .../Translations/Uganda.Designer.cs | 9 + .../Translations/Uganda.resx | 216 ++++---- .../Translations/Ukraine.Designer.cs | 9 + .../Translations/Ukraine.resx | 216 ++++---- .../UnitedArabEmirates.Designer.cs | 9 + .../Translations/UnitedArabEmirates.resx | 216 ++++---- .../Translations/UnitedKingdom.Designer.cs | 45 ++ .../Translations/UnitedKingdom.resx | 228 ++++---- .../UnitedStatesOfAmerica.Designer.cs | 45 ++ .../Translations/UnitedStatesOfAmerica.resx | 228 ++++---- .../Translations/Uruguay.Designer.cs | 9 + .../Translations/Uruguay.resx | 216 ++++---- .../Translations/Uzbekistan.Designer.cs | 9 + .../Translations/Uzbekistan.resx | 216 ++++---- .../Translations/Vanuatu.Designer.cs | 9 + .../Translations/Vanuatu.resx | 216 ++++---- .../Translations/VaticanCity.Designer.cs | 9 + .../Translations/VaticanCity.resx | 216 ++++---- .../Translations/Venezuela.Designer.cs | 9 + .../Translations/Venezuela.resx | 216 ++++---- .../Translations/Vietnam.Designer.cs | 9 + .../Translations/Vietnam.resx | 216 ++++---- .../Translations/VirginIslands.Designer.cs | 9 + .../Translations/VirginIslands.resx | 216 ++++---- .../WallisAndFutunaIslands.Designer.cs | 9 + .../Translations/WallisAndFutunaIslands.resx | 216 ++++---- .../Translations/WesternSahara.Designer.cs | 9 + .../Translations/WesternSahara.resx | 216 ++++---- .../Translations/Yemen.Designer.cs | 9 + .../Translations/Yemen.resx | 216 ++++---- .../Translations/Zambia.Designer.cs | 9 + .../Translations/Zambia.resx | 216 ++++---- .../Translations/Zimbabwe.Designer.cs | 9 + .../Translations/Zimbabwe.resx | 216 ++++---- 493 files changed, 31763 insertions(+), 23822 deletions(-) diff --git a/src/core/Dime.i18n.Countries/Dime.i18n.Countries.csproj b/src/core/Dime.i18n.Countries/Dime.i18n.Countries.csproj index fdc8544..eb53d62 100644 --- a/src/core/Dime.i18n.Countries/Dime.i18n.Countries.csproj +++ b/src/core/Dime.i18n.Countries/Dime.i18n.Countries.csproj @@ -15,7 +15,7 @@ false https://github.com/dimesoftware/i18n https://github.com/dimesoftware/i18n - 2.0.0.0-alpha.2 + 2.0.0.0-alpha.3 latest diff --git a/src/core/Dime.i18n.Countries/Nation.cs b/src/core/Dime.i18n.Countries/Nation.cs index b78a995..3650e0a 100644 --- a/src/core/Dime.i18n.Countries/Nation.cs +++ b/src/core/Dime.i18n.Countries/Nation.cs @@ -9,15 +9,13 @@ namespace Dime.i18n.Countries.Nations { public class Nation { - public Nation(string name, string code, string altCode, Type resx) + public Nation(string code, string altCode, Type resx) { - Name = name; Code = code; AltCode = altCode; Resx = resx; } - public string Name { get; set; } public string Code { get; set; } public string AltCode { get; set; } diff --git a/src/core/Dime.i18n.Countries/NationsList.cs b/src/core/Dime.i18n.Countries/NationsList.cs index 35e726f..9ad98ca 100644 --- a/src/core/Dime.i18n.Countries/NationsList.cs +++ b/src/core/Dime.i18n.Countries/NationsList.cs @@ -24,254 +24,256 @@ bool predicate(Nation x) => x.Code.Equals(countryId, StringComparison.OrdinalIgn } } + public static IEnumerable GetLocalizedList(string language) => _nations.Select(x => x[language]); + private static readonly IEnumerable _nations = new List() { - new Nation("Afghanistan", "AF", "AFG", typeof(Afghanistan)), - new Nation("Aland Islands", "AX", "ALA", typeof(AlandIslands)), - new Nation("Albania", "AL", "ALB", typeof(Albania)), - new Nation("Algeria", "DZ", "DZA", typeof(Algeria)), - new Nation("American Samoa", "AS", "ASM", typeof(AmericanSamoa)), - new Nation("Andorra", "AD", "AND", typeof(Andorra)), - new Nation("Angola", "AO", "AGO", typeof(Angola)), - new Nation("Anguilla", "AI", "AIA",typeof(Anguilla)), - new Nation("Antarctica", "AQ", "ATA", typeof(Antarctica)), - new Nation("Antigua and Barbuda", "AG", "ATG", typeof(AntiguaAndBarbuda)), - new Nation("Argentina", "AR", "ARG", typeof(Argentina)), - new Nation("Armenia", "AM", "ARM", typeof(Armenia)), - new Nation("Aruba", "AW", "ABW", typeof(Aruba)), - new Nation("Australia", "AU", "AUS", typeof(Australia)), - new Nation("Austria", "AT", "AUT", typeof(Austria)), - new Nation("Azerbaijan", "AZ", "AZE", typeof(Azerbaijan)), - new Nation("Bahamas", "BS", "BHS", typeof(Bahamas)), - new Nation("Bahrain", "BH", "BHR", typeof(Bahrain)), - new Nation("Bangladesh", "BD", "BGD", typeof(Bangladesh)), - new Nation("Barbados", "BB", "BRB", typeof(Barbados)), - new Nation("Belarus", "BY", "BLR", typeof(Belarus)), - new Nation("Belgium", "BE", "BEL", typeof(Belgium)), - new Nation("Belize", "BZ", "BLZ", typeof(Belize)), - new Nation("Benin", "BJ", "BEN", typeof(Benin)), - new Nation("Bermuda", "BM", "BMU", typeof(Bermuda)), - new Nation("Bhutan", "BT", "BTN", typeof(Bhutan)), - new Nation("Bolivia", "BO", "BOL", typeof(Bolivia)), - new Nation("Bosnia and Herzegovina", "BA", "BIH", typeof(BosniaAndHerzegovina)), - new Nation("Botswana", "BW", "BWA", typeof(Botswana)), - new Nation("Bouvet Island","BV","BVT", typeof(BouvetIsland)), - new Nation("Brazil","BR","BRA", typeof(Brazil)), - new Nation("British Virgin Islands","VG","VGB", typeof(BritishVirginIslands)), - new Nation("British Indian Ocean Territory","IO","IOT", typeof(BritishIndianOceanTerritory)), - new Nation("Brunei Darussalam","BN","BRN", typeof(Brunei)), - new Nation("Bulgaria","BG","BGR", typeof(Bulgaria)), - new Nation("Burkina Faso","BF","BFA", typeof(BurkinaFaso)), - new Nation("Burundi","BI","BDI", typeof(Burundi)), - new Nation("Cambodia","KH","KHM", typeof(Cambodia)), - new Nation("Cameroon","CM","CMR", typeof(Cameroon)), - new Nation("Canada","CA","CAN", typeof(Canada)), - new Nation("Cape Verde","CV","CPV", typeof(CapeVerde)), - new Nation("Cayman Islands","KY","CYM", typeof(CaymanIslands)), - new Nation("Central African Republic","CF","CAF", typeof(CentralAfricanRepublic)), - new Nation("Chad","TD","TCD", typeof(Chad)), - new Nation("Chile","CL","CHL", typeof(Chile)), - new Nation("China","CN","CHN", typeof(China)), - new Nation("Hong Kong","HK","HKG", typeof(HongKong)), - new Nation("Macao","MO","MAC", typeof(Macao)), - new Nation("Christmas Island","CX","CXR", typeof(ChristmasIsland)), - new Nation("Cocos (Keeling) Islands","CC","CCK", typeof(CocosIslands)), - new Nation("Colombia","CO","COL", typeof(Colombia)), - new Nation("Comoros","KM","COM", typeof(Comoros)), - new Nation("Congo (Brazzaville)","CG","COG", typeof(CongoDRC)), - new Nation("Congo (Kinshasa)","CD","COD", typeof(Congo)), - new Nation("Cook Islands","CK","COK", typeof(CookIslands)), - new Nation("Costa Rica","CR","CRI", typeof(CostaRica)), - new Nation("Côte Ivoire","CI","CIV", typeof(CoteIvoire)), - new Nation("Croatia","HR","HRV", typeof(Croatia)), - new Nation("Cuba","CU","CUB", typeof(Cuba)), - new Nation("Cyprus","CY","CYP", typeof(Cyprus)), - new Nation("Czech Republic","CZ","CZE", typeof(CzechRepublic)), - new Nation("Denmark","DK","DNK", typeof(Denmark)), - new Nation("Djibouti","DJ","DJI", typeof(Djibouti)), - new Nation("Dominica","DM","DMA", typeof(Dominica)), - new Nation("Dominican Republic","DO","DOM", typeof(DominicanRepublic)), - new Nation("Ecuador","EC","ECU", typeof(Ecuador)), - new Nation("Egypt","EG","EGY", typeof(Egypt)), - new Nation("El Salvador","SV","SLV", typeof(ElSalvador)), - new Nation("Equatorial Guinea","GQ","GNQ", typeof(EquatorialGuinea)), - new Nation("Eritrea","ER","ERI", typeof(Eritrea)), - new Nation("Estonia","EE","EST", typeof(Estonia)), - new Nation("Ethiopia","ET","ETH", typeof(Ethiopia)), - new Nation("Falkland Islands (Malvinas)","FK","FLK", typeof(FalklandIslands)), - new Nation("Faroe Islands","FO","FRO", typeof(FaroeIslands)), - new Nation("Fiji","FJ","FJI", typeof(Fiji)), - new Nation("Finland","FI","FIN", typeof(Finland)), - new Nation("France","FR","FRA", typeof(France)), - new Nation("French Guiana","GF","GUF", typeof(FrenchGuiana)), - new Nation("French Polynesia","PF","PYF", typeof(FrenchPolynesia)), - new Nation("French Southern Territories","TF","ATF", typeof(FrenchSouthernTerritories)), - new Nation("Gabon","GA","GAB", typeof(Gabon)), - new Nation("Gambia","GM","GMB", typeof(Gambia)), - new Nation("Georgia","GE","GEO", typeof(Georgia)), - new Nation("Germany","DE","DEU", typeof(Germany)), - new Nation("Ghana","GH","GHA", typeof(Ghana)), - new Nation("Gibraltar","GI","GIB", typeof(Gibraltar)), - new Nation("Greece","GR","GRC", typeof(Greece)), - new Nation("Greenland","GL","GRL", typeof(Greenland)), - new Nation("Grenada","GD","GRD", typeof(Grenada)), - new Nation("Guadeloupe","GP","GLP", typeof(Guadeloupe)), - new Nation("Guam","GU","GUM", typeof(Guam)), - new Nation("Guatemala","GT","GTM", typeof(Guatemala)), - new Nation("Guernsey","GG","GGY", typeof(Guernsey)), - new Nation("Guinea","GN","GIN", typeof(Guinea)), - new Nation("Guinea-Bissau","GW","GNB", typeof(GuineaBissau)), - new Nation("Guyana","GY","GUY", typeof(Guyana)), - new Nation("Haiti","HT","HTI", typeof(Haiti)), - new Nation("Heard and Mcdonald Islands","HM","HMD", typeof(HeardAndMcdonaldIslands)), - new Nation("Holy See (Vatican City State)","VA","VAT", typeof(VaticanCity)), - new Nation("Honduras","HN","HND", typeof(Honduras)), - new Nation("Hungary","HU","HUN", typeof(Hungary)), - new Nation("Iceland","IS","ISL", typeof(Iceland)), - new Nation("India","IN","IND", typeof(India)), - new Nation("Indonesia","ID","IDN", typeof(Indonesia)), - new Nation("Iran","IR","IRN", typeof(Iran)), - new Nation("Iraq","IQ","IRQ", typeof(Iraq)), - new Nation("Ireland","IE","IRL", typeof(Ireland)), - new Nation("Isle of Man","IM","IMN", typeof(IsleOfMan)), - new Nation("Israel","IL","ISR", typeof(Israel)), - new Nation("Italy","IT","ITA", typeof(Italy)), - new Nation("Jamaica","JM","JAM", typeof(Jamaica)), - new Nation("Japan","JP","JPN", typeof(Japan)), - new Nation("Jersey","JE","JEY", typeof(Jersey)), - new Nation("Jordan","JO","JOR", typeof(Jordan)), - new Nation("Kazakhstan","KZ","KAZ", typeof(Kazakhstan)), - new Nation("Kenya","KE","KEN", typeof(Kenya)), - new Nation("Kiribati","KI","KIR", typeof(Kiribati)), - new Nation("Korea (North)","KP","PRK", typeof(NorthKorea)), - new Nation("Korea (South)","KR","KOR", typeof(SouthKorea)), - new Nation("Kuwait","KW","KWT", typeof(Kuwait)), - new Nation("Kyrgyzstan","KG","KGZ", typeof(Kyrgyzstan)), - new Nation("Lao PDR","LA","LAO", typeof(Laos)), - new Nation("Latvia","LV","LVA", typeof(Latvia)), - new Nation("Lebanon","LB","LBN", typeof(Lebanon)), - new Nation("Lesotho","LS","LSO", typeof(Lesotho)), - new Nation("Liberia","LR","LBR", typeof(Liberia)), - new Nation("Libya","LY","LBY", typeof(Libya)), - new Nation("Liechtenstein","LI","LIE", typeof(Liechtenstein)), - new Nation("Lithuania","LT","LTU", typeof(Lithuania)), - new Nation("Luxembourg","LU","LUX", typeof(Luxembourg)), - new Nation("Macedonia","MK","MKD", typeof(Macedonia)), - new Nation("Madagascar","MG","MDG", typeof(Madagascar)), - new Nation("Malawi","MW","MWI", typeof(Malawi)), - new Nation("Malaysia","MY","MYS", typeof(Malaysia)), - new Nation("Maldives","MV","MDV", typeof(Maldives)), - new Nation("Mali","ML","MLI", typeof(Mali)), - new Nation("Malta","MT","MLT", typeof(Malta)), - new Nation("Marshall Islands","MH","MHL", typeof(MarshallIslands)), - new Nation("Martinique","MQ","MTQ", typeof(Martinique)), - new Nation("Mauritania","MR","MRT", typeof(Mauritania)), - new Nation("Mauritius","MU","MUS", typeof(Mauritius)), - new Nation("Mayotte","YT","MYT", typeof(Mayotte)), - new Nation("Mexico","MX","MEX", typeof(Mexico)), - new Nation("Micronesia","FM","FSM", typeof(Micronesia)), - new Nation("Moldova","MD","MDA", typeof(Moldova)), - new Nation("Monaco","MC","MCO", typeof(Monaco)), - new Nation("Mongolia","MN","MNG", typeof(Mongolia)), - new Nation("Montenegro","ME","MNE", typeof(Montenegro)), - new Nation("Montserrat","MS","MSR", typeof(Montserrat)), - new Nation("Morocco","MA","MAR", typeof(Morocco)), - new Nation("Mozambique","MZ","MOZ", typeof(Mozambique)), - new Nation("Myanmar","MM","MMR", typeof(Myanmar)), - new Nation("Namibia","NA","NAM", typeof(Namibia)), - new Nation("Nauru","NR","NRU", typeof(Nauru)), - new Nation("Nepal","NP","NPL", typeof(Nepal)), - new Nation("Netherlands","NL","NLD", typeof(Netherlands)), - new Nation("Netherlands Antilles","AN","ANT", typeof(NetherlandsAntilles)), - new Nation("New Caledonia","NC","NCL", typeof(NewCaledonia)), - new Nation("New Zealand","NZ","NZL", typeof(NewZealand)), - new Nation("Nicaragua","NI","NIC", typeof(Nicaragua)), - new Nation("Niger","NE","NER", typeof(Niger)), - new Nation("Nigeria","NG","NGA", typeof(Nigeria)), - new Nation("Niue","NU","NIU", typeof(Niue)), - new Nation("Norfolk Island","NF","NFK", typeof(NorfolkIsland)), - new Nation("Northern Mariana Islands","MP","MNP", typeof(NorthernMarianaIslands)), - new Nation("Norway","NO","NOR", typeof(Norway)), - new Nation("Oman","OM","OMN", typeof(Oman)), - new Nation("Pakistan","PK","PAK", typeof(Pakistan)), - new Nation("Palau","PW","PLW", typeof(Palau)), - new Nation("Palestinian Territory","PS","PSE", typeof(PalestinianTerritory)), - new Nation("Panama","PA","PAN", typeof(Panama)), - new Nation("Papua New Guinea","PG","PNG", typeof(PapuaNewGuinea)), - new Nation("Paraguay","PY","PRY", typeof(Paraguay)), - new Nation("Peru","PE","PER", typeof(Peru)), - new Nation("Philippines","PH","PHL", typeof(Philippines)), - new Nation("Pitcairn","PN","PCN", typeof(Pitcairn)), - new Nation("Poland","PL","POL", typeof(Poland)), - new Nation("Portugal","PT","PRT", typeof(Portugal)), - new Nation("Puerto Rico","PR","PRI", typeof(PuertoRico)), - new Nation("Qatar","QA","QAT", typeof(Qatar)), - new Nation("Réunion","RE","REU", typeof(Reunion)), - new Nation("Romania","RO","ROU", typeof(Romania)), - new Nation("Russian Federation","RU","RUS", typeof(Russia)), - new Nation("Rwanda","RW","RWA", typeof(Rwanda)), - new Nation("Saint-Barthélemy","BL","BLM", typeof(SaintBarthelemy)), - new Nation("Saint Helena","SH","SHN", typeof(SaintHelena)), - new Nation("Saint Kitts and Nevis","KN","KNA", typeof(SaintKittsandNevis)), - new Nation("Saint Lucia","LC","LCA", typeof(SaintLucia)), - new Nation("Saint-Martin (French part)","MF","MAF", typeof(SaintMartin)), - new Nation("Saint Pierre and Miquelon","PM","SPM", typeof(SaintPierreAndMiquelon)), - new Nation("Saint Vincent and Grenadines","VC","VCT", typeof(SaintVincentAndGrenadines)), - new Nation("Samoa","WS","WSM", typeof(Samoa)), - new Nation("San Marino","SM","SMR", typeof(SanMarino)), - new Nation("Sao Tome and Principe","ST","STP", typeof(SaoTomeAndPrincipe)), - new Nation("Saudi Arabia","SA","SAU", typeof(SaudiArabia)), - new Nation("Senegal","SN","SEN", typeof(Senegal)), - new Nation("Serbia","RS","SRB", typeof(Serbia)), - new Nation("Seychelles","SC","SYC", typeof(Seychelles)), - new Nation("Sierra Leone","SL","SLE", typeof(SierraLeone)), - new Nation("Singapore","SG","SGP", typeof(Singapore)), - new Nation("Slovakia","SK","SVK", typeof(Slovakia)), - new Nation("Slovenia","SI","SVN", typeof(Slovenia)), - new Nation("Solomon Islands","SB","SLB", typeof(SolomonIslands)), - new Nation("Somalia","SO","SOM", typeof(Somalia)), - new Nation("South Africa","ZA","ZAF", typeof(SouthAfrica)), - new Nation("South Georgia and the South Sandwich Islands","GS","SGS", typeof(SouthGeorgia)), - new Nation("South Sudan","SS","SSD", typeof(SouthSudan)), - new Nation("Spain","ES","ESP", typeof(Spain)), - new Nation("Sri Lanka","LK","LKA", typeof(SriLanka)), - new Nation("Sudan","SD","SDN", typeof(Sudan)), - new Nation("Suriname","SR","SUR", typeof(Suriname)), - new Nation("Svalbard and Jan Mayen Islands","SJ","SJM", typeof(SvalbardAndJanMayenIslands)), - new Nation("Swaziland","SZ","SWZ", typeof(Swaziland)), - new Nation("Sweden","SE","SWE", typeof(Sweden)), - new Nation("Switzerland","CH","CHE", typeof(Switzerland)), - new Nation("Syrian Arab Republic (Syria)","SY","SYR", typeof(Syria)), - new Nation("Taiwan","TW","TWN", typeof(Taiwan)), - new Nation("Tajikistan","TJ","TJK", typeof(Tajikistan)), - new Nation("Tanzania","TZ","TZA", typeof(Tanzania)), - new Nation("Thailand","TH","THA", typeof(Thailand)), - new Nation("Timor-Leste","TL","TLS", typeof(TimorLeste)), - new Nation("Togo","TG","TGO", typeof(Togo)), - new Nation("Tokelau","TK","TKL", typeof(Tokelau)), - new Nation("Tonga","TO","TON", typeof(Tonga)), - new Nation("Trinidad and Tobago","TT","TTO", typeof(TrinidadAndTobago)), - new Nation("Tunisia","TN","TUN", typeof(Tunisia)), - new Nation("Turkey","TR","TUR", typeof(Turkey)), - new Nation("Turkmenistan","TM","TKM", typeof(Turkmenistan)), - new Nation("Turks and Caicos Islands","TC","TCA", typeof(TurksAndCaicosIslands)), - new Nation("Tuvalu","TV","TUV", typeof(Tuvalu)), - new Nation("Uganda","UG","UGA", typeof(Uganda)), - new Nation("Ukraine","UA","UKR", typeof(Ukraine)), - new Nation("United Arab Emirates","AE","ARE", typeof(UnitedArabEmirates)), - new Nation("United Kingdom","GB","GBR", typeof(UnitedKingdom)), - new Nation("United States of America","US","USA", typeof(UnitedStatesOfAmerica)), - new Nation("US Minor Outlying Islands","UM","UMI", typeof(USMinorOutlyingIslands)), - new Nation("Uruguay","UY","URY", typeof(Uruguay)), - new Nation("Uzbekistan","UZ","UZB", typeof(Uzbekistan)), - new Nation("Vanuatu","VU","VUT", typeof(Vanuatu)), - new Nation("Venezuela (Bolivarian Republic)","VE","VEN", typeof(Venezuela)), - new Nation("Viet Nam","VN","VNM", typeof(Vietnam)), - new Nation("Virgin Islands","VI","VIR", typeof(VirginIslands)), - new Nation("Wallis and Futuna Islands","WF","WLF", typeof(WallisAndFutunaIslands)), - new Nation("Western Sahara","EH","ESH", typeof(WesternSahara)), - new Nation("Yemen","YE","YEM", typeof(Yemen)), - new Nation("Zambia","ZM","ZMB", typeof(Zambia)), - new Nation("Zimbabwe","ZW","ZWE", typeof(Zimbabwe)), + new Nation("AF", "AFG", typeof(Afghanistan)), + new Nation("AX", "ALA", typeof(AlandIslands)), + new Nation("AL", "ALB", typeof(Albania)), + new Nation("DZ", "DZA", typeof(Algeria)), + new Nation("AS", "ASM", typeof(AmericanSamoa)), + new Nation("AD", "AND", typeof(Andorra)), + new Nation("AO", "AGO", typeof(Angola)), + new Nation("AI", "AIA",typeof(Anguilla)), + new Nation("AQ", "ATA", typeof(Antarctica)), + new Nation("AG", "ATG", typeof(AntiguaAndBarbuda)), + new Nation("AR", "ARG", typeof(Argentina)), + new Nation("AM", "ARM", typeof(Armenia)), + new Nation("AW", "ABW", typeof(Aruba)), + new Nation("AU", "AUS", typeof(Australia)), + new Nation("AT", "AUT", typeof(Austria)), + new Nation("AZ", "AZE", typeof(Azerbaijan)), + new Nation("BS", "BHS", typeof(Bahamas)), + new Nation("BH", "BHR", typeof(Bahrain)), + new Nation("BD", "BGD", typeof(Bangladesh)), + new Nation("BB", "BRB", typeof(Barbados)), + new Nation("BY", "BLR", typeof(Belarus)), + new Nation("BE", "BEL", typeof(Belgium)), + new Nation("BZ", "BLZ", typeof(Belize)), + new Nation("BJ", "BEN", typeof(Benin)), + new Nation("BM", "BMU", typeof(Bermuda)), + new Nation("BT", "BTN", typeof(Bhutan)), + new Nation("BO", "BOL", typeof(Bolivia)), + new Nation("BA", "BIH", typeof(BosniaAndHerzegovina)), + new Nation("BW", "BWA", typeof(Botswana)), + new Nation("BV","BVT", typeof(BouvetIsland)), + new Nation("BR","BRA", typeof(Brazil)), + new Nation("VG","VGB", typeof(BritishVirginIslands)), + new Nation("IO","IOT", typeof(BritishIndianOceanTerritory)), + new Nation("BN","BRN", typeof(Brunei)), + new Nation("BG","BGR", typeof(Bulgaria)), + new Nation("BF","BFA", typeof(BurkinaFaso)), + new Nation("BI","BDI", typeof(Burundi)), + new Nation("KH","KHM", typeof(Cambodia)), + new Nation("CM","CMR", typeof(Cameroon)), + new Nation("CA","CAN", typeof(Canada)), + new Nation("CV","CPV", typeof(CapeVerde)), + new Nation("KY","CYM", typeof(CaymanIslands)), + new Nation("CF","CAF", typeof(CentralAfricanRepublic)), + new Nation("TD","TCD", typeof(Chad)), + new Nation("CL","CHL", typeof(Chile)), + new Nation("CN","CHN", typeof(China)), + new Nation("HK","HKG", typeof(HongKong)), + new Nation("MO","MAC", typeof(Macao)), + new Nation("CX","CXR", typeof(ChristmasIsland)), + new Nation("CC","CCK", typeof(CocosIslands)), + new Nation("CO","COL", typeof(Colombia)), + new Nation("KM","COM", typeof(Comoros)), + new Nation("CG","COG", typeof(CongoDRC)), + new Nation("CD","COD", typeof(Congo)), + new Nation("CK","COK", typeof(CookIslands)), + new Nation("CR","CRI", typeof(CostaRica)), + new Nation("CI","CIV", typeof(CoteIvoire)), + new Nation("HR","HRV", typeof(Croatia)), + new Nation("CU","CUB", typeof(Cuba)), + new Nation("CY","CYP", typeof(Cyprus)), + new Nation("CZ","CZE", typeof(CzechRepublic)), + new Nation("DK","DNK", typeof(Denmark)), + new Nation("DJ","DJI", typeof(Djibouti)), + new Nation("DM","DMA", typeof(Dominica)), + new Nation("DO","DOM", typeof(DominicanRepublic)), + new Nation("EC","ECU", typeof(Ecuador)), + new Nation("EG","EGY", typeof(Egypt)), + new Nation("SV","SLV", typeof(ElSalvador)), + new Nation("GQ","GNQ", typeof(EquatorialGuinea)), + new Nation("ER","ERI", typeof(Eritrea)), + new Nation("EE","EST", typeof(Estonia)), + new Nation("ET","ETH", typeof(Ethiopia)), + new Nation("FK","FLK", typeof(FalklandIslands)), + new Nation("FO","FRO", typeof(FaroeIslands)), + new Nation("FJ","FJI", typeof(Fiji)), + new Nation("FI","FIN", typeof(Finland)), + new Nation("FR","FRA", typeof(France)), + new Nation("GF","GUF", typeof(FrenchGuiana)), + new Nation("PF","PYF", typeof(FrenchPolynesia)), + new Nation("TF","ATF", typeof(FrenchSouthernTerritories)), + new Nation("GA","GAB", typeof(Gabon)), + new Nation("GM","GMB", typeof(Gambia)), + new Nation("GE","GEO", typeof(Georgia)), + new Nation("DE","DEU", typeof(Germany)), + new Nation("GH","GHA", typeof(Ghana)), + new Nation("GI","GIB", typeof(Gibraltar)), + new Nation("GR","GRC", typeof(Greece)), + new Nation("GL","GRL", typeof(Greenland)), + new Nation("GD","GRD", typeof(Grenada)), + new Nation("GP","GLP", typeof(Guadeloupe)), + new Nation("GU","GUM", typeof(Guam)), + new Nation("GT","GTM", typeof(Guatemala)), + new Nation("GG","GGY", typeof(Guernsey)), + new Nation("GN","GIN", typeof(Guinea)), + new Nation("GW","GNB", typeof(GuineaBissau)), + new Nation("GY","GUY", typeof(Guyana)), + new Nation("HT","HTI", typeof(Haiti)), + new Nation("HM","HMD", typeof(HeardAndMcdonaldIslands)), + new Nation("VA","VAT", typeof(VaticanCity)), + new Nation("HN","HND", typeof(Honduras)), + new Nation("HU","HUN", typeof(Hungary)), + new Nation("IS","ISL", typeof(Iceland)), + new Nation("IN","IND", typeof(India)), + new Nation("ID","IDN", typeof(Indonesia)), + new Nation("IR","IRN", typeof(Iran)), + new Nation("IQ","IRQ", typeof(Iraq)), + new Nation("IE","IRL", typeof(Ireland)), + new Nation("IM","IMN", typeof(IsleOfMan)), + new Nation("IL","ISR", typeof(Israel)), + new Nation("IT","ITA", typeof(Italy)), + new Nation("JM","JAM", typeof(Jamaica)), + new Nation("JP","JPN", typeof(Japan)), + new Nation("JE","JEY", typeof(Jersey)), + new Nation("JO","JOR", typeof(Jordan)), + new Nation("KZ","KAZ", typeof(Kazakhstan)), + new Nation("KE","KEN", typeof(Kenya)), + new Nation("KI","KIR", typeof(Kiribati)), + new Nation("KP","PRK", typeof(NorthKorea)), + new Nation("KR","KOR", typeof(SouthKorea)), + new Nation("KW","KWT", typeof(Kuwait)), + new Nation("KG","KGZ", typeof(Kyrgyzstan)), + new Nation("LA","LAO", typeof(Laos)), + new Nation("LV","LVA", typeof(Latvia)), + new Nation("LB","LBN", typeof(Lebanon)), + new Nation("LS","LSO", typeof(Lesotho)), + new Nation("LR","LBR", typeof(Liberia)), + new Nation("LY","LBY", typeof(Libya)), + new Nation("LI","LIE", typeof(Liechtenstein)), + new Nation("LT","LTU", typeof(Lithuania)), + new Nation("LU","LUX", typeof(Luxembourg)), + new Nation("MK","MKD", typeof(Macedonia)), + new Nation("MG","MDG", typeof(Madagascar)), + new Nation("MW","MWI", typeof(Malawi)), + new Nation("MY","MYS", typeof(Malaysia)), + new Nation("MV","MDV", typeof(Maldives)), + new Nation("ML","MLI", typeof(Mali)), + new Nation("MT","MLT", typeof(Malta)), + new Nation("MH","MHL", typeof(MarshallIslands)), + new Nation("MQ","MTQ", typeof(Martinique)), + new Nation("MR","MRT", typeof(Mauritania)), + new Nation("MU","MUS", typeof(Mauritius)), + new Nation("YT","MYT", typeof(Mayotte)), + new Nation("MX","MEX", typeof(Mexico)), + new Nation("FM","FSM", typeof(Micronesia)), + new Nation("MD","MDA", typeof(Moldova)), + new Nation("MC","MCO", typeof(Monaco)), + new Nation("MN","MNG", typeof(Mongolia)), + new Nation("ME","MNE", typeof(Montenegro)), + new Nation("MS","MSR", typeof(Montserrat)), + new Nation("MA","MAR", typeof(Morocco)), + new Nation("MZ","MOZ", typeof(Mozambique)), + new Nation("MM","MMR", typeof(Myanmar)), + new Nation("NA","NAM", typeof(Namibia)), + new Nation("NR","NRU", typeof(Nauru)), + new Nation("NP","NPL", typeof(Nepal)), + new Nation("NL","NLD", typeof(Netherlands)), + new Nation("AN","ANT", typeof(NetherlandsAntilles)), + new Nation("NC","NCL", typeof(NewCaledonia)), + new Nation("NZ","NZL", typeof(NewZealand)), + new Nation("NI","NIC", typeof(Nicaragua)), + new Nation("NE","NER", typeof(Niger)), + new Nation("NG","NGA", typeof(Nigeria)), + new Nation("NU","NIU", typeof(Niue)), + new Nation("NF","NFK", typeof(NorfolkIsland)), + new Nation("MP","MNP", typeof(NorthernMarianaIslands)), + new Nation("NO","NOR", typeof(Norway)), + new Nation("OM","OMN", typeof(Oman)), + new Nation("PK","PAK", typeof(Pakistan)), + new Nation("PW","PLW", typeof(Palau)), + new Nation("PS","PSE", typeof(PalestinianTerritory)), + new Nation("PA","PAN", typeof(Panama)), + new Nation("PG","PNG", typeof(PapuaNewGuinea)), + new Nation("PY","PRY", typeof(Paraguay)), + new Nation("PE","PER", typeof(Peru)), + new Nation("PH","PHL", typeof(Philippines)), + new Nation("PN","PCN", typeof(Pitcairn)), + new Nation("PL","POL", typeof(Poland)), + new Nation("PT","PRT", typeof(Portugal)), + new Nation("PR","PRI", typeof(PuertoRico)), + new Nation("QA","QAT", typeof(Qatar)), + new Nation("RE","REU", typeof(Reunion)), + new Nation("RO","ROU", typeof(Romania)), + new Nation("RU","RUS", typeof(Russia)), + new Nation("RW","RWA", typeof(Rwanda)), + new Nation("BL","BLM", typeof(SaintBarthelemy)), + new Nation("SH","SHN", typeof(SaintHelena)), + new Nation("KN","KNA", typeof(SaintKittsandNevis)), + new Nation("LC","LCA", typeof(SaintLucia)), + new Nation("MF","MAF", typeof(SaintMartin)), + new Nation("PM","SPM", typeof(SaintPierreAndMiquelon)), + new Nation("VC","VCT", typeof(SaintVincentAndGrenadines)), + new Nation("WS","WSM", typeof(Samoa)), + new Nation("SM","SMR", typeof(SanMarino)), + new Nation("ST","STP", typeof(SaoTomeAndPrincipe)), + new Nation("SA","SAU", typeof(SaudiArabia)), + new Nation("SN","SEN", typeof(Senegal)), + new Nation("RS","SRB", typeof(Serbia)), + new Nation("SC","SYC", typeof(Seychelles)), + new Nation("SL","SLE", typeof(SierraLeone)), + new Nation("SG","SGP", typeof(Singapore)), + new Nation("SK","SVK", typeof(Slovakia)), + new Nation("SI","SVN", typeof(Slovenia)), + new Nation("SB","SLB", typeof(SolomonIslands)), + new Nation("SO","SOM", typeof(Somalia)), + new Nation("ZA","ZAF", typeof(SouthAfrica)), + new Nation("GS","SGS", typeof(SouthGeorgia)), + new Nation("SS","SSD", typeof(SouthSudan)), + new Nation("ES","ESP", typeof(Spain)), + new Nation("LK","LKA", typeof(SriLanka)), + new Nation("SD","SDN", typeof(Sudan)), + new Nation("SR","SUR", typeof(Suriname)), + new Nation("SJ","SJM", typeof(SvalbardAndJanMayenIslands)), + new Nation("SZ","SWZ", typeof(Swaziland)), + new Nation("SE","SWE", typeof(Sweden)), + new Nation("CH","CHE", typeof(Switzerland)), + new Nation("SY","SYR", typeof(Syria)), + new Nation("TW","TWN", typeof(Taiwan)), + new Nation("TJ","TJK", typeof(Tajikistan)), + new Nation("TZ","TZA", typeof(Tanzania)), + new Nation("TH","THA", typeof(Thailand)), + new Nation("TL","TLS", typeof(TimorLeste)), + new Nation("TG","TGO", typeof(Togo)), + new Nation("TK","TKL", typeof(Tokelau)), + new Nation("TO","TON", typeof(Tonga)), + new Nation("TT","TTO", typeof(TrinidadAndTobago)), + new Nation("TN","TUN", typeof(Tunisia)), + new Nation("TR","TUR", typeof(Turkey)), + new Nation("TM","TKM", typeof(Turkmenistan)), + new Nation("TC","TCA", typeof(TurksAndCaicosIslands)), + new Nation("TV","TUV", typeof(Tuvalu)), + new Nation("UG","UGA", typeof(Uganda)), + new Nation("UA","UKR", typeof(Ukraine)), + new Nation("AE","ARE", typeof(UnitedArabEmirates)), + new Nation("GB","GBR", typeof(UnitedKingdom)), + new Nation("US","USA", typeof(UnitedStatesOfAmerica)), + new Nation("UM","UMI", typeof(USMinorOutlyingIslands)), + new Nation("UY","URY", typeof(Uruguay)), + new Nation("UZ","UZB", typeof(Uzbekistan)), + new Nation("VU","VUT", typeof(Vanuatu)), + new Nation("VE","VEN", typeof(Venezuela)), + new Nation("VN","VNM", typeof(Vietnam)), + new Nation("VI","VIR", typeof(VirginIslands)), + new Nation("WF","WLF", typeof(WallisAndFutunaIslands)), + new Nation("EH","ESH", typeof(WesternSahara)), + new Nation("YE","YEM", typeof(Yemen)), + new Nation("ZM","ZMB", typeof(Zambia)), + new Nation("ZW","ZWE", typeof(Zimbabwe)), }; } } \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/AlandIslands.Designer.cs b/src/core/Dime.i18n.Countries/Translations/AlandIslands.Designer.cs index ecc498b..de5476a 100644 --- a/src/core/Dime.i18n.Countries/Translations/AlandIslands.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/AlandIslands.Designer.cs @@ -59,5 +59,14 @@ internal AlandIslands() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Aland Islands. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/AlandIslands.resx b/src/core/Dime.i18n.Countries/Translations/AlandIslands.resx index 4fdb1b6..490451f 100644 --- a/src/core/Dime.i18n.Countries/Translations/AlandIslands.resx +++ b/src/core/Dime.i18n.Countries/Translations/AlandIslands.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Aland Islands + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Albania.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Albania.Designer.cs index 3210411..891cb69 100644 --- a/src/core/Dime.i18n.Countries/Translations/Albania.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Albania.Designer.cs @@ -59,5 +59,14 @@ internal Albania() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Albania. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Albania.resx b/src/core/Dime.i18n.Countries/Translations/Albania.resx index 4fdb1b6..596ab70 100644 --- a/src/core/Dime.i18n.Countries/Translations/Albania.resx +++ b/src/core/Dime.i18n.Countries/Translations/Albania.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Albania + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Algeria.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Algeria.Designer.cs index 4b8dcd7..2262eab 100644 --- a/src/core/Dime.i18n.Countries/Translations/Algeria.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Algeria.Designer.cs @@ -59,5 +59,14 @@ internal Algeria() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Algeria. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Algeria.resx b/src/core/Dime.i18n.Countries/Translations/Algeria.resx index 4fdb1b6..630b29b 100644 --- a/src/core/Dime.i18n.Countries/Translations/Algeria.resx +++ b/src/core/Dime.i18n.Countries/Translations/Algeria.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Algeria + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/AmericanSamoa.Designer.cs b/src/core/Dime.i18n.Countries/Translations/AmericanSamoa.Designer.cs index 75dfcd9..d50a2d9 100644 --- a/src/core/Dime.i18n.Countries/Translations/AmericanSamoa.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/AmericanSamoa.Designer.cs @@ -59,5 +59,14 @@ internal AmericanSamoa() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to American Samoa. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/AmericanSamoa.resx b/src/core/Dime.i18n.Countries/Translations/AmericanSamoa.resx index 4fdb1b6..7389ba1 100644 --- a/src/core/Dime.i18n.Countries/Translations/AmericanSamoa.resx +++ b/src/core/Dime.i18n.Countries/Translations/AmericanSamoa.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + American Samoa + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Andorra.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Andorra.Designer.cs index 0205e88..96abd78 100644 --- a/src/core/Dime.i18n.Countries/Translations/Andorra.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Andorra.Designer.cs @@ -59,5 +59,14 @@ internal Andorra() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Andorra. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Andorra.resx b/src/core/Dime.i18n.Countries/Translations/Andorra.resx index 4fdb1b6..b8049f5 100644 --- a/src/core/Dime.i18n.Countries/Translations/Andorra.resx +++ b/src/core/Dime.i18n.Countries/Translations/Andorra.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Andorra + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Angola.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Angola.Designer.cs index a3b8508..adaa32b 100644 --- a/src/core/Dime.i18n.Countries/Translations/Angola.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Angola.Designer.cs @@ -59,5 +59,14 @@ internal Angola() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Angola. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Angola.resx b/src/core/Dime.i18n.Countries/Translations/Angola.resx index 4fdb1b6..0f3e72a 100644 --- a/src/core/Dime.i18n.Countries/Translations/Angola.resx +++ b/src/core/Dime.i18n.Countries/Translations/Angola.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Angola + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Anguilla.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Anguilla.Designer.cs index 069c51b..b25c9c7 100644 --- a/src/core/Dime.i18n.Countries/Translations/Anguilla.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Anguilla.Designer.cs @@ -59,5 +59,14 @@ internal Anguilla() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Anguilla. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Anguilla.resx b/src/core/Dime.i18n.Countries/Translations/Anguilla.resx index 4fdb1b6..bb6403b 100644 --- a/src/core/Dime.i18n.Countries/Translations/Anguilla.resx +++ b/src/core/Dime.i18n.Countries/Translations/Anguilla.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Anguilla + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Antarctica.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Antarctica.Designer.cs index 87562dd..2cd590f 100644 --- a/src/core/Dime.i18n.Countries/Translations/Antarctica.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Antarctica.Designer.cs @@ -59,5 +59,14 @@ internal Antarctica() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Antarctica. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Antarctica.resx b/src/core/Dime.i18n.Countries/Translations/Antarctica.resx index 4fdb1b6..2fc4046 100644 --- a/src/core/Dime.i18n.Countries/Translations/Antarctica.resx +++ b/src/core/Dime.i18n.Countries/Translations/Antarctica.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Antarctica + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/AntiguaAndBarbuda.Designer.cs b/src/core/Dime.i18n.Countries/Translations/AntiguaAndBarbuda.Designer.cs index 8de0d1c..e3370df 100644 --- a/src/core/Dime.i18n.Countries/Translations/AntiguaAndBarbuda.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/AntiguaAndBarbuda.Designer.cs @@ -59,5 +59,14 @@ internal AntiguaAndBarbuda() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Antigua and Barbuda. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/AntiguaAndBarbuda.resx b/src/core/Dime.i18n.Countries/Translations/AntiguaAndBarbuda.resx index 4fdb1b6..967e63f 100644 --- a/src/core/Dime.i18n.Countries/Translations/AntiguaAndBarbuda.resx +++ b/src/core/Dime.i18n.Countries/Translations/AntiguaAndBarbuda.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Antigua and Barbuda + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Argentina.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Argentina.Designer.cs index 4b28ab6..60b0595 100644 --- a/src/core/Dime.i18n.Countries/Translations/Argentina.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Argentina.Designer.cs @@ -59,5 +59,14 @@ internal Argentina() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Argentina. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Argentina.resx b/src/core/Dime.i18n.Countries/Translations/Argentina.resx index 4fdb1b6..2fd2f90 100644 --- a/src/core/Dime.i18n.Countries/Translations/Argentina.resx +++ b/src/core/Dime.i18n.Countries/Translations/Argentina.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Argentina + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Armenia.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Armenia.Designer.cs index d3038bf..cec936f 100644 --- a/src/core/Dime.i18n.Countries/Translations/Armenia.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Armenia.Designer.cs @@ -59,5 +59,14 @@ internal Armenia() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Armenia. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Armenia.resx b/src/core/Dime.i18n.Countries/Translations/Armenia.resx index 4fdb1b6..dcbb162 100644 --- a/src/core/Dime.i18n.Countries/Translations/Armenia.resx +++ b/src/core/Dime.i18n.Countries/Translations/Armenia.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Armenia + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Aruba.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Aruba.Designer.cs index 47f84d0..7ce94bd 100644 --- a/src/core/Dime.i18n.Countries/Translations/Aruba.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Aruba.Designer.cs @@ -59,5 +59,14 @@ internal Aruba() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Aruba. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Aruba.resx b/src/core/Dime.i18n.Countries/Translations/Aruba.resx index 4fdb1b6..b7a16cf 100644 --- a/src/core/Dime.i18n.Countries/Translations/Aruba.resx +++ b/src/core/Dime.i18n.Countries/Translations/Aruba.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Aruba + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Australia.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Australia.Designer.cs index 62a5edb..5d33431 100644 --- a/src/core/Dime.i18n.Countries/Translations/Australia.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Australia.Designer.cs @@ -59,5 +59,14 @@ internal Australia() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Australia. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Australia.resx b/src/core/Dime.i18n.Countries/Translations/Australia.resx index 4fdb1b6..76da7b4 100644 --- a/src/core/Dime.i18n.Countries/Translations/Australia.resx +++ b/src/core/Dime.i18n.Countries/Translations/Australia.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Australia + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Austria.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Austria.Designer.cs index d8ac3ec..f203138 100644 --- a/src/core/Dime.i18n.Countries/Translations/Austria.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Austria.Designer.cs @@ -59,5 +59,50 @@ internal Austria() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Österreich. + /// + internal static string de { + get { + return ResourceManager.GetString("de", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Austria. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Austria. + /// + internal static string es { + get { + return ResourceManager.GetString("es", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to L'Autriche. + /// + internal static string fr { + get { + return ResourceManager.GetString("fr", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Oostenrijk. + /// + internal static string nl { + get { + return ResourceManager.GetString("nl", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Austria.resx b/src/core/Dime.i18n.Countries/Translations/Austria.resx index 4fdb1b6..2f98dad 100644 --- a/src/core/Dime.i18n.Countries/Translations/Austria.resx +++ b/src/core/Dime.i18n.Countries/Translations/Austria.resx @@ -1,101 +1,135 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Österreich + + + Austria + + + Austria + + + L'Autriche + + + Oostenrijk + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Azerbaijan.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Azerbaijan.Designer.cs index ad2957f..1ff5ee9 100644 --- a/src/core/Dime.i18n.Countries/Translations/Azerbaijan.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Azerbaijan.Designer.cs @@ -59,5 +59,14 @@ internal Azerbaijan() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Azerbaijan. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Azerbaijan.resx b/src/core/Dime.i18n.Countries/Translations/Azerbaijan.resx index 4fdb1b6..bd4bfc6 100644 --- a/src/core/Dime.i18n.Countries/Translations/Azerbaijan.resx +++ b/src/core/Dime.i18n.Countries/Translations/Azerbaijan.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Azerbaijan + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Bahamas.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Bahamas.Designer.cs index 9407d63..dea7ed2 100644 --- a/src/core/Dime.i18n.Countries/Translations/Bahamas.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Bahamas.Designer.cs @@ -59,5 +59,14 @@ internal Bahamas() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Bahamas. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Bahamas.resx b/src/core/Dime.i18n.Countries/Translations/Bahamas.resx index 4fdb1b6..81472fe 100644 --- a/src/core/Dime.i18n.Countries/Translations/Bahamas.resx +++ b/src/core/Dime.i18n.Countries/Translations/Bahamas.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Bahamas + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Bahrain.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Bahrain.Designer.cs index 94c4fe1..51e37ef 100644 --- a/src/core/Dime.i18n.Countries/Translations/Bahrain.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Bahrain.Designer.cs @@ -59,5 +59,14 @@ internal Bahrain() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Bahrain. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Bahrain.resx b/src/core/Dime.i18n.Countries/Translations/Bahrain.resx index 4fdb1b6..6baf445 100644 --- a/src/core/Dime.i18n.Countries/Translations/Bahrain.resx +++ b/src/core/Dime.i18n.Countries/Translations/Bahrain.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Bahrain + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Bangladesh.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Bangladesh.Designer.cs index a87c7ed..6c4dac1 100644 --- a/src/core/Dime.i18n.Countries/Translations/Bangladesh.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Bangladesh.Designer.cs @@ -59,5 +59,14 @@ internal Bangladesh() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Bangladesh. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Bangladesh.resx b/src/core/Dime.i18n.Countries/Translations/Bangladesh.resx index 4fdb1b6..2daafb4 100644 --- a/src/core/Dime.i18n.Countries/Translations/Bangladesh.resx +++ b/src/core/Dime.i18n.Countries/Translations/Bangladesh.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Bangladesh + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Barbados.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Barbados.Designer.cs index 252e258..e5a33ad 100644 --- a/src/core/Dime.i18n.Countries/Translations/Barbados.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Barbados.Designer.cs @@ -59,5 +59,14 @@ internal Barbados() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Barbados. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Barbados.resx b/src/core/Dime.i18n.Countries/Translations/Barbados.resx index 4fdb1b6..073e83e 100644 --- a/src/core/Dime.i18n.Countries/Translations/Barbados.resx +++ b/src/core/Dime.i18n.Countries/Translations/Barbados.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Barbados + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Belarus.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Belarus.Designer.cs index 03b43d1..da6266d 100644 --- a/src/core/Dime.i18n.Countries/Translations/Belarus.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Belarus.Designer.cs @@ -59,5 +59,14 @@ internal Belarus() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Belarus. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Belarus.resx b/src/core/Dime.i18n.Countries/Translations/Belarus.resx index 4fdb1b6..09db284 100644 --- a/src/core/Dime.i18n.Countries/Translations/Belarus.resx +++ b/src/core/Dime.i18n.Countries/Translations/Belarus.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Belarus + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Belgium.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Belgium.Designer.cs index c8f3d79..57aa081 100644 --- a/src/core/Dime.i18n.Countries/Translations/Belgium.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Belgium.Designer.cs @@ -60,6 +60,15 @@ internal Belgium() { } } + /// + /// Looks up a localized string similar to Belgien. + /// + internal static string de { + get { + return ResourceManager.GetString("de", resourceCulture); + } + } + /// /// Looks up a localized string similar to Belgium. /// @@ -69,6 +78,24 @@ internal static string en { } } + /// + /// Looks up a localized string similar to Bélgica. + /// + internal static string es { + get { + return ResourceManager.GetString("es", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Belgique. + /// + internal static string fr { + get { + return ResourceManager.GetString("fr", resourceCulture); + } + } + /// /// Looks up a localized string similar to België. /// diff --git a/src/core/Dime.i18n.Countries/Translations/Belgium.resx b/src/core/Dime.i18n.Countries/Translations/Belgium.resx index c43f439..e4e2b67 100644 --- a/src/core/Dime.i18n.Countries/Translations/Belgium.resx +++ b/src/core/Dime.i18n.Countries/Translations/Belgium.resx @@ -117,9 +117,18 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Belgien + Belgium + + Bélgica + + + Belgique + België diff --git a/src/core/Dime.i18n.Countries/Translations/Belize.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Belize.Designer.cs index 4b59656..7174d2d 100644 --- a/src/core/Dime.i18n.Countries/Translations/Belize.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Belize.Designer.cs @@ -59,5 +59,14 @@ internal Belize() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Belize. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Belize.resx b/src/core/Dime.i18n.Countries/Translations/Belize.resx index 4fdb1b6..b1fa9f6 100644 --- a/src/core/Dime.i18n.Countries/Translations/Belize.resx +++ b/src/core/Dime.i18n.Countries/Translations/Belize.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Belize + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Benin.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Benin.Designer.cs index 005df36..35320df 100644 --- a/src/core/Dime.i18n.Countries/Translations/Benin.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Benin.Designer.cs @@ -59,5 +59,14 @@ internal Benin() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Benin. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Benin.resx b/src/core/Dime.i18n.Countries/Translations/Benin.resx index 4fdb1b6..5935ac6 100644 --- a/src/core/Dime.i18n.Countries/Translations/Benin.resx +++ b/src/core/Dime.i18n.Countries/Translations/Benin.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Benin + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Bermuda.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Bermuda.Designer.cs index 7396d95..7307d98 100644 --- a/src/core/Dime.i18n.Countries/Translations/Bermuda.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Bermuda.Designer.cs @@ -59,5 +59,14 @@ internal Bermuda() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Bermuda. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Bermuda.resx b/src/core/Dime.i18n.Countries/Translations/Bermuda.resx index 4fdb1b6..46fdfce 100644 --- a/src/core/Dime.i18n.Countries/Translations/Bermuda.resx +++ b/src/core/Dime.i18n.Countries/Translations/Bermuda.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Bermuda + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Bhutan.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Bhutan.Designer.cs index 2ddf171..e816f5b 100644 --- a/src/core/Dime.i18n.Countries/Translations/Bhutan.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Bhutan.Designer.cs @@ -59,5 +59,14 @@ internal Bhutan() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Bhutan. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Bhutan.resx b/src/core/Dime.i18n.Countries/Translations/Bhutan.resx index 4fdb1b6..2af9fb7 100644 --- a/src/core/Dime.i18n.Countries/Translations/Bhutan.resx +++ b/src/core/Dime.i18n.Countries/Translations/Bhutan.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Bhutan + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Bolivia.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Bolivia.Designer.cs index ea07df4..64150f5 100644 --- a/src/core/Dime.i18n.Countries/Translations/Bolivia.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Bolivia.Designer.cs @@ -59,5 +59,14 @@ internal Bolivia() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Bolivia. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Bolivia.resx b/src/core/Dime.i18n.Countries/Translations/Bolivia.resx index 4fdb1b6..78896b8 100644 --- a/src/core/Dime.i18n.Countries/Translations/Bolivia.resx +++ b/src/core/Dime.i18n.Countries/Translations/Bolivia.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Bolivia + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/BosniaAndHerzegovina.Designer.cs b/src/core/Dime.i18n.Countries/Translations/BosniaAndHerzegovina.Designer.cs index ffa1f08..841ce69 100644 --- a/src/core/Dime.i18n.Countries/Translations/BosniaAndHerzegovina.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/BosniaAndHerzegovina.Designer.cs @@ -59,5 +59,14 @@ internal BosniaAndHerzegovina() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Bosnia and Herzegovina. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/BosniaAndHerzegovina.resx b/src/core/Dime.i18n.Countries/Translations/BosniaAndHerzegovina.resx index 4fdb1b6..05cb86a 100644 --- a/src/core/Dime.i18n.Countries/Translations/BosniaAndHerzegovina.resx +++ b/src/core/Dime.i18n.Countries/Translations/BosniaAndHerzegovina.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Bosnia and Herzegovina + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Botswana.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Botswana.Designer.cs index f45f801..0bf53e3 100644 --- a/src/core/Dime.i18n.Countries/Translations/Botswana.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Botswana.Designer.cs @@ -59,5 +59,14 @@ internal Botswana() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Botswana. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Botswana.resx b/src/core/Dime.i18n.Countries/Translations/Botswana.resx index 4fdb1b6..06734cc 100644 --- a/src/core/Dime.i18n.Countries/Translations/Botswana.resx +++ b/src/core/Dime.i18n.Countries/Translations/Botswana.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Botswana + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/BouvetIsland.Designer.cs b/src/core/Dime.i18n.Countries/Translations/BouvetIsland.Designer.cs index 3ff12a7..4ca632f 100644 --- a/src/core/Dime.i18n.Countries/Translations/BouvetIsland.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/BouvetIsland.Designer.cs @@ -59,5 +59,14 @@ internal BouvetIsland() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Bouvet Island. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/BouvetIsland.resx b/src/core/Dime.i18n.Countries/Translations/BouvetIsland.resx index 4fdb1b6..09b6115 100644 --- a/src/core/Dime.i18n.Countries/Translations/BouvetIsland.resx +++ b/src/core/Dime.i18n.Countries/Translations/BouvetIsland.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Bouvet Island + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Brazil.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Brazil.Designer.cs index 7eff93f..2d7ee49 100644 --- a/src/core/Dime.i18n.Countries/Translations/Brazil.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Brazil.Designer.cs @@ -59,5 +59,14 @@ internal Brazil() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Brazil. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Brazil.resx b/src/core/Dime.i18n.Countries/Translations/Brazil.resx index 4fdb1b6..32f68b0 100644 --- a/src/core/Dime.i18n.Countries/Translations/Brazil.resx +++ b/src/core/Dime.i18n.Countries/Translations/Brazil.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Brazil + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/BritishIndianOceanTerritory.Designer.cs b/src/core/Dime.i18n.Countries/Translations/BritishIndianOceanTerritory.Designer.cs index e61cf8f..8fd9bea 100644 --- a/src/core/Dime.i18n.Countries/Translations/BritishIndianOceanTerritory.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/BritishIndianOceanTerritory.Designer.cs @@ -59,5 +59,14 @@ internal BritishIndianOceanTerritory() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to British Indian Ocean Territory. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/BritishIndianOceanTerritory.resx b/src/core/Dime.i18n.Countries/Translations/BritishIndianOceanTerritory.resx index 4fdb1b6..5507f64 100644 --- a/src/core/Dime.i18n.Countries/Translations/BritishIndianOceanTerritory.resx +++ b/src/core/Dime.i18n.Countries/Translations/BritishIndianOceanTerritory.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + British Indian Ocean Territory + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/BritishVirginIslands.Designer.cs b/src/core/Dime.i18n.Countries/Translations/BritishVirginIslands.Designer.cs index 2bd8984..b5eaccd 100644 --- a/src/core/Dime.i18n.Countries/Translations/BritishVirginIslands.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/BritishVirginIslands.Designer.cs @@ -59,5 +59,14 @@ internal BritishVirginIslands() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to British Virgin Islands. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/BritishVirginIslands.resx b/src/core/Dime.i18n.Countries/Translations/BritishVirginIslands.resx index 4fdb1b6..709449b 100644 --- a/src/core/Dime.i18n.Countries/Translations/BritishVirginIslands.resx +++ b/src/core/Dime.i18n.Countries/Translations/BritishVirginIslands.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + British Virgin Islands + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Brunei.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Brunei.Designer.cs index 71ec137..692217f 100644 --- a/src/core/Dime.i18n.Countries/Translations/Brunei.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Brunei.Designer.cs @@ -59,5 +59,14 @@ internal Brunei() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Brunei Darussalam. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Brunei.resx b/src/core/Dime.i18n.Countries/Translations/Brunei.resx index 4fdb1b6..955e5fc 100644 --- a/src/core/Dime.i18n.Countries/Translations/Brunei.resx +++ b/src/core/Dime.i18n.Countries/Translations/Brunei.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Brunei Darussalam + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Bulgaria.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Bulgaria.Designer.cs index 04c8b21..e261712 100644 --- a/src/core/Dime.i18n.Countries/Translations/Bulgaria.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Bulgaria.Designer.cs @@ -59,5 +59,14 @@ internal Bulgaria() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Bulgaria. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Bulgaria.resx b/src/core/Dime.i18n.Countries/Translations/Bulgaria.resx index 4fdb1b6..22f5a82 100644 --- a/src/core/Dime.i18n.Countries/Translations/Bulgaria.resx +++ b/src/core/Dime.i18n.Countries/Translations/Bulgaria.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Bulgaria + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/BurkinaFaso.Designer.cs b/src/core/Dime.i18n.Countries/Translations/BurkinaFaso.Designer.cs index bb0c783..b16cca4 100644 --- a/src/core/Dime.i18n.Countries/Translations/BurkinaFaso.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/BurkinaFaso.Designer.cs @@ -59,5 +59,14 @@ internal BurkinaFaso() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Burkina Faso. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/BurkinaFaso.resx b/src/core/Dime.i18n.Countries/Translations/BurkinaFaso.resx index 4fdb1b6..87d3c10 100644 --- a/src/core/Dime.i18n.Countries/Translations/BurkinaFaso.resx +++ b/src/core/Dime.i18n.Countries/Translations/BurkinaFaso.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Burkina Faso + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Burundi.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Burundi.Designer.cs index 524050d..4de17ce 100644 --- a/src/core/Dime.i18n.Countries/Translations/Burundi.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Burundi.Designer.cs @@ -59,5 +59,14 @@ internal Burundi() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Burundi. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Burundi.resx b/src/core/Dime.i18n.Countries/Translations/Burundi.resx index 4fdb1b6..e3bcec8 100644 --- a/src/core/Dime.i18n.Countries/Translations/Burundi.resx +++ b/src/core/Dime.i18n.Countries/Translations/Burundi.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Burundi + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Cambodia.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Cambodia.Designer.cs index cde1f45..ec8812f 100644 --- a/src/core/Dime.i18n.Countries/Translations/Cambodia.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Cambodia.Designer.cs @@ -59,5 +59,14 @@ internal Cambodia() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Cambodia. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Cambodia.resx b/src/core/Dime.i18n.Countries/Translations/Cambodia.resx index 4fdb1b6..e9acf9e 100644 --- a/src/core/Dime.i18n.Countries/Translations/Cambodia.resx +++ b/src/core/Dime.i18n.Countries/Translations/Cambodia.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Cambodia + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Cameroon.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Cameroon.Designer.cs index dd76a99..f5ab6ed 100644 --- a/src/core/Dime.i18n.Countries/Translations/Cameroon.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Cameroon.Designer.cs @@ -59,5 +59,14 @@ internal Cameroon() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Cameroon. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Cameroon.resx b/src/core/Dime.i18n.Countries/Translations/Cameroon.resx index 4fdb1b6..3151b66 100644 --- a/src/core/Dime.i18n.Countries/Translations/Cameroon.resx +++ b/src/core/Dime.i18n.Countries/Translations/Cameroon.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Cameroon + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Canada.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Canada.Designer.cs index 16c4a82..a4b0e61 100644 --- a/src/core/Dime.i18n.Countries/Translations/Canada.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Canada.Designer.cs @@ -59,5 +59,14 @@ internal Canada() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Canada. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Canada.resx b/src/core/Dime.i18n.Countries/Translations/Canada.resx index 4fdb1b6..3f84a1c 100644 --- a/src/core/Dime.i18n.Countries/Translations/Canada.resx +++ b/src/core/Dime.i18n.Countries/Translations/Canada.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Canada + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/CapeVerde.Designer.cs b/src/core/Dime.i18n.Countries/Translations/CapeVerde.Designer.cs index 4c17958..28961d1 100644 --- a/src/core/Dime.i18n.Countries/Translations/CapeVerde.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/CapeVerde.Designer.cs @@ -59,5 +59,14 @@ internal CapeVerde() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Cape Verde. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/CapeVerde.resx b/src/core/Dime.i18n.Countries/Translations/CapeVerde.resx index 4fdb1b6..c1b1716 100644 --- a/src/core/Dime.i18n.Countries/Translations/CapeVerde.resx +++ b/src/core/Dime.i18n.Countries/Translations/CapeVerde.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Cape Verde + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/CaymanIslands.Designer.cs b/src/core/Dime.i18n.Countries/Translations/CaymanIslands.Designer.cs index aea0473..fede373 100644 --- a/src/core/Dime.i18n.Countries/Translations/CaymanIslands.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/CaymanIslands.Designer.cs @@ -59,5 +59,14 @@ internal CaymanIslands() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Cayman Islands. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/CaymanIslands.resx b/src/core/Dime.i18n.Countries/Translations/CaymanIslands.resx index 4fdb1b6..8c610d4 100644 --- a/src/core/Dime.i18n.Countries/Translations/CaymanIslands.resx +++ b/src/core/Dime.i18n.Countries/Translations/CaymanIslands.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Cayman Islands + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/CentralAfricanRepublic.Designer.cs b/src/core/Dime.i18n.Countries/Translations/CentralAfricanRepublic.Designer.cs index 8ec4777..e8c7afc 100644 --- a/src/core/Dime.i18n.Countries/Translations/CentralAfricanRepublic.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/CentralAfricanRepublic.Designer.cs @@ -59,5 +59,14 @@ internal CentralAfricanRepublic() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Central African Republic. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/CentralAfricanRepublic.resx b/src/core/Dime.i18n.Countries/Translations/CentralAfricanRepublic.resx index 4fdb1b6..3c39995 100644 --- a/src/core/Dime.i18n.Countries/Translations/CentralAfricanRepublic.resx +++ b/src/core/Dime.i18n.Countries/Translations/CentralAfricanRepublic.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Central African Republic + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Chad.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Chad.Designer.cs index 8010ed6..ddd3b05 100644 --- a/src/core/Dime.i18n.Countries/Translations/Chad.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Chad.Designer.cs @@ -59,5 +59,14 @@ internal Chad() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Chad. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Chad.resx b/src/core/Dime.i18n.Countries/Translations/Chad.resx index 4fdb1b6..3fbacb1 100644 --- a/src/core/Dime.i18n.Countries/Translations/Chad.resx +++ b/src/core/Dime.i18n.Countries/Translations/Chad.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Chad + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Chile.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Chile.Designer.cs index fcf5902..96fdab4 100644 --- a/src/core/Dime.i18n.Countries/Translations/Chile.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Chile.Designer.cs @@ -59,5 +59,14 @@ internal Chile() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Chile. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Chile.resx b/src/core/Dime.i18n.Countries/Translations/Chile.resx index 4fdb1b6..2ec8041 100644 --- a/src/core/Dime.i18n.Countries/Translations/Chile.resx +++ b/src/core/Dime.i18n.Countries/Translations/Chile.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Chile + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/China.Designer.cs b/src/core/Dime.i18n.Countries/Translations/China.Designer.cs index 3ed7d1d..57f58f1 100644 --- a/src/core/Dime.i18n.Countries/Translations/China.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/China.Designer.cs @@ -59,5 +59,14 @@ internal China() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to China. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/China.resx b/src/core/Dime.i18n.Countries/Translations/China.resx index 4fdb1b6..8ab71a6 100644 --- a/src/core/Dime.i18n.Countries/Translations/China.resx +++ b/src/core/Dime.i18n.Countries/Translations/China.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + China + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/ChristmasIsland.Designer.cs b/src/core/Dime.i18n.Countries/Translations/ChristmasIsland.Designer.cs index 270a038..e043b56 100644 --- a/src/core/Dime.i18n.Countries/Translations/ChristmasIsland.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/ChristmasIsland.Designer.cs @@ -59,5 +59,14 @@ internal ChristmasIsland() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Christmas Island. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/ChristmasIsland.resx b/src/core/Dime.i18n.Countries/Translations/ChristmasIsland.resx index 4fdb1b6..fefdcea 100644 --- a/src/core/Dime.i18n.Countries/Translations/ChristmasIsland.resx +++ b/src/core/Dime.i18n.Countries/Translations/ChristmasIsland.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Christmas Island + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/CocosIslands.Designer.cs b/src/core/Dime.i18n.Countries/Translations/CocosIslands.Designer.cs index f34dfc8..545e8e9 100644 --- a/src/core/Dime.i18n.Countries/Translations/CocosIslands.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/CocosIslands.Designer.cs @@ -59,5 +59,14 @@ internal CocosIslands() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Cocos Islands. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/CocosIslands.resx b/src/core/Dime.i18n.Countries/Translations/CocosIslands.resx index 4fdb1b6..d87ca5d 100644 --- a/src/core/Dime.i18n.Countries/Translations/CocosIslands.resx +++ b/src/core/Dime.i18n.Countries/Translations/CocosIslands.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Cocos Islands + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Colombia.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Colombia.Designer.cs index eb1039d..36e35b3 100644 --- a/src/core/Dime.i18n.Countries/Translations/Colombia.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Colombia.Designer.cs @@ -59,5 +59,14 @@ internal Colombia() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Colombia. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Colombia.resx b/src/core/Dime.i18n.Countries/Translations/Colombia.resx index 4fdb1b6..9ca6920 100644 --- a/src/core/Dime.i18n.Countries/Translations/Colombia.resx +++ b/src/core/Dime.i18n.Countries/Translations/Colombia.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Colombia + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Comoros.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Comoros.Designer.cs index 4f22f26..3d5158f 100644 --- a/src/core/Dime.i18n.Countries/Translations/Comoros.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Comoros.Designer.cs @@ -59,5 +59,14 @@ internal Comoros() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Comoros. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Comoros.resx b/src/core/Dime.i18n.Countries/Translations/Comoros.resx index 4fdb1b6..4659141 100644 --- a/src/core/Dime.i18n.Countries/Translations/Comoros.resx +++ b/src/core/Dime.i18n.Countries/Translations/Comoros.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Comoros + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Congo.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Congo.Designer.cs index 62734a9..e4aaa7b 100644 --- a/src/core/Dime.i18n.Countries/Translations/Congo.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Congo.Designer.cs @@ -59,5 +59,14 @@ internal Congo() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Republic of the Congo. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Congo.resx b/src/core/Dime.i18n.Countries/Translations/Congo.resx index 4fdb1b6..dc821f2 100644 --- a/src/core/Dime.i18n.Countries/Translations/Congo.resx +++ b/src/core/Dime.i18n.Countries/Translations/Congo.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Republic of the Congo + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/CongoDRC.Designer.cs b/src/core/Dime.i18n.Countries/Translations/CongoDRC.Designer.cs index d8e26da..f608ce4 100644 --- a/src/core/Dime.i18n.Countries/Translations/CongoDRC.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/CongoDRC.Designer.cs @@ -59,5 +59,14 @@ internal CongoDRC() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Democratic Republic of the Congo. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/CongoDRC.resx b/src/core/Dime.i18n.Countries/Translations/CongoDRC.resx index 4fdb1b6..bb305b2 100644 --- a/src/core/Dime.i18n.Countries/Translations/CongoDRC.resx +++ b/src/core/Dime.i18n.Countries/Translations/CongoDRC.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Democratic Republic of the Congo + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/CookIslands.Designer.cs b/src/core/Dime.i18n.Countries/Translations/CookIslands.Designer.cs index 0b47634..1817b3c 100644 --- a/src/core/Dime.i18n.Countries/Translations/CookIslands.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/CookIslands.Designer.cs @@ -59,5 +59,14 @@ internal CookIslands() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Cook Islands. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/CookIslands.resx b/src/core/Dime.i18n.Countries/Translations/CookIslands.resx index 4fdb1b6..4e3926e 100644 --- a/src/core/Dime.i18n.Countries/Translations/CookIslands.resx +++ b/src/core/Dime.i18n.Countries/Translations/CookIslands.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Cook Islands + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/CostaRica.Designer.cs b/src/core/Dime.i18n.Countries/Translations/CostaRica.Designer.cs index 5ef7c02..d8fac24 100644 --- a/src/core/Dime.i18n.Countries/Translations/CostaRica.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/CostaRica.Designer.cs @@ -59,5 +59,14 @@ internal CostaRica() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Costa Rica. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/CostaRica.resx b/src/core/Dime.i18n.Countries/Translations/CostaRica.resx index 4fdb1b6..04214cc 100644 --- a/src/core/Dime.i18n.Countries/Translations/CostaRica.resx +++ b/src/core/Dime.i18n.Countries/Translations/CostaRica.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Costa Rica + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/CoteIvoire.Designer.cs b/src/core/Dime.i18n.Countries/Translations/CoteIvoire.Designer.cs index 8b686d1..2de5692 100644 --- a/src/core/Dime.i18n.Countries/Translations/CoteIvoire.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/CoteIvoire.Designer.cs @@ -59,5 +59,14 @@ internal CoteIvoire() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Côte d'Ivoire. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/CoteIvoire.resx b/src/core/Dime.i18n.Countries/Translations/CoteIvoire.resx index 4fdb1b6..6297f0c 100644 --- a/src/core/Dime.i18n.Countries/Translations/CoteIvoire.resx +++ b/src/core/Dime.i18n.Countries/Translations/CoteIvoire.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Côte d'Ivoire + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Croatia.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Croatia.Designer.cs index d0751ee..d592f33 100644 --- a/src/core/Dime.i18n.Countries/Translations/Croatia.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Croatia.Designer.cs @@ -59,5 +59,14 @@ internal Croatia() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Croatia. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Croatia.resx b/src/core/Dime.i18n.Countries/Translations/Croatia.resx index 4fdb1b6..97d4282 100644 --- a/src/core/Dime.i18n.Countries/Translations/Croatia.resx +++ b/src/core/Dime.i18n.Countries/Translations/Croatia.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Croatia + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Cuba.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Cuba.Designer.cs index bc8e827..81c4546 100644 --- a/src/core/Dime.i18n.Countries/Translations/Cuba.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Cuba.Designer.cs @@ -59,5 +59,14 @@ internal Cuba() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Cuba. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Cuba.resx b/src/core/Dime.i18n.Countries/Translations/Cuba.resx index 4fdb1b6..ff7ce51 100644 --- a/src/core/Dime.i18n.Countries/Translations/Cuba.resx +++ b/src/core/Dime.i18n.Countries/Translations/Cuba.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Cuba + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Cyprus.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Cyprus.Designer.cs index 72ed2f5..a23c219 100644 --- a/src/core/Dime.i18n.Countries/Translations/Cyprus.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Cyprus.Designer.cs @@ -59,5 +59,14 @@ internal Cyprus() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Cyprus. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Cyprus.resx b/src/core/Dime.i18n.Countries/Translations/Cyprus.resx index 4fdb1b6..2c817ff 100644 --- a/src/core/Dime.i18n.Countries/Translations/Cyprus.resx +++ b/src/core/Dime.i18n.Countries/Translations/Cyprus.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Cyprus + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/CzechRepublic.Designer.cs b/src/core/Dime.i18n.Countries/Translations/CzechRepublic.Designer.cs index 2bb9b10..6dbe509 100644 --- a/src/core/Dime.i18n.Countries/Translations/CzechRepublic.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/CzechRepublic.Designer.cs @@ -59,5 +59,50 @@ internal CzechRepublic() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Tschechische Republik. + /// + internal static string de { + get { + return ResourceManager.GetString("de", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Czech Republic. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Republica checa. + /// + internal static string es { + get { + return ResourceManager.GetString("es", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to République tchèque. + /// + internal static string fr { + get { + return ResourceManager.GetString("fr", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Tsjechië. + /// + internal static string nl { + get { + return ResourceManager.GetString("nl", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/CzechRepublic.resx b/src/core/Dime.i18n.Countries/Translations/CzechRepublic.resx index 4fdb1b6..67a045e 100644 --- a/src/core/Dime.i18n.Countries/Translations/CzechRepublic.resx +++ b/src/core/Dime.i18n.Countries/Translations/CzechRepublic.resx @@ -1,101 +1,135 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Tschechische Republik + + + Czech Republic + + + Republica checa + + + République tchèque + + + Tsjechië + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Denmark.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Denmark.Designer.cs index 988e976..fbf6dae 100644 --- a/src/core/Dime.i18n.Countries/Translations/Denmark.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Denmark.Designer.cs @@ -59,5 +59,50 @@ internal Denmark() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Dänemark. + /// + internal static string de { + get { + return ResourceManager.GetString("de", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Denmark. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Dinamarca. + /// + internal static string es { + get { + return ResourceManager.GetString("es", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Le Danemark. + /// + internal static string fr { + get { + return ResourceManager.GetString("fr", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Denemarken. + /// + internal static string nl { + get { + return ResourceManager.GetString("nl", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Denmark.resx b/src/core/Dime.i18n.Countries/Translations/Denmark.resx index 4fdb1b6..a4979ea 100644 --- a/src/core/Dime.i18n.Countries/Translations/Denmark.resx +++ b/src/core/Dime.i18n.Countries/Translations/Denmark.resx @@ -1,101 +1,135 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Dänemark + + + Denmark + + + Dinamarca + + + Le Danemark + + + Denemarken + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Djibouti.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Djibouti.Designer.cs index d956b44..4c55856 100644 --- a/src/core/Dime.i18n.Countries/Translations/Djibouti.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Djibouti.Designer.cs @@ -59,5 +59,14 @@ internal Djibouti() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Djibouti. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Djibouti.resx b/src/core/Dime.i18n.Countries/Translations/Djibouti.resx index 4fdb1b6..774100c 100644 --- a/src/core/Dime.i18n.Countries/Translations/Djibouti.resx +++ b/src/core/Dime.i18n.Countries/Translations/Djibouti.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Djibouti + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Dominica.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Dominica.Designer.cs index 9c5aff8..dcd5d97 100644 --- a/src/core/Dime.i18n.Countries/Translations/Dominica.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Dominica.Designer.cs @@ -59,5 +59,14 @@ internal Dominica() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Dominica. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Dominica.resx b/src/core/Dime.i18n.Countries/Translations/Dominica.resx index 4fdb1b6..925cf8a 100644 --- a/src/core/Dime.i18n.Countries/Translations/Dominica.resx +++ b/src/core/Dime.i18n.Countries/Translations/Dominica.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Dominica + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/DominicanRepublic.Designer.cs b/src/core/Dime.i18n.Countries/Translations/DominicanRepublic.Designer.cs index 68416aa..7571ca0 100644 --- a/src/core/Dime.i18n.Countries/Translations/DominicanRepublic.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/DominicanRepublic.Designer.cs @@ -59,5 +59,14 @@ internal DominicanRepublic() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Dominican Republic. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/DominicanRepublic.resx b/src/core/Dime.i18n.Countries/Translations/DominicanRepublic.resx index 4fdb1b6..c9dc0dd 100644 --- a/src/core/Dime.i18n.Countries/Translations/DominicanRepublic.resx +++ b/src/core/Dime.i18n.Countries/Translations/DominicanRepublic.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Dominican Republic + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Ecuador.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Ecuador.Designer.cs index bb8bae1..3489d79 100644 --- a/src/core/Dime.i18n.Countries/Translations/Ecuador.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Ecuador.Designer.cs @@ -59,5 +59,14 @@ internal Ecuador() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Ecuador. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Ecuador.resx b/src/core/Dime.i18n.Countries/Translations/Ecuador.resx index 4fdb1b6..4169e91 100644 --- a/src/core/Dime.i18n.Countries/Translations/Ecuador.resx +++ b/src/core/Dime.i18n.Countries/Translations/Ecuador.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Ecuador + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Egypt.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Egypt.Designer.cs index 38d04d5..6eaa17d 100644 --- a/src/core/Dime.i18n.Countries/Translations/Egypt.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Egypt.Designer.cs @@ -59,5 +59,14 @@ internal Egypt() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Egypt. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Egypt.resx b/src/core/Dime.i18n.Countries/Translations/Egypt.resx index 4fdb1b6..20bc040 100644 --- a/src/core/Dime.i18n.Countries/Translations/Egypt.resx +++ b/src/core/Dime.i18n.Countries/Translations/Egypt.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Egypt + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/ElSalvador.Designer.cs b/src/core/Dime.i18n.Countries/Translations/ElSalvador.Designer.cs index 07ee46c..9037147 100644 --- a/src/core/Dime.i18n.Countries/Translations/ElSalvador.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/ElSalvador.Designer.cs @@ -59,5 +59,14 @@ internal ElSalvador() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to El Salvador. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/ElSalvador.resx b/src/core/Dime.i18n.Countries/Translations/ElSalvador.resx index 4fdb1b6..60319c5 100644 --- a/src/core/Dime.i18n.Countries/Translations/ElSalvador.resx +++ b/src/core/Dime.i18n.Countries/Translations/ElSalvador.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + El Salvador + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/EquatorialGuinea.Designer.cs b/src/core/Dime.i18n.Countries/Translations/EquatorialGuinea.Designer.cs index c1cdefe..cbb207b 100644 --- a/src/core/Dime.i18n.Countries/Translations/EquatorialGuinea.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/EquatorialGuinea.Designer.cs @@ -59,5 +59,14 @@ internal EquatorialGuinea() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Equatorial Guinea. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/EquatorialGuinea.resx b/src/core/Dime.i18n.Countries/Translations/EquatorialGuinea.resx index 4fdb1b6..daea574 100644 --- a/src/core/Dime.i18n.Countries/Translations/EquatorialGuinea.resx +++ b/src/core/Dime.i18n.Countries/Translations/EquatorialGuinea.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Equatorial Guinea + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Eritrea.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Eritrea.Designer.cs index 340c8a9..7c1a436 100644 --- a/src/core/Dime.i18n.Countries/Translations/Eritrea.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Eritrea.Designer.cs @@ -59,5 +59,14 @@ internal Eritrea() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Eritrea. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Eritrea.resx b/src/core/Dime.i18n.Countries/Translations/Eritrea.resx index 4fdb1b6..298e9fb 100644 --- a/src/core/Dime.i18n.Countries/Translations/Eritrea.resx +++ b/src/core/Dime.i18n.Countries/Translations/Eritrea.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Eritrea + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Estonia.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Estonia.Designer.cs index 2f4879e..9670d2b 100644 --- a/src/core/Dime.i18n.Countries/Translations/Estonia.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Estonia.Designer.cs @@ -59,5 +59,14 @@ internal Estonia() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Estonia. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Estonia.resx b/src/core/Dime.i18n.Countries/Translations/Estonia.resx index 4fdb1b6..4778e4b 100644 --- a/src/core/Dime.i18n.Countries/Translations/Estonia.resx +++ b/src/core/Dime.i18n.Countries/Translations/Estonia.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Estonia + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Ethiopia.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Ethiopia.Designer.cs index 6dcd340..e76c571 100644 --- a/src/core/Dime.i18n.Countries/Translations/Ethiopia.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Ethiopia.Designer.cs @@ -59,5 +59,14 @@ internal Ethiopia() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Ethiopia. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Ethiopia.resx b/src/core/Dime.i18n.Countries/Translations/Ethiopia.resx index 4fdb1b6..cfff686 100644 --- a/src/core/Dime.i18n.Countries/Translations/Ethiopia.resx +++ b/src/core/Dime.i18n.Countries/Translations/Ethiopia.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Ethiopia + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/FalklandIslands.Designer.cs b/src/core/Dime.i18n.Countries/Translations/FalklandIslands.Designer.cs index bd2af24..f2a49c8 100644 --- a/src/core/Dime.i18n.Countries/Translations/FalklandIslands.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/FalklandIslands.Designer.cs @@ -59,5 +59,14 @@ internal FalklandIslands() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Falkland Islands. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/FalklandIslands.resx b/src/core/Dime.i18n.Countries/Translations/FalklandIslands.resx index 4fdb1b6..e894bcd 100644 --- a/src/core/Dime.i18n.Countries/Translations/FalklandIslands.resx +++ b/src/core/Dime.i18n.Countries/Translations/FalklandIslands.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Falkland Islands + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/FaroeIslands.Designer.cs b/src/core/Dime.i18n.Countries/Translations/FaroeIslands.Designer.cs index 53cc494..5bc5386 100644 --- a/src/core/Dime.i18n.Countries/Translations/FaroeIslands.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/FaroeIslands.Designer.cs @@ -59,5 +59,14 @@ internal FaroeIslands() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Faroe Islands. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/FaroeIslands.resx b/src/core/Dime.i18n.Countries/Translations/FaroeIslands.resx index 4fdb1b6..a3ac1bc 100644 --- a/src/core/Dime.i18n.Countries/Translations/FaroeIslands.resx +++ b/src/core/Dime.i18n.Countries/Translations/FaroeIslands.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Faroe Islands + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Fiji.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Fiji.Designer.cs index a3d861b..0267070 100644 --- a/src/core/Dime.i18n.Countries/Translations/Fiji.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Fiji.Designer.cs @@ -59,5 +59,14 @@ internal Fiji() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Fiji. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Fiji.resx b/src/core/Dime.i18n.Countries/Translations/Fiji.resx index 4fdb1b6..5491b9a 100644 --- a/src/core/Dime.i18n.Countries/Translations/Fiji.resx +++ b/src/core/Dime.i18n.Countries/Translations/Fiji.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Fiji + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Finland.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Finland.Designer.cs index 39ed8a6..7dc03b0 100644 --- a/src/core/Dime.i18n.Countries/Translations/Finland.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Finland.Designer.cs @@ -59,5 +59,14 @@ internal Finland() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Finland. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Finland.resx b/src/core/Dime.i18n.Countries/Translations/Finland.resx index 4fdb1b6..9a3dc43 100644 --- a/src/core/Dime.i18n.Countries/Translations/Finland.resx +++ b/src/core/Dime.i18n.Countries/Translations/Finland.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Finland + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/France.Designer.cs b/src/core/Dime.i18n.Countries/Translations/France.Designer.cs index d5f45c7..b0dbf22 100644 --- a/src/core/Dime.i18n.Countries/Translations/France.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/France.Designer.cs @@ -78,6 +78,15 @@ internal static string en { } } + /// + /// Looks up a localized string similar to Francia. + /// + internal static string es { + get { + return ResourceManager.GetString("es", resourceCulture); + } + } + /// /// Looks up a localized string similar to France. /// diff --git a/src/core/Dime.i18n.Countries/Translations/France.resx b/src/core/Dime.i18n.Countries/Translations/France.resx index daaa063..96eb334 100644 --- a/src/core/Dime.i18n.Countries/Translations/France.resx +++ b/src/core/Dime.i18n.Countries/Translations/France.resx @@ -123,6 +123,9 @@ France + + Francia + France diff --git a/src/core/Dime.i18n.Countries/Translations/FrenchGuiana.Designer.cs b/src/core/Dime.i18n.Countries/Translations/FrenchGuiana.Designer.cs index 0dc0ba4..243a13a 100644 --- a/src/core/Dime.i18n.Countries/Translations/FrenchGuiana.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/FrenchGuiana.Designer.cs @@ -59,5 +59,14 @@ internal FrenchGuiana() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to French Guiana. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/FrenchGuiana.resx b/src/core/Dime.i18n.Countries/Translations/FrenchGuiana.resx index 4fdb1b6..18f4605 100644 --- a/src/core/Dime.i18n.Countries/Translations/FrenchGuiana.resx +++ b/src/core/Dime.i18n.Countries/Translations/FrenchGuiana.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + French Guiana + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/FrenchPolynesia.Designer.cs b/src/core/Dime.i18n.Countries/Translations/FrenchPolynesia.Designer.cs index 4934f99..279e74a 100644 --- a/src/core/Dime.i18n.Countries/Translations/FrenchPolynesia.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/FrenchPolynesia.Designer.cs @@ -59,5 +59,14 @@ internal FrenchPolynesia() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to French Polynesia. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/FrenchPolynesia.resx b/src/core/Dime.i18n.Countries/Translations/FrenchPolynesia.resx index 4fdb1b6..4929a51 100644 --- a/src/core/Dime.i18n.Countries/Translations/FrenchPolynesia.resx +++ b/src/core/Dime.i18n.Countries/Translations/FrenchPolynesia.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + French Polynesia + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/FrenchSouthernTerritories.Designer.cs b/src/core/Dime.i18n.Countries/Translations/FrenchSouthernTerritories.Designer.cs index 33c1545..9d2519a 100644 --- a/src/core/Dime.i18n.Countries/Translations/FrenchSouthernTerritories.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/FrenchSouthernTerritories.Designer.cs @@ -59,5 +59,14 @@ internal FrenchSouthernTerritories() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to French Southern Territories. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/FrenchSouthernTerritories.resx b/src/core/Dime.i18n.Countries/Translations/FrenchSouthernTerritories.resx index 4fdb1b6..90e7e48 100644 --- a/src/core/Dime.i18n.Countries/Translations/FrenchSouthernTerritories.resx +++ b/src/core/Dime.i18n.Countries/Translations/FrenchSouthernTerritories.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + French Southern Territories + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Gabon.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Gabon.Designer.cs index 9959186..2f09f4c 100644 --- a/src/core/Dime.i18n.Countries/Translations/Gabon.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Gabon.Designer.cs @@ -59,5 +59,14 @@ internal Gabon() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Gabon. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Gabon.resx b/src/core/Dime.i18n.Countries/Translations/Gabon.resx index 4fdb1b6..c16a451 100644 --- a/src/core/Dime.i18n.Countries/Translations/Gabon.resx +++ b/src/core/Dime.i18n.Countries/Translations/Gabon.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Gabon + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Gambia.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Gambia.Designer.cs index 15a37b0..f3641fe 100644 --- a/src/core/Dime.i18n.Countries/Translations/Gambia.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Gambia.Designer.cs @@ -59,5 +59,14 @@ internal Gambia() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Gambia. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Gambia.resx b/src/core/Dime.i18n.Countries/Translations/Gambia.resx index 4fdb1b6..697f514 100644 --- a/src/core/Dime.i18n.Countries/Translations/Gambia.resx +++ b/src/core/Dime.i18n.Countries/Translations/Gambia.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Gambia + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Georgia.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Georgia.Designer.cs index b9d1ad6..9eb85aa 100644 --- a/src/core/Dime.i18n.Countries/Translations/Georgia.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Georgia.Designer.cs @@ -59,5 +59,14 @@ internal Georgia() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Georgia. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Georgia.resx b/src/core/Dime.i18n.Countries/Translations/Georgia.resx index 4fdb1b6..e5933ad 100644 --- a/src/core/Dime.i18n.Countries/Translations/Georgia.resx +++ b/src/core/Dime.i18n.Countries/Translations/Georgia.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Georgia + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Ghana.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Ghana.Designer.cs index d563445..27d48f0 100644 --- a/src/core/Dime.i18n.Countries/Translations/Ghana.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Ghana.Designer.cs @@ -59,5 +59,14 @@ internal Ghana() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Ghana. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Ghana.resx b/src/core/Dime.i18n.Countries/Translations/Ghana.resx index 4fdb1b6..b48b9fc 100644 --- a/src/core/Dime.i18n.Countries/Translations/Ghana.resx +++ b/src/core/Dime.i18n.Countries/Translations/Ghana.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Ghana + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Gibraltar.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Gibraltar.Designer.cs index be61b51..57c3257 100644 --- a/src/core/Dime.i18n.Countries/Translations/Gibraltar.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Gibraltar.Designer.cs @@ -59,5 +59,14 @@ internal Gibraltar() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Gibraltar. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Gibraltar.resx b/src/core/Dime.i18n.Countries/Translations/Gibraltar.resx index 4fdb1b6..72b6e8d 100644 --- a/src/core/Dime.i18n.Countries/Translations/Gibraltar.resx +++ b/src/core/Dime.i18n.Countries/Translations/Gibraltar.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Gibraltar + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Greece.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Greece.Designer.cs index 4ac33aa..b932f41 100644 --- a/src/core/Dime.i18n.Countries/Translations/Greece.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Greece.Designer.cs @@ -59,5 +59,50 @@ internal Greece() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Griechenland. + /// + internal static string de { + get { + return ResourceManager.GetString("de", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Greece. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Grecia. + /// + internal static string es { + get { + return ResourceManager.GetString("es", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Grèce. + /// + internal static string fr { + get { + return ResourceManager.GetString("fr", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Griekenland. + /// + internal static string nl { + get { + return ResourceManager.GetString("nl", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Greece.resx b/src/core/Dime.i18n.Countries/Translations/Greece.resx index 4fdb1b6..2a91083 100644 --- a/src/core/Dime.i18n.Countries/Translations/Greece.resx +++ b/src/core/Dime.i18n.Countries/Translations/Greece.resx @@ -1,101 +1,135 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Griechenland + + + Greece + + + Grecia + + + Grèce + + + Griekenland + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Greenland.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Greenland.Designer.cs index 150882b..3c69711 100644 --- a/src/core/Dime.i18n.Countries/Translations/Greenland.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Greenland.Designer.cs @@ -59,5 +59,14 @@ internal Greenland() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Greenland. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Greenland.resx b/src/core/Dime.i18n.Countries/Translations/Greenland.resx index 4fdb1b6..a723048 100644 --- a/src/core/Dime.i18n.Countries/Translations/Greenland.resx +++ b/src/core/Dime.i18n.Countries/Translations/Greenland.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Greenland + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Grenada.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Grenada.Designer.cs index e689a50..9312557 100644 --- a/src/core/Dime.i18n.Countries/Translations/Grenada.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Grenada.Designer.cs @@ -59,5 +59,14 @@ internal Grenada() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Grenada. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Grenada.resx b/src/core/Dime.i18n.Countries/Translations/Grenada.resx index 4fdb1b6..61ee041 100644 --- a/src/core/Dime.i18n.Countries/Translations/Grenada.resx +++ b/src/core/Dime.i18n.Countries/Translations/Grenada.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Grenada + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Guadeloupe.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Guadeloupe.Designer.cs index 56e0eeb..06b4d14 100644 --- a/src/core/Dime.i18n.Countries/Translations/Guadeloupe.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Guadeloupe.Designer.cs @@ -59,5 +59,14 @@ internal Guadeloupe() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Guadeloupe. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Guadeloupe.resx b/src/core/Dime.i18n.Countries/Translations/Guadeloupe.resx index 4fdb1b6..31e7b5f 100644 --- a/src/core/Dime.i18n.Countries/Translations/Guadeloupe.resx +++ b/src/core/Dime.i18n.Countries/Translations/Guadeloupe.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Guadeloupe + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Guam.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Guam.Designer.cs index 10d5f9d..e33a71a 100644 --- a/src/core/Dime.i18n.Countries/Translations/Guam.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Guam.Designer.cs @@ -59,5 +59,14 @@ internal Guam() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Guam. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Guam.resx b/src/core/Dime.i18n.Countries/Translations/Guam.resx index 4fdb1b6..2133d9c 100644 --- a/src/core/Dime.i18n.Countries/Translations/Guam.resx +++ b/src/core/Dime.i18n.Countries/Translations/Guam.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Guam + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Guatemala.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Guatemala.Designer.cs index ed7fe37..75f6417 100644 --- a/src/core/Dime.i18n.Countries/Translations/Guatemala.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Guatemala.Designer.cs @@ -59,5 +59,14 @@ internal Guatemala() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Guatemala. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Guatemala.resx b/src/core/Dime.i18n.Countries/Translations/Guatemala.resx index 4fdb1b6..866a3c2 100644 --- a/src/core/Dime.i18n.Countries/Translations/Guatemala.resx +++ b/src/core/Dime.i18n.Countries/Translations/Guatemala.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Guatemala + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Guernsey.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Guernsey.Designer.cs index 26cd0c9..531307f 100644 --- a/src/core/Dime.i18n.Countries/Translations/Guernsey.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Guernsey.Designer.cs @@ -59,5 +59,14 @@ internal Guernsey() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Guernsey. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Guernsey.resx b/src/core/Dime.i18n.Countries/Translations/Guernsey.resx index 4fdb1b6..c817899 100644 --- a/src/core/Dime.i18n.Countries/Translations/Guernsey.resx +++ b/src/core/Dime.i18n.Countries/Translations/Guernsey.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Guernsey + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Guinea.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Guinea.Designer.cs index 1cfd738..96e6511 100644 --- a/src/core/Dime.i18n.Countries/Translations/Guinea.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Guinea.Designer.cs @@ -59,5 +59,14 @@ internal Guinea() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Guinea. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Guinea.resx b/src/core/Dime.i18n.Countries/Translations/Guinea.resx index 4fdb1b6..6d06a51 100644 --- a/src/core/Dime.i18n.Countries/Translations/Guinea.resx +++ b/src/core/Dime.i18n.Countries/Translations/Guinea.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Guinea + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/GuineaBissau.Designer.cs b/src/core/Dime.i18n.Countries/Translations/GuineaBissau.Designer.cs index d9cd2d4..2586b34 100644 --- a/src/core/Dime.i18n.Countries/Translations/GuineaBissau.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/GuineaBissau.Designer.cs @@ -59,5 +59,14 @@ internal GuineaBissau() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Guinea Bissau. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/GuineaBissau.resx b/src/core/Dime.i18n.Countries/Translations/GuineaBissau.resx index 4fdb1b6..e13e886 100644 --- a/src/core/Dime.i18n.Countries/Translations/GuineaBissau.resx +++ b/src/core/Dime.i18n.Countries/Translations/GuineaBissau.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Guinea Bissau + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Guyana.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Guyana.Designer.cs index e69d68a..e24739c 100644 --- a/src/core/Dime.i18n.Countries/Translations/Guyana.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Guyana.Designer.cs @@ -59,5 +59,14 @@ internal Guyana() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Guyana. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Guyana.resx b/src/core/Dime.i18n.Countries/Translations/Guyana.resx index 4fdb1b6..fe16aa6 100644 --- a/src/core/Dime.i18n.Countries/Translations/Guyana.resx +++ b/src/core/Dime.i18n.Countries/Translations/Guyana.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Guyana + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Haiti.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Haiti.Designer.cs index 1aa297d..b21aa4a 100644 --- a/src/core/Dime.i18n.Countries/Translations/Haiti.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Haiti.Designer.cs @@ -59,5 +59,14 @@ internal Haiti() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Haiti. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Haiti.resx b/src/core/Dime.i18n.Countries/Translations/Haiti.resx index 4fdb1b6..de0e25b 100644 --- a/src/core/Dime.i18n.Countries/Translations/Haiti.resx +++ b/src/core/Dime.i18n.Countries/Translations/Haiti.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Haiti + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/HeardAndMcdonaldIslands.Designer.cs b/src/core/Dime.i18n.Countries/Translations/HeardAndMcdonaldIslands.Designer.cs index 579b6e7..9abb715 100644 --- a/src/core/Dime.i18n.Countries/Translations/HeardAndMcdonaldIslands.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/HeardAndMcdonaldIslands.Designer.cs @@ -59,5 +59,14 @@ internal HeardAndMcdonaldIslands() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Heard and Mcdonald Islands. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/HeardAndMcdonaldIslands.resx b/src/core/Dime.i18n.Countries/Translations/HeardAndMcdonaldIslands.resx index 4fdb1b6..8d5b84d 100644 --- a/src/core/Dime.i18n.Countries/Translations/HeardAndMcdonaldIslands.resx +++ b/src/core/Dime.i18n.Countries/Translations/HeardAndMcdonaldIslands.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Heard and Mcdonald Islands + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Honduras.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Honduras.Designer.cs index ed785a5..bcbe900 100644 --- a/src/core/Dime.i18n.Countries/Translations/Honduras.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Honduras.Designer.cs @@ -59,5 +59,14 @@ internal Honduras() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Honduraas. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Honduras.resx b/src/core/Dime.i18n.Countries/Translations/Honduras.resx index 4fdb1b6..fb48d87 100644 --- a/src/core/Dime.i18n.Countries/Translations/Honduras.resx +++ b/src/core/Dime.i18n.Countries/Translations/Honduras.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Honduraas + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/HongKong.Designer.cs b/src/core/Dime.i18n.Countries/Translations/HongKong.Designer.cs index 4833959..3816b3f 100644 --- a/src/core/Dime.i18n.Countries/Translations/HongKong.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/HongKong.Designer.cs @@ -59,5 +59,14 @@ internal HongKong() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Hong Kong. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/HongKong.resx b/src/core/Dime.i18n.Countries/Translations/HongKong.resx index 4fdb1b6..f7d1d27 100644 --- a/src/core/Dime.i18n.Countries/Translations/HongKong.resx +++ b/src/core/Dime.i18n.Countries/Translations/HongKong.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Hong Kong + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Hungary.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Hungary.Designer.cs index 0b3d06a..5efcd33 100644 --- a/src/core/Dime.i18n.Countries/Translations/Hungary.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Hungary.Designer.cs @@ -59,5 +59,14 @@ internal Hungary() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Hungary. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Hungary.resx b/src/core/Dime.i18n.Countries/Translations/Hungary.resx index 4fdb1b6..0f3bbea 100644 --- a/src/core/Dime.i18n.Countries/Translations/Hungary.resx +++ b/src/core/Dime.i18n.Countries/Translations/Hungary.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Hungary + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Iceland.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Iceland.Designer.cs index de1f0ac..470f813 100644 --- a/src/core/Dime.i18n.Countries/Translations/Iceland.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Iceland.Designer.cs @@ -59,5 +59,14 @@ internal Iceland() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Iceland. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Iceland.resx b/src/core/Dime.i18n.Countries/Translations/Iceland.resx index 4fdb1b6..6e1644c 100644 --- a/src/core/Dime.i18n.Countries/Translations/Iceland.resx +++ b/src/core/Dime.i18n.Countries/Translations/Iceland.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Iceland + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/India.Designer.cs b/src/core/Dime.i18n.Countries/Translations/India.Designer.cs index a4f76f9..cfd25ea 100644 --- a/src/core/Dime.i18n.Countries/Translations/India.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/India.Designer.cs @@ -59,5 +59,14 @@ internal India() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to India. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/India.resx b/src/core/Dime.i18n.Countries/Translations/India.resx index 4fdb1b6..4dbb88d 100644 --- a/src/core/Dime.i18n.Countries/Translations/India.resx +++ b/src/core/Dime.i18n.Countries/Translations/India.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + India + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Indonesia.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Indonesia.Designer.cs index 3c0037f..3eb2203 100644 --- a/src/core/Dime.i18n.Countries/Translations/Indonesia.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Indonesia.Designer.cs @@ -59,5 +59,14 @@ internal Indonesia() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Indonesia. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Indonesia.resx b/src/core/Dime.i18n.Countries/Translations/Indonesia.resx index 4fdb1b6..3c78442 100644 --- a/src/core/Dime.i18n.Countries/Translations/Indonesia.resx +++ b/src/core/Dime.i18n.Countries/Translations/Indonesia.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Indonesia + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Iran.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Iran.Designer.cs index 4ec8665..1b0cf86 100644 --- a/src/core/Dime.i18n.Countries/Translations/Iran.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Iran.Designer.cs @@ -59,5 +59,14 @@ internal Iran() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Iran. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Iran.resx b/src/core/Dime.i18n.Countries/Translations/Iran.resx index 4fdb1b6..8a536d7 100644 --- a/src/core/Dime.i18n.Countries/Translations/Iran.resx +++ b/src/core/Dime.i18n.Countries/Translations/Iran.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Iran + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Iraq.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Iraq.Designer.cs index 4cc219d..1c2bb5a 100644 --- a/src/core/Dime.i18n.Countries/Translations/Iraq.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Iraq.Designer.cs @@ -59,5 +59,14 @@ internal Iraq() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Iraq. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Iraq.resx b/src/core/Dime.i18n.Countries/Translations/Iraq.resx index 4fdb1b6..a1a416a 100644 --- a/src/core/Dime.i18n.Countries/Translations/Iraq.resx +++ b/src/core/Dime.i18n.Countries/Translations/Iraq.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Iraq + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Ireland.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Ireland.Designer.cs index e38abaf..78b4a5b 100644 --- a/src/core/Dime.i18n.Countries/Translations/Ireland.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Ireland.Designer.cs @@ -59,5 +59,14 @@ internal Ireland() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Ireland. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Ireland.resx b/src/core/Dime.i18n.Countries/Translations/Ireland.resx index 4fdb1b6..e7e4601 100644 --- a/src/core/Dime.i18n.Countries/Translations/Ireland.resx +++ b/src/core/Dime.i18n.Countries/Translations/Ireland.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Ireland + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/IsleOfMan.Designer.cs b/src/core/Dime.i18n.Countries/Translations/IsleOfMan.Designer.cs index 900e386..fae028c 100644 --- a/src/core/Dime.i18n.Countries/Translations/IsleOfMan.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/IsleOfMan.Designer.cs @@ -59,5 +59,14 @@ internal IsleOfMan() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Isle of Man. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/IsleOfMan.resx b/src/core/Dime.i18n.Countries/Translations/IsleOfMan.resx index 4fdb1b6..2085975 100644 --- a/src/core/Dime.i18n.Countries/Translations/IsleOfMan.resx +++ b/src/core/Dime.i18n.Countries/Translations/IsleOfMan.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Isle of Man + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Israel.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Israel.Designer.cs index be6f300..c5f44fd 100644 --- a/src/core/Dime.i18n.Countries/Translations/Israel.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Israel.Designer.cs @@ -59,5 +59,14 @@ internal Israel() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Israel. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Israel.resx b/src/core/Dime.i18n.Countries/Translations/Israel.resx index 4fdb1b6..2305fd4 100644 --- a/src/core/Dime.i18n.Countries/Translations/Israel.resx +++ b/src/core/Dime.i18n.Countries/Translations/Israel.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Israel + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Italy.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Italy.Designer.cs index 1e0e9a6..f0aae3b 100644 --- a/src/core/Dime.i18n.Countries/Translations/Italy.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Italy.Designer.cs @@ -59,5 +59,50 @@ internal Italy() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Italien. + /// + internal static string de { + get { + return ResourceManager.GetString("de", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Italy. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Italia. + /// + internal static string es { + get { + return ResourceManager.GetString("es", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Italie. + /// + internal static string fr { + get { + return ResourceManager.GetString("fr", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Italië. + /// + internal static string nl { + get { + return ResourceManager.GetString("nl", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Italy.resx b/src/core/Dime.i18n.Countries/Translations/Italy.resx index 4fdb1b6..c23cea2 100644 --- a/src/core/Dime.i18n.Countries/Translations/Italy.resx +++ b/src/core/Dime.i18n.Countries/Translations/Italy.resx @@ -1,101 +1,135 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Italien + + + Italy + + + Italia + + + Italie + + + Italië + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Jamaica.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Jamaica.Designer.cs index 45e25e6..a1a615f 100644 --- a/src/core/Dime.i18n.Countries/Translations/Jamaica.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Jamaica.Designer.cs @@ -59,5 +59,14 @@ internal Jamaica() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Jamaica. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Jamaica.resx b/src/core/Dime.i18n.Countries/Translations/Jamaica.resx index 4fdb1b6..b85036b 100644 --- a/src/core/Dime.i18n.Countries/Translations/Jamaica.resx +++ b/src/core/Dime.i18n.Countries/Translations/Jamaica.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Jamaica + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Japan.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Japan.Designer.cs index 8a14a1f..6239aee 100644 --- a/src/core/Dime.i18n.Countries/Translations/Japan.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Japan.Designer.cs @@ -59,5 +59,14 @@ internal Japan() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Japan. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Japan.resx b/src/core/Dime.i18n.Countries/Translations/Japan.resx index 4fdb1b6..e2a3c39 100644 --- a/src/core/Dime.i18n.Countries/Translations/Japan.resx +++ b/src/core/Dime.i18n.Countries/Translations/Japan.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Japan + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Jersey.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Jersey.Designer.cs index a020f85..267b7f2 100644 --- a/src/core/Dime.i18n.Countries/Translations/Jersey.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Jersey.Designer.cs @@ -59,5 +59,14 @@ internal Jersey() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Jersey. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Jersey.resx b/src/core/Dime.i18n.Countries/Translations/Jersey.resx index 4fdb1b6..c546405 100644 --- a/src/core/Dime.i18n.Countries/Translations/Jersey.resx +++ b/src/core/Dime.i18n.Countries/Translations/Jersey.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Jersey + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Jordan.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Jordan.Designer.cs index 7667d98..5abec15 100644 --- a/src/core/Dime.i18n.Countries/Translations/Jordan.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Jordan.Designer.cs @@ -59,5 +59,14 @@ internal Jordan() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Jordan. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Jordan.resx b/src/core/Dime.i18n.Countries/Translations/Jordan.resx index 4fdb1b6..06ba368 100644 --- a/src/core/Dime.i18n.Countries/Translations/Jordan.resx +++ b/src/core/Dime.i18n.Countries/Translations/Jordan.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Jordan + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Kazakhstan.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Kazakhstan.Designer.cs index 11fe331..b023248 100644 --- a/src/core/Dime.i18n.Countries/Translations/Kazakhstan.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Kazakhstan.Designer.cs @@ -59,5 +59,14 @@ internal Kazakhstan() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Kazakhstan. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Kazakhstan.resx b/src/core/Dime.i18n.Countries/Translations/Kazakhstan.resx index 4fdb1b6..6c22991 100644 --- a/src/core/Dime.i18n.Countries/Translations/Kazakhstan.resx +++ b/src/core/Dime.i18n.Countries/Translations/Kazakhstan.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Kazakhstan + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Kenya.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Kenya.Designer.cs index cfbf917..0027e8f 100644 --- a/src/core/Dime.i18n.Countries/Translations/Kenya.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Kenya.Designer.cs @@ -59,5 +59,14 @@ internal Kenya() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Kenya. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Kenya.resx b/src/core/Dime.i18n.Countries/Translations/Kenya.resx index 4fdb1b6..29f3871 100644 --- a/src/core/Dime.i18n.Countries/Translations/Kenya.resx +++ b/src/core/Dime.i18n.Countries/Translations/Kenya.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Kenya + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Kiribati.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Kiribati.Designer.cs index 7906925..38e3288 100644 --- a/src/core/Dime.i18n.Countries/Translations/Kiribati.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Kiribati.Designer.cs @@ -59,5 +59,14 @@ internal Kiribati() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Kiribati. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Kiribati.resx b/src/core/Dime.i18n.Countries/Translations/Kiribati.resx index 4fdb1b6..44941ee 100644 --- a/src/core/Dime.i18n.Countries/Translations/Kiribati.resx +++ b/src/core/Dime.i18n.Countries/Translations/Kiribati.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Kiribati + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Kuwait.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Kuwait.Designer.cs index 58d9426..9dd0fa7 100644 --- a/src/core/Dime.i18n.Countries/Translations/Kuwait.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Kuwait.Designer.cs @@ -59,5 +59,14 @@ internal Kuwait() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Kuwait. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Kuwait.resx b/src/core/Dime.i18n.Countries/Translations/Kuwait.resx index 4fdb1b6..4826990 100644 --- a/src/core/Dime.i18n.Countries/Translations/Kuwait.resx +++ b/src/core/Dime.i18n.Countries/Translations/Kuwait.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Kuwait + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Kyrgyzstan.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Kyrgyzstan.Designer.cs index b3613b4..2aad3d9 100644 --- a/src/core/Dime.i18n.Countries/Translations/Kyrgyzstan.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Kyrgyzstan.Designer.cs @@ -59,5 +59,14 @@ internal Kyrgyzstan() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Kyrgyzstan. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Kyrgyzstan.resx b/src/core/Dime.i18n.Countries/Translations/Kyrgyzstan.resx index 4fdb1b6..972ef5e 100644 --- a/src/core/Dime.i18n.Countries/Translations/Kyrgyzstan.resx +++ b/src/core/Dime.i18n.Countries/Translations/Kyrgyzstan.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Kyrgyzstan + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Laos.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Laos.Designer.cs index bfd82da..65a8267 100644 --- a/src/core/Dime.i18n.Countries/Translations/Laos.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Laos.Designer.cs @@ -59,5 +59,14 @@ internal Laos() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Laos. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Laos.resx b/src/core/Dime.i18n.Countries/Translations/Laos.resx index 4fdb1b6..1b51f5f 100644 --- a/src/core/Dime.i18n.Countries/Translations/Laos.resx +++ b/src/core/Dime.i18n.Countries/Translations/Laos.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Laos + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Latvia.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Latvia.Designer.cs index 994749e..84a3e56 100644 --- a/src/core/Dime.i18n.Countries/Translations/Latvia.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Latvia.Designer.cs @@ -59,5 +59,14 @@ internal Latvia() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Latvia. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Latvia.resx b/src/core/Dime.i18n.Countries/Translations/Latvia.resx index 4fdb1b6..1f7b31e 100644 --- a/src/core/Dime.i18n.Countries/Translations/Latvia.resx +++ b/src/core/Dime.i18n.Countries/Translations/Latvia.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Latvia + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Lebanon.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Lebanon.Designer.cs index b0af0bc..6b6a5bb 100644 --- a/src/core/Dime.i18n.Countries/Translations/Lebanon.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Lebanon.Designer.cs @@ -59,5 +59,14 @@ internal Lebanon() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Lebanon. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Lebanon.resx b/src/core/Dime.i18n.Countries/Translations/Lebanon.resx index 4fdb1b6..cd68117 100644 --- a/src/core/Dime.i18n.Countries/Translations/Lebanon.resx +++ b/src/core/Dime.i18n.Countries/Translations/Lebanon.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Lebanon + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Lesotho.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Lesotho.Designer.cs index ed8fdcf..cc26d3d 100644 --- a/src/core/Dime.i18n.Countries/Translations/Lesotho.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Lesotho.Designer.cs @@ -59,5 +59,14 @@ internal Lesotho() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Lesotho. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Lesotho.resx b/src/core/Dime.i18n.Countries/Translations/Lesotho.resx index 4fdb1b6..54c26ad 100644 --- a/src/core/Dime.i18n.Countries/Translations/Lesotho.resx +++ b/src/core/Dime.i18n.Countries/Translations/Lesotho.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Lesotho + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Liberia.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Liberia.Designer.cs index 5ffd9b6..8c02fbe 100644 --- a/src/core/Dime.i18n.Countries/Translations/Liberia.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Liberia.Designer.cs @@ -59,5 +59,14 @@ internal Liberia() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Liberia. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Liberia.resx b/src/core/Dime.i18n.Countries/Translations/Liberia.resx index 4fdb1b6..9f95c55 100644 --- a/src/core/Dime.i18n.Countries/Translations/Liberia.resx +++ b/src/core/Dime.i18n.Countries/Translations/Liberia.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Liberia + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Libya.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Libya.Designer.cs index 8c092bd..2babf59 100644 --- a/src/core/Dime.i18n.Countries/Translations/Libya.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Libya.Designer.cs @@ -59,5 +59,14 @@ internal Libya() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Lybia. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Libya.resx b/src/core/Dime.i18n.Countries/Translations/Libya.resx index 4fdb1b6..c5eba8c 100644 --- a/src/core/Dime.i18n.Countries/Translations/Libya.resx +++ b/src/core/Dime.i18n.Countries/Translations/Libya.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Lybia + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Liechtenstein.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Liechtenstein.Designer.cs index acc6050..1363079 100644 --- a/src/core/Dime.i18n.Countries/Translations/Liechtenstein.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Liechtenstein.Designer.cs @@ -59,5 +59,14 @@ internal Liechtenstein() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Liechtenstein. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Liechtenstein.resx b/src/core/Dime.i18n.Countries/Translations/Liechtenstein.resx index 4fdb1b6..fc2c0bb 100644 --- a/src/core/Dime.i18n.Countries/Translations/Liechtenstein.resx +++ b/src/core/Dime.i18n.Countries/Translations/Liechtenstein.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Liechtenstein + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Lithuania.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Lithuania.Designer.cs index d3cf6f2..4376c4e 100644 --- a/src/core/Dime.i18n.Countries/Translations/Lithuania.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Lithuania.Designer.cs @@ -59,5 +59,14 @@ internal Lithuania() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Lithuania. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Lithuania.resx b/src/core/Dime.i18n.Countries/Translations/Lithuania.resx index 4fdb1b6..0548dfc 100644 --- a/src/core/Dime.i18n.Countries/Translations/Lithuania.resx +++ b/src/core/Dime.i18n.Countries/Translations/Lithuania.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Lithuania + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Luxembourg.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Luxembourg.Designer.cs index 251fccd..6ae2105 100644 --- a/src/core/Dime.i18n.Countries/Translations/Luxembourg.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Luxembourg.Designer.cs @@ -59,5 +59,14 @@ internal Luxembourg() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Luxembourg. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Luxembourg.resx b/src/core/Dime.i18n.Countries/Translations/Luxembourg.resx index 4fdb1b6..b501c78 100644 --- a/src/core/Dime.i18n.Countries/Translations/Luxembourg.resx +++ b/src/core/Dime.i18n.Countries/Translations/Luxembourg.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Luxembourg + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Macao.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Macao.Designer.cs index 8b6c8f3..db1e81d 100644 --- a/src/core/Dime.i18n.Countries/Translations/Macao.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Macao.Designer.cs @@ -59,5 +59,14 @@ internal Macao() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Macao. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Macao.resx b/src/core/Dime.i18n.Countries/Translations/Macao.resx index 4fdb1b6..14c55f1 100644 --- a/src/core/Dime.i18n.Countries/Translations/Macao.resx +++ b/src/core/Dime.i18n.Countries/Translations/Macao.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Macao + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Macedonia.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Macedonia.Designer.cs index 4f9d1ea..29f2ce8 100644 --- a/src/core/Dime.i18n.Countries/Translations/Macedonia.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Macedonia.Designer.cs @@ -59,5 +59,14 @@ internal Macedonia() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Macedonia. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Macedonia.resx b/src/core/Dime.i18n.Countries/Translations/Macedonia.resx index 4fdb1b6..dec9bf5 100644 --- a/src/core/Dime.i18n.Countries/Translations/Macedonia.resx +++ b/src/core/Dime.i18n.Countries/Translations/Macedonia.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Macedonia + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Madagascar.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Madagascar.Designer.cs index 676a657..b8418ed 100644 --- a/src/core/Dime.i18n.Countries/Translations/Madagascar.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Madagascar.Designer.cs @@ -59,5 +59,14 @@ internal Madagascar() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Madagascar. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Madagascar.resx b/src/core/Dime.i18n.Countries/Translations/Madagascar.resx index 4fdb1b6..9a5821a 100644 --- a/src/core/Dime.i18n.Countries/Translations/Madagascar.resx +++ b/src/core/Dime.i18n.Countries/Translations/Madagascar.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Madagascar + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Malawi.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Malawi.Designer.cs index 92e9d62..21f0c72 100644 --- a/src/core/Dime.i18n.Countries/Translations/Malawi.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Malawi.Designer.cs @@ -59,5 +59,14 @@ internal Malawi() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Malawi. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Malawi.resx b/src/core/Dime.i18n.Countries/Translations/Malawi.resx index 4fdb1b6..901a5d2 100644 --- a/src/core/Dime.i18n.Countries/Translations/Malawi.resx +++ b/src/core/Dime.i18n.Countries/Translations/Malawi.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Malawi + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Malaysia.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Malaysia.Designer.cs index 036ea89..ab04328 100644 --- a/src/core/Dime.i18n.Countries/Translations/Malaysia.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Malaysia.Designer.cs @@ -59,5 +59,14 @@ internal Malaysia() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Malaysia. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Malaysia.resx b/src/core/Dime.i18n.Countries/Translations/Malaysia.resx index 4fdb1b6..a35e1e5 100644 --- a/src/core/Dime.i18n.Countries/Translations/Malaysia.resx +++ b/src/core/Dime.i18n.Countries/Translations/Malaysia.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Malaysia + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Maldives.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Maldives.Designer.cs index 0846375..2ab5481 100644 --- a/src/core/Dime.i18n.Countries/Translations/Maldives.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Maldives.Designer.cs @@ -59,5 +59,14 @@ internal Maldives() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Maldives. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Maldives.resx b/src/core/Dime.i18n.Countries/Translations/Maldives.resx index 4fdb1b6..57d610d 100644 --- a/src/core/Dime.i18n.Countries/Translations/Maldives.resx +++ b/src/core/Dime.i18n.Countries/Translations/Maldives.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Maldives + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Mali.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Mali.Designer.cs index 14f608c..51fb816 100644 --- a/src/core/Dime.i18n.Countries/Translations/Mali.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Mali.Designer.cs @@ -59,5 +59,14 @@ internal Mali() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Mali. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Mali.resx b/src/core/Dime.i18n.Countries/Translations/Mali.resx index 4fdb1b6..103604f 100644 --- a/src/core/Dime.i18n.Countries/Translations/Mali.resx +++ b/src/core/Dime.i18n.Countries/Translations/Mali.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Mali + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Malta.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Malta.Designer.cs index 71a2d3e..ace22f4 100644 --- a/src/core/Dime.i18n.Countries/Translations/Malta.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Malta.Designer.cs @@ -59,5 +59,14 @@ internal Malta() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Malta. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Malta.resx b/src/core/Dime.i18n.Countries/Translations/Malta.resx index 4fdb1b6..63eae71 100644 --- a/src/core/Dime.i18n.Countries/Translations/Malta.resx +++ b/src/core/Dime.i18n.Countries/Translations/Malta.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Malta + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/MarshallIslands.Designer.cs b/src/core/Dime.i18n.Countries/Translations/MarshallIslands.Designer.cs index a6e0f59..05be2c7 100644 --- a/src/core/Dime.i18n.Countries/Translations/MarshallIslands.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/MarshallIslands.Designer.cs @@ -59,5 +59,14 @@ internal MarshallIslands() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Marshall Islands. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/MarshallIslands.resx b/src/core/Dime.i18n.Countries/Translations/MarshallIslands.resx index 4fdb1b6..cf95580 100644 --- a/src/core/Dime.i18n.Countries/Translations/MarshallIslands.resx +++ b/src/core/Dime.i18n.Countries/Translations/MarshallIslands.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Marshall Islands + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Martinique.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Martinique.Designer.cs index 8e12e6a..6f02e30 100644 --- a/src/core/Dime.i18n.Countries/Translations/Martinique.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Martinique.Designer.cs @@ -59,5 +59,14 @@ internal Martinique() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Martinique. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Martinique.resx b/src/core/Dime.i18n.Countries/Translations/Martinique.resx index 4fdb1b6..0e761a0 100644 --- a/src/core/Dime.i18n.Countries/Translations/Martinique.resx +++ b/src/core/Dime.i18n.Countries/Translations/Martinique.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Martinique + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Mauritania.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Mauritania.Designer.cs index 14353c9..f282160 100644 --- a/src/core/Dime.i18n.Countries/Translations/Mauritania.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Mauritania.Designer.cs @@ -59,5 +59,14 @@ internal Mauritania() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Mauritania. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Mauritania.resx b/src/core/Dime.i18n.Countries/Translations/Mauritania.resx index 4fdb1b6..067e4c8 100644 --- a/src/core/Dime.i18n.Countries/Translations/Mauritania.resx +++ b/src/core/Dime.i18n.Countries/Translations/Mauritania.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Mauritania + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Mauritius.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Mauritius.Designer.cs index b6878f8..aa43426 100644 --- a/src/core/Dime.i18n.Countries/Translations/Mauritius.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Mauritius.Designer.cs @@ -59,5 +59,14 @@ internal Mauritius() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Mauritius. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Mauritius.resx b/src/core/Dime.i18n.Countries/Translations/Mauritius.resx index 4fdb1b6..0c5ca64 100644 --- a/src/core/Dime.i18n.Countries/Translations/Mauritius.resx +++ b/src/core/Dime.i18n.Countries/Translations/Mauritius.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Mauritius + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Mayotte.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Mayotte.Designer.cs index c7659ef..6513d91 100644 --- a/src/core/Dime.i18n.Countries/Translations/Mayotte.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Mayotte.Designer.cs @@ -59,5 +59,14 @@ internal Mayotte() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Mayotte. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Mayotte.resx b/src/core/Dime.i18n.Countries/Translations/Mayotte.resx index 4fdb1b6..9232484 100644 --- a/src/core/Dime.i18n.Countries/Translations/Mayotte.resx +++ b/src/core/Dime.i18n.Countries/Translations/Mayotte.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Mayotte + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Mexico.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Mexico.Designer.cs index 818adb6..f3a2b23 100644 --- a/src/core/Dime.i18n.Countries/Translations/Mexico.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Mexico.Designer.cs @@ -59,5 +59,14 @@ internal Mexico() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Mexico. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Mexico.resx b/src/core/Dime.i18n.Countries/Translations/Mexico.resx index 4fdb1b6..4c38c8f 100644 --- a/src/core/Dime.i18n.Countries/Translations/Mexico.resx +++ b/src/core/Dime.i18n.Countries/Translations/Mexico.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Mexico + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Micronesia.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Micronesia.Designer.cs index bc700a0..7a56b0a 100644 --- a/src/core/Dime.i18n.Countries/Translations/Micronesia.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Micronesia.Designer.cs @@ -59,5 +59,14 @@ internal Micronesia() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Micronesia. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Micronesia.resx b/src/core/Dime.i18n.Countries/Translations/Micronesia.resx index 4fdb1b6..82ae0dc 100644 --- a/src/core/Dime.i18n.Countries/Translations/Micronesia.resx +++ b/src/core/Dime.i18n.Countries/Translations/Micronesia.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Micronesia + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Moldova.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Moldova.Designer.cs index eda0056..7861fd8 100644 --- a/src/core/Dime.i18n.Countries/Translations/Moldova.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Moldova.Designer.cs @@ -59,5 +59,14 @@ internal Moldova() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to . + /// + internal static string en_Moldova { + get { + return ResourceManager.GetString("en Moldova", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Moldova.resx b/src/core/Dime.i18n.Countries/Translations/Moldova.resx index 4fdb1b6..db38655 100644 --- a/src/core/Dime.i18n.Countries/Translations/Moldova.resx +++ b/src/core/Dime.i18n.Countries/Translations/Moldova.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Monaco.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Monaco.Designer.cs index 6008edd..843ce4b 100644 --- a/src/core/Dime.i18n.Countries/Translations/Monaco.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Monaco.Designer.cs @@ -59,5 +59,14 @@ internal Monaco() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Monaco. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Monaco.resx b/src/core/Dime.i18n.Countries/Translations/Monaco.resx index 4fdb1b6..83d2e64 100644 --- a/src/core/Dime.i18n.Countries/Translations/Monaco.resx +++ b/src/core/Dime.i18n.Countries/Translations/Monaco.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Monaco + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Mongolia.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Mongolia.Designer.cs index 25fb1a9..d928c6d 100644 --- a/src/core/Dime.i18n.Countries/Translations/Mongolia.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Mongolia.Designer.cs @@ -59,5 +59,14 @@ internal Mongolia() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Mongolia. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Mongolia.resx b/src/core/Dime.i18n.Countries/Translations/Mongolia.resx index 4fdb1b6..492529f 100644 --- a/src/core/Dime.i18n.Countries/Translations/Mongolia.resx +++ b/src/core/Dime.i18n.Countries/Translations/Mongolia.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Mongolia + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Montenegro.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Montenegro.Designer.cs index 196bb8c..91cb665 100644 --- a/src/core/Dime.i18n.Countries/Translations/Montenegro.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Montenegro.Designer.cs @@ -59,5 +59,14 @@ internal Montenegro() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Montenegro. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Montenegro.resx b/src/core/Dime.i18n.Countries/Translations/Montenegro.resx index 4fdb1b6..114cf8c 100644 --- a/src/core/Dime.i18n.Countries/Translations/Montenegro.resx +++ b/src/core/Dime.i18n.Countries/Translations/Montenegro.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Montenegro + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Montserrat.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Montserrat.Designer.cs index 5b32f31..12b95c5 100644 --- a/src/core/Dime.i18n.Countries/Translations/Montserrat.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Montserrat.Designer.cs @@ -59,5 +59,14 @@ internal Montserrat() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Montserrat. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Montserrat.resx b/src/core/Dime.i18n.Countries/Translations/Montserrat.resx index 4fdb1b6..06c3fbe 100644 --- a/src/core/Dime.i18n.Countries/Translations/Montserrat.resx +++ b/src/core/Dime.i18n.Countries/Translations/Montserrat.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Montserrat + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Morocco.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Morocco.Designer.cs index e0e13d9..938827c 100644 --- a/src/core/Dime.i18n.Countries/Translations/Morocco.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Morocco.Designer.cs @@ -59,5 +59,14 @@ internal Morocco() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Morocco. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Morocco.resx b/src/core/Dime.i18n.Countries/Translations/Morocco.resx index 4fdb1b6..dd9b68a 100644 --- a/src/core/Dime.i18n.Countries/Translations/Morocco.resx +++ b/src/core/Dime.i18n.Countries/Translations/Morocco.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Morocco + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Mozambique.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Mozambique.Designer.cs index 6836224..9749215 100644 --- a/src/core/Dime.i18n.Countries/Translations/Mozambique.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Mozambique.Designer.cs @@ -59,5 +59,14 @@ internal Mozambique() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Mozambique. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Mozambique.resx b/src/core/Dime.i18n.Countries/Translations/Mozambique.resx index 4fdb1b6..ba7b759 100644 --- a/src/core/Dime.i18n.Countries/Translations/Mozambique.resx +++ b/src/core/Dime.i18n.Countries/Translations/Mozambique.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Mozambique + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Myanmar.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Myanmar.Designer.cs index 71c1a21..c38e5ad 100644 --- a/src/core/Dime.i18n.Countries/Translations/Myanmar.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Myanmar.Designer.cs @@ -59,5 +59,14 @@ internal Myanmar() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Myanmar. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Myanmar.resx b/src/core/Dime.i18n.Countries/Translations/Myanmar.resx index 4fdb1b6..86f1f7d 100644 --- a/src/core/Dime.i18n.Countries/Translations/Myanmar.resx +++ b/src/core/Dime.i18n.Countries/Translations/Myanmar.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Myanmar + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Namibia.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Namibia.Designer.cs index 431c575..81901ef 100644 --- a/src/core/Dime.i18n.Countries/Translations/Namibia.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Namibia.Designer.cs @@ -59,5 +59,14 @@ internal Namibia() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Namibia. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Namibia.resx b/src/core/Dime.i18n.Countries/Translations/Namibia.resx index 4fdb1b6..a52a82a 100644 --- a/src/core/Dime.i18n.Countries/Translations/Namibia.resx +++ b/src/core/Dime.i18n.Countries/Translations/Namibia.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Namibia + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Nauru.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Nauru.Designer.cs index ae0a1f9..f7c4379 100644 --- a/src/core/Dime.i18n.Countries/Translations/Nauru.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Nauru.Designer.cs @@ -59,5 +59,14 @@ internal Nauru() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Nauru. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Nauru.resx b/src/core/Dime.i18n.Countries/Translations/Nauru.resx index 4fdb1b6..a654437 100644 --- a/src/core/Dime.i18n.Countries/Translations/Nauru.resx +++ b/src/core/Dime.i18n.Countries/Translations/Nauru.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Nauru + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Nepal.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Nepal.Designer.cs index 24c9275..8f20c4d 100644 --- a/src/core/Dime.i18n.Countries/Translations/Nepal.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Nepal.Designer.cs @@ -59,5 +59,14 @@ internal Nepal() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Nepal. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Nepal.resx b/src/core/Dime.i18n.Countries/Translations/Nepal.resx index 4fdb1b6..48d5f13 100644 --- a/src/core/Dime.i18n.Countries/Translations/Nepal.resx +++ b/src/core/Dime.i18n.Countries/Translations/Nepal.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Nepal + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Netherlands.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Netherlands.Designer.cs index fed4de4..af5a639 100644 --- a/src/core/Dime.i18n.Countries/Translations/Netherlands.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Netherlands.Designer.cs @@ -59,5 +59,14 @@ internal Netherlands() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to The Netherlands. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Netherlands.resx b/src/core/Dime.i18n.Countries/Translations/Netherlands.resx index 4fdb1b6..dc25529 100644 --- a/src/core/Dime.i18n.Countries/Translations/Netherlands.resx +++ b/src/core/Dime.i18n.Countries/Translations/Netherlands.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + The Netherlands + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/NetherlandsAntilles.Designer.cs b/src/core/Dime.i18n.Countries/Translations/NetherlandsAntilles.Designer.cs index 727dfd3..4d211d0 100644 --- a/src/core/Dime.i18n.Countries/Translations/NetherlandsAntilles.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/NetherlandsAntilles.Designer.cs @@ -59,5 +59,14 @@ internal NetherlandsAntilles() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Netherlands Antilles. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/NetherlandsAntilles.resx b/src/core/Dime.i18n.Countries/Translations/NetherlandsAntilles.resx index 4fdb1b6..75e13db 100644 --- a/src/core/Dime.i18n.Countries/Translations/NetherlandsAntilles.resx +++ b/src/core/Dime.i18n.Countries/Translations/NetherlandsAntilles.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Netherlands Antilles + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/NewCaledonia.Designer.cs b/src/core/Dime.i18n.Countries/Translations/NewCaledonia.Designer.cs index ad8426e..db743d8 100644 --- a/src/core/Dime.i18n.Countries/Translations/NewCaledonia.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/NewCaledonia.Designer.cs @@ -59,5 +59,14 @@ internal NewCaledonia() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to New Caledonia. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/NewCaledonia.resx b/src/core/Dime.i18n.Countries/Translations/NewCaledonia.resx index 4fdb1b6..eabc4d0 100644 --- a/src/core/Dime.i18n.Countries/Translations/NewCaledonia.resx +++ b/src/core/Dime.i18n.Countries/Translations/NewCaledonia.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + New Caledonia + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/NewZealand.Designer.cs b/src/core/Dime.i18n.Countries/Translations/NewZealand.Designer.cs index aa86164..9c355c8 100644 --- a/src/core/Dime.i18n.Countries/Translations/NewZealand.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/NewZealand.Designer.cs @@ -59,5 +59,14 @@ internal NewZealand() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to New Zealand. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/NewZealand.resx b/src/core/Dime.i18n.Countries/Translations/NewZealand.resx index 4fdb1b6..ff17987 100644 --- a/src/core/Dime.i18n.Countries/Translations/NewZealand.resx +++ b/src/core/Dime.i18n.Countries/Translations/NewZealand.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + New Zealand + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Nicaragua.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Nicaragua.Designer.cs index 071853e..d5b8b80 100644 --- a/src/core/Dime.i18n.Countries/Translations/Nicaragua.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Nicaragua.Designer.cs @@ -59,5 +59,14 @@ internal Nicaragua() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Nicaragua. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Nicaragua.resx b/src/core/Dime.i18n.Countries/Translations/Nicaragua.resx index 4fdb1b6..c7108ba 100644 --- a/src/core/Dime.i18n.Countries/Translations/Nicaragua.resx +++ b/src/core/Dime.i18n.Countries/Translations/Nicaragua.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Nicaragua + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Niger.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Niger.Designer.cs index eb13551..bf95fac 100644 --- a/src/core/Dime.i18n.Countries/Translations/Niger.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Niger.Designer.cs @@ -59,5 +59,14 @@ internal Niger() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Niger. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Niger.resx b/src/core/Dime.i18n.Countries/Translations/Niger.resx index 4fdb1b6..eb14583 100644 --- a/src/core/Dime.i18n.Countries/Translations/Niger.resx +++ b/src/core/Dime.i18n.Countries/Translations/Niger.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Niger + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Nigeria.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Nigeria.Designer.cs index 0c313e2..63f7d01 100644 --- a/src/core/Dime.i18n.Countries/Translations/Nigeria.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Nigeria.Designer.cs @@ -59,5 +59,14 @@ internal Nigeria() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Nigeria. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Nigeria.resx b/src/core/Dime.i18n.Countries/Translations/Nigeria.resx index 4fdb1b6..26bbf02 100644 --- a/src/core/Dime.i18n.Countries/Translations/Nigeria.resx +++ b/src/core/Dime.i18n.Countries/Translations/Nigeria.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Nigeria + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Niue.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Niue.Designer.cs index 356cdf8..aacf312 100644 --- a/src/core/Dime.i18n.Countries/Translations/Niue.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Niue.Designer.cs @@ -59,5 +59,14 @@ internal Niue() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Niue. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Niue.resx b/src/core/Dime.i18n.Countries/Translations/Niue.resx index 4fdb1b6..21abd90 100644 --- a/src/core/Dime.i18n.Countries/Translations/Niue.resx +++ b/src/core/Dime.i18n.Countries/Translations/Niue.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Niue + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/NorfolkIsland.Designer.cs b/src/core/Dime.i18n.Countries/Translations/NorfolkIsland.Designer.cs index ff6e753..214640b 100644 --- a/src/core/Dime.i18n.Countries/Translations/NorfolkIsland.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/NorfolkIsland.Designer.cs @@ -59,5 +59,14 @@ internal NorfolkIsland() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Norfolk Island. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/NorfolkIsland.resx b/src/core/Dime.i18n.Countries/Translations/NorfolkIsland.resx index 4fdb1b6..ba07672 100644 --- a/src/core/Dime.i18n.Countries/Translations/NorfolkIsland.resx +++ b/src/core/Dime.i18n.Countries/Translations/NorfolkIsland.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Norfolk Island + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/NorthKorea.Designer.cs b/src/core/Dime.i18n.Countries/Translations/NorthKorea.Designer.cs index 10dd88c..bcaf12e 100644 --- a/src/core/Dime.i18n.Countries/Translations/NorthKorea.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/NorthKorea.Designer.cs @@ -59,5 +59,14 @@ internal NorthKorea() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to North Korea. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/NorthKorea.resx b/src/core/Dime.i18n.Countries/Translations/NorthKorea.resx index 4fdb1b6..408c8bf 100644 --- a/src/core/Dime.i18n.Countries/Translations/NorthKorea.resx +++ b/src/core/Dime.i18n.Countries/Translations/NorthKorea.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + North Korea + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/NorthernMarianaIslands.Designer.cs b/src/core/Dime.i18n.Countries/Translations/NorthernMarianaIslands.Designer.cs index b590a0b..5513d14 100644 --- a/src/core/Dime.i18n.Countries/Translations/NorthernMarianaIslands.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/NorthernMarianaIslands.Designer.cs @@ -59,5 +59,14 @@ internal NorthernMarianaIslands() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Northern Mariana Islands. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/NorthernMarianaIslands.resx b/src/core/Dime.i18n.Countries/Translations/NorthernMarianaIslands.resx index 4fdb1b6..ae69ae6 100644 --- a/src/core/Dime.i18n.Countries/Translations/NorthernMarianaIslands.resx +++ b/src/core/Dime.i18n.Countries/Translations/NorthernMarianaIslands.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Northern Mariana Islands + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Norway.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Norway.Designer.cs index 4142233..6b04f2c 100644 --- a/src/core/Dime.i18n.Countries/Translations/Norway.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Norway.Designer.cs @@ -59,5 +59,14 @@ internal Norway() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Norway. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Norway.resx b/src/core/Dime.i18n.Countries/Translations/Norway.resx index 4fdb1b6..219ec87 100644 --- a/src/core/Dime.i18n.Countries/Translations/Norway.resx +++ b/src/core/Dime.i18n.Countries/Translations/Norway.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Norway + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Oman.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Oman.Designer.cs index 0d27099..8efbfe4 100644 --- a/src/core/Dime.i18n.Countries/Translations/Oman.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Oman.Designer.cs @@ -59,5 +59,14 @@ internal Oman() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Oman. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Oman.resx b/src/core/Dime.i18n.Countries/Translations/Oman.resx index 4fdb1b6..531b0e6 100644 --- a/src/core/Dime.i18n.Countries/Translations/Oman.resx +++ b/src/core/Dime.i18n.Countries/Translations/Oman.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Oman + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Pakistan.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Pakistan.Designer.cs index 193005c..5ceb7e5 100644 --- a/src/core/Dime.i18n.Countries/Translations/Pakistan.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Pakistan.Designer.cs @@ -59,5 +59,14 @@ internal Pakistan() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Pakistan. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Pakistan.resx b/src/core/Dime.i18n.Countries/Translations/Pakistan.resx index 4fdb1b6..e075925 100644 --- a/src/core/Dime.i18n.Countries/Translations/Pakistan.resx +++ b/src/core/Dime.i18n.Countries/Translations/Pakistan.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Pakistan + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Palau.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Palau.Designer.cs index ffda4bc..86744fc 100644 --- a/src/core/Dime.i18n.Countries/Translations/Palau.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Palau.Designer.cs @@ -59,5 +59,14 @@ internal Palau() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Palau. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Palau.resx b/src/core/Dime.i18n.Countries/Translations/Palau.resx index 4fdb1b6..046eac5 100644 --- a/src/core/Dime.i18n.Countries/Translations/Palau.resx +++ b/src/core/Dime.i18n.Countries/Translations/Palau.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Palau + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/PalestinianTerritory.Designer.cs b/src/core/Dime.i18n.Countries/Translations/PalestinianTerritory.Designer.cs index c839956..cccc726 100644 --- a/src/core/Dime.i18n.Countries/Translations/PalestinianTerritory.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/PalestinianTerritory.Designer.cs @@ -59,5 +59,14 @@ internal PalestinianTerritory() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Palestinian Territory. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/PalestinianTerritory.resx b/src/core/Dime.i18n.Countries/Translations/PalestinianTerritory.resx index 4fdb1b6..6c00100 100644 --- a/src/core/Dime.i18n.Countries/Translations/PalestinianTerritory.resx +++ b/src/core/Dime.i18n.Countries/Translations/PalestinianTerritory.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Palestinian Territory + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Panama.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Panama.Designer.cs index 8c45f13..3d32555 100644 --- a/src/core/Dime.i18n.Countries/Translations/Panama.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Panama.Designer.cs @@ -59,5 +59,14 @@ internal Panama() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Panama. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Panama.resx b/src/core/Dime.i18n.Countries/Translations/Panama.resx index 4fdb1b6..c3b2484 100644 --- a/src/core/Dime.i18n.Countries/Translations/Panama.resx +++ b/src/core/Dime.i18n.Countries/Translations/Panama.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Panama + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/PapuaNewGuinea.Designer.cs b/src/core/Dime.i18n.Countries/Translations/PapuaNewGuinea.Designer.cs index 9ebb082..abcc17b 100644 --- a/src/core/Dime.i18n.Countries/Translations/PapuaNewGuinea.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/PapuaNewGuinea.Designer.cs @@ -59,5 +59,14 @@ internal PapuaNewGuinea() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Papua New Guinea. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/PapuaNewGuinea.resx b/src/core/Dime.i18n.Countries/Translations/PapuaNewGuinea.resx index 4fdb1b6..3ad450f 100644 --- a/src/core/Dime.i18n.Countries/Translations/PapuaNewGuinea.resx +++ b/src/core/Dime.i18n.Countries/Translations/PapuaNewGuinea.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Papua New Guinea + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Paraguay.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Paraguay.Designer.cs index 14a57f8..a769005 100644 --- a/src/core/Dime.i18n.Countries/Translations/Paraguay.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Paraguay.Designer.cs @@ -59,5 +59,14 @@ internal Paraguay() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Paraguay. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Paraguay.resx b/src/core/Dime.i18n.Countries/Translations/Paraguay.resx index 4fdb1b6..101e90d 100644 --- a/src/core/Dime.i18n.Countries/Translations/Paraguay.resx +++ b/src/core/Dime.i18n.Countries/Translations/Paraguay.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Paraguay + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Peru.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Peru.Designer.cs index 98329fa..7f774c3 100644 --- a/src/core/Dime.i18n.Countries/Translations/Peru.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Peru.Designer.cs @@ -59,5 +59,14 @@ internal Peru() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Peru. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Peru.resx b/src/core/Dime.i18n.Countries/Translations/Peru.resx index 4fdb1b6..a2c712d 100644 --- a/src/core/Dime.i18n.Countries/Translations/Peru.resx +++ b/src/core/Dime.i18n.Countries/Translations/Peru.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Peru + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Philippines.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Philippines.Designer.cs index 982baef..b3845fb 100644 --- a/src/core/Dime.i18n.Countries/Translations/Philippines.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Philippines.Designer.cs @@ -59,5 +59,14 @@ internal Philippines() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Phillippines. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Philippines.resx b/src/core/Dime.i18n.Countries/Translations/Philippines.resx index 4fdb1b6..4f56756 100644 --- a/src/core/Dime.i18n.Countries/Translations/Philippines.resx +++ b/src/core/Dime.i18n.Countries/Translations/Philippines.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Phillippines + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Pitcairn.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Pitcairn.Designer.cs index 5b56fcb..499a767 100644 --- a/src/core/Dime.i18n.Countries/Translations/Pitcairn.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Pitcairn.Designer.cs @@ -59,5 +59,14 @@ internal Pitcairn() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Pitcairn. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Pitcairn.resx b/src/core/Dime.i18n.Countries/Translations/Pitcairn.resx index 4fdb1b6..98ae0d7 100644 --- a/src/core/Dime.i18n.Countries/Translations/Pitcairn.resx +++ b/src/core/Dime.i18n.Countries/Translations/Pitcairn.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Pitcairn + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Poland.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Poland.Designer.cs index cfcbf44..90535ae 100644 --- a/src/core/Dime.i18n.Countries/Translations/Poland.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Poland.Designer.cs @@ -59,5 +59,14 @@ internal Poland() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Poland. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Poland.resx b/src/core/Dime.i18n.Countries/Translations/Poland.resx index 4fdb1b6..cee6dd3 100644 --- a/src/core/Dime.i18n.Countries/Translations/Poland.resx +++ b/src/core/Dime.i18n.Countries/Translations/Poland.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Poland + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Portugal.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Portugal.Designer.cs index e87f837..455fd7c 100644 --- a/src/core/Dime.i18n.Countries/Translations/Portugal.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Portugal.Designer.cs @@ -59,5 +59,14 @@ internal Portugal() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Portugal. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Portugal.resx b/src/core/Dime.i18n.Countries/Translations/Portugal.resx index 4fdb1b6..e43fb7b 100644 --- a/src/core/Dime.i18n.Countries/Translations/Portugal.resx +++ b/src/core/Dime.i18n.Countries/Translations/Portugal.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Portugal + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/PuertoRico.Designer.cs b/src/core/Dime.i18n.Countries/Translations/PuertoRico.Designer.cs index 58f1b03..4e2dcda 100644 --- a/src/core/Dime.i18n.Countries/Translations/PuertoRico.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/PuertoRico.Designer.cs @@ -59,5 +59,14 @@ internal PuertoRico() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Puerto Rico. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/PuertoRico.resx b/src/core/Dime.i18n.Countries/Translations/PuertoRico.resx index 4fdb1b6..389ee70 100644 --- a/src/core/Dime.i18n.Countries/Translations/PuertoRico.resx +++ b/src/core/Dime.i18n.Countries/Translations/PuertoRico.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Puerto Rico + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Qatar.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Qatar.Designer.cs index 6b620d4..c581c08 100644 --- a/src/core/Dime.i18n.Countries/Translations/Qatar.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Qatar.Designer.cs @@ -59,5 +59,14 @@ internal Qatar() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Qatar. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Qatar.resx b/src/core/Dime.i18n.Countries/Translations/Qatar.resx index 4fdb1b6..4613850 100644 --- a/src/core/Dime.i18n.Countries/Translations/Qatar.resx +++ b/src/core/Dime.i18n.Countries/Translations/Qatar.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Qatar + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Reunion.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Reunion.Designer.cs index 5f39472..4e57c60 100644 --- a/src/core/Dime.i18n.Countries/Translations/Reunion.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Reunion.Designer.cs @@ -59,5 +59,14 @@ internal Reunion() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Réunion. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Reunion.resx b/src/core/Dime.i18n.Countries/Translations/Reunion.resx index 4fdb1b6..551e6c4 100644 --- a/src/core/Dime.i18n.Countries/Translations/Reunion.resx +++ b/src/core/Dime.i18n.Countries/Translations/Reunion.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Réunion + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Romania.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Romania.Designer.cs index 1b901d6..d5df756 100644 --- a/src/core/Dime.i18n.Countries/Translations/Romania.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Romania.Designer.cs @@ -59,5 +59,14 @@ internal Romania() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Romania. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Romania.resx b/src/core/Dime.i18n.Countries/Translations/Romania.resx index 4fdb1b6..1aecece 100644 --- a/src/core/Dime.i18n.Countries/Translations/Romania.resx +++ b/src/core/Dime.i18n.Countries/Translations/Romania.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Romania + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Russia.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Russia.Designer.cs index dbaf79e..024664a 100644 --- a/src/core/Dime.i18n.Countries/Translations/Russia.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Russia.Designer.cs @@ -59,5 +59,14 @@ internal Russia() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Russia. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Russia.resx b/src/core/Dime.i18n.Countries/Translations/Russia.resx index 4fdb1b6..7aabe94 100644 --- a/src/core/Dime.i18n.Countries/Translations/Russia.resx +++ b/src/core/Dime.i18n.Countries/Translations/Russia.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Russia + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Rwanda.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Rwanda.Designer.cs index 0e42a80..ce4c185 100644 --- a/src/core/Dime.i18n.Countries/Translations/Rwanda.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Rwanda.Designer.cs @@ -59,5 +59,14 @@ internal Rwanda() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Rwanda. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Rwanda.resx b/src/core/Dime.i18n.Countries/Translations/Rwanda.resx index 4fdb1b6..b2b5b2a 100644 --- a/src/core/Dime.i18n.Countries/Translations/Rwanda.resx +++ b/src/core/Dime.i18n.Countries/Translations/Rwanda.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Rwanda + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/SaintBarthelemy.Designer.cs b/src/core/Dime.i18n.Countries/Translations/SaintBarthelemy.Designer.cs index fd81926..ac5da76 100644 --- a/src/core/Dime.i18n.Countries/Translations/SaintBarthelemy.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/SaintBarthelemy.Designer.cs @@ -59,5 +59,14 @@ internal SaintBarthelemy() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Saint Barthelemy. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/SaintBarthelemy.resx b/src/core/Dime.i18n.Countries/Translations/SaintBarthelemy.resx index 4fdb1b6..50796f3 100644 --- a/src/core/Dime.i18n.Countries/Translations/SaintBarthelemy.resx +++ b/src/core/Dime.i18n.Countries/Translations/SaintBarthelemy.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Saint Barthelemy + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/SaintHelena.Designer.cs b/src/core/Dime.i18n.Countries/Translations/SaintHelena.Designer.cs index 8b82796..eabbce8 100644 --- a/src/core/Dime.i18n.Countries/Translations/SaintHelena.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/SaintHelena.Designer.cs @@ -59,5 +59,14 @@ internal SaintHelena() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Saint Helena. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/SaintHelena.resx b/src/core/Dime.i18n.Countries/Translations/SaintHelena.resx index 4fdb1b6..52d5bab 100644 --- a/src/core/Dime.i18n.Countries/Translations/SaintHelena.resx +++ b/src/core/Dime.i18n.Countries/Translations/SaintHelena.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Saint Helena + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/SaintKittsandNevis.Designer.cs b/src/core/Dime.i18n.Countries/Translations/SaintKittsandNevis.Designer.cs index 34333b6..bf50c00 100644 --- a/src/core/Dime.i18n.Countries/Translations/SaintKittsandNevis.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/SaintKittsandNevis.Designer.cs @@ -59,5 +59,14 @@ internal SaintKittsandNevis() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Saint Kitts and Nevis. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/SaintKittsandNevis.resx b/src/core/Dime.i18n.Countries/Translations/SaintKittsandNevis.resx index 4fdb1b6..dfcab26 100644 --- a/src/core/Dime.i18n.Countries/Translations/SaintKittsandNevis.resx +++ b/src/core/Dime.i18n.Countries/Translations/SaintKittsandNevis.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Saint Kitts and Nevis + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/SaintLucia.Designer.cs b/src/core/Dime.i18n.Countries/Translations/SaintLucia.Designer.cs index 740747b..f9a08d3 100644 --- a/src/core/Dime.i18n.Countries/Translations/SaintLucia.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/SaintLucia.Designer.cs @@ -59,5 +59,14 @@ internal SaintLucia() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Saint Lucia. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/SaintLucia.resx b/src/core/Dime.i18n.Countries/Translations/SaintLucia.resx index 4fdb1b6..b00a97d 100644 --- a/src/core/Dime.i18n.Countries/Translations/SaintLucia.resx +++ b/src/core/Dime.i18n.Countries/Translations/SaintLucia.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Saint Lucia + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/SaintMartin.Designer.cs b/src/core/Dime.i18n.Countries/Translations/SaintMartin.Designer.cs index 2fef818..a64cb21 100644 --- a/src/core/Dime.i18n.Countries/Translations/SaintMartin.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/SaintMartin.Designer.cs @@ -59,5 +59,14 @@ internal SaintMartin() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Saint Martin. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/SaintMartin.resx b/src/core/Dime.i18n.Countries/Translations/SaintMartin.resx index 4fdb1b6..0a0d2b9 100644 --- a/src/core/Dime.i18n.Countries/Translations/SaintMartin.resx +++ b/src/core/Dime.i18n.Countries/Translations/SaintMartin.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Saint Martin + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/SaintPierreAndMiquelon.Designer.cs b/src/core/Dime.i18n.Countries/Translations/SaintPierreAndMiquelon.Designer.cs index 6fc67c3..3173130 100644 --- a/src/core/Dime.i18n.Countries/Translations/SaintPierreAndMiquelon.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/SaintPierreAndMiquelon.Designer.cs @@ -59,5 +59,14 @@ internal SaintPierreAndMiquelon() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Saint Pierre and Miquelon. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/SaintPierreAndMiquelon.resx b/src/core/Dime.i18n.Countries/Translations/SaintPierreAndMiquelon.resx index 4fdb1b6..534749c 100644 --- a/src/core/Dime.i18n.Countries/Translations/SaintPierreAndMiquelon.resx +++ b/src/core/Dime.i18n.Countries/Translations/SaintPierreAndMiquelon.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Saint Pierre and Miquelon + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/SaintVincentAndGrenadines.Designer.cs b/src/core/Dime.i18n.Countries/Translations/SaintVincentAndGrenadines.Designer.cs index f15d9fe..d124813 100644 --- a/src/core/Dime.i18n.Countries/Translations/SaintVincentAndGrenadines.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/SaintVincentAndGrenadines.Designer.cs @@ -59,5 +59,14 @@ internal SaintVincentAndGrenadines() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Saint Vincent and Grenadines. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/SaintVincentAndGrenadines.resx b/src/core/Dime.i18n.Countries/Translations/SaintVincentAndGrenadines.resx index 4fdb1b6..05d3f74 100644 --- a/src/core/Dime.i18n.Countries/Translations/SaintVincentAndGrenadines.resx +++ b/src/core/Dime.i18n.Countries/Translations/SaintVincentAndGrenadines.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Saint Vincent and Grenadines + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Samoa.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Samoa.Designer.cs index 23acb3b..62a9b42 100644 --- a/src/core/Dime.i18n.Countries/Translations/Samoa.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Samoa.Designer.cs @@ -59,5 +59,14 @@ internal Samoa() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Samao. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Samoa.resx b/src/core/Dime.i18n.Countries/Translations/Samoa.resx index 4fdb1b6..b1d70f8 100644 --- a/src/core/Dime.i18n.Countries/Translations/Samoa.resx +++ b/src/core/Dime.i18n.Countries/Translations/Samoa.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Samao + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/SanMarino.Designer.cs b/src/core/Dime.i18n.Countries/Translations/SanMarino.Designer.cs index a9bf3a3..7a28916 100644 --- a/src/core/Dime.i18n.Countries/Translations/SanMarino.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/SanMarino.Designer.cs @@ -59,5 +59,14 @@ internal SanMarino() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to San Marino. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/SanMarino.resx b/src/core/Dime.i18n.Countries/Translations/SanMarino.resx index 4fdb1b6..922a60e 100644 --- a/src/core/Dime.i18n.Countries/Translations/SanMarino.resx +++ b/src/core/Dime.i18n.Countries/Translations/SanMarino.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + San Marino + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/SaoTomeAndPrincipe.Designer.cs b/src/core/Dime.i18n.Countries/Translations/SaoTomeAndPrincipe.Designer.cs index 9c4852f..554433f 100644 --- a/src/core/Dime.i18n.Countries/Translations/SaoTomeAndPrincipe.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/SaoTomeAndPrincipe.Designer.cs @@ -59,5 +59,14 @@ internal SaoTomeAndPrincipe() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Sao Tome and Principe. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/SaoTomeAndPrincipe.resx b/src/core/Dime.i18n.Countries/Translations/SaoTomeAndPrincipe.resx index 4fdb1b6..0ab3750 100644 --- a/src/core/Dime.i18n.Countries/Translations/SaoTomeAndPrincipe.resx +++ b/src/core/Dime.i18n.Countries/Translations/SaoTomeAndPrincipe.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Sao Tome and Principe + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/SaudiArabia.Designer.cs b/src/core/Dime.i18n.Countries/Translations/SaudiArabia.Designer.cs index 46edf87..9a2aed6 100644 --- a/src/core/Dime.i18n.Countries/Translations/SaudiArabia.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/SaudiArabia.Designer.cs @@ -59,5 +59,14 @@ internal SaudiArabia() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Saudi Arabia. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/SaudiArabia.resx b/src/core/Dime.i18n.Countries/Translations/SaudiArabia.resx index 4fdb1b6..d7ab1ad 100644 --- a/src/core/Dime.i18n.Countries/Translations/SaudiArabia.resx +++ b/src/core/Dime.i18n.Countries/Translations/SaudiArabia.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Saudi Arabia + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Senegal.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Senegal.Designer.cs index a8e2d41..8309969 100644 --- a/src/core/Dime.i18n.Countries/Translations/Senegal.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Senegal.Designer.cs @@ -59,5 +59,14 @@ internal Senegal() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Senegal. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Senegal.resx b/src/core/Dime.i18n.Countries/Translations/Senegal.resx index 4fdb1b6..0d07046 100644 --- a/src/core/Dime.i18n.Countries/Translations/Senegal.resx +++ b/src/core/Dime.i18n.Countries/Translations/Senegal.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Senegal + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Serbia.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Serbia.Designer.cs index a80c376..342844a 100644 --- a/src/core/Dime.i18n.Countries/Translations/Serbia.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Serbia.Designer.cs @@ -59,5 +59,14 @@ internal Serbia() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Serbia. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Serbia.resx b/src/core/Dime.i18n.Countries/Translations/Serbia.resx index 4fdb1b6..f5ef28b 100644 --- a/src/core/Dime.i18n.Countries/Translations/Serbia.resx +++ b/src/core/Dime.i18n.Countries/Translations/Serbia.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Serbia + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Seychelles.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Seychelles.Designer.cs index 994e8d9..aceac88 100644 --- a/src/core/Dime.i18n.Countries/Translations/Seychelles.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Seychelles.Designer.cs @@ -59,5 +59,14 @@ internal Seychelles() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Seychelles. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Seychelles.resx b/src/core/Dime.i18n.Countries/Translations/Seychelles.resx index 4fdb1b6..8e20466 100644 --- a/src/core/Dime.i18n.Countries/Translations/Seychelles.resx +++ b/src/core/Dime.i18n.Countries/Translations/Seychelles.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Seychelles + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/SierraLeone.Designer.cs b/src/core/Dime.i18n.Countries/Translations/SierraLeone.Designer.cs index dbdec68..0a2feb3 100644 --- a/src/core/Dime.i18n.Countries/Translations/SierraLeone.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/SierraLeone.Designer.cs @@ -59,5 +59,14 @@ internal SierraLeone() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Sierra Leone. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/SierraLeone.resx b/src/core/Dime.i18n.Countries/Translations/SierraLeone.resx index 4fdb1b6..fde2040 100644 --- a/src/core/Dime.i18n.Countries/Translations/SierraLeone.resx +++ b/src/core/Dime.i18n.Countries/Translations/SierraLeone.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Sierra Leone + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Singapore.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Singapore.Designer.cs index 25c41b1..31827be 100644 --- a/src/core/Dime.i18n.Countries/Translations/Singapore.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Singapore.Designer.cs @@ -59,5 +59,14 @@ internal Singapore() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Singapore. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Singapore.resx b/src/core/Dime.i18n.Countries/Translations/Singapore.resx index 4fdb1b6..fe3c43f 100644 --- a/src/core/Dime.i18n.Countries/Translations/Singapore.resx +++ b/src/core/Dime.i18n.Countries/Translations/Singapore.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Singapore + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Slovakia.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Slovakia.Designer.cs index edac248..61a27d5 100644 --- a/src/core/Dime.i18n.Countries/Translations/Slovakia.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Slovakia.Designer.cs @@ -59,5 +59,14 @@ internal Slovakia() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Slovakia. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Slovakia.resx b/src/core/Dime.i18n.Countries/Translations/Slovakia.resx index 4fdb1b6..1c5ab75 100644 --- a/src/core/Dime.i18n.Countries/Translations/Slovakia.resx +++ b/src/core/Dime.i18n.Countries/Translations/Slovakia.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Slovakia + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Slovenia.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Slovenia.Designer.cs index f1e22fa..f7b3d9f 100644 --- a/src/core/Dime.i18n.Countries/Translations/Slovenia.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Slovenia.Designer.cs @@ -59,5 +59,14 @@ internal Slovenia() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Slovenia. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Slovenia.resx b/src/core/Dime.i18n.Countries/Translations/Slovenia.resx index 4fdb1b6..54ac26b 100644 --- a/src/core/Dime.i18n.Countries/Translations/Slovenia.resx +++ b/src/core/Dime.i18n.Countries/Translations/Slovenia.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Slovenia + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/SolomonIslands.Designer.cs b/src/core/Dime.i18n.Countries/Translations/SolomonIslands.Designer.cs index e41bc26..5f54828 100644 --- a/src/core/Dime.i18n.Countries/Translations/SolomonIslands.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/SolomonIslands.Designer.cs @@ -59,5 +59,14 @@ internal SolomonIslands() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Soloman Islands. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/SolomonIslands.resx b/src/core/Dime.i18n.Countries/Translations/SolomonIslands.resx index 4fdb1b6..17ddea4 100644 --- a/src/core/Dime.i18n.Countries/Translations/SolomonIslands.resx +++ b/src/core/Dime.i18n.Countries/Translations/SolomonIslands.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Soloman Islands + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Somalia.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Somalia.Designer.cs index a0c0fdb..d22de2d 100644 --- a/src/core/Dime.i18n.Countries/Translations/Somalia.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Somalia.Designer.cs @@ -59,5 +59,14 @@ internal Somalia() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Somalia. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Somalia.resx b/src/core/Dime.i18n.Countries/Translations/Somalia.resx index 4fdb1b6..01f0fed 100644 --- a/src/core/Dime.i18n.Countries/Translations/Somalia.resx +++ b/src/core/Dime.i18n.Countries/Translations/Somalia.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Somalia + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/SouthAfrica.Designer.cs b/src/core/Dime.i18n.Countries/Translations/SouthAfrica.Designer.cs index a43cc02..af0cc11 100644 --- a/src/core/Dime.i18n.Countries/Translations/SouthAfrica.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/SouthAfrica.Designer.cs @@ -59,5 +59,14 @@ internal SouthAfrica() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to South Africa. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/SouthAfrica.resx b/src/core/Dime.i18n.Countries/Translations/SouthAfrica.resx index 4fdb1b6..1b1e3e7 100644 --- a/src/core/Dime.i18n.Countries/Translations/SouthAfrica.resx +++ b/src/core/Dime.i18n.Countries/Translations/SouthAfrica.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + South Africa + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/SouthGeorgia.Designer.cs b/src/core/Dime.i18n.Countries/Translations/SouthGeorgia.Designer.cs index a6d4578..7e25ca1 100644 --- a/src/core/Dime.i18n.Countries/Translations/SouthGeorgia.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/SouthGeorgia.Designer.cs @@ -59,5 +59,14 @@ internal SouthGeorgia() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to South Georgia and the South Sandwich Islands. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/SouthGeorgia.resx b/src/core/Dime.i18n.Countries/Translations/SouthGeorgia.resx index 4fdb1b6..936098c 100644 --- a/src/core/Dime.i18n.Countries/Translations/SouthGeorgia.resx +++ b/src/core/Dime.i18n.Countries/Translations/SouthGeorgia.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + South Georgia and the South Sandwich Islands + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/SouthKorea.Designer.cs b/src/core/Dime.i18n.Countries/Translations/SouthKorea.Designer.cs index 662a3c6..eabe4fb 100644 --- a/src/core/Dime.i18n.Countries/Translations/SouthKorea.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/SouthKorea.Designer.cs @@ -59,5 +59,14 @@ internal SouthKorea() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to South Korea. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/SouthKorea.resx b/src/core/Dime.i18n.Countries/Translations/SouthKorea.resx index 4fdb1b6..3260e87 100644 --- a/src/core/Dime.i18n.Countries/Translations/SouthKorea.resx +++ b/src/core/Dime.i18n.Countries/Translations/SouthKorea.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + South Korea + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/SouthSudan.Designer.cs b/src/core/Dime.i18n.Countries/Translations/SouthSudan.Designer.cs index bda62a2..2e17e38 100644 --- a/src/core/Dime.i18n.Countries/Translations/SouthSudan.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/SouthSudan.Designer.cs @@ -59,5 +59,14 @@ internal SouthSudan() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to South Sudan. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/SouthSudan.resx b/src/core/Dime.i18n.Countries/Translations/SouthSudan.resx index 4fdb1b6..43723f6 100644 --- a/src/core/Dime.i18n.Countries/Translations/SouthSudan.resx +++ b/src/core/Dime.i18n.Countries/Translations/SouthSudan.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + South Sudan + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Spain.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Spain.Designer.cs index 2b65091..d840366 100644 --- a/src/core/Dime.i18n.Countries/Translations/Spain.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Spain.Designer.cs @@ -59,5 +59,32 @@ internal Spain() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Spain. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Espagne. + /// + internal static string fr { + get { + return ResourceManager.GetString("fr", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Spanje. + /// + internal static string nl { + get { + return ResourceManager.GetString("nl", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Spain.resx b/src/core/Dime.i18n.Countries/Translations/Spain.resx index 4fdb1b6..7f38079 100644 --- a/src/core/Dime.i18n.Countries/Translations/Spain.resx +++ b/src/core/Dime.i18n.Countries/Translations/Spain.resx @@ -1,101 +1,129 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Spain + + + Espagne + + + Spanje + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/SriLanka.Designer.cs b/src/core/Dime.i18n.Countries/Translations/SriLanka.Designer.cs index 13a5044..f41db04 100644 --- a/src/core/Dime.i18n.Countries/Translations/SriLanka.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/SriLanka.Designer.cs @@ -59,5 +59,14 @@ internal SriLanka() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Sri Lanka. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/SriLanka.resx b/src/core/Dime.i18n.Countries/Translations/SriLanka.resx index 4fdb1b6..1a17c66 100644 --- a/src/core/Dime.i18n.Countries/Translations/SriLanka.resx +++ b/src/core/Dime.i18n.Countries/Translations/SriLanka.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Sri Lanka + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Sudan.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Sudan.Designer.cs index e63f2a2..3ac1a56 100644 --- a/src/core/Dime.i18n.Countries/Translations/Sudan.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Sudan.Designer.cs @@ -59,5 +59,14 @@ internal Sudan() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Sudan. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Sudan.resx b/src/core/Dime.i18n.Countries/Translations/Sudan.resx index 4fdb1b6..72803d0 100644 --- a/src/core/Dime.i18n.Countries/Translations/Sudan.resx +++ b/src/core/Dime.i18n.Countries/Translations/Sudan.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Sudan + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Suriname.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Suriname.Designer.cs index c26aa7d..0674c6a 100644 --- a/src/core/Dime.i18n.Countries/Translations/Suriname.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Suriname.Designer.cs @@ -59,5 +59,14 @@ internal Suriname() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Suriname. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Suriname.resx b/src/core/Dime.i18n.Countries/Translations/Suriname.resx index 4fdb1b6..ff6effd 100644 --- a/src/core/Dime.i18n.Countries/Translations/Suriname.resx +++ b/src/core/Dime.i18n.Countries/Translations/Suriname.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Suriname + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/SvalbardAndJanMayenIslands.Designer.cs b/src/core/Dime.i18n.Countries/Translations/SvalbardAndJanMayenIslands.Designer.cs index f93e942..24952ef 100644 --- a/src/core/Dime.i18n.Countries/Translations/SvalbardAndJanMayenIslands.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/SvalbardAndJanMayenIslands.Designer.cs @@ -59,5 +59,14 @@ internal SvalbardAndJanMayenIslands() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Svalbard and Jan Mayen Islands. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/SvalbardAndJanMayenIslands.resx b/src/core/Dime.i18n.Countries/Translations/SvalbardAndJanMayenIslands.resx index 4fdb1b6..4dcb9bd 100644 --- a/src/core/Dime.i18n.Countries/Translations/SvalbardAndJanMayenIslands.resx +++ b/src/core/Dime.i18n.Countries/Translations/SvalbardAndJanMayenIslands.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Svalbard and Jan Mayen Islands + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Swaziland.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Swaziland.Designer.cs index ef448ef..03e649d 100644 --- a/src/core/Dime.i18n.Countries/Translations/Swaziland.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Swaziland.Designer.cs @@ -59,5 +59,14 @@ internal Swaziland() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Swaziland. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Swaziland.resx b/src/core/Dime.i18n.Countries/Translations/Swaziland.resx index 4fdb1b6..f8e4c89 100644 --- a/src/core/Dime.i18n.Countries/Translations/Swaziland.resx +++ b/src/core/Dime.i18n.Countries/Translations/Swaziland.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Swaziland + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Sweden.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Sweden.Designer.cs index 43bff3f..93d6eaf 100644 --- a/src/core/Dime.i18n.Countries/Translations/Sweden.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Sweden.Designer.cs @@ -59,5 +59,14 @@ internal Sweden() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Sweden. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Sweden.resx b/src/core/Dime.i18n.Countries/Translations/Sweden.resx index 4fdb1b6..cbdce9c 100644 --- a/src/core/Dime.i18n.Countries/Translations/Sweden.resx +++ b/src/core/Dime.i18n.Countries/Translations/Sweden.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Sweden + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Switzerland.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Switzerland.Designer.cs index 9c153ba..9f46200 100644 --- a/src/core/Dime.i18n.Countries/Translations/Switzerland.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Switzerland.Designer.cs @@ -59,5 +59,14 @@ internal Switzerland() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Switzerland. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Switzerland.resx b/src/core/Dime.i18n.Countries/Translations/Switzerland.resx index 4fdb1b6..c7dce2c 100644 --- a/src/core/Dime.i18n.Countries/Translations/Switzerland.resx +++ b/src/core/Dime.i18n.Countries/Translations/Switzerland.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Switzerland + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Syria.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Syria.Designer.cs index 04dc99f..fccdcc7 100644 --- a/src/core/Dime.i18n.Countries/Translations/Syria.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Syria.Designer.cs @@ -59,5 +59,14 @@ internal Syria() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Syria. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Syria.resx b/src/core/Dime.i18n.Countries/Translations/Syria.resx index 4fdb1b6..4ba0af4 100644 --- a/src/core/Dime.i18n.Countries/Translations/Syria.resx +++ b/src/core/Dime.i18n.Countries/Translations/Syria.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Syria + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Taiwan.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Taiwan.Designer.cs index baf9247..c21a6d9 100644 --- a/src/core/Dime.i18n.Countries/Translations/Taiwan.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Taiwan.Designer.cs @@ -59,5 +59,14 @@ internal Taiwan() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Taiwan. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Taiwan.resx b/src/core/Dime.i18n.Countries/Translations/Taiwan.resx index 4fdb1b6..aec3811 100644 --- a/src/core/Dime.i18n.Countries/Translations/Taiwan.resx +++ b/src/core/Dime.i18n.Countries/Translations/Taiwan.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Taiwan + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Tajikistan.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Tajikistan.Designer.cs index 64228c9..80a838e 100644 --- a/src/core/Dime.i18n.Countries/Translations/Tajikistan.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Tajikistan.Designer.cs @@ -59,5 +59,14 @@ internal Tajikistan() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Tajikistan. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Tajikistan.resx b/src/core/Dime.i18n.Countries/Translations/Tajikistan.resx index 4fdb1b6..94fa811 100644 --- a/src/core/Dime.i18n.Countries/Translations/Tajikistan.resx +++ b/src/core/Dime.i18n.Countries/Translations/Tajikistan.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Tajikistan + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Tanzania.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Tanzania.Designer.cs index f0b2652..83673c4 100644 --- a/src/core/Dime.i18n.Countries/Translations/Tanzania.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Tanzania.Designer.cs @@ -59,5 +59,14 @@ internal Tanzania() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Tanzania. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Tanzania.resx b/src/core/Dime.i18n.Countries/Translations/Tanzania.resx index 4fdb1b6..b66c777 100644 --- a/src/core/Dime.i18n.Countries/Translations/Tanzania.resx +++ b/src/core/Dime.i18n.Countries/Translations/Tanzania.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Tanzania + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Thailand.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Thailand.Designer.cs index d544a03..7e19fb0 100644 --- a/src/core/Dime.i18n.Countries/Translations/Thailand.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Thailand.Designer.cs @@ -59,5 +59,14 @@ internal Thailand() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Thailand. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Thailand.resx b/src/core/Dime.i18n.Countries/Translations/Thailand.resx index 4fdb1b6..22c9d4e 100644 --- a/src/core/Dime.i18n.Countries/Translations/Thailand.resx +++ b/src/core/Dime.i18n.Countries/Translations/Thailand.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Thailand + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/TimorLeste.Designer.cs b/src/core/Dime.i18n.Countries/Translations/TimorLeste.Designer.cs index 7e8b07c..292a63c 100644 --- a/src/core/Dime.i18n.Countries/Translations/TimorLeste.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/TimorLeste.Designer.cs @@ -59,5 +59,14 @@ internal TimorLeste() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Timor-Leste. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/TimorLeste.resx b/src/core/Dime.i18n.Countries/Translations/TimorLeste.resx index 4fdb1b6..b2ad7a6 100644 --- a/src/core/Dime.i18n.Countries/Translations/TimorLeste.resx +++ b/src/core/Dime.i18n.Countries/Translations/TimorLeste.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Timor-Leste + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Togo.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Togo.Designer.cs index 7449105..89b2c38 100644 --- a/src/core/Dime.i18n.Countries/Translations/Togo.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Togo.Designer.cs @@ -59,5 +59,14 @@ internal Togo() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Togo. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Togo.resx b/src/core/Dime.i18n.Countries/Translations/Togo.resx index 4fdb1b6..80271f6 100644 --- a/src/core/Dime.i18n.Countries/Translations/Togo.resx +++ b/src/core/Dime.i18n.Countries/Translations/Togo.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Togo + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Tokelau.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Tokelau.Designer.cs index b26ce4d..75ef986 100644 --- a/src/core/Dime.i18n.Countries/Translations/Tokelau.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Tokelau.Designer.cs @@ -59,5 +59,14 @@ internal Tokelau() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Tokelau. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Tokelau.resx b/src/core/Dime.i18n.Countries/Translations/Tokelau.resx index 4fdb1b6..664e0b8 100644 --- a/src/core/Dime.i18n.Countries/Translations/Tokelau.resx +++ b/src/core/Dime.i18n.Countries/Translations/Tokelau.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Tokelau + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Tonga.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Tonga.Designer.cs index 383ddb1..08eddcf 100644 --- a/src/core/Dime.i18n.Countries/Translations/Tonga.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Tonga.Designer.cs @@ -59,5 +59,14 @@ internal Tonga() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Tonga. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Tonga.resx b/src/core/Dime.i18n.Countries/Translations/Tonga.resx index 4fdb1b6..38062e0 100644 --- a/src/core/Dime.i18n.Countries/Translations/Tonga.resx +++ b/src/core/Dime.i18n.Countries/Translations/Tonga.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Tonga + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/TrinidadAndTobago.Designer.cs b/src/core/Dime.i18n.Countries/Translations/TrinidadAndTobago.Designer.cs index 9a895fb..1d42217 100644 --- a/src/core/Dime.i18n.Countries/Translations/TrinidadAndTobago.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/TrinidadAndTobago.Designer.cs @@ -59,5 +59,14 @@ internal TrinidadAndTobago() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Trinidad and Tobego. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/TrinidadAndTobago.resx b/src/core/Dime.i18n.Countries/Translations/TrinidadAndTobago.resx index 4fdb1b6..b3fe703 100644 --- a/src/core/Dime.i18n.Countries/Translations/TrinidadAndTobago.resx +++ b/src/core/Dime.i18n.Countries/Translations/TrinidadAndTobago.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Trinidad and Tobego + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Tunisia.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Tunisia.Designer.cs index 6b5eff0..0226cd8 100644 --- a/src/core/Dime.i18n.Countries/Translations/Tunisia.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Tunisia.Designer.cs @@ -59,5 +59,14 @@ internal Tunisia() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Tunisia. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Tunisia.resx b/src/core/Dime.i18n.Countries/Translations/Tunisia.resx index 4fdb1b6..75b0762 100644 --- a/src/core/Dime.i18n.Countries/Translations/Tunisia.resx +++ b/src/core/Dime.i18n.Countries/Translations/Tunisia.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Tunisia + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Turkey.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Turkey.Designer.cs index a749e93..7f0eb98 100644 --- a/src/core/Dime.i18n.Countries/Translations/Turkey.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Turkey.Designer.cs @@ -59,5 +59,14 @@ internal Turkey() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Turkey. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Turkey.resx b/src/core/Dime.i18n.Countries/Translations/Turkey.resx index 4fdb1b6..9aa07ab 100644 --- a/src/core/Dime.i18n.Countries/Translations/Turkey.resx +++ b/src/core/Dime.i18n.Countries/Translations/Turkey.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Turkey + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Turkmenistan.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Turkmenistan.Designer.cs index 614ab39..c72cf65 100644 --- a/src/core/Dime.i18n.Countries/Translations/Turkmenistan.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Turkmenistan.Designer.cs @@ -59,5 +59,14 @@ internal Turkmenistan() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Turkmenistan. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Turkmenistan.resx b/src/core/Dime.i18n.Countries/Translations/Turkmenistan.resx index 4fdb1b6..f84af6f 100644 --- a/src/core/Dime.i18n.Countries/Translations/Turkmenistan.resx +++ b/src/core/Dime.i18n.Countries/Translations/Turkmenistan.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Turkmenistan + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/TurksAndCaicosIslands.Designer.cs b/src/core/Dime.i18n.Countries/Translations/TurksAndCaicosIslands.Designer.cs index 9d0fa4a..46c9e62 100644 --- a/src/core/Dime.i18n.Countries/Translations/TurksAndCaicosIslands.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/TurksAndCaicosIslands.Designer.cs @@ -59,5 +59,14 @@ internal TurksAndCaicosIslands() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Turks and Caicos Islands. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/TurksAndCaicosIslands.resx b/src/core/Dime.i18n.Countries/Translations/TurksAndCaicosIslands.resx index 4fdb1b6..2726958 100644 --- a/src/core/Dime.i18n.Countries/Translations/TurksAndCaicosIslands.resx +++ b/src/core/Dime.i18n.Countries/Translations/TurksAndCaicosIslands.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Turks and Caicos Islands + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Tuvalu.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Tuvalu.Designer.cs index 6ae2ce3..ba584d4 100644 --- a/src/core/Dime.i18n.Countries/Translations/Tuvalu.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Tuvalu.Designer.cs @@ -59,5 +59,14 @@ internal Tuvalu() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Tuvalu. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Tuvalu.resx b/src/core/Dime.i18n.Countries/Translations/Tuvalu.resx index 4fdb1b6..1787443 100644 --- a/src/core/Dime.i18n.Countries/Translations/Tuvalu.resx +++ b/src/core/Dime.i18n.Countries/Translations/Tuvalu.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Tuvalu + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/USMinorOutlyingIslands.Designer.cs b/src/core/Dime.i18n.Countries/Translations/USMinorOutlyingIslands.Designer.cs index c241d2a..5917428 100644 --- a/src/core/Dime.i18n.Countries/Translations/USMinorOutlyingIslands.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/USMinorOutlyingIslands.Designer.cs @@ -59,5 +59,14 @@ internal USMinorOutlyingIslands() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to US Minor Outlying Islands. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/USMinorOutlyingIslands.resx b/src/core/Dime.i18n.Countries/Translations/USMinorOutlyingIslands.resx index 4fdb1b6..2995835 100644 --- a/src/core/Dime.i18n.Countries/Translations/USMinorOutlyingIslands.resx +++ b/src/core/Dime.i18n.Countries/Translations/USMinorOutlyingIslands.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + US Minor Outlying Islands + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Uganda.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Uganda.Designer.cs index 6bedb06..7d29dca 100644 --- a/src/core/Dime.i18n.Countries/Translations/Uganda.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Uganda.Designer.cs @@ -59,5 +59,14 @@ internal Uganda() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Uganda. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Uganda.resx b/src/core/Dime.i18n.Countries/Translations/Uganda.resx index 4fdb1b6..2bcf34f 100644 --- a/src/core/Dime.i18n.Countries/Translations/Uganda.resx +++ b/src/core/Dime.i18n.Countries/Translations/Uganda.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Uganda + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Ukraine.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Ukraine.Designer.cs index c200023..245b3e2 100644 --- a/src/core/Dime.i18n.Countries/Translations/Ukraine.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Ukraine.Designer.cs @@ -59,5 +59,14 @@ internal Ukraine() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Ukraine. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Ukraine.resx b/src/core/Dime.i18n.Countries/Translations/Ukraine.resx index 4fdb1b6..54d2422 100644 --- a/src/core/Dime.i18n.Countries/Translations/Ukraine.resx +++ b/src/core/Dime.i18n.Countries/Translations/Ukraine.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Ukraine + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/UnitedArabEmirates.Designer.cs b/src/core/Dime.i18n.Countries/Translations/UnitedArabEmirates.Designer.cs index c6c3da3..1ef9f91 100644 --- a/src/core/Dime.i18n.Countries/Translations/UnitedArabEmirates.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/UnitedArabEmirates.Designer.cs @@ -59,5 +59,14 @@ internal UnitedArabEmirates() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to United Arab Emirates. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/UnitedArabEmirates.resx b/src/core/Dime.i18n.Countries/Translations/UnitedArabEmirates.resx index 4fdb1b6..26d1c70 100644 --- a/src/core/Dime.i18n.Countries/Translations/UnitedArabEmirates.resx +++ b/src/core/Dime.i18n.Countries/Translations/UnitedArabEmirates.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + United Arab Emirates + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/UnitedKingdom.Designer.cs b/src/core/Dime.i18n.Countries/Translations/UnitedKingdom.Designer.cs index 507d542..0bffe33 100644 --- a/src/core/Dime.i18n.Countries/Translations/UnitedKingdom.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/UnitedKingdom.Designer.cs @@ -59,5 +59,50 @@ internal UnitedKingdom() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Vereinigtes Königreich. + /// + internal static string de { + get { + return ResourceManager.GetString("de", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to United Kingdom. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Reino Unido. + /// + internal static string es { + get { + return ResourceManager.GetString("es", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Royaume-Uni. + /// + internal static string fr { + get { + return ResourceManager.GetString("fr", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Verenigd Koninkrijk. + /// + internal static string nl { + get { + return ResourceManager.GetString("nl", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/UnitedKingdom.resx b/src/core/Dime.i18n.Countries/Translations/UnitedKingdom.resx index 4fdb1b6..8497a91 100644 --- a/src/core/Dime.i18n.Countries/Translations/UnitedKingdom.resx +++ b/src/core/Dime.i18n.Countries/Translations/UnitedKingdom.resx @@ -1,101 +1,135 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Vereinigtes Königreich + + + United Kingdom + + + Reino Unido + + + Royaume-Uni + + + Verenigd Koninkrijk + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/UnitedStatesOfAmerica.Designer.cs b/src/core/Dime.i18n.Countries/Translations/UnitedStatesOfAmerica.Designer.cs index 640241c..fa6f4ea 100644 --- a/src/core/Dime.i18n.Countries/Translations/UnitedStatesOfAmerica.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/UnitedStatesOfAmerica.Designer.cs @@ -59,5 +59,50 @@ internal UnitedStatesOfAmerica() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Vereinigte Staaten von Amerika. + /// + internal static string de { + get { + return ResourceManager.GetString("de", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to United States of America. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Estados Unidos de América. + /// + internal static string es { + get { + return ResourceManager.GetString("es", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to les États-Unis d'Amérique. + /// + internal static string fr { + get { + return ResourceManager.GetString("fr", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Verenigde Staten van Amerika. + /// + internal static string nl { + get { + return ResourceManager.GetString("nl", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/UnitedStatesOfAmerica.resx b/src/core/Dime.i18n.Countries/Translations/UnitedStatesOfAmerica.resx index 4fdb1b6..afd05d3 100644 --- a/src/core/Dime.i18n.Countries/Translations/UnitedStatesOfAmerica.resx +++ b/src/core/Dime.i18n.Countries/Translations/UnitedStatesOfAmerica.resx @@ -1,101 +1,135 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Vereinigte Staaten von Amerika + + + United States of America + + + Estados Unidos de América + + + les États-Unis d'Amérique + + + Verenigde Staten van Amerika + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Uruguay.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Uruguay.Designer.cs index 977557e..d8501ca 100644 --- a/src/core/Dime.i18n.Countries/Translations/Uruguay.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Uruguay.Designer.cs @@ -59,5 +59,14 @@ internal Uruguay() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Uruguay. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Uruguay.resx b/src/core/Dime.i18n.Countries/Translations/Uruguay.resx index 4fdb1b6..3d317fc 100644 --- a/src/core/Dime.i18n.Countries/Translations/Uruguay.resx +++ b/src/core/Dime.i18n.Countries/Translations/Uruguay.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Uruguay + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Uzbekistan.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Uzbekistan.Designer.cs index 991e9b8..f56cf8f 100644 --- a/src/core/Dime.i18n.Countries/Translations/Uzbekistan.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Uzbekistan.Designer.cs @@ -59,5 +59,14 @@ internal Uzbekistan() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Uzbekistan. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Uzbekistan.resx b/src/core/Dime.i18n.Countries/Translations/Uzbekistan.resx index 4fdb1b6..4fca01b 100644 --- a/src/core/Dime.i18n.Countries/Translations/Uzbekistan.resx +++ b/src/core/Dime.i18n.Countries/Translations/Uzbekistan.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Uzbekistan + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Vanuatu.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Vanuatu.Designer.cs index 4eb940e..9ba7bf9 100644 --- a/src/core/Dime.i18n.Countries/Translations/Vanuatu.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Vanuatu.Designer.cs @@ -59,5 +59,14 @@ internal Vanuatu() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Vanuatu. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Vanuatu.resx b/src/core/Dime.i18n.Countries/Translations/Vanuatu.resx index 4fdb1b6..7718704 100644 --- a/src/core/Dime.i18n.Countries/Translations/Vanuatu.resx +++ b/src/core/Dime.i18n.Countries/Translations/Vanuatu.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Vanuatu + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/VaticanCity.Designer.cs b/src/core/Dime.i18n.Countries/Translations/VaticanCity.Designer.cs index ef6e71d..fe97c41 100644 --- a/src/core/Dime.i18n.Countries/Translations/VaticanCity.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/VaticanCity.Designer.cs @@ -59,5 +59,14 @@ internal VaticanCity() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Vatican City. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/VaticanCity.resx b/src/core/Dime.i18n.Countries/Translations/VaticanCity.resx index 4fdb1b6..c6f58b8 100644 --- a/src/core/Dime.i18n.Countries/Translations/VaticanCity.resx +++ b/src/core/Dime.i18n.Countries/Translations/VaticanCity.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Vatican City + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Venezuela.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Venezuela.Designer.cs index f510b43..aab2b7f 100644 --- a/src/core/Dime.i18n.Countries/Translations/Venezuela.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Venezuela.Designer.cs @@ -59,5 +59,14 @@ internal Venezuela() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Venezuela. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Venezuela.resx b/src/core/Dime.i18n.Countries/Translations/Venezuela.resx index 4fdb1b6..4a07dd0 100644 --- a/src/core/Dime.i18n.Countries/Translations/Venezuela.resx +++ b/src/core/Dime.i18n.Countries/Translations/Venezuela.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Venezuela + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Vietnam.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Vietnam.Designer.cs index 62111fe..211d69e 100644 --- a/src/core/Dime.i18n.Countries/Translations/Vietnam.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Vietnam.Designer.cs @@ -59,5 +59,14 @@ internal Vietnam() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Vietnam. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Vietnam.resx b/src/core/Dime.i18n.Countries/Translations/Vietnam.resx index 4fdb1b6..e7a869c 100644 --- a/src/core/Dime.i18n.Countries/Translations/Vietnam.resx +++ b/src/core/Dime.i18n.Countries/Translations/Vietnam.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Vietnam + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/VirginIslands.Designer.cs b/src/core/Dime.i18n.Countries/Translations/VirginIslands.Designer.cs index 9d7c7b7..ec5d051 100644 --- a/src/core/Dime.i18n.Countries/Translations/VirginIslands.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/VirginIslands.Designer.cs @@ -59,5 +59,14 @@ internal VirginIslands() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Virgin Islands. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/VirginIslands.resx b/src/core/Dime.i18n.Countries/Translations/VirginIslands.resx index 4fdb1b6..183f7de 100644 --- a/src/core/Dime.i18n.Countries/Translations/VirginIslands.resx +++ b/src/core/Dime.i18n.Countries/Translations/VirginIslands.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Virgin Islands + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/WallisAndFutunaIslands.Designer.cs b/src/core/Dime.i18n.Countries/Translations/WallisAndFutunaIslands.Designer.cs index feb0f4c..0d33cd7 100644 --- a/src/core/Dime.i18n.Countries/Translations/WallisAndFutunaIslands.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/WallisAndFutunaIslands.Designer.cs @@ -59,5 +59,14 @@ internal WallisAndFutunaIslands() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Wallis and Futuna Islands. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/WallisAndFutunaIslands.resx b/src/core/Dime.i18n.Countries/Translations/WallisAndFutunaIslands.resx index 4fdb1b6..98c2dcf 100644 --- a/src/core/Dime.i18n.Countries/Translations/WallisAndFutunaIslands.resx +++ b/src/core/Dime.i18n.Countries/Translations/WallisAndFutunaIslands.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Wallis and Futuna Islands + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/WesternSahara.Designer.cs b/src/core/Dime.i18n.Countries/Translations/WesternSahara.Designer.cs index 6c099b8..89f7cad 100644 --- a/src/core/Dime.i18n.Countries/Translations/WesternSahara.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/WesternSahara.Designer.cs @@ -59,5 +59,14 @@ internal WesternSahara() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Western Zahara. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/WesternSahara.resx b/src/core/Dime.i18n.Countries/Translations/WesternSahara.resx index 4fdb1b6..a672a45 100644 --- a/src/core/Dime.i18n.Countries/Translations/WesternSahara.resx +++ b/src/core/Dime.i18n.Countries/Translations/WesternSahara.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Western Zahara + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Yemen.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Yemen.Designer.cs index a8437b6..784efb8 100644 --- a/src/core/Dime.i18n.Countries/Translations/Yemen.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Yemen.Designer.cs @@ -59,5 +59,14 @@ internal Yemen() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Yemen. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Yemen.resx b/src/core/Dime.i18n.Countries/Translations/Yemen.resx index 4fdb1b6..8294b98 100644 --- a/src/core/Dime.i18n.Countries/Translations/Yemen.resx +++ b/src/core/Dime.i18n.Countries/Translations/Yemen.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Yemen + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Zambia.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Zambia.Designer.cs index 5ff13fd..50f2032 100644 --- a/src/core/Dime.i18n.Countries/Translations/Zambia.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Zambia.Designer.cs @@ -59,5 +59,14 @@ internal Zambia() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Zambia. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Zambia.resx b/src/core/Dime.i18n.Countries/Translations/Zambia.resx index 4fdb1b6..877a454 100644 --- a/src/core/Dime.i18n.Countries/Translations/Zambia.resx +++ b/src/core/Dime.i18n.Countries/Translations/Zambia.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Zambia + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Zimbabwe.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Zimbabwe.Designer.cs index 46b2859..8890468 100644 --- a/src/core/Dime.i18n.Countries/Translations/Zimbabwe.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Zimbabwe.Designer.cs @@ -59,5 +59,14 @@ internal Zimbabwe() { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Zimbabwe. + /// + internal static string en { + get { + return ResourceManager.GetString("en", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Zimbabwe.resx b/src/core/Dime.i18n.Countries/Translations/Zimbabwe.resx index 4fdb1b6..f2c8d89 100644 --- a/src/core/Dime.i18n.Countries/Translations/Zimbabwe.resx +++ b/src/core/Dime.i18n.Countries/Translations/Zimbabwe.resx @@ -1,101 +1,123 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Zimbabwe + \ No newline at end of file From c5f89ce411b89285b4d180ad15a41df53735a7bb Mon Sep 17 00:00:00 2001 From: Hendrik Bulens Date: Tue, 31 Jan 2023 16:58:58 +0100 Subject: [PATCH 4/6] Support for a selection of countries in ES, NL, FR, DE, EN --- .../Dime.i18n.Countries.csproj | 2 +- .../Translations/Australia.Designer.cs | 27 ++++++++++++++ .../Translations/Australia.resx | 9 +++++ .../Translations/Brazil.Designer.cs | 36 +++++++++++++++++++ .../Translations/Brazil.resx | 12 +++++++ .../Translations/Bulgaria.Designer.cs | 36 +++++++++++++++++++ .../Translations/Bulgaria.resx | 12 +++++++ .../Translations/China.Designer.cs | 9 +++++ .../Translations/China.resx | 3 ++ .../Translations/Croatia.Designer.cs | 36 +++++++++++++++++++ .../Translations/Croatia.resx | 12 +++++++ .../Translations/Finland.Designer.cs | 27 ++++++++++++++ .../Translations/Finland.resx | 9 +++++ .../Translations/Hungary.Designer.cs | 36 +++++++++++++++++++ .../Translations/Hungary.resx | 12 +++++++ .../Translations/Iceland.Designer.cs | 36 +++++++++++++++++++ .../Translations/Iceland.resx | 12 +++++++ .../Translations/India.Designer.cs | 27 ++++++++++++++ .../Translations/India.resx | 10 ++++++ .../Translations/Ireland.Designer.cs | 36 +++++++++++++++++++ .../Translations/Ireland.resx | 12 +++++++ .../Translations/Israel.Designer.cs | 9 +++++ .../Translations/Israel.resx | 5 +++ .../Translations/Luxembourg.Designer.cs | 27 ++++++++++++++ .../Translations/Luxembourg.resx | 9 +++++ .../Translations/Netherlands.Designer.cs | 36 +++++++++++++++++++ .../Translations/Netherlands.resx | 12 +++++++ .../Translations/Norway.Designer.cs | 36 +++++++++++++++++++ .../Translations/Norway.resx | 12 +++++++ .../Translations/Poland.Designer.cs | 27 ++++++++++++++ .../Translations/Poland.resx | 10 ++++++ .../Translations/Portugal.resx | 1 + .../Translations/Romania.Designer.cs | 36 +++++++++++++++++++ .../Translations/Romania.resx | 12 +++++++ .../Translations/Serbia.Designer.cs | 27 ++++++++++++++ .../Translations/Serbia.resx | 10 ++++++ .../Translations/Slovakia.Designer.cs | 36 +++++++++++++++++++ .../Translations/Slovakia.resx | 12 +++++++ .../Translations/Slovenia.Designer.cs | 36 +++++++++++++++++++ .../Translations/Slovenia.resx | 12 +++++++ .../Translations/Spain.Designer.cs | 9 +++++ .../Translations/Spain.resx | 3 ++ .../Translations/Sweden.Designer.cs | 27 ++++++++++++++ .../Translations/Sweden.resx | 9 +++++ .../Translations/Switzerland.Designer.cs | 36 +++++++++++++++++++ .../Translations/Switzerland.resx | 12 +++++++ .../Translations/Turkey.Designer.cs | 27 ++++++++++++++ .../Translations/Turkey.resx | 9 +++++ .../Translations/Ukraine.Designer.cs | 18 ++++++++++ .../Translations/Ukraine.resx | 7 ++++ .../Translations/WesternSahara.Designer.cs | 36 +++++++++++++++++++ .../Translations/WesternSahara.resx | 12 +++++++ .../Translations/Yemen.Designer.cs | 18 ++++++++++ .../Translations/Yemen.resx | 7 ++++ .../Translations/Zambia.Designer.cs | 18 ++++++++++ .../Translations/Zambia.resx | 7 ++++ .../Translations/Zimbabwe.Designer.cs | 9 +++++ .../Translations/Zimbabwe.resx | 4 +++ 58 files changed, 1043 insertions(+), 1 deletion(-) diff --git a/src/core/Dime.i18n.Countries/Dime.i18n.Countries.csproj b/src/core/Dime.i18n.Countries/Dime.i18n.Countries.csproj index eb53d62..bbf63d3 100644 --- a/src/core/Dime.i18n.Countries/Dime.i18n.Countries.csproj +++ b/src/core/Dime.i18n.Countries/Dime.i18n.Countries.csproj @@ -15,7 +15,7 @@ false https://github.com/dimesoftware/i18n https://github.com/dimesoftware/i18n - 2.0.0.0-alpha.3 + 2.0.0.0-beta.1 latest diff --git a/src/core/Dime.i18n.Countries/Translations/Australia.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Australia.Designer.cs index 5d33431..54debec 100644 --- a/src/core/Dime.i18n.Countries/Translations/Australia.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Australia.Designer.cs @@ -60,6 +60,15 @@ internal Australia() { } } + /// + /// Looks up a localized string similar to Australien. + /// + internal static string de { + get { + return ResourceManager.GetString("de", resourceCulture); + } + } + /// /// Looks up a localized string similar to Australia. /// @@ -68,5 +77,23 @@ internal static string en { return ResourceManager.GetString("en", resourceCulture); } } + + /// + /// Looks up a localized string similar to Australie. + /// + internal static string fr { + get { + return ResourceManager.GetString("fr", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Australië. + /// + internal static string nl { + get { + return ResourceManager.GetString("nl", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Australia.resx b/src/core/Dime.i18n.Countries/Translations/Australia.resx index 76da7b4..921f561 100644 --- a/src/core/Dime.i18n.Countries/Translations/Australia.resx +++ b/src/core/Dime.i18n.Countries/Translations/Australia.resx @@ -117,7 +117,16 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Australien + Australia + + Australie + + + Australië + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Brazil.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Brazil.Designer.cs index 2d7ee49..dcbb0aa 100644 --- a/src/core/Dime.i18n.Countries/Translations/Brazil.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Brazil.Designer.cs @@ -60,6 +60,15 @@ internal Brazil() { } } + /// + /// Looks up a localized string similar to Brasilien. + /// + internal static string de { + get { + return ResourceManager.GetString("de", resourceCulture); + } + } + /// /// Looks up a localized string similar to Brazil. /// @@ -68,5 +77,32 @@ internal static string en { return ResourceManager.GetString("en", resourceCulture); } } + + /// + /// Looks up a localized string similar to Brasil. + /// + internal static string es { + get { + return ResourceManager.GetString("es", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Brésil. + /// + internal static string fr { + get { + return ResourceManager.GetString("fr", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Brazilië. + /// + internal static string nl { + get { + return ResourceManager.GetString("nl", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Brazil.resx b/src/core/Dime.i18n.Countries/Translations/Brazil.resx index 32f68b0..32d1165 100644 --- a/src/core/Dime.i18n.Countries/Translations/Brazil.resx +++ b/src/core/Dime.i18n.Countries/Translations/Brazil.resx @@ -117,7 +117,19 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Brasilien + Brazil + + Brasil + + + Brésil + + + Brazilië + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Bulgaria.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Bulgaria.Designer.cs index e261712..b38a1de 100644 --- a/src/core/Dime.i18n.Countries/Translations/Bulgaria.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Bulgaria.Designer.cs @@ -60,6 +60,15 @@ internal Bulgaria() { } } + /// + /// Looks up a localized string similar to Bulgarien. + /// + internal static string de { + get { + return ResourceManager.GetString("de", resourceCulture); + } + } + /// /// Looks up a localized string similar to Bulgaria. /// @@ -68,5 +77,32 @@ internal static string en { return ResourceManager.GetString("en", resourceCulture); } } + + /// + /// Looks up a localized string similar to Bulgaria. + /// + internal static string es { + get { + return ResourceManager.GetString("es", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Bulgarie. + /// + internal static string fr { + get { + return ResourceManager.GetString("fr", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Bulgarije. + /// + internal static string nl { + get { + return ResourceManager.GetString("nl", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Bulgaria.resx b/src/core/Dime.i18n.Countries/Translations/Bulgaria.resx index 22f5a82..2d9294d 100644 --- a/src/core/Dime.i18n.Countries/Translations/Bulgaria.resx +++ b/src/core/Dime.i18n.Countries/Translations/Bulgaria.resx @@ -117,7 +117,19 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Bulgarien + Bulgaria + + Bulgaria + + + Bulgarie + + + Bulgarije + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/China.Designer.cs b/src/core/Dime.i18n.Countries/Translations/China.Designer.cs index 57f58f1..15676b0 100644 --- a/src/core/Dime.i18n.Countries/Translations/China.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/China.Designer.cs @@ -68,5 +68,14 @@ internal static string en { return ResourceManager.GetString("en", resourceCulture); } } + + /// + /// Looks up a localized string similar to Chine. + /// + internal static string fr { + get { + return ResourceManager.GetString("fr", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/China.resx b/src/core/Dime.i18n.Countries/Translations/China.resx index 8ab71a6..a02d5ad 100644 --- a/src/core/Dime.i18n.Countries/Translations/China.resx +++ b/src/core/Dime.i18n.Countries/Translations/China.resx @@ -120,4 +120,7 @@ China + + Chine + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Croatia.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Croatia.Designer.cs index d592f33..9a8ba8c 100644 --- a/src/core/Dime.i18n.Countries/Translations/Croatia.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Croatia.Designer.cs @@ -60,6 +60,15 @@ internal Croatia() { } } + /// + /// Looks up a localized string similar to Kroatien. + /// + internal static string de { + get { + return ResourceManager.GetString("de", resourceCulture); + } + } + /// /// Looks up a localized string similar to Croatia. /// @@ -68,5 +77,32 @@ internal static string en { return ResourceManager.GetString("en", resourceCulture); } } + + /// + /// Looks up a localized string similar to Croacia. + /// + internal static string es { + get { + return ResourceManager.GetString("es", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Croatie. + /// + internal static string fr { + get { + return ResourceManager.GetString("fr", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Kroatië. + /// + internal static string nl { + get { + return ResourceManager.GetString("nl", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Croatia.resx b/src/core/Dime.i18n.Countries/Translations/Croatia.resx index 97d4282..f56d90b 100644 --- a/src/core/Dime.i18n.Countries/Translations/Croatia.resx +++ b/src/core/Dime.i18n.Countries/Translations/Croatia.resx @@ -117,7 +117,19 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Kroatien + Croatia + + Croacia + + + Croatie + + + Kroatië + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Finland.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Finland.Designer.cs index 7dc03b0..767b349 100644 --- a/src/core/Dime.i18n.Countries/Translations/Finland.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Finland.Designer.cs @@ -60,6 +60,15 @@ internal Finland() { } } + /// + /// Looks up a localized string similar to Finnland. + /// + internal static string de { + get { + return ResourceManager.GetString("de", resourceCulture); + } + } + /// /// Looks up a localized string similar to Finland. /// @@ -68,5 +77,23 @@ internal static string en { return ResourceManager.GetString("en", resourceCulture); } } + + /// + /// Looks up a localized string similar to Finlandia. + /// + internal static string es { + get { + return ResourceManager.GetString("es", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Finlande. + /// + internal static string fr { + get { + return ResourceManager.GetString("fr", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Finland.resx b/src/core/Dime.i18n.Countries/Translations/Finland.resx index 9a3dc43..281476a 100644 --- a/src/core/Dime.i18n.Countries/Translations/Finland.resx +++ b/src/core/Dime.i18n.Countries/Translations/Finland.resx @@ -117,7 +117,16 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Finnland + Finland + + Finlandia + + + Finlande + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Hungary.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Hungary.Designer.cs index 5efcd33..61f3776 100644 --- a/src/core/Dime.i18n.Countries/Translations/Hungary.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Hungary.Designer.cs @@ -60,6 +60,15 @@ internal Hungary() { } } + /// + /// Looks up a localized string similar to Ungarn. + /// + internal static string de { + get { + return ResourceManager.GetString("de", resourceCulture); + } + } + /// /// Looks up a localized string similar to Hungary. /// @@ -68,5 +77,32 @@ internal static string en { return ResourceManager.GetString("en", resourceCulture); } } + + /// + /// Looks up a localized string similar to Hungría. + /// + internal static string es { + get { + return ResourceManager.GetString("es", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Hongrie. + /// + internal static string fr { + get { + return ResourceManager.GetString("fr", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Hongarije. + /// + internal static string nl { + get { + return ResourceManager.GetString("nl", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Hungary.resx b/src/core/Dime.i18n.Countries/Translations/Hungary.resx index 0f3bbea..14a293a 100644 --- a/src/core/Dime.i18n.Countries/Translations/Hungary.resx +++ b/src/core/Dime.i18n.Countries/Translations/Hungary.resx @@ -117,7 +117,19 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Ungarn + Hungary + + Hungría + + + Hongrie + + + Hongarije + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Iceland.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Iceland.Designer.cs index 470f813..63786a1 100644 --- a/src/core/Dime.i18n.Countries/Translations/Iceland.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Iceland.Designer.cs @@ -60,6 +60,15 @@ internal Iceland() { } } + /// + /// Looks up a localized string similar to Island. + /// + internal static string de { + get { + return ResourceManager.GetString("de", resourceCulture); + } + } + /// /// Looks up a localized string similar to Iceland. /// @@ -68,5 +77,32 @@ internal static string en { return ResourceManager.GetString("en", resourceCulture); } } + + /// + /// Looks up a localized string similar to Islandia. + /// + internal static string es { + get { + return ResourceManager.GetString("es", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Islande. + /// + internal static string fr { + get { + return ResourceManager.GetString("fr", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Ijsland. + /// + internal static string nl { + get { + return ResourceManager.GetString("nl", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Iceland.resx b/src/core/Dime.i18n.Countries/Translations/Iceland.resx index 6e1644c..15403fb 100644 --- a/src/core/Dime.i18n.Countries/Translations/Iceland.resx +++ b/src/core/Dime.i18n.Countries/Translations/Iceland.resx @@ -117,7 +117,19 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Island + Iceland + + Islandia + + + Islande + + + Ijsland + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/India.Designer.cs b/src/core/Dime.i18n.Countries/Translations/India.Designer.cs index cfd25ea..67de2a9 100644 --- a/src/core/Dime.i18n.Countries/Translations/India.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/India.Designer.cs @@ -60,6 +60,15 @@ internal India() { } } + /// + /// Looks up a localized string similar to Indien. + /// + internal static string de { + get { + return ResourceManager.GetString("de", resourceCulture); + } + } + /// /// Looks up a localized string similar to India. /// @@ -68,5 +77,23 @@ internal static string en { return ResourceManager.GetString("en", resourceCulture); } } + + /// + /// Looks up a localized string similar to Inde. + /// + internal static string fr { + get { + return ResourceManager.GetString("fr", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Indië. + /// + internal static string nl { + get { + return ResourceManager.GetString("nl", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/India.resx b/src/core/Dime.i18n.Countries/Translations/India.resx index 4dbb88d..4a70186 100644 --- a/src/core/Dime.i18n.Countries/Translations/India.resx +++ b/src/core/Dime.i18n.Countries/Translations/India.resx @@ -117,7 +117,17 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Indien + India + Same for ES + + + Inde + + + Indië \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Ireland.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Ireland.Designer.cs index 78b4a5b..db2dec9 100644 --- a/src/core/Dime.i18n.Countries/Translations/Ireland.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Ireland.Designer.cs @@ -60,6 +60,15 @@ internal Ireland() { } } + /// + /// Looks up a localized string similar to Irland. + /// + internal static string de { + get { + return ResourceManager.GetString("de", resourceCulture); + } + } + /// /// Looks up a localized string similar to Ireland. /// @@ -68,5 +77,32 @@ internal static string en { return ResourceManager.GetString("en", resourceCulture); } } + + /// + /// Looks up a localized string similar to Irlanda. + /// + internal static string es { + get { + return ResourceManager.GetString("es", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Irlande. + /// + internal static string fr { + get { + return ResourceManager.GetString("fr", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Ierland. + /// + internal static string nl { + get { + return ResourceManager.GetString("nl", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Ireland.resx b/src/core/Dime.i18n.Countries/Translations/Ireland.resx index e7e4601..18fde00 100644 --- a/src/core/Dime.i18n.Countries/Translations/Ireland.resx +++ b/src/core/Dime.i18n.Countries/Translations/Ireland.resx @@ -117,7 +117,19 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Irland + Ireland + + Irlanda + + + Irlande + + + Ierland + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Israel.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Israel.Designer.cs index c5f44fd..7c4f692 100644 --- a/src/core/Dime.i18n.Countries/Translations/Israel.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Israel.Designer.cs @@ -68,5 +68,14 @@ internal static string en { return ResourceManager.GetString("en", resourceCulture); } } + + /// + /// Looks up a localized string similar to Israël. + /// + internal static string fr { + get { + return ResourceManager.GetString("fr", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Israel.resx b/src/core/Dime.i18n.Countries/Translations/Israel.resx index 2305fd4..77d8d54 100644 --- a/src/core/Dime.i18n.Countries/Translations/Israel.resx +++ b/src/core/Dime.i18n.Countries/Translations/Israel.resx @@ -119,5 +119,10 @@ Israel + Same for DE, ES + + + Israël + Same for NL \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Luxembourg.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Luxembourg.Designer.cs index 6ae2105..3e51b99 100644 --- a/src/core/Dime.i18n.Countries/Translations/Luxembourg.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Luxembourg.Designer.cs @@ -68,5 +68,32 @@ internal static string en { return ResourceManager.GetString("en", resourceCulture); } } + + /// + /// Looks up a localized string similar to Luxemburgo. + /// + internal static string es { + get { + return ResourceManager.GetString("es", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Luxembourg. + /// + internal static string fr { + get { + return ResourceManager.GetString("fr", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Luxemburg. + /// + internal static string nl { + get { + return ResourceManager.GetString("nl", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Luxembourg.resx b/src/core/Dime.i18n.Countries/Translations/Luxembourg.resx index b501c78..acbe012 100644 --- a/src/core/Dime.i18n.Countries/Translations/Luxembourg.resx +++ b/src/core/Dime.i18n.Countries/Translations/Luxembourg.resx @@ -120,4 +120,13 @@ Luxembourg + + Luxemburgo + + + Luxembourg + + + Luxemburg + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Netherlands.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Netherlands.Designer.cs index af5a639..5914a47 100644 --- a/src/core/Dime.i18n.Countries/Translations/Netherlands.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Netherlands.Designer.cs @@ -60,6 +60,15 @@ internal Netherlands() { } } + /// + /// Looks up a localized string similar to Niederlande. + /// + internal static string de { + get { + return ResourceManager.GetString("de", resourceCulture); + } + } + /// /// Looks up a localized string similar to The Netherlands. /// @@ -68,5 +77,32 @@ internal static string en { return ResourceManager.GetString("en", resourceCulture); } } + + /// + /// Looks up a localized string similar to Países Bajos. + /// + internal static string es { + get { + return ResourceManager.GetString("es", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Pays-Bas. + /// + internal static string fr { + get { + return ResourceManager.GetString("fr", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Nederland. + /// + internal static string nl { + get { + return ResourceManager.GetString("nl", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Netherlands.resx b/src/core/Dime.i18n.Countries/Translations/Netherlands.resx index dc25529..424ab89 100644 --- a/src/core/Dime.i18n.Countries/Translations/Netherlands.resx +++ b/src/core/Dime.i18n.Countries/Translations/Netherlands.resx @@ -117,7 +117,19 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Niederlande + The Netherlands + + Países Bajos + + + Pays-Bas + + + Nederland + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Norway.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Norway.Designer.cs index 6b04f2c..e6be105 100644 --- a/src/core/Dime.i18n.Countries/Translations/Norway.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Norway.Designer.cs @@ -60,6 +60,15 @@ internal Norway() { } } + /// + /// Looks up a localized string similar to Norwegen. + /// + internal static string de { + get { + return ResourceManager.GetString("de", resourceCulture); + } + } + /// /// Looks up a localized string similar to Norway. /// @@ -68,5 +77,32 @@ internal static string en { return ResourceManager.GetString("en", resourceCulture); } } + + /// + /// Looks up a localized string similar to Noruega. + /// + internal static string es { + get { + return ResourceManager.GetString("es", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Norvège. + /// + internal static string fr { + get { + return ResourceManager.GetString("fr", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Noorwegen. + /// + internal static string nl { + get { + return ResourceManager.GetString("nl", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Norway.resx b/src/core/Dime.i18n.Countries/Translations/Norway.resx index 219ec87..bf66625 100644 --- a/src/core/Dime.i18n.Countries/Translations/Norway.resx +++ b/src/core/Dime.i18n.Countries/Translations/Norway.resx @@ -117,7 +117,19 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Norwegen + Norway + + Noruega + + + Norvège + + + Noorwegen + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Poland.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Poland.Designer.cs index 90535ae..a1c26df 100644 --- a/src/core/Dime.i18n.Countries/Translations/Poland.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Poland.Designer.cs @@ -60,6 +60,15 @@ internal Poland() { } } + /// + /// Looks up a localized string similar to Polen. + /// + internal static string de { + get { + return ResourceManager.GetString("de", resourceCulture); + } + } + /// /// Looks up a localized string similar to Poland. /// @@ -68,5 +77,23 @@ internal static string en { return ResourceManager.GetString("en", resourceCulture); } } + + /// + /// Looks up a localized string similar to Polonia. + /// + internal static string es { + get { + return ResourceManager.GetString("es", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Pologne. + /// + internal static string fr { + get { + return ResourceManager.GetString("fr", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Poland.resx b/src/core/Dime.i18n.Countries/Translations/Poland.resx index cee6dd3..9fc8e6f 100644 --- a/src/core/Dime.i18n.Countries/Translations/Poland.resx +++ b/src/core/Dime.i18n.Countries/Translations/Poland.resx @@ -117,7 +117,17 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Polen + Same for NL + Poland + + Polonia + + + Pologne + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Portugal.resx b/src/core/Dime.i18n.Countries/Translations/Portugal.resx index e43fb7b..4565ef7 100644 --- a/src/core/Dime.i18n.Countries/Translations/Portugal.resx +++ b/src/core/Dime.i18n.Countries/Translations/Portugal.resx @@ -119,5 +119,6 @@ Portugal + Same for ES, NL, DE, FR \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Romania.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Romania.Designer.cs index d5df756..efc619a 100644 --- a/src/core/Dime.i18n.Countries/Translations/Romania.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Romania.Designer.cs @@ -60,6 +60,15 @@ internal Romania() { } } + /// + /// Looks up a localized string similar to Rumänien. + /// + internal static string de { + get { + return ResourceManager.GetString("de", resourceCulture); + } + } + /// /// Looks up a localized string similar to Romania. /// @@ -68,5 +77,32 @@ internal static string en { return ResourceManager.GetString("en", resourceCulture); } } + + /// + /// Looks up a localized string similar to Rumania. + /// + internal static string es { + get { + return ResourceManager.GetString("es", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Roumanie. + /// + internal static string fr { + get { + return ResourceManager.GetString("fr", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Roemenië. + /// + internal static string nl { + get { + return ResourceManager.GetString("nl", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Romania.resx b/src/core/Dime.i18n.Countries/Translations/Romania.resx index 1aecece..3a43c02 100644 --- a/src/core/Dime.i18n.Countries/Translations/Romania.resx +++ b/src/core/Dime.i18n.Countries/Translations/Romania.resx @@ -117,7 +117,19 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Rumänien + Romania + + Rumania + + + Roumanie + + + Roemenië + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Serbia.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Serbia.Designer.cs index 342844a..5c9c679 100644 --- a/src/core/Dime.i18n.Countries/Translations/Serbia.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Serbia.Designer.cs @@ -60,6 +60,15 @@ internal Serbia() { } } + /// + /// Looks up a localized string similar to Serbien. + /// + internal static string de { + get { + return ResourceManager.GetString("de", resourceCulture); + } + } + /// /// Looks up a localized string similar to Serbia. /// @@ -68,5 +77,23 @@ internal static string en { return ResourceManager.GetString("en", resourceCulture); } } + + /// + /// Looks up a localized string similar to Serbie. + /// + internal static string fr { + get { + return ResourceManager.GetString("fr", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Servië. + /// + internal static string nl { + get { + return ResourceManager.GetString("nl", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Serbia.resx b/src/core/Dime.i18n.Countries/Translations/Serbia.resx index f5ef28b..ee611b2 100644 --- a/src/core/Dime.i18n.Countries/Translations/Serbia.resx +++ b/src/core/Dime.i18n.Countries/Translations/Serbia.resx @@ -117,7 +117,17 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Serbien + Serbia + Same for ES + + + Serbie + + + Servië \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Slovakia.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Slovakia.Designer.cs index 61a27d5..14e0058 100644 --- a/src/core/Dime.i18n.Countries/Translations/Slovakia.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Slovakia.Designer.cs @@ -60,6 +60,15 @@ internal Slovakia() { } } + /// + /// Looks up a localized string similar to Slowakei. + /// + internal static string de { + get { + return ResourceManager.GetString("de", resourceCulture); + } + } + /// /// Looks up a localized string similar to Slovakia. /// @@ -68,5 +77,32 @@ internal static string en { return ResourceManager.GetString("en", resourceCulture); } } + + /// + /// Looks up a localized string similar to Eslovaquia. + /// + internal static string es { + get { + return ResourceManager.GetString("es", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Slovaquie. + /// + internal static string fr { + get { + return ResourceManager.GetString("fr", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Slowakije. + /// + internal static string nl { + get { + return ResourceManager.GetString("nl", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Slovakia.resx b/src/core/Dime.i18n.Countries/Translations/Slovakia.resx index 1c5ab75..a627d62 100644 --- a/src/core/Dime.i18n.Countries/Translations/Slovakia.resx +++ b/src/core/Dime.i18n.Countries/Translations/Slovakia.resx @@ -117,7 +117,19 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Slowakei + Slovakia + + Eslovaquia + + + Slovaquie + + + Slowakije + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Slovenia.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Slovenia.Designer.cs index f7b3d9f..124177d 100644 --- a/src/core/Dime.i18n.Countries/Translations/Slovenia.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Slovenia.Designer.cs @@ -60,6 +60,15 @@ internal Slovenia() { } } + /// + /// Looks up a localized string similar to Slowenien. + /// + internal static string de { + get { + return ResourceManager.GetString("de", resourceCulture); + } + } + /// /// Looks up a localized string similar to Slovenia. /// @@ -68,5 +77,32 @@ internal static string en { return ResourceManager.GetString("en", resourceCulture); } } + + /// + /// Looks up a localized string similar to Eslovenia. + /// + internal static string es { + get { + return ResourceManager.GetString("es", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Slovénie. + /// + internal static string fr { + get { + return ResourceManager.GetString("fr", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Slovenië. + /// + internal static string nl { + get { + return ResourceManager.GetString("nl", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Slovenia.resx b/src/core/Dime.i18n.Countries/Translations/Slovenia.resx index 54ac26b..9ef4f47 100644 --- a/src/core/Dime.i18n.Countries/Translations/Slovenia.resx +++ b/src/core/Dime.i18n.Countries/Translations/Slovenia.resx @@ -117,7 +117,19 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Slowenien + Slovenia + + Eslovenia + + + Slovénie + + + Slovenië + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Spain.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Spain.Designer.cs index d840366..b33a18f 100644 --- a/src/core/Dime.i18n.Countries/Translations/Spain.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Spain.Designer.cs @@ -60,6 +60,15 @@ internal Spain() { } } + /// + /// Looks up a localized string similar to Spanien. + /// + internal static string de { + get { + return ResourceManager.GetString("de", resourceCulture); + } + } + /// /// Looks up a localized string similar to Spain. /// diff --git a/src/core/Dime.i18n.Countries/Translations/Spain.resx b/src/core/Dime.i18n.Countries/Translations/Spain.resx index 7f38079..b095c47 100644 --- a/src/core/Dime.i18n.Countries/Translations/Spain.resx +++ b/src/core/Dime.i18n.Countries/Translations/Spain.resx @@ -117,6 +117,9 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Spanien + Spain diff --git a/src/core/Dime.i18n.Countries/Translations/Sweden.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Sweden.Designer.cs index 93d6eaf..91e492c 100644 --- a/src/core/Dime.i18n.Countries/Translations/Sweden.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Sweden.Designer.cs @@ -60,6 +60,15 @@ internal Sweden() { } } + /// + /// Looks up a localized string similar to Schweden. + /// + internal static string de { + get { + return ResourceManager.GetString("de", resourceCulture); + } + } + /// /// Looks up a localized string similar to Sweden. /// @@ -68,5 +77,23 @@ internal static string en { return ResourceManager.GetString("en", resourceCulture); } } + + /// + /// Looks up a localized string similar to Suède. + /// + internal static string fr { + get { + return ResourceManager.GetString("fr", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Zweden. + /// + internal static string nl { + get { + return ResourceManager.GetString("nl", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Sweden.resx b/src/core/Dime.i18n.Countries/Translations/Sweden.resx index cbdce9c..ef59c3b 100644 --- a/src/core/Dime.i18n.Countries/Translations/Sweden.resx +++ b/src/core/Dime.i18n.Countries/Translations/Sweden.resx @@ -117,7 +117,16 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Schweden + Sweden + + Suède + + + Zweden + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Switzerland.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Switzerland.Designer.cs index 9f46200..023220e 100644 --- a/src/core/Dime.i18n.Countries/Translations/Switzerland.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Switzerland.Designer.cs @@ -60,6 +60,15 @@ internal Switzerland() { } } + /// + /// Looks up a localized string similar to Schweiz. + /// + internal static string de { + get { + return ResourceManager.GetString("de", resourceCulture); + } + } + /// /// Looks up a localized string similar to Switzerland. /// @@ -68,5 +77,32 @@ internal static string en { return ResourceManager.GetString("en", resourceCulture); } } + + /// + /// Looks up a localized string similar to Suiza. + /// + internal static string es { + get { + return ResourceManager.GetString("es", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Suisse. + /// + internal static string fr { + get { + return ResourceManager.GetString("fr", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Zwitserland. + /// + internal static string nl { + get { + return ResourceManager.GetString("nl", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Switzerland.resx b/src/core/Dime.i18n.Countries/Translations/Switzerland.resx index c7dce2c..bbdddc5 100644 --- a/src/core/Dime.i18n.Countries/Translations/Switzerland.resx +++ b/src/core/Dime.i18n.Countries/Translations/Switzerland.resx @@ -117,7 +117,19 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Schweiz + Switzerland + + Suiza + + + Suisse + + + Zwitserland + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Turkey.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Turkey.Designer.cs index 7f0eb98..93dac8f 100644 --- a/src/core/Dime.i18n.Countries/Translations/Turkey.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Turkey.Designer.cs @@ -60,6 +60,15 @@ internal Turkey() { } } + /// + /// Looks up a localized string similar to Türkei. + /// + internal static string de { + get { + return ResourceManager.GetString("de", resourceCulture); + } + } + /// /// Looks up a localized string similar to Turkey. /// @@ -68,5 +77,23 @@ internal static string en { return ResourceManager.GetString("en", resourceCulture); } } + + /// + /// Looks up a localized string similar to Turquía. + /// + internal static string es { + get { + return ResourceManager.GetString("es", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Turquie. + /// + internal static string fr { + get { + return ResourceManager.GetString("fr", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Turkey.resx b/src/core/Dime.i18n.Countries/Translations/Turkey.resx index 9aa07ab..d9276f2 100644 --- a/src/core/Dime.i18n.Countries/Translations/Turkey.resx +++ b/src/core/Dime.i18n.Countries/Translations/Turkey.resx @@ -117,7 +117,16 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Türkei + Turkey + + Turquía + + + Turquie + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Ukraine.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Ukraine.Designer.cs index 245b3e2..0a604e8 100644 --- a/src/core/Dime.i18n.Countries/Translations/Ukraine.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Ukraine.Designer.cs @@ -68,5 +68,23 @@ internal static string en { return ResourceManager.GetString("en", resourceCulture); } } + + /// + /// Looks up a localized string similar to Ucrania. + /// + internal static string es { + get { + return ResourceManager.GetString("es", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Oekraïne. + /// + internal static string nl { + get { + return ResourceManager.GetString("nl", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Ukraine.resx b/src/core/Dime.i18n.Countries/Translations/Ukraine.resx index 54d2422..93ef523 100644 --- a/src/core/Dime.i18n.Countries/Translations/Ukraine.resx +++ b/src/core/Dime.i18n.Countries/Translations/Ukraine.resx @@ -119,5 +119,12 @@ Ukraine + Same for de, fr + + + Ucrania + + + Oekraïne \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/WesternSahara.Designer.cs b/src/core/Dime.i18n.Countries/Translations/WesternSahara.Designer.cs index 89f7cad..5d46695 100644 --- a/src/core/Dime.i18n.Countries/Translations/WesternSahara.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/WesternSahara.Designer.cs @@ -60,6 +60,15 @@ internal WesternSahara() { } } + /// + /// Looks up a localized string similar to West-Zahara. + /// + internal static string de { + get { + return ResourceManager.GetString("de", resourceCulture); + } + } + /// /// Looks up a localized string similar to Western Zahara. /// @@ -68,5 +77,32 @@ internal static string en { return ResourceManager.GetString("en", resourceCulture); } } + + /// + /// Looks up a localized string similar to Zahara Occidental. + /// + internal static string es { + get { + return ResourceManager.GetString("es", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Zahara occidental. + /// + internal static string fr { + get { + return ResourceManager.GetString("fr", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Westelijke Zahara. + /// + internal static string nl { + get { + return ResourceManager.GetString("nl", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/WesternSahara.resx b/src/core/Dime.i18n.Countries/Translations/WesternSahara.resx index a672a45..7986fea 100644 --- a/src/core/Dime.i18n.Countries/Translations/WesternSahara.resx +++ b/src/core/Dime.i18n.Countries/Translations/WesternSahara.resx @@ -117,7 +117,19 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + West-Zahara + Western Zahara + + Zahara Occidental + + + Zahara occidental + + + Westelijke Zahara + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Yemen.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Yemen.Designer.cs index 784efb8..469fd61 100644 --- a/src/core/Dime.i18n.Countries/Translations/Yemen.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Yemen.Designer.cs @@ -60,6 +60,15 @@ internal Yemen() { } } + /// + /// Looks up a localized string similar to Jemen. + /// + internal static string de { + get { + return ResourceManager.GetString("de", resourceCulture); + } + } + /// /// Looks up a localized string similar to Yemen. /// @@ -68,5 +77,14 @@ internal static string en { return ResourceManager.GetString("en", resourceCulture); } } + + /// + /// Looks up a localized string similar to Yémen. + /// + internal static string fr { + get { + return ResourceManager.GetString("fr", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Yemen.resx b/src/core/Dime.i18n.Countries/Translations/Yemen.resx index 8294b98..0629969 100644 --- a/src/core/Dime.i18n.Countries/Translations/Yemen.resx +++ b/src/core/Dime.i18n.Countries/Translations/Yemen.resx @@ -117,7 +117,14 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Jemen + Equal for nl + Yemen + + Yémen + \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Zambia.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Zambia.Designer.cs index 50f2032..e5d562b 100644 --- a/src/core/Dime.i18n.Countries/Translations/Zambia.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Zambia.Designer.cs @@ -60,6 +60,15 @@ internal Zambia() { } } + /// + /// Looks up a localized string similar to Sambia. + /// + internal static string de { + get { + return ResourceManager.GetString("de", resourceCulture); + } + } + /// /// Looks up a localized string similar to Zambia. /// @@ -68,5 +77,14 @@ internal static string en { return ResourceManager.GetString("en", resourceCulture); } } + + /// + /// Looks up a localized string similar to Zambie. + /// + internal static string fr { + get { + return ResourceManager.GetString("fr", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Zambia.resx b/src/core/Dime.i18n.Countries/Translations/Zambia.resx index 877a454..ab61b4a 100644 --- a/src/core/Dime.i18n.Countries/Translations/Zambia.resx +++ b/src/core/Dime.i18n.Countries/Translations/Zambia.resx @@ -117,7 +117,14 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Sambia + Zambia + Equal for nl + + + Zambie \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Zimbabwe.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Zimbabwe.Designer.cs index 8890468..484938f 100644 --- a/src/core/Dime.i18n.Countries/Translations/Zimbabwe.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Zimbabwe.Designer.cs @@ -68,5 +68,14 @@ internal static string en { return ResourceManager.GetString("en", resourceCulture); } } + + /// + /// Looks up a localized string similar to Zimbabue. + /// + internal static string es { + get { + return ResourceManager.GetString("es", resourceCulture); + } + } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Zimbabwe.resx b/src/core/Dime.i18n.Countries/Translations/Zimbabwe.resx index f2c8d89..a98f3b2 100644 --- a/src/core/Dime.i18n.Countries/Translations/Zimbabwe.resx +++ b/src/core/Dime.i18n.Countries/Translations/Zimbabwe.resx @@ -119,5 +119,9 @@ Zimbabwe + Equal for de, nl, fr + + + Zimbabue \ No newline at end of file From 692bddc3c44e039e2e3e12890bde9c3693722eaf Mon Sep 17 00:00:00 2001 From: Hendrik Bulens Date: Tue, 31 Jan 2023 17:08:00 +0100 Subject: [PATCH 5/6] Typos --- .../Dime.i18n.Countries/Translations/Honduras.Designer.cs | 2 +- src/core/Dime.i18n.Countries/Translations/Honduras.resx | 2 +- .../Dime.i18n.Countries/Translations/Moldova.Designer.cs | 6 +++--- src/core/Dime.i18n.Countries/Translations/Moldova.resx | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/core/Dime.i18n.Countries/Translations/Honduras.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Honduras.Designer.cs index bcbe900..38b8e76 100644 --- a/src/core/Dime.i18n.Countries/Translations/Honduras.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Honduras.Designer.cs @@ -61,7 +61,7 @@ internal Honduras() { } /// - /// Looks up a localized string similar to Honduraas. + /// Looks up a localized string similar to Honduras. /// internal static string en { get { diff --git a/src/core/Dime.i18n.Countries/Translations/Honduras.resx b/src/core/Dime.i18n.Countries/Translations/Honduras.resx index fb48d87..ec72791 100644 --- a/src/core/Dime.i18n.Countries/Translations/Honduras.resx +++ b/src/core/Dime.i18n.Countries/Translations/Honduras.resx @@ -118,6 +118,6 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - Honduraas + Honduras \ No newline at end of file diff --git a/src/core/Dime.i18n.Countries/Translations/Moldova.Designer.cs b/src/core/Dime.i18n.Countries/Translations/Moldova.Designer.cs index 7861fd8..198e5a8 100644 --- a/src/core/Dime.i18n.Countries/Translations/Moldova.Designer.cs +++ b/src/core/Dime.i18n.Countries/Translations/Moldova.Designer.cs @@ -61,11 +61,11 @@ internal Moldova() { } /// - /// Looks up a localized string similar to . + /// Looks up a localized string similar to Moldova. /// - internal static string en_Moldova { + internal static string en { get { - return ResourceManager.GetString("en Moldova", resourceCulture); + return ResourceManager.GetString("en", resourceCulture); } } } diff --git a/src/core/Dime.i18n.Countries/Translations/Moldova.resx b/src/core/Dime.i18n.Countries/Translations/Moldova.resx index db38655..4c96447 100644 --- a/src/core/Dime.i18n.Countries/Translations/Moldova.resx +++ b/src/core/Dime.i18n.Countries/Translations/Moldova.resx @@ -117,7 +117,7 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + Moldova \ No newline at end of file From 157df3742c1271ac1265cdb11d3dfe0472d33311 Mon Sep 17 00:00:00 2001 From: Hendrik Bulens Date: Thu, 7 Dec 2023 09:57:51 +0100 Subject: [PATCH 6/6] Upgrade to .NET 8 --- .../Dime.i18n.Countries.csproj | 6 +-- src/core/Dime.i18n.Date/Dime.i18n.Date.csproj | 10 ++-- .../Dime.i18n.Countries.Tests.csproj | 48 +++++++++---------- .../Dime.i18n.Date.Tests.csproj | 12 ++--- 4 files changed, 38 insertions(+), 38 deletions(-) diff --git a/src/core/Dime.i18n.Countries/Dime.i18n.Countries.csproj b/src/core/Dime.i18n.Countries/Dime.i18n.Countries.csproj index bbf63d3..7387057 100644 --- a/src/core/Dime.i18n.Countries/Dime.i18n.Countries.csproj +++ b/src/core/Dime.i18n.Countries/Dime.i18n.Countries.csproj @@ -1,8 +1,8 @@  - net461;net7.0 - Dime Software + net8.0 + Dime Software Dime Software MIT Wraps the list of countries in the world with a few helpful classes. @@ -15,7 +15,7 @@ false https://github.com/dimesoftware/i18n https://github.com/dimesoftware/i18n - 2.0.0.0-beta.1 + 2.0.0.0 latest diff --git a/src/core/Dime.i18n.Date/Dime.i18n.Date.csproj b/src/core/Dime.i18n.Date/Dime.i18n.Date.csproj index 50e6a23..83d5661 100644 --- a/src/core/Dime.i18n.Date/Dime.i18n.Date.csproj +++ b/src/core/Dime.i18n.Date/Dime.i18n.Date.csproj @@ -4,19 +4,19 @@ Date-related utilities. Dime.Utilities Dime Software - net461;net7.0 + net8.0 Dime.i18n.Date Dime.i18n.Date https://cdn.dime-software.com/dime-software/logo-shape.png false false false - 1.0.1.0 + 1.1.0.0 true True True - 1.0.0.0 - 1.0.0.0 + 1.1.0.0 + 1.1.0.0 Dime.i18n.Date MIT git @@ -26,7 +26,7 @@ - + diff --git a/src/test/Dime.i18n.Countries.Tests/Dime.i18n.Countries.Tests.csproj b/src/test/Dime.i18n.Countries.Tests/Dime.i18n.Countries.Tests.csproj index 86831c5..0ca4295 100644 --- a/src/test/Dime.i18n.Countries.Tests/Dime.i18n.Countries.Tests.csproj +++ b/src/test/Dime.i18n.Countries.Tests/Dime.i18n.Countries.Tests.csproj @@ -1,29 +1,29 @@ - + - - net7.0 - false - + + net8.0 + false + - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + - - - + + + diff --git a/src/test/Dime.i18n.Date.Tests/Dime.i18n.Date.Tests.csproj b/src/test/Dime.i18n.Date.Tests/Dime.i18n.Date.Tests.csproj index 3fb754b..d026a42 100644 --- a/src/test/Dime.i18n.Date.Tests/Dime.i18n.Date.Tests.csproj +++ b/src/test/Dime.i18n.Date.Tests/Dime.i18n.Date.Tests.csproj @@ -3,7 +3,7 @@ Dime.Utilities.Date Tests Dime.Utilities.Date Tests Dime Software - net7.0 + net8.0 Dime.Utilities.Date.Tests Dime.Utilities.Date.Tests true @@ -17,20 +17,20 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive - +